
@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: -14px;
}
@media (min-width: 640px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

/*========================================================
                         首頁
=========================================================*/
.home-wrap{
    background-image: url(../img/top_banner_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
	padding-top: 10vh;
	padding-bottom: 15px;
	overflow: hidden;
}
.home-text{
	text-align: center;
}
.home-text h1{
	margin: 20px 0 20px 0;
    font-size: 2.3rem;
    font-weight: bold;
    color: #364146;
}
.home-text h2{
    font-size: 1.8rem;
    font-weight: bold;
    color:#ff0000;
	margin-bottom: 30px;
}

.btn-get-started {
    font-weight: bold;
    font-size: 1.2rem;;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff!important;
    background: #009cea;
	margin-bottom: 30px;
}
.btn-get-started:hover{
    background: #0481bf;
}
.home-text h3{
    font-size: 1.2rem;
    font-weight: bold;
    color: #576971;
    margin-bottom: 30px;
}
.home-qrcode img{
	width: 36%;
}
@media (min-width: 992px) {
	.home-wrap{
		padding-top: 15vh;
	}
	.home-text h1{
		margin: 0px 0 20px 0;
		font-size: 2.8rem;
		line-height: 4.5rem;
	}
	.home-text h2{
		font-size: 1.8rem;
	}
	.home-text h3{
		font-size: 1.4rem;
	}
}


/*========================================================
                         服務範圍
=========================================================*/

.serve-wrap {	
	padding-top: 20px;
    padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.serve-wrap .container {
    background-color: #f7f8f9;
    padding: 60px 50px;
}
.serve-info {
    
}
.serve-info h3 {
    font-weight: 400;
    font-size: 32px;
    color: #364146;
	border-bottom: 1px solid #919191;
	padding-bottom: 1.5vh;
}
.serve-info ul{
	list-style: none;
}
.serve-info ul i{
	color: #28a745;
	padding-right: 5px;
}
.serve-info p span{
	background: #fff3cd;
}
@media (min-width:992px){
	.portfolio-wrap{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
/*========================================================
                         實績
=========================================================*/
.portfolio-wrap{
	padding-top: 20px;
    padding-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.portfolio-wrap h1{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	color: #627680;
}
.portfolio-wrap h4{
	text-align: center;
	font-weight: bold;
	color: #444;
}
.figure {
	display: block;
	position: relative;
	}
.figure:before,a.figure:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
.figure:before {
    background: #fff;
}
.figure:after {
    
}
.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.figure:hover:before {
    opacity: 0.6;
}
.figure:hover:after {
    opacity: 1;
}

.thumb-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.thumb-inner span {
    display: inline-block;
    font-size: 20px;
	font-weight: bold;
	color: #3f515b;
}
.portfolio-pic:hover .thumb-inner {
    display: block;
}
.portfolio-info{
	padding-bottom: 20px;
}
@media (min-width:992px){
	.portfolio-wrap{
		padding-top: 80px;
	}
}
/*========================================================
                         隱私權聲明
=========================================================*/
.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;margin-top: 1.75rem!important;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px!important;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px!important; margin-bottom:0;}
}

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

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: 45px;
    position: relative;
    transition: all .3s linear;
    float: left;
    margin: 0px auto;
    margin-top: 0px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%; 
    left: 50%;
    transform: translate(-50%,30%);
    z-index: 9;
	font-family: 'Noto Serif TC', serif;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 30px;
	color: #fff;
    border: 1px solid #fff;
}
.btn-1{
	color: #555;
    border: 1px solid #555;
}
.btn-1 > a{
	color: #555;
}

.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width: 1200px) {
	.btn-back{
		top: -60%; 
		transform: translate(-50%,-60%);
	}
}
.rd-navbar-static .rd-navbar-dropdown{
	margin-top: 20px!important;
}