

@charset "UTF-8";
/*@import url(../fonts/notosanstc.css);*/


/*-----------------
[Master Stylesheet]
Project:	Interior & Furniture
-----------------*/


/*-----------------
[Table of contents]

1. Body
2. Click Top / #topcontrol
4. Header / .header
5. navbar / .navbar
6. Theme Banner / #banner
7. section-about / #section-about
8. Our Service / #Our Service
9. section-testimonial / #section-testimonial
10. section-portfolio / #portfoliolist
11. bg-image / #bg-image 
12. event / .event
13. footer / .footer

--------------------------------------------------------------------

[Color codes]
Body-Font:  	#ffffff {white}
Background:		#ffffff (white)
Content:		#111111 (dark grey)
Default:		#fecb38 (Yellow)

a (standard):	#212121 (dark grey)
a (visited):	#fecb38 (Yellow )
a (active):	 	#fecb38 (Yellow )
 
-------------------------------------------------------------------

Body defaults:14px 'Ubuntu', sans-serif;;
Input, textarea:14px 'Ubuntu', sans-serif;;
Notes:	decreasing heading by 0.4em with every subsequent heading level

-------------------------------------------------------------------*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');
body {
    overflow-x: hidden;
    margin: 80px 0 0 0;
    font-size: 100%;
    font-size: 14px;
    letter-spacing: .5px;
	background-color:#000;
}

.text-muted {
    color: #777
}

.text-primary {
    color: #ac2222
}

p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 10px 0;
    letter-spacing: .5px
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #fff
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f7f7f7
}

.bg-darkest-gray {
    background-color: #222
}

.btn-primary {
    color: #fff;
    background-color: #ac2222;
    border-color: #ac2222;
	font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ac2222;
    border-color: #ac2222
}

.btn-primary .badge {
    color: #ac2222;
    background-color: #fff
}

.btn-xl {
    color: #fff;
    background-color: #ac2222;
    border-color: #ac2222;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 0 40px
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #ac2222;
    border-color: #ac2222
}

.btn-xl .badge {
    color: #ac2222;
    background-color: #fff
}


/*==================== navbar-default ====================*/

.navbar-default {
    /*background-color: #fff;*/
	width:100%;
	height:80px;
	padding:0px !important;
	margin:0px 0px 0px 0px !important; /*上右下左*/
	border:none  !important;
}

.navbar-default .container {
	width:100%;	
	height:100%;	
	padding:0px 100px 0px 100px; /*上、右、下、左*/
    background-image: url('../../myimg/menu/background.png'); /* 替換成你的圖片路徑 */
    background-size: cover; /* 根據需要調整背景尺寸 */
    background-position: center; /* 圖片置中 */
    background-repeat: no-repeat; /* 防止圖片重複 */
}

.navbar-default .navbar-brand {
	position:absolute;
	z-index:1;
	height:100%;
	top:0px;
}
.navbar-default .navbar-brand img {
	margin-top:15px;
	margin-left:0px;
	height:50px;
	width:auto;
}
.navbar-default .navbar-brand p {
	display:none;
	font-size:19px;
	font-weight:bold;
	color: #996633;
	margin-top:10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);		
	background-color: rgba(0, 0, 0, 0) !important;
	margin-top:15px;	
}
	
.navbar-default .navbar-toggle {
    background-color: #fff;
    border-color: none;
	outline:none;
	border:none;
	right:0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .nav li {  /*menu 背景顏色 jc*/
    background-color:#EFA518;
    color: #fff;
	margin-right:10px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	margin-top:13px;
}
.navbar-default .nav li:last-child {
	margin-right:0px;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    font-weight: normal;
	font-size: 16px;
    color: #fff;
}
.navbar-default .nav li a:last-child {
    margin-right: 0px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	color: #996633 !important;
	font-weight: bold;
	/*
    outline: 0;
	padding-bottom:5px;
	border-bottom: solid 2px #f4c643;*/
}

.navbar-default .nav li:active {
	color: #996633 !important;
	font-weight: bold;
    /*outline: 0;
	padding-bottom:5px;
	border-bottom: solid 2px #f4c643;*/
}

.navbar-default .navbar-nav>.active>a {	
    color: #996633 !important;
	font-weight: bold;
    /*outline: 0;
	padding-bottom:5px;
	border-bottom: solid 2px #f4c643;*/
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #996633 !important;
}

.navbar-header {
	background-color: rgba(0, 0, 0, 0) !important;
	height:100%;
}

@media (max-width:991px) {
	.navbar-default {
	    height:45px;
    }
	.navbar-default .container {
	    padding:0px 20px 0px 20px; /*上、右、下、左*/
    }
	.navbar-default .navbar-brand {
	    left:0px;
    }
	.navbar-default .navbar-brand img {
	    display:none;
    }
	.navbar-default .navbar-brand p {
	    display:block;
    }
	.navbar-default .navbar-collapse {
        border-color: rgba(255, 255, 255, .02);	
	    position: fixed;
	    background-color:#fff;
	    width:110%;
		left:0;
	    text-align:center;
    }
	.navbar-default .nav li {
        background-color:#000;
	    margin-right:none;
	    border-top-left-radius: none;
        border-top-right-radius: none;
	    margin-top:none;
    }

}

.menutype {
    margin: 40px 80px 30px 80px; /* 上 右 下 左 */
    height: 50px;
    width: 100%;
    overflow-x: auto; /* 启用水平滚动 */
    overflow-y: hidden; /* 禁用垂直滚动 */
}

.menutype::-webkit-scrollbar {
    display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}

.menutype li {
    display: inline-block;
    border-left: 1px solid;
}

.menutype li:last-child {
    border-right: 1px solid;
}

.menutype li a {
    text-transform: uppercase; /* 文本大写 */
    letter-spacing: 1px; /* 字符间距 */
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}

.menutype li a:hover,
.menutype li a:focus {
    outline: 0;
    padding-bottom: 5px;
    border-bottom: solid 2px #f4c643; /* 鼠标悬停时的下边框 */
}

@media (max-width: 991px) {
    .menutype {
		white-space: nowrap; /* 防止子元素换行 */
        margin: 40px 10px 30px 10px; /* 响应式调整外边距 */
    }
}


@media (min-width:768px) {
    .navbar-default {
        background: #fff;
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all.3s;
        margin: 3px 0 0 0;
    }
    .navbar-default .navbar-nav>.active>a {}
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        border-bottom: 1px solid #fecb38;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}


/*==================== header ====================*/


/*header {
background-image:url(../img/header-bg.jpg);
background-repeat:none;
background-attachment:scroll;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
-o-background-size:cover;
text-align:center;
color:#fff
}
header {
background-image:url(../img/header-bg4.jpg);
background-repeat:none;
background-attachment:scroll;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
-o-background-size:cover;
text-align:center;
color:#fff
}*/

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

header .intro-text .intro-lead-in {
    font-family: 'Noto Sans TC', sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px
}

header .intro-text .intro-heading {
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        font-family: 'Noto Sans TC', sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: 'Noto Sans TC', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}


/*==================== section-heading ====================*/

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}



.separator {
    line-height: 0.5;
    text-align: center;
    margin: 25px 0 60px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    top: 5px;
    width: 300px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
    color: #fecb38;
}

.spacer-single {
    clear: both;
    display: block;
    height: 30px;
    width: 100%;
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}


/*==================== portfolio ====================*/

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-family: 'Noto Sans TC', sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}


/*==================== portfolio ====================*/


/*==================== welcome====================*/

.top-text {
    width: 474px;
    min-height: 138px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 28px 0
}

.top-text h2 {
    font-size: 23px;
    color: #43434e;
}

.top-text h2 span {
    color: #aa2121
}

.top-text p {
    color: #444444
}

.arrwo {
    position: relative;
    bottom: 25px
}

.welcome {
    text-align: center
}

