
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.h2-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.carousel-indicators {
    bottom: 0px;
}
@media (min-width: 640px) {
	.carousel-indicators {
		bottom: 0px;
	}
}
/*========================================================
                      	 個案範例
=========================================================*/
.case-wrap {
    background: url("../img/index/case-bg.jpg") no-repeat center center;
    background-size: cover;
	padding-top: 80px;
    padding-bottom: 80px;    
	width: 100%;
 	height: 100%;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
	overflow: hidden;
}
.case-wrap h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0;
	color: #fff;
}
.case-wrap h2+p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
	color: #fff;
}

.case-tabs .nav-tabs {
    border-bottom: none;
}
.case-tabs .nav-tabs li {
	text-align: center;
}
.case-tabs .nav-tabs li a {
	display: block;
	font-size: 1.4rem;
	border-radius: 0;
	color: #fff;
    padding: 5px 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 10px;
}
.case-wrap .nav-tabs li.active  {
	color: #fff;
}
.case-wrap .nav-tabs > li > a.active, 
.case-wrap .nav-tabs > li > a.active:hover, 
.case-wrap .nav-tabs > li > a.active:focus {
    color: #fff;
    background-color: #27292c;
}
.case-wrap .nav-tabs > li > a {
    margin-right: -1px;
}
.case-wrap .nav > li > a:hover, 
.case-wrap .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #27292c;
}
.case-wrap .slick-dots{
	bottom: -18px;
}



/*  尺寸設定 */
@media (max-width: 639px) {
    .case-tabs .nav-tabs li {
        width: 50%;
    }
}
@media (max-width: 899px) {
    .case-wrap {
		background: url("../img/index/case-bg_s.jpg") no-repeat center center;
		background-size: 100% auto;
		padding-top: 80px;
		padding-bottom: 80px;    
		/*width: 100%;
		height: 100%;*/
		background-attachment: fixed; 
		background-repeat: no-repeat;
		background-position: center center;
		object-fit: cover;
		overflow: hidden;
	}
}
.case-item {
    margin-bottom: 40px;
}
.case-item a {
    display: block;
    border: 10px solid #fff;
    margin: 0 10px;
    background-color: #fff;
    text-align: center;
    color: #111;
}
.case-item a img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid #fff;
}

.case-item a p {
    margin-top: 20px;
    font-size: 1.2rem;
}

.tab-content .case-item:hover .case-item-img img{
    transform:scale(1.2,1.2);
	outline:none;
}

.tab-content .case-item .case-item-img{overflow:hidden;}
.tab-content .case-item .case-item-img img{transform:scale(1,1);transition: all 1s ease-out;}


.tab-content .case-item:hover p{
    color: #d7a256;
}


@media (min-width: 992px) {
    .case-wrap {	
        padding-bottom: 100px;
    }
}

/*========================================================
                      	 經典
=========================================================*/
.milestone {
	/*background: url("../img/index/milestone-bg.jpg") no-repeat center center;
	background-size: cover;*/
    padding-top: 80px;
    padding-bottom: 100px;
	color: #555;
}
.s-header h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.s-header h2+p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}


.timeline {
	white-space: nowrap;
	overflow-x: hidden;
  
}


.all-img {
    width: 100%;
	border-radius:50%;
}
.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 320px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  /*width: 420px!important;*/
  height: 1px;
  background: #c0a179!important;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #c0a179;
}

.timeline ol li div {
	position: absolute;
	left: calc(100% + 7px);
	width: 780px;
	font-size: 1rem;
	white-space: normal;
	color: #FFF;
	background: ;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -23px!important;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
	top: 100%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-color: #c0a179;
	border-right-color: #c0a179;
	border-bottom-color: #000000;
	border-left-color: #c0a179;
	height: 20px;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
	top: -13px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #c0a179;
	height: 20px;
}

.timeline time {
	display: block;
	font-size: 200%;
	color: #c0a179;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.75em;
}

.timeline ol li:last-child {
    width: 420px!important;
}

@media (max-width: 467.98px) {
	.timeline-em{
		line-height: 1.2rem!important;
	}
	.timeline-em samp{
		display: block;
	}
}
@media (min-width: 1200px) {
	.timeline ol li:nth-child(1){
	  width: 250px!important;
	}
	.timeline li:nth-child(odd) time{
		position: relative;
		z-index: 1;
		bottom: -224px;
	}
	
	
}
/*========================================================
                      	 熱銷
=========================================================*/










/*========================================================
                         新聞中心
=========================================================*/

.news-wrap {
	background: #d9d9d9;
	padding-top: 60px;
    padding-bottom: 80px;
	overflow: hidden;
}

.news-wrap h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.news-wrap h2+p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.news-wrap img {
	width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    object-position: center;
    height: 560px;
}

.news-img {
    position: relative;
    overflow: hidden;
    line-height: 24px;
}
.news-img-info {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    background-color: #1a333da3;
    padding: 20px 40px 40px;
    color: #fff;
}
.news-img-info p{
	margin: 0;
}

