/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-dots button{background-color: transparent;}
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	/*margin-top: 10px*/
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	/*margin: 5px;*/
	padding: 4px 7px;
	/*background: #D6D6D6;*/
	display: inline-block;
	cursor: pointer;
	/*border-radius: 3px*/
}

.owl-theme .owl-nav [class*=owl-]:hover {
	/*background: #869791;*/
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}


/*---------輪播修改---------*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    position: absolute;
    bottom: -8%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 40px 5px 0;
    background: #d8d8d8;
    display: block;
    border-radius: 10px;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background:#c8ae60;
    border: 0;
}
/*.Intro .owl-nav span{ display:none;}
.Intro .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0px;
    z-index: 2;
    width: 103%;
    left: -1.4%;*/
}
/*---------輪播修改---------*/
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}  
.owl-carousel .owl-item img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
@media(max-width:800px){
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}    
.Intro .owl-nav button.owl-next,
.family .owl-nav button.owl-next {
    /*background-image:url("../images/arrow_r-B.png");
    float: right;
    background-color: rgba(204, 204, 204, 0);
	width: 35px;
    height: 43px;
    margin-right: 3.5%;
    margin-top: -30%;
    background-size: cover;*/
    display: none;
}

.Intro .owl-nav button.owl-prev,
.family .owl-nav button.owl-prev {
   /* background-image: url("../images/arrow_l-b.png");
    float: left;
    background-color: rgba(204, 204, 204, 0);
	width: 35px;
    height: 43px;
    margin-left: 3.5%;
    margin-top: -30%;
    background-size: cover;*/
    display: none;
}
}
@media(max-width:500px){
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 30px 5px 0;
}        
}
@media(max-width:375px){
.Intro .owl-nav button.owl-next {
	width: 30px;
    height: 37px;
}

.Intro .owl-nav button.owl-prev {
	width: 30px;
    height: 37px;
}
}
@media(max-width:320px){
.owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px 0;
}    
.Intro .owl-nav button.owl-next {
	width: 27px;
    height: 33px;
}
.Intro .owl-nav button.owl-prev {
	width: 27px;
    height: 33px;
}
}