.welcome h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 33px;
}

.welcome span {
    color: #aa2121
}

.div-bg {
    background: #43434e;
    text-align: center;
    padding: 20px;
    margin: 0 0 10px 0
}


/*==================== gallery====================*/

.gallery p {
    margin: 0;
    padding: 0;
    color: #fff
}

.div-bg h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.float-no {
    float: none;
    margin: 40px auto;
    color: #999
}

.bg-image {
    background: url(../img/bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 115px 0
}

.center-boder {
    border: solid 6px #fff;
    max-width: 400px;
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.center-boder h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.center-boder p {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.center-boder p span {
    font-size: 16px;
    color: #fecb38
}


/*====================footer====================*/

.footer2 {
    background: #333;
    padding: 30px 0 30px 0
}

.footer {
	position:relative;
    padding: 20px 0px 20px 0px; /*上、右、下、左*/
    color: #000;
	font-size: 12px;
	
	background-image: url('../../myimg/menu/bottom-background.png'); /* 替換成你的圖片路徑 */
    background-size: cover; /* 根據需要調整背景尺寸 */
    background-position: center; /* 圖片置中 */
    background-repeat: no-repeat; /* 防止圖片重複 */
	
}

.footer .container {
	width:70%;
	margin:0 auto;
}

.footer .container hr {
    width:100%;
}

.footer a {
    color: #353535;
}

.footer a:hover {
    color: #ffa1a2;
}

.footer2 a {
    color: #fff;
}

.footer2 a:hover {
    color: #ffa1a2;
}

.footer2 {
    color: #fff;
}

.footer2 h3 {
    margin: 0;
    padding: 0;
    font-size: 29px;
}

.footer2 ul li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 200
}

.footer2 ul li a {
    color: #d0d0d0;
    text-decoration: none
}

.footer2 .col-md-2 {
    font-size: 15px;
}


/*====================gettuch====================*/

.gettuch {
    background: #f4f4f4;
    color: #43434e;
    padding: 18px 0;
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
}

.gettuch span {
    color: #aa2121
}

.gettuch .input {
    color: #999;
    font-size: 14px;
    height: 47px;
    padding: 0 20px;
    width: 80%;
    float: left;
    border: solid 1px #dedede;
    font-family: 'Noto Sans TC', sans-serif;
}

.gettuch .bt-css {
    background: url(../img/arrow-bt.jpg);
    width: 52px;
    height: 47px;
    border: 0;
    float: left
}

.date-div {
    background: #fecb38;
    font-size: 25px;
    color: #111;
    padding: 20px 10px
}


/*====================event====================*/

.event h2 {
    text-align: center;
    font-size: 33px;
    color: #2c2c2c;
    padding: 0;
    margin: 0;
}

.event {
    padding: 90px 0;
    background: #fff
}

.event h1 {
    font-size: 33px!important;
}

.text-detail h3 {
    font-size: 18px;
    color: #fecb38;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 500;
}

.text-detail p {
    font-size: 15px;
    color: #2c2c2c;
}


/*====================event====================*/


/*=========================
Icons
================= */


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #fff;
    color: #777
}

.social-circle li a:hover {
    background: #aa2121;
    color: #fff!important;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: #777;
}

.social-circle li:hover i {
    color: #fff
}

.tuch {
    margin: 10px 0 0 0;
    padding: 0;
}


/*====================about-css====================*/

.about-css {}

.about-css h3 {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.about-css h3 a {
    color: #fff;
}

.about-css span {}

.blog-left-grid h3 a {
    color: #111!important;
}

.blog-left-grid p {
    line-height: 28px;
    color: #111
}

.about-css p {
    line-height: 30px;
    color: #fff
}

.blog-box {
    padding: 10px 20px 20px 20px;
    margin: 0 0 30px 0;
    border: solid 1px #242528
}


/*====================testimonials====================*/

.testimo {
    background: #f6f5f5;
}

.testimonials {
    padding: 5em 0;
    background: #F6F5F5;
}

.testimonials-info-grd p:before {
    background: url(../img/8.png) no-repeat 0px 0px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    position: absolute;
    top: -6%;
    left: 0%;
}

.testimonials-info-grd p {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8em;
    padding: 2em 0 0;
    position: relative;
}

.testimonials-info-grd p span {
    display: block;
    color: #aa2121;
    margin: 1em 0 0;
    font-size: 1.2em;
}

.testimonials-info-grid {
    margin: 3em 0 0;
}


/*====================posts-left====================*/

.posts-left {
    float: left;
    width: 35%;
}

.posts-right {
    float: right;
    width: 60%;
}

.recent-posts-info {
    margin: 0 0 20px;
}

.posts-right p {
    line-height: 19px;
    font-size: 13px;
}

.recent-posts h4 {
    font-size: 25px;
    margin: 62px 0 18px;
    padding: 0;
}

.blog-left-grid ul {
    margin: 0 0 2em;
}

.blog-left-grid ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 1em 0 1em;
}

.blog-left-grid ul li a {
    color: #2c2c2c;
    text-decoration: none;
}

.blog-left-grid ul li span {
    right: 5px;
}

.blog-left-grid ul li a:hover {
    color: #fecb38;
}

.blog-left-grid h4 {
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #111
}

.img-div {
    margin: 0 0 15px 0
}

.publice-date {
    font-size: 13px;
}

.publice-date span {
    font-size: 13px;
    color: #111
}

.posts-right strong {
    margin: 8px 0 8px 0;
    display: block
}

.posts-right a {
    color: #2c2c2c;
    font-size: 12px;
    margin: 8px 0 0 0;
    display: block;
    width: 80px;
    border: solid 1px #fecb38;
    text-align: center;
}

.posts-right a:hover {
    background: #fecb38;
    color: #222;
    border: solid 1px #fecb38;
}

.posts-right strong {
    margin: 8px 0 8px 0;
    display: block
}


/*====================contact-div====================*/

.contact-div {
    padding: 50px 0
}

.contact-div h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.detail h3 {
    margin: 0;
    padding: 0;
}

.contact-2 {
    background-image: url(../img/header-bg2.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

.contact-3 {
    background-image: url(../img/header-bg3.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

.sent-bt {
    border: 0;
    padding: 10px 20px;
    background: #aa2121;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.sent-bt:hover {
    background: #333333
}

.social-icons a {
    padding: 0 20px;
}

.social-icons a:hover svg {
    fill: #fecb38;
}


/*====================contact-div====================*/

.conact-add address span {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.conact-add address span strong {
    font-size: 20px;
	line-height:35px;
	font-weight:bold;
    color: #353535;
}

.footer-div {
    background: #f0f0ee none repeat scroll 0 0;
    color: #2c2c2c;
    line-height: 1.7;
    padding: 80px 0 67px 0;
}

.footer-div .col-md-4 p {
    line-height: 2;
    letter-spacing: .5px;
}

.footer-div .widget h3 {
    margin: 0;
    padding: 0 0 20px 0;
}

.footer-div h3,
.de_light .footer-div h3 {
    color: #2c2c2c;
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px 0;
}

.footer-div .widget_recent_post li a {
    color: #2c2c2c;
}

.footer-div li a {
    color: #555;
    letter-spacing: .5px
}

.footer-div .widget_recent_post li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom-color: #222;
    margin: 0;
    padding: 8px 0 8px;
    list-style: none;
}

.footer-div ul {
    margin: 0;
    padding: 0;
}

.footer-div li {
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
}

address {
    margin-top:50px;
}

address a {
    color: #2c2c2c
}

address a:hover {
    color: #fecb38
}

address span {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #2c2c2c;
}

address span strong {
    display: inline-block;
    letter-spacing: 2px;
    font-weight: bold;
	font-size: 20px;
    color: #353535;
}

address span .title {	
    display: inline-block;
    letter-spacing: 2px;
    font-weight: bold;
	font-size: 20px;
	line-height:35px;
    color: #353535;
	vertical-align:top;
}
address span .text {
    display: inline-block;
    vertical-align:top;
	padding-top:6px;
}

address span .title.email {
    font-family: sans-serif;
	padding-left:0px;
	letter-spacing:4.5px;
}

.widget-address {
    font-size: 13px;
    margin: 6px 0 0 0
}

section {
    background: #fff none repeat scroll 0 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

.id-color {
    color: #f6b709;
    margin: 10px 0 0 0;
}

.custom-quote {
    border: 1px solid #d4dee5;
    letter-spacing: 0.7px;
    padding: 36px 50px 45px 40px;
    color: #fff
}


/*====================section-testimonial====================*/

#section-testimonial {
    background: rgba(0, 0, 0, 0) url("../img/bg-3.jpg") repeat fixed center top;
    padding: 90px 0
}

#section-testimonial h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 33px;
}

#section-testimonial h6 {
    color: #fff;
    font-size: 12px;
}


/*====================projects====================*/

#view-all-projects,
#call-to-action {
    padding: 60px 0;
    background: #f5f5f5;
}

a.btn-line-black,
.de_light a.btn-line-black {
    border: 1px solid #111;
    border-radius: 0;
    color: #111!important;
    font-weight: normal;
}

a.btn-big {
    border: 2px solid #212121;
    color: #111!important;
    letter-spacing: 1px;
    line-height: normal;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 800
}

a.btn-line-black:hover {
    color: #fff!important;
}

.hove-div {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}

.hove-div a {
    color: #fff
}

.hove-div h2 {
    text-align: center;
    padding: 30% 0 30% 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.hove-div h2 a {
    display: block;
    width: 100%;
    height: 100%
}

.hove-div p {
    text-align: center;
    color: #fff
}

.hove-div:hover {
    opacity: 1;
    cursor: pointer;
}


/*====================portfolio====================*/

#section-portfolio {
    overflow: hidden;
    width: 100%;
    padding: 60px 0 0 0;
    border-top: solid 1px #e4e4e4
}


/*====================subheader====================*/

#subheader {
    position: relative;
	border:1px solid #ccc;
	height:55px;
}
#subheader_my {
    position: relative;
	background-color: #f5f5f5;
	height:55px;
}
#subheader_my .crumb {
    color: #1e1e1e; 
    height: 55px;
	font-size: 12px;
    font-weight: bold;
}
#subheader_my {
    padding: 0px 0px;
}