.news-img-info h3 a{
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.news-img-info h3 a:hover{
	color: #d7a256;
}
.news-img-btn {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 3;
    display: block;

}
.news-img-btn a {
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
    background-color: transparent;
}
.news-img-btn a:hover {
    color: #d7a256;
}


.news-content {
    margin: 60px 20px 0 20px;
}
.news-content h2 {
    font-weight: bold;
}
.news-content h2 span {
    display: inline-block;
    color: #2177c1;
}
.news-content h2 span:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: #2177c1;
    margin-left: 20px;
    margin-right: 20px;
}
.news-content dl {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
}
.news-content dl dd {
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 10px;
}
.news-content dl dd h3 {
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
}
.news-content dl dd h3 a {
    color: #254261;
}
.news-content dl dd h3 a:hover {
    color: #d7a256;
}
.news-content-btn {
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
}
.news-content-btn a {
    display: inline-block;
    color: #000;
    padding: 3px 15px 3px 15px;
}
.news-content-btn a:hover {
    background-color: #254260;
    color: #fff;

}

/*  尺寸設定 */
@media (min-width: 640px) {
    .news-img-info {
        padding: 20px 40px 40px;
    }
    .news-content {
        margin: 60px 40px 0 40px;
    }
    .news-content-btn {
        margin-right: 40px;
    }
}
@media (min-width: 1200px) {
    .news-img-info {
        padding: 20px 40px 40px;
    }
    .news-content {
        margin: 0 40px 0 40px;
    }
    .news-content-btn {
        margin-right: 40px;
    }
}
@media (min-width: 1600px) {
    .news-img-info {
        padding: 20px 60px 40px;
    }
    .news-content {
        margin: 0 80px 0 80px;
    }
    .news-content-btn {
        margin-right: 80px;
    }
}


/*========================================================
                         關於我們
=========================================================*/

.about-wrap {	
    background: url("../img/index/about-bg.jpg") no-repeat center bottom;
    background-size: cover;
	padding-top: 80px;
    padding-bottom: 80px;
    color: #000;
	overflow: hidden;
}
.about-wrap h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.about-wrap h2+p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
}
.about-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-wrap [class*="col-"]:nth-of-type(2) {
    background: url("../img/index/about-text.png") no-repeat 5% center;
    background-size: auto 80%;
}

.about-info {
    margin-left: 25%;
    margin-top: 60px;
    font-size: 1.1rem;
    color: #454545;
}
.about-info h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    color: #454545;
    border-bottom: 1px solid #929292;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.about-info h3 span {
    color: #fff;
    padding: 0 2px;
}
.about-info h3 span:nth-of-type(1) {
    background-color: #e6aa54;
}
.about-info h3 span:nth-of-type(2) {
    background-color: #cfbc50;
}
.about-info .f1 {
    color: #000;
    font-weight: bold;
}
.about-info .f1 span:nth-of-type(1) {
    color: #307f2c;
}
.about-info .f1 span:nth-of-type(2) {
    color: #2361a1;
}
.about-info .f1 span:nth-of-type(3) {
    color: #be883a;
}
.about-info .f1 span:nth-of-type(4) {
    color: #1ea5d1;
}


.about-btn {
    margin-top: 40px;
    text-align: right;
}
.about-btn a {
    display: inline-block;
    color: #000;
    background: url("../img/index/about-btn-line.png") no-repeat right center;
    padding-right: 75px;
    font-size: 1rem;
}
.about-btn a:hover {
    color: #c38402;
    background: url("../img/index/about-btn-line2.png") no-repeat right center;
	transition: all 1s ease-out;
}

@media (min-width: 576px) {
    .about-info {
        margin-left: 25%;
        margin-top: 60px;
        font-size: 1.4rem;
    }
    .about-info h3 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .about-wrap [class*="col-"]:nth-of-type(2) {
        background: url("../img/index/about-text.png") no-repeat left center;
        background-size: auto 100%;
    }
    .about-info {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .about-info {
        margin-top: 10%;
    }
}

/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}
/*========================================================
                         按鈕效果
=========================================================*/

.btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    transition: all .3s linear;
    float: right;
    margin: 10px auto;
    margin-top: 24px;
    justify-content: center!important;
    position: absolute;
    /* bottom: 0; */
    left: 33%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.btn-1{
	color: #555;
    border: 1px solid #555;
}
.btn-1 > a{
	color: #555;
}

.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-color: #0000009c;
	border: 1px solid #05313e;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back > a:hover{
    color: #fff;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width: 480px) {
	.btn-back{
		left: 37%;
	}
}

@media (min-width: 640px) {
	.btn-back{
		left: 41%;
	}
}
@media (min-width: 992px) {
	.btn-back{
		left: 46%;
	}
}
@media (min-width: 1500px) {
	.btn-back{
		left: 46%;
	}
}

@media (min-width: 1600px) {
	.btn-back{
		left: 47%;
	}
}



.rd-navbar-static .rd-navbar-dropdown{
	margin-top: 20px!important;
}

@media (max-width: 1199.98px) {
	.rd-navbar-fixed .rd-navbar-nav li > a span:before{
		content: ' - ';
	}
}

