@charset "utf-8";
@import https://fonts.googleapis.com/earlyaccess/notosanstc.css;
html {
	width: 100%;
	height: 100%
}
body {
	font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	height: inherit;
	background-image: url(../images/bgpic.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#top-block {
	background: #3c5480;
	height: 35px;
	line-height: 35px;
}
.language {
	text-align:right;
}
.language select {
	color: #333333;
	font-family: inherit;
	font-size: 14px;
	padding: 0px 3px 0px 5px;
	margin: 0px;
	border: 1px solid #cccccc;
	height: 24px;
	line-height: 24px;
	width: 100px;
}
.language select option {
	padding-left: 10px;
	padding-right: 5px;
}
#header {
	height: 100px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .row {
	height: inherit
}
nav.col-md-7 ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
nav.col-md-7 > ul > li {
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative
}
nav.col-md-7 > ul > li > ul {
	position: absolute;
	background-color: rgba(60,84,128,0.9);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: none;
	width: 200%;
}
nav.col-md-7 > ul > li > ul > li {
	padding: 5px;
	border-bottom:1px solid #677794;
}
.center {
	text-align: center
}
nav.col-md-7 > ul > li a {
	color: #484848;
	text-decoration: none;
	transition: all .5s ease;
	font-size: 1.125rem;
	font-weight: bold;
}
nav.col-md-7 > ul > li > ul > li a {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}
nav.col-md-7 > ul > li:after {
	content: '';
	height: 50%;
	position: absolute;
	right: -16px;
	top: 5px;
	width: 1px;
	background: #484848;
}
nav.col-md-7 > ul > li a:hover {
	color: #cf7027;
	transition: all .5s ease;
	text-decoration: none;
}
#main .row, #about-main .row {
	padding: 25px 0;
}
#about-main .row > .col-md-3 {
	background: url(../images/index_image_05.jpg);
	height: 699px;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .row > div {
	padding-left:5px;
	padding-right:5px;
}
#main .row > div > .img {
	height: 699px;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .row > div:first-child > .img {
	background-image: url(../images/index_image_01.jpg);
}
#main .row > div:nth-child(2) > .img {
	background-image: url(../images/index_image_02.jpg);
}
#main .row > div:nth-child(3) > .img {
	background-image: url(../images/index_image_03.jpg);
}
#main .row > div:nth-child(4) > .img {
	background-image: url(../images/index_image_04.jpg);
}
#main .row > div a {
	writing-mode: tb-rl;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	color: #faf55c;
	padding-top: 20px;
	text-decoration: none;
	text-shadow: #000000 -1px 1px 1px;
	font-size: 1.625rem;
	height: inherit;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 20px;
}
footer {
	background: #c6c6c6;
	padding: 15px 0;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat;
	background-position: left top;	
}
footer p {
	text-align: center;
	margin: 6px 0 0 0;
	font-size: 0.75rem;
}
footer .d-flex.justify-content-center {
	font-size: 0.875rem;
}
footer .d-flex.justify-content-center div {
	margin-right: 40px
}
.mm-menu.mm-current {
	transition: all .5s ease;
	z-index: 3
}
.mm-menu {
	background: #4e6181;
}
a#m-menu {
	position: absolute;
	top: 50px;
	left: 15px;
	color: #213960;
	font-size: 2rem;
	cursor: pointer
}
.notice {
	color: red;
	font-weight: 700
}
.underline {
	text-decoration: underline;
	font-weight: 700
}
.master-title {
	color: #2d54a1;
    border-bottom: 3px solid #6982b9;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
	letter-spacing: 1px;
	padding-left: 15px;
	margin-bottom: .8rem;
}
.text-main {
	padding-left: 15px;
	line-height: 1.5;
	margin-bottom: 14%;
}
.text-main .master-p-one {
	margin-bottom: 1.5rem;
}
.master-p {
	color: #cc6427;
	margin: 0;
	padding-left: 20px;
	font-size: 1.125rem;
	position: relative;
	font-weight: bold;
}
.master-p:before {
	content: '';
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    background: #cc6427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.master-p-sec {
	padding-left: 15px;
	margin-bottom: 3rem;
}
#service-main .row > .col-md-2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
#service-main .row > .col-md-2 ul li {
	text-align: center;
	margin-bottom: 0;
	padding: 8px;
	transition: all .5s ease
}
#service-main .row > .col-md-2 ul li:hover {
	background: #708d50;
	transition: all .5s ease
}
#service-main .row {
	margin: 15px 0
}
#service-main .row > .col-md-2 ul li:hover a {
	color: #fff
}
#service-main .row > .col-md-2 ul li a {
	color: #494948;
	text-decoration: none
}
.case-ul {
	padding: 0;
	margin: 15px 0 50px;
	list-style-type: none
}
.case-ul li {
	border: #5c7c38 solid 3px
}
.more {
	color: #5c7c38;
	display: block;
	text-align: right
}
.case-title {
	background: #cce3ac;
	padding: 5px
}
.case-title p {
	margin: 0;
font-size:.8rem
}
figure.case-images {
	padding: 10px;
	margin: 0
}
.case-main {
	padding: 0 10px
}
a.more {
	margin: 5px 0;
font-size:.85rem;
	text-decoration: none
}
a.more:hover {
	color: #5c7c38
}
.case-title {
	text-align: center;
	color: #5c7c38
}
.case-title i {
	color: #cc6427;
	transform: rotate(-15deg)
}
.case-ul.owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}
.case-ul.owl-theme .owl-prev {
	left: -50px!important;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background: #d6d6d6 !important;
	border-radius: 150px!important;
	width: 35px;
	font-size: 28px !important;
	height: 35px;
	margin: 0!important;
	color: #fff !important;
	line-height: 28px !important
}
.case-ul.owl-theme .owl-prev:hover, .case-ul.owl-theme .owl-next:hover {
	background: #869791 !important;
}
.case-ul.owl-theme .owl-next {
	right: -50px!important;
	color: #fff !important;
	top: 50%;
	transform: translateY(-50%);
	background: #d6d6d6 !important;
	position: absolute;
	border-radius: 150px!important;
	width: 35px;
	height: 35px;
	font-size: 28px !important;
	margin: 0!important;
	line-height: 28px !important
}
.x {
	color: #708d50;
	font-size: 1.4rem;
	font-weight: 700
}
h3.master-title {
	font-size: 1rem
}
.flex-manu a {
	background: #f9e5cc;
	background: -moz-linear-gradient(top, rgba(249,229,204,1) 1%, rgba(255,214,175,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249,229,204,1) 1%, rgba(255,214,175,1) 100%);
	background: linear-gradient(to bottom, rgba(249,229,204,1) 1%, rgba(255,214,175,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e5cc', endColorstr='#ffd6af', GradientType=0);
	margin-right: 15px;
	border-radius: 10px;
	padding: 3px 10px;
	color: #6a3906;
	text-align: center;
	text-decoration: none;
	transition: all .5s ease;
	border: #e5c5a5 solid 1px
}
.flex-manu a:hover {
	background: #fcbc6c;
	background: -moz-linear-gradient(top, rgba(252,188,108,1) 0%, rgba(251,164,80,1) 100%);
	background: -webkit-linear-gradient(top, rgba(252,188,108,1) 0%, rgba(251,164,80,1) 100%);
	background: linear-gradient(to bottom, rgba(252,188,108,1) 0%, rgba(251,164,80,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbc6c', endColorstr='#fba450', GradientType=0);
	text-decoration: none;
	transition: all .5s ease
}
.row.before-after span {
	display: block;
	color: #708d50;
	text-align: center
}
.contact-title span {
	background: #708d50;
	color: #fdf9a5;
	border-radius: 5px;
	padding: 3px 8px
}
.contact-title {
	margin: 15px 0;
	color: #2d54a1;
    border-bottom: 3px solid #6982b9;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: .8rem;
}
#contacr-box {
	padding:25px;
	margin-bottom: 50px;
}
a.send {
	background: #000;
	color: #fff;
	padding: 3px 10px 3px 24px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 12px;
}
.send-box {
	text-align: right;
}
#contact-main p {
	color: #494948;
	margin: 0;
	line-height: 2;
}
.g-map {
	margin: 15px 0
}
#contacr-box .form-control {
	font-size: 0.875rem;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.2;
	margin:5px 0 10px;
	border-color:#000;
}
#contacr-box .row div:first-child {
	color: #000;
	font-weight: bold;
	font-size: 0.875rem;
}
#contacr-box .row div:first-child span {
	color: #be0027;
}
#news-main {}
#news-main .news-title {
	margin-top:15px;
	margin-bottom:3px;
	color: #2d54a1;
    border-bottom: 3px solid #6982b9;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