.subheader6 {
    background: url(../img/subheader-6.jpg) no-repeat 0 0 fixed!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subheader7 {
    background: url(../img/subheader-7.jpg) no-repeat 0 0 fixed!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*====================services====================*/

.service h2 {
    margin: 10px 0 30px 0;
    padding: 0;
    font-size: 25px;
}

.service p {
    margin: -8px 0 20px 0;
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
}

.pic-services img {
    margin-bottom: 30px;
}

#services-list {
    padding: 0;
    margin: 0 0 7px 0;
    text-align: center
}

#services-list li {
    display: inline-block
}

#services-list li a {
    color: #fff;
}

.de_light #services-list li a {
    color: #999;
}

#services-list li {
    list-style: none;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 20.5px;
}

.de_light #services-list li {
    background: #ddd;
}

#services-list li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    background: #2c2c2c
}

#services-list li a:hover {
    color: #000;
    background: #fecb38
}

#services-list .active a {
    color: #000;
    background: #fecb38
}

#content {
    /*background: #fff none repeat scroll 0 0;*/
}

.content_idea_c {
    background-image: url('../../myimg/about/background.png'); /* 替換成你的圖片路徑 */
    background-size: cover; /* 根據需要調整背景尺寸 */
    background-position: center; /* 圖片置中 */
    background-repeat: no-repeat; /* 防止圖片重複 */
}

.read-more {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
}

.main_portfolio {
    background-image: url('../../myimg/product/background.png'); /* 替換成你的圖片路徑 */
    background-repeat: repeat; 
}

/*====================services====================*/

.read-services {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 0 0
}

.read-services a {
    background: #fecb38;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    display: block;
    float: left
}

.read-services a:hover {
    background: #101010;
}

#subheader h1 {
    color: #eceff3;
    font-size: 32px;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    text-transform: uppercase
}

#subheader .crumb {
    color: #fff;
    font-size: 10px;	
    letter-spacing: 3px;
    height: 55px;
}

.crumb {
    background-color: #f5f5f5;
    top: 0;
    height: 55px;
    left: 0;
    padding: 14px 0 15px;
    position: absolute;
    width: 100%;
}

.crumb {
    text-align: center
}

.crumb li {
    display: inline-block;
	font-size: 12px;
    font-weight:bold;
    color: #1e1e1e;
    padding: 6px 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.crumb li a {
    font-size: 12px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: none;
    text-transform: uppercase;
}

#subheader {
    padding: 0px 0px;
}

#content {
    padding: 0 0;
    width: 100%;
}

.content2 {
    padding: 90px 0 60px 0!important;
    width: 100%;
}

.content3 {
    padding: 90px 0 78px 0!important;
    width: 100%;
}

.content4 {
    padding: 90px 0 90px 0!important;
    width: 100%;
}

.no-top {
    padding-top: 0 !important;
}

.no-bottom {
    padding-bottom: 0 !important;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

#section-about-us-2 .image-container {
    background: rgba(0, 0, 0, 0) url(../img/bg-side-1.jpg) repeat scroll 0 0;
    height: 530px;
}

#section-about-us-2 h2 {
    margin: 0;
    padding: 0 0 20px 0;
}

#section-about-us-2 p {
    margin: 0 0 10px 0
}

.inner-padding {
    padding: 106px 0;
}

.inner-padding h2 {
    color: #fff;
    margin: 0 0 30px 0
}

p.lead,
p.intro {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0 0 20px 0
}

.side-bg .image-container {
    background-size: cover !important;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.container-4 .de-team-list {
    float: left;
    position: relative;
    width: 24.9%;
}

.de-team-list .team-desc {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 20px 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.thumbnails li {
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
}

.project-name a {
    display: block;
    color: #fff
}

a.btn-big:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 20px;
}


/* ================================================== */


/* contact form */


/* ================================================== */

.error {
    padding: 20px;
    border: none;
    display: none;
    color: #d9534f;
    border: solid 1px #d9534f;
    font-size: 12px;
}

.success {
    padding: 20px;
    display: none;
    color: #5cb85c;
    border: solid 1px #5cb85c;
    margin-bottom: 20px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

#contact_form {
    margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
	color: #fff;
}

#contact_form input[type=text],
#contact_form select,
#contact_form textarea,
#contact_form input[type=email],
#search {
    padding: 10px;
    margin-bottom: 20px;
    height: 30px;
    background: #fff;
	
	border: 1px solid #C4C4C4;
	border-radius: 47px;
}
#contact_form textarea {
	border-radius: 10px;
}

.de_light #contact_form input[type=text],
.de_light #contact_form textarea,
.de_light #contact_form input[type=email],
.de_light #search {
    border: solid 1px #ddd;
    background: #f5f5f5;
    color: #2c2c2c!important;
}

#contact_form input[placeholder],
#contact_form textarea[placeholder] {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #C4C4C4;
}

#contact_form input[type=submit] {
    background: none;
}

#contact_form input[type=submit]:hover {
    color: #2c2c2c;
    background: #111;
    border-color: #111;
}

#contact_form textarea {
    height: 165px;
}
#contact_form select {
    height: 45px;
	width:100%;
}

#contact_form2 {
}
#contact_form2 h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    color: #fff;
	text-align:left;
}

#contact_form2 label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}

.error_input label {
    border-color: #D31E2B !important;
}


/* ================================================== */


/* contact form */


/* ================================================== */


/* button */


