a{
	color:#000;
}
button,
.navbar-toggler:hover, .navbar-toggler:focus{
	outline: none;
}
button:focus{
	outline: 0 auto -webkit-focus-ring-color;
}
.text-blue{
	color:#064075;
	}
.top-menu{
	background-color:#ebe7e6;
	height:30px;
	}
.Language{
	
	}
.Language >select{
	height:30px;
	padding:0 8px;}
.Language > select, .Language > select > option{
	background-color:#271470;
	color:#fff;
	border:none;
	}
.Language > select, .Language > select > optgroup > option , .Language > select > optgroup{
	/*background-color:#271470;
	color:#fff;
	border:none;*/
	}
.main_bg{
	background:url("../images/main_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 100px 0 60px 0;
}
ul.List > li{
	list-style-type:decimal;
	font-weight:bold; 
	padding-bottom: 12px;
}
ul.List > li > ol{
	padding-left:0;
}
ul.List > li > ol > li{
	list-style-type:none;
	list-style-position: inherit;
}

body > .container-fluid:first-child{
	padding-top:100px;
}
section > .container-fluid{
	/*padding-left:0;
	padding-right:0;*/
}
h1,h2,h5{
	font-family: 'Noto Serif TC', serif;
	font-family: 'Noto Sans SC', sans-serif;
}
nav > div > h1{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
h1 > a{
	/*width:180px;
	height: auto;
	display: block;
	transition: all .5s;*/
}
/*
h1 > a, h5 > a{
	width:220px;
	height: 48px;
	display: block;
	transition: all .5s;
}*/
h1 > a:hover, {
	color:#000;
}
h1 > a > span{
	display:block;
}
h1 > a > span:first-child{
	float: left;
	/*font-size:60px;*/
	font-size:48px;
	font-weight: 900;
}
h1 > a > span:nth-child(2){
	float: left;
	/*display:block;*/
	/*font-size:32.89px;*/
	font-size:26px;
	padding-top:4px;
	padding-left:10px;
}
h1 > a > span:last-child{
	float: left;
	/*display:block;*/
	/*font-size:10px;*/
	font-size:11px;
	margin-top:4px;
	padding-left:10px;
	letter-spacing: 5px;
}
h2,h4{
	border-bottom:none;
	text-align:center;
	position: relative;
	margin-bottom: 52px;
	margin-top: 40px;
	font-weight: bolder;
}
h2{
	margin-top:0;
}
h2:before, h2:after{
	height: 2px;
	width: 2em;
	position: absolute;
		height: 3px;
		content: "";
		top: 50px;
}
h2:before{
	background-color:#fd003c;
	right: 50%;
}
h2:after{
	background-color:#fba206;
	left: 50%;
}
h3{
	font-family: 'Noto Sans TC', sans-serif;
	font-size:24px;
	margin:36px 0 12px 0;
}
h3 span{
	font-size:32px;
	}
h4,h5{
	margin-top: 20px;
	margin-bottom:36px;
	position: relative;
}
h5{
	color:#064075;
	}
h4:before, h4:after, h5:before, h5:after{
	height: 2px;
	width: 1.25em;
	position: absolute;
    content: "";
    top: 12px;
	background-color:#fff;
}
h5:before, h5:after{
	background-color:#064075;
}
h4:before,h5:before{
	right: 35%;
}
h4:after,h5:after{
	left: 35%;
}
.title{
	font-size:21px;
}
#webdesign,#case,#shop,#about,#contact{
	/*padding-top: 80px;*/
}
/*＝＝＝＝選單＝＝＝*/
nav > .container{
	padding-left:0;
	padding-right:0;
	}
.navbar-expand-md .navbar-toggler-icon{
	background-image:none;
}
.navbar{
	padding: 0;
	box-shadow: 2px 2px 2px #999;
}
.navbar-brand > img{
	height:50px;
	width:auto;
	}
/*＝＝＝＝小漢堡選單＝＝＝*/
.navbar-toggler{
	padding:10px 4px 8px 4px;
	width:40px;
	height:32px;
	/*background-color:#eee;*/
}
.navbar-toggler span {
    display: none;
}
.navbar-toggler span {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.navbar-toggler * {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.navbar-toggler span:after, .navbar-toggler span:before {
	display: none;
}

.navbar-expand-md .open span:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	-webkit-transform: rotate(-45deg);
	top: -4px;
}
.navbar-expand-md .open span:nth-child(2) {
	transform: rotate(45deg);
	position: relative;
	-webkit-transform: rotate(45deg);
	top: 3px;
}
.navbar{
	background-color:rgba(255,255,255,1);
	padding-top:0;
	padding-bottom:0;
	padding: 0;
}
.navbar-nav .nav-link {
    position: relative;
	padding-left: 0.85em;
    padding-right: 0.85em;
}
.navbar-nav .nav-item a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease;
}
.navbar-nav .nav-item:hover a:before {
    bottom: 0;
    background-color: rgb(211,166,156,0.3);
}
.navbar-nav .nav-link.active:before {
    background-color: #ffeee6;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.navbar-expand-md .navbar-toggler-icon + .navbar-toggler-icon{
	margin-top:4px;
}
.navbar-expand-md .navbar-toggler-icon {
	background-image:none;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color:#000;
}
.navbar-expand-md .navbar-nav .nav-link{
	font-size:18px;
	transition: all .3s ease-out;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
	color: #fff;
	background-color:#F00;
}
/*＝＝＝Banner＝＝＝*/
.carousel-control.right,.carousel-control.left{
	background-image: transparent;
	filter:none;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  background-repeat: repeat-x;
}
.carousel-inner .banner{
}
.banner{
	width: 100%;
	overflow: hidden;
}
.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 99vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
 position: absolute;
}
.owl-carousel .owl-nav{
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	background-color:rgba(255,255,255,.5);
	border-radius:32px;
	width:32px;
	height:32px;
	font-size:32px;
	line-height:32px;
	}
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}
.owl-carousel .owl-nav {
	/*position:relative;*/
	width:100%;
	/*display: none;*/
  /*left: 50%;*/
  /*top: 10%;*/
	left:0;
  top: 45%;
  /*transform: translateX(-50%);*/
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left:0;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right:0;
}


