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


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

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.h3-title {
	padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    color: #555;
}






/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}



/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #717b67;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
	background-color: #b2aa59;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
}

.navsub-list h2  {
	color: #fff;
	background-color: #4f638f;
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
	border-bottom: 1px solid #ccc;
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #7b9ad2;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}

}
@media (min-width: 1600px) {

	.navsub-list ul li a {
	font-size: 18px;
}
}


/*========================================================
                      	 關於我們
=========================================================*/
.about_block1 {
	height: auto;
	padding: 40px 0;
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
}

.about_block1 .container-fluid {
	position: relative;
	height: 100%;
}

.about_title {
	color: #717b67;
	font-size: 30px;
	font-weight: bold;
}
.about_block1 .title_line_2,.about_block2 .title_line_2,.about_block3 .title_line_2 {
    width: 80px;
    height: 2px;
    background-color: #717b67;
    margin: 25px 0;
}

.about_text {
	color: #717b67;
}
.about_text ul li span{
	padding-left:75px;
}
@media (min-width:992px) { .about_text ul li span{padding-left:82px;}}

.about_pic2 {
	height: 320px;
	background-position: center;
	background-size: cover;
	z-index: 99;
	position: relative;
}


.about_block1 .about_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: -10%;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:team-01 10s infinite linear alternate-reverse;
}
@keyframes team-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}




.about_box1{
	padding: 0px;
	}
/*@media (min-width:768px) {
	.about_block1 .about_img_bg img{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: -30%;
		bottom: 0;
		left: 0;
	}
}*/
@media (min-width:992px) {
	.about_block1 {
		height: 660px;
		padding: 0;
	}
	
	.about_block1 .about_text {
		position: absolute;
		z-index: 5;
		top: 30%;
		left: 10%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		line-height: 32px;
		width: 40%;
	}
	.about_pic2 {
		position: absolute;
		z-index: 99;
		top: 80px;
		left: 50%;
		width: 40%;
		height: 480px;
	}
	.about_block1 .about_img_bg img{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: -40%;
		left: 0;
		bottom: 0;
		overflow: hidden;
		animation:about-01 10s infinite linear alternate-reverse;
	}
}




.about_block2 {
	height: auto;
	padding: 40px 0;
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
}

.about_block2 .container-fluid {
	position: relative;
	height: 100%;
}
.about_block2 .about_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: -10%;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:about-01 10s infinite linear alternate;
}
@keyframes about-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}

@media (min-width:992px) {
	.about_block2 {
		height: 660px;
		padding: 0;
	}
	
	.about_block2 .about_text {
		position: absolute;
		z-index: 5;
		top: 25%;
		left: 50%;
		transform: translate(0, 0);
		width: 40%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
	}
	.about_block2 .about_pic2 {
		position: absolute;
		z-index: 99;
		top: 80px;
		left: 8%;
		width: 40%;
		height: 480px;
	}
	.about_block2 .about_img_bg img{
		width: 75%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: -70%;
		left: 4%;
		bottom: 0;
		overflow: hidden;
		animation:about-01 10s infinite linear alternate;
	}
	
}

.about_block3 {
	height: auto;
	padding: 40px 0;
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
}

.about_block3 .container-fluid {
	position: relative;
	height: 100%;
}
.about_block3 .about_text ul{
	padding: 0;
	
}
.about_block3 .about_text ul li{
	list-style-type:none;
}
.about_block3 .about_text ul li img{
	color: #717b67;
	padding: 5px 0 0 15px;
	z-index: 9999;
	position: absolute;
}
.about_block3 .about_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: 20%;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:about-01 10s infinite linear alternate-reverse;
}
@keyframes about-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}

@media (min-width:992px) {
	.about_block3 {
		height: 660px;
		padding: 0;
	}
	.about_block3 .about_text {
		position: absolute;
		z-index: 5;
		top: 20%;
		left: 10%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		line-height: 32px;
		width: 40%;
	}
	.about_pic2{
		position: absolute;
		z-index: 99;
		top: 80px;
		left: 50%;
		width: 40%;
		height: 480px;
	}
	.about_pic2 iframe{
		height: 480px;
	}
	.about_block3 .about_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: 40%;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:about-01 10s infinite linear alternate-reverse;
}
}