/* ------------------------------ */

.btn-line,
a.btn-line {
    border: solid 1px #43434d;
    color: #43434d;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 8px 30px!important;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-line,
a.btn-line {
    border: solid 1px rgba(67, 67, 77, .2) !important;
    color: #43434d;
    transition: background-color 0.5s ease;
}

.btn-line:hover {
    border: solid 1px rgba(255, 255, 255, .2) !important;
    color: #222;
    background: #fecb38
}


/*====================project-info====================*/

.project-info {
    color: #18191b;
    margin-top: 0;
}

.de_light .project-info {
    color: #606060;
}

.project-info h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    letter-spacing: 3px;
    color: #111
}

.project-info h4 {
    font-weight: bold;
    color: #111
}

.project-info .details {
    padding: 20px;
    border: solid 1px #111;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.de_light .project-info .details {
    background: #eee;
    border-color: #ddd;
}

.project-infoproject-info span {
    display: block;
}

.project-info span.title {
    display: inline-block;
    min-width: 80px;
    font-weight: bold;
}

.project-info span.val {
    margin-bottom: 15px;
}

.project-view {
    padding: 120px 0 80px 0;
}

.project-images img {
    width: 100%;
}


/*====================project-info====================*/

#section-service-1,
#section-service-3 {}

.text-css {
    background: none;
    border: solid 1px #313133;
    color: #fff;
    margin: 15px 0;
}

.read-more {
    margin: 0 0 10px 0
}

.read-more a {
    color: #222
}

.read-more a i {
    font-size: 18px;
    margin: 5px 0 0 10px;
    float: right
}

#gallery {
    max-width: 800px
}

#gallery .item {
    width: 200px;
    float: left;
}

#gallery .item img {
    display: block;
    width: 100%;
}

.list2 li {
    width: 200px;
}

.img-title {
    background: #111113;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0
}

.brochures {
    border: 1px solid #f4f4f4;
    overflow: hidden;
    padding: 20px;
    position: relative;
}


/*brochures*/

.brochures {
    position: relative;
    overflow: hidden;
    padding: 19px;
    border: 1px solid #3e3c38;
}

.brochures p {
    margin: 11px 0;
}

.brochures-lists {}

.brochures-lists li {
    display: inline-block;
    line-height: 43px;
    height: 45px;
    border: 1px solid #2c2c2c;
    position: relative;
}

.brochures-lists li:last-child {
    margin-bottom: 0px
}

.brochures-lists li a {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.brochures-lists li a span {
    display: inline-block;
    font-size: 16px;
    height: 28px;
    margin-left: 9px;
    margin-right: 10px;
    padding: 2px 5px;
    position: relative;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.brochures-lists li a:hover {
    color: #fecb38;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.brochures-lists li a i:before {
    font-size: 18px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 18px;
    color: #ffffff;
}

.brochures-lists li {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.brochures i.icon {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 60px;
    color: #f7f7f7;
}


/*get in tuch*/

.getin-tuch {
    position: relative;
    padding: 19px;
    border: 1px solid #3e3c38;
    overflow: hidden;
}

.getin-tuch .default_link {
    color: #2c2c2c;
    border: solid 2px #2c2c2c;
    padding: 8px 10px;
    margin: 0 0 20px 0;
}

.getin-tuch .default_link i {
    font-size: 17px
}

.getin-tuch .default_link:hover {
    color: #222;
    border: solid 2px #fecb38;
    padding: 8px 10px;
    margin: 0 0 10px 0;
    background: #fecb38;
    border: solid 2px #fecb38;
}

.getin-tuch p {
    margin: 15px 0 30px;
    font-size: 13px
}

.getin-tuch p a {
    color: #fecb38;
    text-decoration: underline;
}

.getin-tuch p b {
    color: #fecb38;
}

.getin-tuch i.icon {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 60px;
    color: #f7f7f7;
}

.default_link {
    color: #fecb38;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.blog-2 p {
    margin: 0 0 10px 0!important;
    line-height: 25px;
}

.blog-2 h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.read-more a {
    background: #fecb38;
    color: #222;
    padding: 5px 15px;
    margin: 0;
    display: block;
    float: left
}

.read-more a:hover {
    color: #222;
}

.link2 {
    margin: 10px 0 10px 0
}

.link2 a {
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
}

.grid li h3 {
    margin: 0;
    padding: 10px 0 0 0;
}

.projects-gallery {
    padding: 55px 90px 90px 90px; /*上 右 下 左;*/
}

.projects-gallery h3 {
    margin: 0 0 20px 10px;	
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	color: #fff;
}

.projects-gallery .desc {
	margin: 40px 0 20px 10px;
    font-size: 20px;
    color: #353535;
	width:50%;
}
.portfolio_box {
    padding: 0px 60px 0px 60px; /* 上 右 下 左; */
}
@media (max-width:991px) {
	.projects-gallery {
        padding: 55px 10px 90px 10px; /*上 右 下 左;*/
    }
	.portfolio_box {
        padding: 0px 0px 0px 0px; /* 上 右 下 左; */
    }
}



.projects-gallery .grid.effect-4.portfolio h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.projects-gallery .grid.effect-4.portfolio {
    margin:0px 0px;
	overflow:hidden;
}

.projects-gallery .grid.effect-4.portfolio li {
    cursor:pointer;	
	margin:0px;
	padding:0px 0px 0px 30px; /*上 右 下 左;*/
}

.projects-gallery .grid.effect-4.portfolio li img {
    width:100%;
	aspect-ratio: 1 / 1; /* 寬高比為 1:1 */
	object-fit: cover;
}

.projects-gallery .grid.effect-4.portfolio li h3 {
	padding:20px 50px 10px 50px;  /*上 右 下 左;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.projects-gallery .grid.effect-4.portfolio li p {
	padding:5px 50px 20px 50px;  /*上 右 下 左;*/
    font-weight: normal; 
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    olor: #000000;
}

.projects-gallery .img-thumbnail .watermark {
	position:absolute;
	z-index:1 ;
	width:100%;
    top:0px;
	left:0px;
    height:auto;
	padding:10% 10% 10% 10%;
}

.projects-gallery .img_bottom_box {
    margin:0px 0px 40px 0px; /*上 右 下 左;*/
	padding:0px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(137, 137, 137, 0.25);
}

@media (max-width:991px) {
	.projects-gallery .grid.effect-4.portfolio li {
	    padding:0px 10px 0px 10px; /*上 右 下 左;*/
    }
	.projects-gallery .grid.effect-4.portfolio li img {
	    aspect-ratio: 1 / 1; /* 寬高比為 1:1 */
        object-fit: cover; /* 確保圖片填充 */
    }
}

.keyword {
    font-size: 12px;
    color: #8e8e93;
	margin-top:10px;
}
.keyword p {
	display:inline-block;
	padding:0px 5px;
    border-radius: 2px;
    background-color: #f1f1f1;
}

.read {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.project-single-v1-area {
    padding: 90px 0
}

#project-single-area {
	background-color: rgba(0, 0, 0, 0) !important;
}

#project-single-area .product-img-box-wrapper {
	padding:60px 60px;
	width:100%;
	height:auto;
}
#project-single-area .product-img-box-wrapper img {
	width:100%;
	height:auto;
	
}
#productGalleryThumbs .product-img-wrapper {
	display:inline-block;
	width:30%;
	padding:5px 5px;
	vertical-align:top;
	cursor:pointer;	
}
#productGalleryThumbs .product-img-wrapper img {
	width:100%;
	height:auto;
	
}

#project-single-area {
	padding: 55px 90px 90px 90px; /*上 右 下 左;*/
}

#project-single-area  h3 {
	margin: 0 0 20px 10px;
	line-height: 43px;	
}
#project-single-area  h3 .housename { 
	display:inline-block;
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	color: #fff;
	width:80%;
	vertical-align:top;
}
#project-single-area  h3 .back {
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	line-height:43px;
	text-align:right;
	float:right;
	color: #fff;
	width:18%;
	vertical-align:top;
}