.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 0.5;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

section {
  display: none;
}
.wrapper{
	clear:both;
}
.enterprise > div{
	padding:0;
	margin:0;
}
blockquote, .blockquote, .links{
	padding:0;
	margin:0;
}
.card{
	padding: 8px;
	margin-bottom:20px;
	}
.card > img{
	margin-bottom:20px;
	}
.card-body{
	padding-left:1rem;
	padding-right:1rem;
}
/*＝＝＝＝企業＝＝＝*/
.area{
	position: relative;
	overflow:hidden;
}
.area a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;	
	transition:all .5s;
	background-color:rgba(209,0,3,0);
	background-color:rgba(209,0,3,.8);
}
.area > a > img{
	transition: all .5s;	
}
.area > a:hover > img{
	transform:scale(1.1);
	opacity: 0.5;
}
.area a:before {
    position: absolute;
   /* top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);*/
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
}
.area:hover a::before{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 2px solid #fff;
}
.area > a .text, .item > a .text, .links > a .text{
	position:absolute;
	font-size:20px;
	text-align: center;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	color:#fff;
	width:100%;
	bottom:-100px;
	transition: all .5s;
}
.area > a:hover .text{
	bottom:38%;
}
/*＝＝＝＝一頁式＝＝＝*/
.item{
	position:relative;
	overflow: hidden;
}
.item a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;	
	transition:all .5s;
	background-color:rgba(209,0,3,0);
}
.item > a > img{
	transition: all .5s;	
}
.item > a:hover > img{
	transform:scale(1.1);
	opacity: 0.5;
}
.item > a .text{
	/*position:absolute;
	font-size:28px;
	text-align: center;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	color:#fff;
	width:100%;
	bottom:-100px;
	transition: all .5s;*/
}
.item > a:hover .text{
	bottom:38%;
}
.item a:before{
	position: absolute;
    background-color:rgba(209,0,3,.8);
    content: "";
    width: 100%;
    height: 100%;
    bottom: 100%;
    transition: all 0.5s;
    text-align: center;	
}
.item:hover a:before{	
    bottom: 0;
    content: "";
}
/*＝＝＝＝網路開店＝＝＝*/
.links{
	position:relative;
	overflow: hidden;
}
.links > a{
	/*position:absolute;*/
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;	
	transition:all .5s;
	background-color:rgba(209,0,3,0);
}
.links > a:hover{
	display: block;
	background-color:rgba(209,0,3,.8);
}
.links > a > img{
	transition: all .5s;	
}
.links > a:hover > img{
	transform:scale(1.1);
	opacity: 0.5;
}
.links > a .text{
	/*position:absolute;
	font-size:28px;
	text-align: center;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	color:#fff;
	width:100%;
	bottom:-100px;
	transition: all .5s;*/
}
.links > a:hover .text{
	bottom:38%;
}
.links_border:before,
.links_border:after{
	position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s, 
	-webkit-transform .5s;
    transition: opacity .5s,
	-webkit-transform .5s, 
	-moz-transform .5s, 
	-o-transform .5s, transform .5s;
}
.links_border:before {
  border-top: 2px double #fff;
  /*border-left: 1px double #fff; */
  border-bottom: 2px double #fff; 
 -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.links_border:after {
  border-right: 2px double #fff;
  /*border-bottom: 1px double #fff;*/
  border-left: 2px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.links > a:hover .links_border:before,
.links > a:hover .links_border:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*===關於達榮===*/
#About{
	background:url("../images/index_bg.jpg") repeat bottom left;
	padding-top:0;
	padding-bottom:0;
	}
.wrapper{
	background-color:#064075;
	padding-top:0;
	padding-bottom:40px;
	}
#About p{
	font-size:20px;
	line-height:1.8;
	}
	