/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
	background: #fff;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}


.maTxs20 {
    margin-top: 1.25rem;
}
.text-xs-center {
    padding: 0 0 20px 0;
	margin: 0;
}	
.tab-menu li {
    display: inline-block;
    margin: 5px 15px;
}
.tab-menu li{
	display:inline-block;
	margin:5px 5px;
	}
.tab-menu li.active a{
	background: #325490;
}
.tab-menu a{
	display:block;
	padding:3px 10px;
	color:#fff;
	background:#2b3e43;
	text-decoration:none;
	font-size: 16px;
	white-space:nowrap;
	}
.tab-menu a,.tab-menu a:hover{
	-webkit-transition:.5s;
	transition:.5s;
	}
.tab-menu a:hover{
	background:#4f638f;;
	}
.tab-menu li{
	padding-left:0;
	}
.tab-menu li:before{
	display:none;
	}
.page-editor ul li {
    margin-bottom: 10px;
	list-style: none;
  padding: 0;
  /*margin: 0;*/
}
.dot-list li{
 padding-left: 1em; 
  text-indent: -.7em;
	}
.dot-list li::before {
  content: "• ";
  color: red; 
    width: 5px;
    height: 5px;

}	
.product-btn {
    margin-top: 20px;
    text-align: right;
}
.product-btn a {
    display: inline-block;
    color: #325490;
    padding: 5px 10%;
    border: 1px solid #325490;
    font-size: 1.2rem;
}
.product-btn a:hover {
    background-color: #09378f;
	color: #fff;
}
/*  尺寸設定 */

@media (min-width: 640px) {
	.product-main section dl {
		width: 43.5%;
		margin-right: 3%;
		margin-left: 3%;
	}
	.product-detail h3.title_2 {
    font-size: 20px;
	}
	.product-detail h3.title_2 spam {
    font-size: 16px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {	

}
@media (min-width: 1200px) {
	.product-main section h1 {
		font-size: 36px;
		padding: 20px;
	}
	.product-main section dl {
		width: 26.6%;
	}
}
@media (min-width: 1600px) {
	.product-main section dl {
		width: 22.7%;
		margin-right: 1%;
		margin-left: 1%;
	}
}




/*========================================================
                         最新消息
=========================================================*/

/* 框架 */
.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item + .news-item {
	margin-top: 35px;
}

.news-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/news_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}



/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	transition: .3s ease-out box-shadow;
	color: #717b67;
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(127, 127, 127, 0.2);
}
.news-item-info h5 {
    font-weight: bold;
	color: #717b67;
}
.news-item-info h4 {
    font-weight: bold;
	color: #717b67;
}
.news-item-info p {
	font-weight: bold;
    margin: 0;
	color: #717b67;
	font-size: 24px;
}


.news-wrap iframe, .news-item-info iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .news-wrap iframe, .news-item-info iframe {
        width: 70% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .news-wrap iframe, .news-item-info iframe {
        width: 85% !important;
    }
}


/* 了解更多 */

.news-btn-box{
	text-align: left;
	color: #717b67;
}

.news-item .news-item-info .news-item-btn  .news-btn{
    display: inline-block;
    color: #717b67;
    background:url(../img/index/service-item-a03.png) no-repeat 0px center;
    padding: 4px 0 10px 30px;
	font-weight: bold;
}

.news-item .news-item-info:hover .news-item-btn .news-btn{
    display: inline-block;
    color: #aea659;
    background:url(../img/index/service-item-a04.png) no-repeat 0px center;
    padding: 4px 30px;
	border-bottom: solid 3px #aea659;
}
.news .news-item:hover .pic img{
    transform:scale(1.2,1.2);
}

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

.news-item .news-item-img .pic:hover:before {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	height: 100%;
}


.product-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.product-item-img:hover {
    color: #fff
}
.product-item-img:hover .product-item-mask {
    opacity: 1;
    visibility: visible
}