#project-single-area .carousel-inner .single-item .img-holder {
	width:100%;
	height:auto;
}
#project-single-area .carousel-inner .single-item .img-holder img {
	width:100%;
	height:auto;
}

#project-single-area .project-info {}

#project-single-area .project-info h3 {
    font-size: 24px;
    margin: -4px 0 17px;
    text-transform: uppercase;
}

#project-single-area .project-info .project-info-list {
    overflow: hidden;
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

#project-single-area .project-info .project-info-list li {
    border-bottom: 1px solid #242528;
    float: left;
    margin: 0 30px 20px;
    overflow: hidden;
    padding-bottom: 11px;
    padding-left: 20px;
    position: relative;
    width: 145px;
}

#project-single-area .project-info .project-info-list li .icon-holder {
    left: 0;
    position: absolute;
    top: -5px;
}

#project-single-area .project-info .project-info-list li .icon-holder i {
    font-size: 14px;
    color: #fecb38;
    margin: 9px 0 0 0
}

#project-single-area .project-info .project-info-list li .text-holder {}

#project-single-area .project-info .project-info-list li .text-holder h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

#project-single-area .project-info .project-info-list li .text-holder p {
    margin: 0;
    font-size: 13px;
}

#project-single-area .left {
	display:inline-block;
	width:49%;
	vertical-align:top;
}
#project-single-area .right {
	display:inline-block;
	width:49%;
	vertical-align:top;
}

#project-single-area .project-description-content {
	padding:0px 60px;
    padding-top: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

#project-single-area .project-description-content p {
	margin-top:20px;
    line-height: 16px;
	font-size: 14px;
    color: #fff;
}

#project-single-area .project-description-content h3 {
    margin: 10px 0 0 0;
    text-transform: uppercase;
	font-size: 24px;
	line-height:24px;
    font-weight: bold;
    color: #fff;
}

#project-single-area .project-description-content .keyword {
    font-size: 12px;
	margin-top:-10px;
}
#project-single-area .project-description-content .keyword p {
	display:inline-block;
	padding:8px 5px;
    border-radius: 2px;
	color: #000 !important;
    background-color: #f1f1f1;
}

#project-single-area .project-description-content .project-manager-box {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 1px solid #d5ac63;
    margin: 32px 0 0;
    overflow: hidden;
    padding: 15px 30px 21px 75px;
    position: relative;
}

#project-single-area .project-description-content .project-manager-box::before {
    background: #d5ac63 none repeat scroll 0 0;
    content: "";
    height: 90%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 1px;
}

#project-single-area .project-description-content .project-manager-box::after {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e6e6e6;
    font-size: 30px;
    position: absolute;
    top: 23px;
    left: 23px;
}

#project-single-area .project-description-content .project-manager-box h4 {
    color: #9a9a9a;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 12px;
}

@media (max-width:991px) {
	#project-single-area {
	    padding: 50px 10px 50px 10px; /*上 右 下 左;*/
    }

    #project-single-area  h3 {
	    margin: 0 0 20px 0px; /*上 右 下 左;*/
    }
    #project-single-area  h3 .housename { 
	    font-size: 30px;
	    line-height: 33px;
	    color: #333333;
	    width:100%;
    }
    #project-single-area  h3 .back {
	    font-size:14px;
	    line-height:43px;
	    width:100%;
    }

    #project-single-area .left {
	    width:100%;
    }
    #project-single-area .right {
	    width:100%;
    }
	#project-single-area .project-description-content {
	padding:0px 0px;
	font-size: 16px;
	line-height: 23px;
	color: #525252;
    }
}

.project-single-v1-area .project-description-content .project-manager-box h5 {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}

.project-single-v1-area .project-description-content .project-manager-box h5 span {
    color: #d5ac63;
    font-size: 16px;
    font-weight: 400;
}

.project-single-v1-area .related-project-items {
    overflow: hidden;
    padding-top: 30px;
}

.project-single-v1-area .related-project-items .sec-title {
    padding-bottom: 30px;
}
.project-single-v1-area .related-project-items .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1e1e1e;
}

.project-single-v1-area .related-project-items .single-project-item {
    margin: 0 0 10px 0;
	cursor:pointer;
}
.project-single-v1-area .related-project-items .single-project-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.related-project-items .img-holder .overlay .box .content .icon-holder {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    height: 40px;
    margin: 0 auto;
    position: static;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px;
}

.related-project-items .img-holder .overlay .box .content .icon-holder a span::before {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.related-project-items .img-holder .overlay .box .content .icon-holder:hover {
    background: #d5ac63 none repeat scroll 0 0;
}

.related-project-items .single-project-item .text-holder {
    padding-top: 22px;
}

.related-project-items .single-project-item .text-holder a h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.related-project-items .single-project-item .text-holder p {
    color: #fff;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.imghvr-hinge-up figcaption h3 {
    margin: 0 0 10px 0
}

.not-found-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.not-found-content h1 {
    color: #2c2c2c;
    font-size: 150px;
    line-height: 130px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 7px;
}

.not-found-content h3 {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.not-found-content p {
    font-size: 18px;
    margin: 0 0 42px;
    color: #878787
}

.not-found-content .search-form {
    margin: 0 auto;
    position: relative;
    max-width: 401px;
}

.not-found-content .search-form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #43434e;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 55px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    transition: all 500ms ease 0s;
    max-width: 100%;
}

.not-found-content .search-form button {
    background: #fecb38 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 55px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 55px;
}

.project-info p {}

.project-info2 p {}


/*====================faq====================*/

.faq-content-area {
    overflow: hidden;
}

.faq-content-area h1 {
    font-size: 33px;
    margin: 0 0 10px 0
}

.accordion-box {
    padding: 0 0 50px 0;
}

.faq-content-area .question-form {
    padding: 0;
}

.faq-content-area .question-form h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.faq-content-area .question-form form input[type="text"],
.faq-content-area .question-form form textarea {
    background: #131416;
    border: medium none;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
    border: 1px solid transparent;
    color: #fff;
}

.faq-content-area .question-form form textarea {
    height: 155px;
    padding: 15px 20px;
}

.faq-content-area .question-form form button {
    background: #fecb38 none repeat scroll 0 0;
    border-color: #fecb38;
    color: #fff;
    margin: 10px 0 0;
    padding: 15px 30px 13px;
    transition: all 500ms ease;
}

.faq-content-area .question-form form button:hover {
    background: #2c2c2c;
    color: #ff;
    border-color: #2c2c2c;
}


/*====================faq====================*/

.thm-btn {
    border: 2px solid #fecb38;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.thm-btn:hover {}

.panel-default>.panel-heading {
    color: #2c2c2c;
    margin: 0 0 10px 0;
}

.panel-body {
    background: #2c2c2c
}

.panel-body p {
    line-height: 28px;
    color: #fff
}

.panel>.panel-heading {
    position: relative;
    padding: 10px 12px;
    border: dashed 1px #fecb38
}

.panel-title>a.collapsed:after {
    content: '+';
    position: absolute;
    line-height: 20px;
    right: 24px;
    font-size: 20px
}

.panel-title>a:after {
    content: '-';
    position: absolute;
    line-height: 20px;
    right: 24px;
    font-size: 20px
}

.panel-title a {
    display: block;
    width: 95%;
}

.service-4-col {
    padding: 60px 0 30px 0
}

.service-4-col h2 {
    margin: 15px 0;
    padding: 0;
    font-size: 22px;
}

.home-block h3 {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 20px;
    color: #43434d
}

.link-text {
    float: right;
    margin: 10px 0 0 0
}

.link-text {
    color: #43434d
}

.link-text:hover {
    color: #fdca3d
}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

#services-list .active {
    height: auto
}

.carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */

.carousel {
    margin-bottom: 0;
    padding: 0;
}


/* Reposition the controls slightly */

.carousel-control {
    left: 0;
}

.carousel-control.right {
    right: 0;
}


/* Changes the position of the indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    margin-right: 0;
}


/* Changes the colour of the indicators */

.carousel-indicators li {
    background: #fff;
}

.carousel-indicators .active {
    background: #fecb38;
}

.div-1 {
    display: none;
}

89 #map {
    height: 500px;
    width: 100%;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

#section-about-us-2 {
    padding: 60px 0
}