#Office{
	background:url("../images/office_bg.jpg") no-repeat top center;
	background-size:cover;
	padding-top:36px;
	padding-bottom:36px;
	}
.contact{
	background:url("../images/contact_bg.jpg") no-repeat top center;
	background-size:cover;
	padding: 54px 0;
}
.about{
	background: url("../images/info_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 54px 0;
}
.about > .container-fluid{
	/*padding-left:0;
	padding-right:0;*/
}
.about p{
	font-size:18px;
	line-height: 1.8;
}
.main-text{
	margin-bottom:36px;
	padding-bottom:20px;
	}
.pic > img{
	margin-bottom:12px;
	}
.form-control-plaintext{
	border: 1px solid #fff;
	border-radius:5px;
	color:#fff;
}
.form-group {
    padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
select{
	
}
select > option{
	color:#000;
}
footer{
	padding-top: 0; 
}
address h6{
	margin-bottom: 0;
}
footer a, footer i{
	color:#515050;
	font-size:20px;
}
footer h5 a{
	color:#000;
}
address{
	background-color: #fd042d;
	margin-bottom:0;
}
address h6{
	font-size:16px;
	padding: 12px 0;	
}
/*＝＝＝top按鈕＝＝＝*/
#toTop {
	z-index: 999;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_48x48.png) no-repeat left top;
}
#toTopHover {
	background: url(../images/top_48x48_o.png) no-repeat left top;
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
@media (min-width: 576px){
	.container, .container-sm {
		max-width: 100%;
	}
}
@media (max-width:767px){
.navbar-brand > img{
	margin-bottom: 0.135rem;
	}
}

@media (min-width:768px){
	.navbar-expand-md .navbar-nav .nav-link{
		padding-left: 0.85em;
		padding-right: 0.85em;
		width: 4em;
	}
	.navbar-brand > img{
	height:60px;
	width:auto;
	}
	.main_bg{
	width:auto;
	}
	h1 > a > span:first-child{
		font-size:60px;
		font-weight: 900;
	}
	h1 > a > span:nth-child(2){
		font-size:32.89px;
		padding-top:8px;
		padding-left:10px;
	}
	h1 > a > span:last-child{
		font-size:10px;
		margin-top:7px;
		padding-left:10px;
		letter-spacing: 7.5px;
	}
	h4:before, h4:after, h5:before, h5:after{
		width: 1.75em;
		}
	h4:before, h5:before{
	right: 43%;
	}
	h4:after, h5:after{
		left: 43%;
	}
	.area > a .text, .item > a .text, .links > a .text{
	font-size:28px;
	}

	footer{
		padding-top: 36px; 
	}
}
@media (min-width:992px){
	.navbar-expand-md .navbar-nav .nav-link{		
		width: inherit;
		padding:0 0.45em;
		line-height:80px;
	}
	.navbar-nav .nav-item a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background-color: #fff;
    left: 50%;
    transition: all 0.3s ease;
}
.navbar-nav .nav-item:hover a:after {
    height: 25px;
}
}

@media (min-width:1024px){
	.wrapper{
		background:url("../images/about_bg.jpg") repeat-x top center;
		background-color:transparent;
	}
	#About p{
		font-size:17px;
		}
	}
@media (max-width:1199px){

}
@media (min-width:1200px){
	h1 > a{
		width:400px;
		height: 60px;
	}
	.container{
		width: 1200px;
		margin:0 auto;
	}
	/*===關於達榮===*/
	#About{
		padding-top:154px;
		padding-bottom:90px
		}
	#About p{
		font-size:18px;
		}
	.wrapper{
		padding-top:0;
		padding-bottom:150px;
		}
	/*===服務據點===*/
	#Office{
	padding-top:0px;
	padding-bottom:90px;
	}
	p, .main-text > p, .main-text  > ul > li {
		line-height:2;
		font-size:18px;
		}
}

@media (min-width:1400px){
	.wrapper{
		width: 1400px;
		margin:0 auto;
	}
}