.product-item-img:hover .product-item-mask::after {
    height: 100%
}
.product-item-img img {
    display: block;
    /*width: 100%;
    height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover
}
.product-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.product-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    transform: translateY(-50%);
    transition: all .3s
}




@media (min-width: 992px){
	.product-item-img {
		width: 270px;
	}
}



.news-item-sort{
	color:#717b67;
	float: left;
	padding: 0 10px;
}


.news-item-info-row .news-item-link a{
	color:#fff;
	background-color: #717b67;
	padding: 2px 5px;
}
.news-item-info-row .news-item-link a i{
	padding: 0 10px;
}
.news-item-info-row .news-item-link a:hover{
    background-color: #b2aa59;
}
/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
        border-left: none;
    }
    .news-item-info > div {
        width: 100%;
    }
	
	
	/*.news .news-item-info-row {
		width: 25%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
		border-right: 1px solid #cccccc;
		height: 80%;
	}
	.news .news-item-info-row .yearmonth {
		color: #8e8e8e;
		font-size: 16px;
		letter-spacing: 2px;
		padding-bottom: 10px;
		}
	.news .news-item-info-row .day {
			color: #325490;
			font-size: 48px;
			display: block;
		}
	.news .news-item-info-row .day::before {
			display: none;
	}*/
}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 270px);
	}
	.news-item-info > div {
        padding: 10px 30px 0 40px;
		margin: 0;
		border-top: 0;
		/*border-left: 1px solid rgba(127, 127, 127, 0.2);*/
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
	.news-item-font{
		float: left;

	}
	.news-btn-box{
		text-align: right;
		position:absolute;
		top: 60px;
   		right: 180px;
	}
	.news-item .news-item-info .news-item-btn  .news-btn{
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	/*.news .news-item-info-row {
		width: 15%;
	}*/
}

/*========================================================
                   	最新消息內頁
=========================================================*/


.news-detail {
	padding-top: 60px;
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #717b67;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
	color: #717b67;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #717b67;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    color: #717b67;
    padding: 0 10px 0 0;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 10px;
	color: #717b67;
}

.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed78;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}

/*========================================================
                      	 服務介紹
=========================================================*/

.service-wrap {
	padding: 40px 0;
	background-image: url(../img/service_bg.jpg);
	background-position: center;
	background-size: cover;
}
.service_block {
    padding: 30px 0;
    margin-bottom: 1rem;
}
.service_block .service_img img {
    max-width: 100%;
    vertical-align: bottom;
}
.service_block .service_text {
    color: #717b67;
}
.service_block .service_text h3,
.service_block .service_text .service-h3 {
    font-size: 30px;
    font-weight: bold;
}
.service_block .service_text .service-h3:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #717b67;
    margin: 25px 0;
}
.service_block1 .service_img_bg img {
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: -10%;
	left: 4%;
	overflow: hidden;
	animation: service-01 10s infinite linear alternate-reverse;
}
.service_block2 .service_img_bg img {
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: 10%;
	left: 4%;
	overflow: hidden;
	animation: service-01 10s infinite linear alternate;
}
@keyframes service-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.service_block1 .service_img_bg img {
		width: 60%;
		top: -30%;
		left: 0;
	}
}
@media (min-width: 992px) {
    .service_block .service_text p {
        font-size: 1.1rem;
    }
    .service_block1 [class*="col-"]:nth-of-type(1),
    .service_block2 [class*="col-"]:nth-of-type(2) {
        -ms-flex-order: 1;
        order: 1;
    }
    .service_block1 [class*="col-"]:nth-of-type(2),
    .service_block2 [class*="col-"]:nth-of-type(1) {
        -ms-flex-order: 2;
        order: 2;
    }
	.service_block1 .service_img_bg img {
		width: 30%;
		top: 0%;
		left: 0;
	}
	.service_block2 .service_img_bg img{
		width: 30%;
		top: 10%;
		right: -40%;
	}
}
@media (min-width: 1600px) {
    .service_block {
        margin-bottom: 3rem;
    }
}