.btn2 {
    background: #43434e;
    color: #fff;
    margin: 0;
}

.btn2:hover {
    color: #222!important;
}

#section-what {
    padding: 0 0 82px 0
}

.hr-bg {
	margin-top:50px;
	height:1px;
    border-top: 1px solid #979797!important;
}

.hr-bg2 {
    border-top: 1px solid #2f3031!important;
    margin: 0 0 30px 0
}

#section-what h2 {
    margin: 72px 0 0 0;
    padding: 0;
}

.home-block p {
    margin: 0 0 5px 0
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 480px;
    /* your iframe height */
    top: 480px;
    /* your iframe height */
    margin-top: -480px;
    /* your iframe height */
}

#section-service-1 h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 24px
}

#section-service-1 h4 {
    margin: 25px 0 20px 0;
    padding: 0;
    font-size: 24px
}

#section-service-1 p {
    text-align: justify;
}

ol,
ul {
    margin: 0;
    padding: 0;
}


/*====================map====================*/

.map-container {
    width: 100%;
    margin: 0;
}

.map-container object {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container object.clicked {
    pointer-events: auto;
}

.btn-line {
    margin: 10px 0 10px 0
}


/*====================map====================*/

.img-holder h3 {
    font-size: 19px;
    margin: 10px 0 0 0
}

.service-4-col h2 {
    text-transform: uppercase;
    font-size: 15px;
}

.widget_text a:hover {
    color: #fecb38
}

.what-h3 h3 {
    margin: 20px 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.blog-2 {
    margin: 0 0 20px 0
}

.carousel-caption h2 {
    font-size: 80px;
    font-family: 'Playball', cursive;
    margin: 0 0 4% 0
}

.carousel-caption h2 span {
    color: #fecb38
}

.carousel-caption p {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 5% 0;
    font-weight: 300;
    line-height: 30px;
}

.carousel-caption hr {
    max-width: 50px;
    margin: 30px auto;
    border-color: #fecb38 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 4px 0 0;
}

.banner-bt {
    color: #fff;
    border: solid 2px #fff;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    padding: 12px 27px
}

.banner-bt:hover {
    color: #2c2c2c;
    background-color: #fff;
    border-color: #fff;
}

.info-div1 {
    display: none
}

.list3 li {
    width: 100%!important;
    margin: 0 0 20px 0
}

.padd-b {
    padding-bottom: 0!important
}

.div-n1 {
    display: block
}

.div-n2 {
    display: none
}

#carousel-example-generic2 .glyphicon-chevron-right {
    margin-right: 0;
    right: 50%;
    top: 60%
}

#carousel-example-generic2 .glyphicon-chevron-left {
    margin-left: 0;
    right: 50%;
    top: 60%
}

.contact .container{
    padding-top:0px;
	margin-top:0px;
}

.contact {
    margin: 50px 0;
}

.contact h3 {
    margin: 20px 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.well h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
}


/* Tags ----------------------------------------------------------------*/

.tags a {
    border: 1px solid #575757;
    color: #2c2c2c;
    font-size: 12px;
    padding: 4px 5px;
    margin: 4px 0;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.tags a:hover {
    text-decoration: none;
    color: #222;
    border: 1px solid #fecb38;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fecb38;
    border-radius: 2px;
}

.tags i {
    padding-right: 5px;
    float: left;
    margin: 8px 0 0 0;
}

.tags a:hover i {
    color: #222;
}

.blog-t {
    margin-top: 0!important
}

.arrow-2 .carousel-control {
    width: 60px!important;
    height: 45px!important;
}

.arrow-2 .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -20px;
}

.arrow-2 .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -20px;
}

.arrow-2 .carousel-control {
    top: 43%;
}

.arrow-2 .icon-prev {
    font-size: 40px;
    height: 30px;
    margin-top: 0!important;
    width: 30px;
}

.arrow-3 .carousel-control {
    height: 45px !important;
    width: 60px !important;
}

.arrow-3 .carousel-control {
    top: 20%;
}

.arrow-3 .left {
    left: -13px;
}

.submit-bt {
    background: #222;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    transition: all 500ms ease;
}

.submit-bt:hover {
    background: #fecb38;
    color: #222;
    border: 0;
}

.submit-bt:focus {
    background: #fecb38;
    color: #222;
    border: 0;
}

#topcontrol {
    z-index: 9999!important
}

.modal-body {
    padding: 30px;
    position: relative;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px;
}

.modal-body p {
    color: #222;
    font-size: 15px;
    line-height: 28px;
}

.modal-title {
    color: #222
}

.modal-title {
    color: #222;
    font-size: 24px;
}

.modal-header .close {
    margin-top: 7px;
    right: 18px;
}

.logo-small {
    margin: 0 0 8px 0
}

.mb {
    margin: 0!important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.map-css {
    width: 100%;
    height: 450px;
    border: 0;
}

.submit-bt2 {
    text-transform: uppercase;	
	width: 90px;
	height: 35px;
	background: #525252;
	border-radius: 5px;
	border:1px solid #525252;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}
.submit-bt2.reset {
    background: #C4C4C4;
	border:1px solid #C4C4C4;
	color: #FFFFFF;
	margin-right:50px;
}

.submit-bt2:hover {
    background: #ffffff;
	color: #525252;
	border:1px solid #525252;
}

@media (max-width:991px) {
	.submit-bt2 {
        width: 50px;
    }
}

.mt {
    margin: 35px 0 0 0
}

.fr {
    float: right!important
}

#sidebar {
    color: #222;
}

.m0 {
    margin: 0;
    padding: 0;
}


/*________________Preloader_______________ */

#preloader {
    background: #17181a url(../../assets/img/circles.svg) no-repeat center center;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-size: 50px;
    top: 0;
}


/*________________Preloader_______________ */


/*----*/

.div4 {
    display: none
}

.footer-div .text-center {
    text-align: left
}

.div-right {
    float: right
}


/*----*/

/*==================== consultation ====================*/
.consultation {
	padding: 0px 90px 0px 90px; /*上 右 下 左;*/
}
.consultation h3 {
	color: #996633;
}
.consultation label {	
	text-align:left;
	font-weight:bold;
	display:block;
	margin-left:-13px;
	float:left;
}

.consultation iframe {		
	margin-top:50px;
}

.consultation .help-inline {
	color:red;
	padding-left:5px;
}
.consultation .form-group.radio.gender{
	display:block;
	height:65px;
}

.consultation .form-group.radio label {
	width:100%;
	margin-left:-16px;
}
.consultation .form-group.radio .radio-inline.r1{
	margin-top:0px;
	float:left
}
.consultation .form-group.radio .radio-inline.r2 {
	margin-top:0px;
	float:left
}
.consultation .form-group.radio .radio-inline.r3{
	display:block;
	margin-top:0px;
	float:left;
	margin-left:0px;
}
.consultation .form-group.radio .radio-inline.r4{
	display:block;
	margin-top:0px;
	float:left;
}
.consultation .form-group.phone {
	margin-top:-5px;
}
.consultation .form-group.message {
	margin-top:20px;
}
.consultation .form2 {
	margin-top:100px;
}

.consultation .form2 h3 {
	color: #996633 !important;
}