#news-main ul {
	list-style-image: none ;
	list-style-type: none;
	padding-left:0;
	margin-bottom: 3rem;
}
#news-main ul li {
	padding-left: 15px;
}
#news-main ul li:nth-of-type(odd) {
	background-color:#daebfa;
}
#news-main ul li a {
	color: #000;
	display: block;
	background-image: url(../images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding:5px 10px 5px 18px;	
}
#news-main ul li a:hover {
	color:#cc6427;
}
/*page*/
.page {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 3rem;
}
.page a, 
.page a:visited {
	background-color: #f7fbff;
    border: 1px solid #daebfa;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 13px;
	margin-bottom:4px;
	text-decoration:none;
	color: #48629b;
}
.page a:hover, .page a.current {
	background-color: #7c94bd;
    border: 1px solid #526c98;
	color: #FFFFFF;
	text-decoration: none;
}
.page select {
	margin-left:3px;
	background-color: #f7fbff;
    border: 1px solid #daebfa;
    font-size: 13px;
	height: 34px;
    padding: 6px 6px 6px 5px;
	vertical-align:top;
	margin-bottom:4px;
	color: #48629b;
}
#product-main {}
#product-main .product-title {
	margin-top:15px;
	margin-bottom:3px;
	color: #2d54a1;
    border-bottom: 3px solid #6982b9;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 1px;
	padding-left: 15px;
}
#product-main .cont {
	margin:15px 0;
	position: relative;
	padding-left: 22px;
}
#product-main .cont:before {
	content: '';
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    background: #cc6427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	color: #cc6427;
}
#product-main p {
	margin:15px 0;
}
#product-main .subtitle {
	background: #cc6427;
    color: #fff;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
	margin:15px 0;
}
#product-main .img {
	text-align:center;
	margin:15px 0;
}
#product-main .img img {
	width:auto;
	max-width:100%;
}
@media (max-width: 769px) {
#main .row > div {
    padding-top: 5px;
    padding-bottom: 5px;
}
#main .row > div > .img, #about-main .row > .col-md-3 {
	height: 150px!important;
	background-size: cover;
	background-position: center!important;
	background-repeat: no-repeat
}
#main .row, #about-main .row {
padding:
}
footer .d-flex.justify-content-center div {
	margin-right: 0;
	flex: 100%;
	text-align: center
}
footer .d-flex.justify-content-center {
	flex-wrap: wrap
}
h2.master-title {
margin-top:.5rem
}
.owl-carousel.case-ul.owl-theme .owl-prev {
	left: inherit!important;
	background: #d6d6d6 !important;
	position: relative;
	border-radius: 150px!important;
	width: 35px;
	height: 35px;
	transform: translateX(0);
	margin: 5px!important;
	line-height: 25px
}
.case-ul.owl-theme .owl-next {
	left: inherit!important;
	position: static;
	border-radius: 150px!important;
	width: 35px;
	transform: translateX(0);
	height: 35px;
	margin: 5px!important;
	line-height: 25px
}
.case-ul.owl-theme .owl-controls {
	margin: 0;
	position: static;
	top: inherit;
	transform: translateY(0);
	width: 100%
}
#service-main .row > .col-md-2 ul {
	padding: 0;
	margin: 0 0 15px;
	list-style-type: none;
	display: flex;
	justify-content: center
}
.flex-manu a {
	margin-right: 5px;
	margin-bottom: 5px;
	flex: 48%
}
#service-main .row > .col-md-2 ul li {
	padding: 8px 5px
}
#about-main .col-md-3 {
	margin-bottom:5%;
}
.text-main {
	padding-left:0;
}
.master-title {
	padding-left: 0px;
	text-align:center;
}
/*頁數隱藏*/
.page a, 
.page a:visited {
	display:none;
}
}
 @media (max-width: 577px) {
#main .row {
	padding: 0
}
.col-md-5.center.align-self-center {
	padding-left: 65px;
	padding-right: 15px
}
}