/*
.service_block1 {
	height: auto;
	padding: 40px 0;
}

.service_block1 .container-fluid {
	position: relative;
	height: 100%;
}

.service_title {
	color: #717b67;
	font-size: 30px;
	font-weight: bold;
}
.service_block1 .title_line_2,.service_block2 .title_line_2{
    width: 80px;
    height: 2px;
    background-color: #717b67;
    margin: 25px 0;
}

.service_text {
	color: #717b67;
}


.service_pic2 {
	height: 320px;
	background-position: center;
	background-size: cover;
	z-index: 99;
	position: relative;
}


.service_block1 .service_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: -10%;
	left: 4%;
	overflow: hidden;
	animation:service-01 10s infinite linear alternate-reverse;
}
@keyframes service-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}




.service_box1{
	padding: 0px;
	}
@media (min-width:768px) {
	.service_block1 .service_img_bg img{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: -30%;
		left: 0;
	}
}
@media (min-width:992px) {
	.service_block1 {
		height: 660px;
		padding: 0;
	}
	
	.service_block1 .service_text {
		position: absolute;
		z-index: 5;
		top: 30%;
		left: 10%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		line-height: 32px;
		width: 40%;
	}
	.service_pic2 {
		position: absolute;
		z-index: 99;
		top: 80px;
		left: 50%;
		width: 40%;
		height: 480px;
	}
	.service_block1 .service_img_bg img{
		width: 30%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: 0%;
		left: 0;
		overflow: hidden;
		animation: service-01 10s infinite linear alternate-reverse;
	}
}

.service_block2 {
	height: auto;
	padding: 40px 0;
	background-image: url(../img/service_bg2.jpg);
	background-position: center;
	background-size: cover;
}

.service_block2 .container-fluid {
	position: relative;
	height: 100%;
}
.service_block2 .service_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	top: 10%;
	left: 4%;
	overflow: hidden;
	animation:about-01 10s infinite linear alternate;
}
@keyframes about-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}

@media (min-width:992px) {
	.service_block2 {
		height: 660px;
		padding: 0;
	}
	
	.service_block2 .service_text {
		position: absolute;
		z-index: 5;
		top:10%;
		left: 50%;
		transform: translate(0, 0);
		width: 40%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
	}
	.service_block2 .service_pic2 {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 8%;
		width: 40%;
		height: 480px;
	}
	.service_block2 .service_img_bg img{
		width: 30%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		top: 10%;
		right: -40%;
		overflow: hidden;
		animation:about-01 10s infinite linear alternate;
	}
	
}
*/


/*========================================================
                         專業團隊
=========================================================*/

/* 框架 */
.team-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.team-item:hover {
	transform: translateY(-5px);
}
.team-item + .team-item {
	margin-top: 35px;
}

.team-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/service_bg.jpg);
	background-position: center;
	background-size: cover;
}

/* 內容 */
.team-item-info {
	padding: 0 20px 20px 20px;
	transition: .3s ease-out box-shadow;
	color: #717b67;
}
.team-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	/*border-top: 1px solid rgba(127, 127, 127, 0.2);*/
}
.team-item-info h4 {
    font-weight: bold;
	color: #717b67;
}
.team-item-font{
		float: left;

	}

.team-item-info ul {
	padding: 0;
	margin: 0;
	
}
.team-item-info li {
	list-style-type: none;
	list-style:none;
	background:url(../img/index/service-item-a03.png) no-repeat left 18px;
	padding-left:30px;
	padding: 10px 30px;
}


.team-item-img .pic{
	text-align: center;
	z-index: 99999;
}
.team-item-img img{
	width: 100%;
	height: auto;
	margin: 0;
}



.team-item .about_img_bg img{
	width: 75%;
	margin: 0 auto;
	position: absolute;
	z-index: -5;
	top: 20%;
	left: 4%;
	overflow: hidden;
	animation:about-01 10s infinite linear alternate-reverse;
}
@keyframes about-01{
    from{
        left:0;
    }
    to{
        left:100px;
    }
}