.consultation .form2 img {
	display:inline-block;
	
}

.consultation .form2 .social {
	margin-top:20px;
}

.consultation .form2 p {
	font-size:14px;
	line-height:23.17px;
	text-wrap: none;
    white-space:nowrap;	
	color:#fff;
	text-align:center;
}

.consultation .form2 .qrcode {
	width:80%;
}

.consultation .form2 .big-title {
    position: relative;         /* 讓偽元素以此為定位參考 */
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
	margin-top:100px;
    padding-bottom: 20px;       /* 預留空間給底線 */
}

/* 用 ::after 產生一個 50% 寬度的底線 */
.consultation .form2 .big-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);  /* 讓線條水平方向置中 */
    
    width: 50%; 
    border-bottom: 1px solid #EFA518; 
}

.consultation .form2 title {
	display:block;
	margin-top:10px;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.consultation .form2 sub {
	font-size:14px;
	line-height:18px;
	color:#fff;
}
.consultation .form2 .icon {
	margin-right:20px;
}
.consultation .form2 .icon:last-child {
	margin-right:0px;
}
.consultation .form2 .icon img {
	width:30px;
}

.consultation .form2 .left {
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.consultation .form2 .right {
	width:49%;
	display:inline-block;
	vertical-align:top;
}

.consultation .contact-right {
	margin: 0px auto;
}
.consultation .contact-right img {
	margin-top:50px;
}
.consultation .contact-right p {
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:20px;
}

@media (max-width:991px) {
	.consultation {
        padding: 0px 10px 0px 10px; /*上 右 下 左;*/
    }
	.consultation label {
    }
	.consultation .form-group.phone {
	    margin-top:0px;
    }
	.consultation .form-group.radio {
	    height:35px;
    }
	
	.consultation .form-group.radio.houseage {
	    height:55px;
    }
	.consultation .form-group.radio.pin, 
	.consultation .form-group.radio.budget {
	    height:85px;
    }
	
	.consultation .form-group.radio label {
	    width:100%;
	    margin-left:0px;
    } 
    .consultation .form-group.radio.pin    label,
    .consultation .form-group.radio.budget label	{
	    margin-top:10px;
    }  	
	.consultation .form-group.radio .radio-inline.r1{
	    margin-top:0px;
	    margin-left:0px
    }
	.consultation .form-group.radio .radio-inline.r2{
	    margin-top:0px;
	    margin-left:0px
    }
	.consultation .form-group.radio .radio-inline.r3{
	    margin-top:0px;
	    margin-left:0px
    }
	.consultation .form-group.radio .radio-inline.r4{
	    margin-top:0px;
	    margin-left:0px
    }
	.consultation .form2 {
    }
	.consultation .form2 img {
    }
	.consultation .form2 p {
		font-size:14px;
		line-height:14px;
		text-align:center;
    }
	.consultation .form2 .qrcode {
	    width:100%;
		margin-top:20px;
    }
	.consultation .form2 .left,
    .consultation .form2 .right	{
	    width:100%;
    }
	.consultation .form2 .right	{
	    width:100%;
		margin-top:20px;
    }
	.consultation .form2 .big-title {
	    font-size:22px;
		margin-top:40px;
		text-align:center;
    }
	.consultation .form2 .big-title::after {
        left: 50%;
        transform: translateX(-50%);  /* 讓線條水平方向置中 */    
        width: 80%; 
    }
	.consultation .form2 title {
	    font-size:16px;
	    line-height:20px;
    }
    .consultation .form2 sub {
	    font-size:14px;
	    line-height:18px;
    }
}
/*==================== section-about ====================*/

#section-about {
	background-color: rgba(0, 0, 0, 0) !important;
    padding: 30px 0 90px 0; /*上 右 下 左;*/
}

#section-about h2 {
    margin: 0 0 45px 0;
    padding: 0;
	font-size: 30px;
    font-weight: bold;
    color: #1e1e1e;
}
#section-about h3 {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;  /*上 右 下 左*/
	
    color: #996633;
    padding: 0;	
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
}

#section-about img {
    margin-top:70px;
	width:100%;
	height:auto;
}

#section-about p {
	font-family: 'Noto Sans TC', sans-serif !important;
    margin: 0 0 20px 0;
    font-size: 20px;
	line-height:24px;
    color: #333333;
}
#section-about title {
	margin-top:10px;
	display:block;
	text-align:center;
    font-size: 18px;
	line-height:22px;
	font-weight:bold;
    color: #333333;
}
#section-about sub {
	display:block;
	text-align:center;
    font-size: 18px;
	line-height:22px;
    color: #333333;
	
	margin-bottom:20px;
}

#section-about .idea {
	width:100%;
	height:500px;
}
#section-about .idea_c {
	padding:0px 100px 0px 100px; /*上 右 下 左*/
}


#section-about .idea_right {
	float:right;
	width:50%;
	height:500px;
    vertical-align:top;
	padding:60px 50px 0px 150px; /*上 右 下 左*/
}
#section-about .idea_right img {
	width:50%;
	height:auto;
    vertical-align:top;
	padding:0px;
}
#section-about .idea_right p {
    font-size: 20px;
    line-height: 150%;
	padding-top:10px;
}

@media (max-width:991px) {
	#section-about {
        padding: 0px 0 10px 10px; /*上 右 下 左;*/
		margin-top:-20px;
    }
	
	#section-about .idea {
	    height:auto;
    }
	#section-about .idea_c {
	    padding:0px 10px 0px 10px; /*上 右 下 左*/
    }
	#section-about h3 {
		font-size:30px;
	}
    #section-about .idea_left {
        width:100%;  
        padding:0px 10px 0px 10px; /*上 右 下 左*/
        height:auto;		
    }
	#section-about .idea_left p {
	    vertical-align:none;
        height:auto;	
    }
	#section-about .idea_right {
		width:100%;
        padding:0px 10px 0px 10px; /*上 右 下 左*/
        height:auto;
        text-align:center;		
	}
	#section-about .idea_right img {
		padding-top:20px;
        vertical-align:none;
	    margin-top:0px;
    }
	#section-about .idea_right p {    
	    padding-top:20px;
		text-align:left;
    }
}

#section-about .service_c {
	margin-top:50px;
	padding:0px 100px 0px 100px; /*上 右 下 左*/
}

#section-about .service {
	margin-top:100px;
	width:100%;
	text-align: center;
	padding:0px 10px 0px 10px; /*上 右 下 左*/
}

#section-about .service_r {
	margin-bottom:30px;
	width:100%;
}

#section-about .service .arrow {
	display:inline-block;
	height:70px;
	width:15%;
	padding:0px 10px 0px 10px; /*上 右 下 左*/
	vertical-align:middle;
}
#section-about .service .arrow img {
	margin:0;
	width:100%;
	height:auto;
	margin-top:15px;
}
#section-about .service .icon {
	display:inline-block;
	width:10%;
	text-align: center;	
	vertical-align:top;
}
#section-about .service .icon img {
	width:100%;
	height:60px;
	margin:0;
	text-align: center;
	padding:0px 20px 0px 20px; /*上 右 下 左*/
}
#section-about .service .icon p {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding-top:20px;
	white-space: nowrap;
}

#section-about .service .title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	padding:0px;
	margin:0px;
}
@media (max-width:991px) {
	#section-about .service_c {
		margin-top:0px;
		padding:0px 10px 0px 10px; /*上 右 下 左*/
	}
	#section-about .service_r {
		margin-bottom:0px;
		padding:0px 0px 0px 0px; /*上 右 下 左*/
	}
	#section-about .service {
		margin-top:0px;
		padding:0px 0px 0px 0px; /*上 右 下 左*/
	}
	#section-about .service .icon img {
	    padding:0px 0px 0px 0px; /*上 右 下 左*/
		height:40px;
    }
	#section-about .service .icon p {
	    font-size: 8px;
	    line-height: 14px;
	    padding-top:10px;
        white-space: normal;		
    }
	#section-about .service .arrow {	  
	    padding:0px 0px 0px 0px; /*上 右 下 左*/
    }
}

.img-thumbnail { 
	overflow: hidden; /* 防止內容溢出 */
}
.our-blog-ds {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #eeeeee;
	width: 100%;
	height: 88%;
	transform: rotateY(-35deg);
	-moz-transform: rotateY(-35deg);
	-webkit-transform: rotateY(-35deg);
	-ms-transform: rotateY(-35deg);
	-o-transform: rotateY(-35deg);
	transform-origin: left center 0;
	-moz-transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
	-o-transform-origin: left center 0;
	transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
	-moz-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
	-webkit-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
	-ms-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
	-o-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
	opacity: 0;
	overflow: hidden;
	box-shadow: 2px 2px 6px #888888;
	margin:0px 0px 0px 30px; /*上 右 下 左*/
	padding:0px 0px 0px 0px; /*上 右 下 左*/
}
.img-thumbnail:hover .our-blog-ds { /* 圖片hover*/
	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	opacity: 1;
	transition: transform 0.3s linear 0s, opacity 0s linear 0s;
	-moz-transition: transform 0.3s linear 0s, opacity 0s linear 0s;
	-webkit-transition: transform 0.3s linear 0s, opacity 0s linear 0s;
	-o-transition: transform 0.3s linear 0s, opacity 0s linear 0s;
	-ms-transition: transform 0.3s linear 0s, opacity 0s linear 0s;
}

@media (max-width:991px) {
	.our-blog-ds {
		display:none;
		margin:0px 0px 0px 0px; /*上 右 下 左*/
	}
}
.our-blog-bk {
	margin:0 1px 1px;
	background: #fff;
	width:100%;
	height:100%;
	margin-bottom: 1px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.entry-ourblog {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.our-blog-ds h6:after {
	display: none;
}
.our-blog-ds h6 {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
.our-blog-ds h6 a {
	color: #111111;
	text-decoration: none !important;
	text-align: left;
}
.our-blog-ds p {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-align: left !important;
	padding:10px 0px !important;
}
.tz-readmore {
	color:#222!important;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	margin:0;
	padding:10px;
	text-decoration: none !important;
	display: inline-block;
	background:#ffcc33
}
.tz-readmore i {
	color: #222;
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
}


#index_banner {
  position: relative;
  clear: both;
  width: 100%; 
  height: 800px;
  float: none;
  padding: 0;
  z-index: 1;
}

#index_banner.product {
  margin-top:20px;
  height: auto;
}

#index_banner .banner_arrow_l {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  background: url(../images/arrowy_l.png) no-repeat center center;
  width: 32px;
  height: 50px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 200;
}

#index_banner .banner_arrow_l:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#index_banner .banner_arrow_r {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../images/arrowy_r.png) no-repeat center center;
  width: 32px;
  height: 50px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 200;
}

#index_banner .banner_arrow_r:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#index_banner .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%; 
}
#index_banner.product .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%; 
}


#index_banner .cycle-slide {
  margin: 0 auto;
}

#index_banner .cycle-pager {
  text-align: center;
  width: 97.5%;
  padding: 2% 0 4% 0;
  z-index: 200;
  position: absolute;
  bottom: -44px;
  overflow: hidden;
}

#index_banner .cycle-pager span {  /*slide 下方多個橫線*/
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  margin: 0 10px;
}

#index_banner .cycle-pager span.cycle-pager-active {
  background: #7d7d7d;
}

#index_banner .cycle-pager>* {
  cursor: pointer;
}

#index_banner .cycle-slide-active img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  
  -moz-transition-duration: 15s;
  -moz-transform-origin: 1;
  -moz-transform: scale(1.1);
  -webkit-transition-duration: 15s;
  -webkit-transform-origin: 1;
  -webkit-transform: scale(1.1);
  -o-transition-duration: 15s;
  -o-transform-origin: 1;
  -o-transform: scale(1.1);
  -ms-transition-duration: 15s;
  -ms-transform-origin: 1;
  -ms-transform: scale(1.1);
  transition-duration: 15s;
  transform-origin: -1;
  transform: scale(1.1);
  
}

#index_banner.product .cycle-slide-active img {
  width: 100%;
  height: 100%; 
  object-fit: contain;
  
  -moz-transition-duration: none;
  -moz-transform-origin:  none;
  -moz-transform:  none;
  -webkit-transition-duration:  none;
  -webkit-transform-origin:  none;
  -webkit-transform:  none;
  -o-transition-duration:  none;
  -o-transform-origin: none;
  -o-transform:  none;
  -ms-transition-duration:  none;
  -ms-transform-origin:  none;
  -ms-transform:  none;
  transition-duration:  none;
  transform-origin:  none;
  transform:  none;
}

#index_banner .pic .watermark {	
	position:absolute;
	z-index:1 ;
	width: 450px;
    height: 450px;
    top:15%;
	left:50%;
	margin-left:-250px;
	
	-webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
			
}
#index_banner.product .pic .watermark {	
	width: 100px;
    height: 100px;
    top:75%;
	left:50%;
	margin-left:-65px;
	
	-webkit-animation: none; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: none; /* Firefox < 16 */
        -ms-animation: none; /* Internet Explorer */
         -o-animation: none; /* Opera < 12.1 */
            animation: none;
}

#index_banner a {
  text-decoration: none;
}

#index_banner .item {
     position: relative;
	 width:100%;
	 height: 800px;
}

#index_banner .item h3 {
  position: absolute;
  bottom: 5%;
  left: 8%;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.65);
  z-index: 2;
  font-weight: normal;
  line-height: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#index_banner .item h3 b {
  display: block;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 0 0;
}

@media (max-width:991px) {
	
	#index_banner {
        height:200px;
    }

    #index_banner.home {
		/*height:250px;*/
    }
	#index_banner.product {
		height:200px;
		margin:auto;
		vertical-align:bottom;
    }
	#index_banner .item h3 {
        font-size: 20px;
    }
	#index_banner .pic img {
		object-fit: contain;
		width:100%;	
        height:200px;
		
    }
	#index_banner.product .pic img {
		height:200px;
		width:100%;		
    }
	#index_banner .cycle-pager {
		display:none;
	}
	#index_banner .cycle-pager span {  /*slide 下方多個橫線*/
        display:none;
    }

	#index_banner .banner_arrow_l {
		 display:none;
	}
	#index_banner .banner_arrow_r {
		 display:none;
	}
	
	#index_banner .cycle-slide-active img {
		-moz-transition-duration: none;
        -moz-transform-origin:  none;
        -moz-transform:  none;
        -webkit-transition-duration:  none;
        -webkit-transform-origin:  none;
        -webkit-transform:  none;
        -o-transition-duration:  none;
        -o-transform-origin: none;
        -o-transform:  none;
        -ms-transition-duration:  none;
        -ms-transform-origin:  none;
        -ms-transform:  none;
        transition-duration:  none;
        transform-origin:  none;
        transform:  none;
	}
	
	
	#index_banner.product .cycle-slide-active img {
		height:200px;
		width:100%;		
	}
    #index_banner .pic .watermark {
    	width: 250px;
    	height: 250px;
    	top:25%;
		left:50%;
		margin-left:-125px;
	}
	#index_banner.product .pic .watermark {	 /*iphone 6/7/8 plus */
	    width: 50px;
        height: 50px;
        top:65%;
	    left:43%;
	    margin-left:0px;
    }
}
@media (max-width:375px) {  /*iphone 6/7/8 */
	#index_banner.product .pic .watermark {	
	    left:42%;
    }
}
@media (max-width:320px) { /*iphone 5/se */
	#index_banner.product .pic .watermark {	
	    left:41%;
    }
}