/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.team-item {
		display: flex;
		max-width: 1170px;
	}
	.team-item-img {
		display: flex;
		width: 300px;
		flex-shrink: 0;
	}
	.team-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .team-item-info {
        width: calc(100% - 300px);
        border-left: none;
    }
    .team-item .about_img_bg img {
		width: 40%;
		margin: 0 auto;
		position: absolute;
		z-index: -5;
		top: 0%;
		left: 4%;
		
	}
	/*.team-item-font{
		position: absolute;
		z-index: 5;
		top: 5%;
		left: 50%;
	}*/

}
@media (min-width: 992px) {
	.team-item-img {
		width: 400px;
	}
	.team-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 400px);
	}
	.team-item-info > div {
        padding: 10px 0 0 20px;
		margin: 0;
		border-top: 0;
	}
	.team-item + .team-item {
		margin-top: 50px;
	}
	
	/*.team-item-font{
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 40%;
}*/
	.team-btn-box{
		text-align: right;
		position:absolute;
		top: 60px;
   		right: 180px;
	}
	.team-item .team-item-info .team-item-btn  .team-btn{
		font-size: 20px;
	}
}
@media (min-width: 1200px) {

}


/*========================================================
                         客戶好評
=========================================================*/



.evaluation-wrap {
    background: url("../img/evaluation_bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff;
}

.evaluation {	

}
.evaluation-detail{
	padding-top: 20px;
}

.evaluation-item {
    position: relative;
	margin-bottom: 40px;
}
.evaluation-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #717b67;
    overflow: hidden;
	padding: 20px;
    background: #fff;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.evaluation-item-img .evaluation-item-info {
    text-align: left;

}
.evaluation-item-img .evaluation-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}
.star_evaluate{
	padding: 0 0 50px;

}


.evaluation-item h5{
	line-height: 24px;　
	padding: 30px 0;
	
}
.evaluation-item p{
	padding-top: 20px;
    padding-bottom: 60px;
	
}
.score_form{
	padding:30px 0 10px;
}
.star_evaluate ul{
	position: relative;
    margin: 0;
	padding: 0;
}
.star_evaluate ul li{
	 display:inline;
	
}
.star_evaluate ul li img{
	 width: 20px;
	height: 20px;
}
.evaluation-item-icon{
	position: absolute;
    font-weight: bold;
    top: 40px;
    right: 50px;
    display: block;
}
@media (min-width: 768px) {
	.evaluation-item {
			display: flex;
			max-width: 1170px;
		}
}
/*========================================================
                         聯絡我們
=========================================================*/
.content-wrap {
    background: url("../img/contact_bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff;
}

.contact-info {
    
}


.content-wrap .titleBox2{
	text-align: center;
	padding: 0 0 40px 0;
	color: #717b67;
}
.content-wrap .titleBox2 .subTitle {
    display: block;
    font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
	padding-bottom: 0;
	font-size: 34px;
	padding: 10px 0;
}

.content-wrap .titleBox2 .mainTitle {
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
}
.text-left {
    
}
#loading img{
	width: 30px;
	height: 30px;
	margin: 10px;
}

.btn-dark {
    color: #fff;
    background-color: #717b67;
    border-color: #717b67;
	/*padding: 5px 20px;*/
}
.btn-dark:hover {
    color: #fff;
    background-color: #aea659;
    border-color: #aea659;
}


.md-30{
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.btn-dark {
		padding: 10px 80px;
	}

	
}
@media (max-width: 768px) {
	.contact-form [class *= col-] {
		position: relative;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}

	
}
/*========================================================
                         各類表單
=========================================================*/



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}

.form-horizontal label span{
	padding: 0 10px 0 0;
}

/*.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}*/
.form-horizontal .form-control {
    border: 1px solid #717b67;
    background-color: #ddd0;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding: 5px;*/
}


.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	/*background-color: #ededed;*/
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}



/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #456aad;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
	white-space:nowrap;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 tr.c {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 td.c {
    background-color: #456aad;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.table1 td.b {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}

.table-text {
    color: #D40101;
    text-align: right;
}
@media (min-width: 768px){
	.table-text {
		display: none;
	}
}
/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}


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

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


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(252, 200, 58, 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);
}


