/* about06.html_關於多利/公司據點 */


.aboutInfoItem{
	display: table;
	margin: 5px 0px;
}

.infoTitle, .infoText{
	display:table-cell;
}

.infoTitle::after{
	content: "";
	display: inline-block;
	background: #FF942A;
	width: 3px;
	height: 18px;
	margin: 0px 20px;

}


/* 投資人專區_頁籤功能_start */


.investorsNavBtn {
	padding: 30px 0px 0px 0px;
}

.investorsNavBtn {
	position: relative;
}

.investorsNavBtn::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #aaaa;
}

.investorsNavBtn ul li{
	display: inline-block;

}

.investorsNavBtn a{
	display: block;
	background: #fff;
	color: #009382;
	padding: 8px;
	margin: 0px 5px;
	border: 1px solid #aaaa;
	border-radius: 1px;
	font-size: 19px;
	letter-spacing: 1.5px;
}

.investorsNavBtn .investorActive{
	background: #009382;
	color: #fff;
}

.investorsNavBtn ul li a span img{
	width: 27px;
	height: 31px;
	padding: 1px 1px 1px 0px;
}

/* ---------------Tab_start */

.tabContainer{
/* 	overflow: hidden;
	width: 100%; */
	padding-top: 30px;
	
}

.tabLinkBlock{
	position: relative;
/* 	overflow: hidden; */
}

.tabLinkBlock .item{
	vertical-align: middle;
	text-align: center;
}

.tabLinkBlock .item>a{
	/*display: inline-block;
	border: 1px solid #aaaa;*/
	text-decoration: none;
}
.tabLinkBlock a{
	display: inline-block;
    /*margin: 0px 50px;*/
    padding-bottom: 10px;
	font-size: 17px;
	text-align: center;
	position: relative;
}


.tabLinkBlock a::after{
	content: "";
	display: block;
	width: 0%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

.tabLinkBlock a:hover::after{
	content: "";
	text-decoration: none;
	width: 100%;
	background: #FF942A;

}

.tabLinkBlock .owl-theme .owl-nav{
	margin: 0;
	padding: 0;
}

.tabLinkBlock .owl-theme .owl-nav [class*=owl-]{
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 30px;
	color: #fff;
	background: rgba( 0, 147, 130, 0.6);
	position: absolute;
	top: 28%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size:15px;
}

.tabLinkBlock .owl-theme .owl-nav .owl-prev {
    left: 2px;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.tabLinkBlock .owl-theme .owl-nav .owl-next {
    right: 2px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.tabLinkBlock .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba( 0, 147, 130, 0.8);
}

.tabContentBlock{
	padding-top: 50px;
}

/* ------------Tab End */

/* 投資人專區_頁籤功能_end */


/* 產品分類頁_product_category.html_折疊收合功能_start */


.accordionStyle .cardStyle .cardHeaderStyle .cardHeaderStylePt {
	height: 250px;
}


.btnlinkStyle{
	margin: 0px;
	height: 250px;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 30px;
    letter-spacing: 8px;
    font-size: 40px;
    transition: 0.3s;
}

.btnlinkStyle:hover{
	color: #fff;
	background: -webkit-linear-gradient(77deg, rgba(255, 148, 42, 0.8), rgba(255, 241, 44, 0.8));
	background: linear-gradient(77deg, rgba(255, 148, 42, 0.8), rgba(255, 241, 44, 0.8));

}


.cardHeaderStyleOne{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;

}

.cardHeaderStyleTwo{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;
}

.cardHeaderStyleThree{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;
}

.cardHeaderStyleFour{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;
}

.cardHeaderStyleFive{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;
}

.cardHeaderStyleSix{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;

}

.cardHeaderStyleSeven{
	background-repeat: repeat;
	background-position: center 30%;
	background-size: cover;
	opacity: 0.8;
	height: 250px;

}

.btnlinkStyle{
	margin: 0px;
}

.cardHeaderStylePt .btnlinkStyle{
	color: #383838;
	text-decoration: none;
	border: 0px;
}

.linkPt p{
	padding: 10px;
	text-align: right;
}


.linkPt a{
	text-align: center;
	padding: 5px;
	background: #009382;
	color: #fff;
	border-radius: 5px;
}

.linkPt a:hover{
	background: #FF942A;
}

/* 產品分類頁_product_category.html_折疊收合功能_end */


/* investors_boss_resolution.html_start  */

.cardBodyStyle ul li{
	padding: 5px;
}

.cardStyle .cardHeaderStyle .cardHeaderStyle_bossRes {
	padding: 10px;

}

.cardHeaderStyle_bossRes .mb-0_Style{
	position: relative;
}

.resolutionDate{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1.5px;
}

.btnlinkStyle_boss{
	margin: 0px;
}

.cardHeaderStyle_bossRes .btnlinkStyle_boss{
	text-decoration: none;
	width: 100%;
	background: #009382;
	border: 0px;
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 18px;
	text-align: left;
}

/* investors_boss_resolution.html_end  */

/* product_detail.html_start  */

.shareSNSbtn a{
	font-size: 22px;
	color:#383838;
}

.shareSNSbtn a:hover{
	color:#FF942A;
}

.gallery-top {
    background: #f9f9f9;
    border: rgba(28, 28, 28, 0.1) solid 1px;
    margin-bottom: 15px;
}

.gallery-top .owl-caraousel {
    animation-duration: 200s;
    animation-fill-mode: both;
}

.topSlideItem a {
    display: block;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bottomSlideItem {
    height: 120px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: rgba(28, 28, 28, 0.2) solid 1px;
    box-sizing: border-box;
}

.bottomSlideItem:hover {
    border-color: #F4BD1D;
}

.bottomSlideItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-thumbs {
    position: relative;
}

.productDtImg .owl-theme .owl-nav {
    margin: 0;
    font-size: 20px;
    color: #009382;
}

/* .productDtImg .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
	font-size: 20px;
    border-radius: 40px;
    background-color: rgba(28, 28, 28, 0.2);
    color: #009382;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.productDtImg .owl-theme .owl-nav .owl-prev {
    left: 2px;
    /* -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3); */
}

.productDtImg .owl-theme .owl-nav .owl-next {
    right: 2px;
    /* -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3); */
}

.productDtImg .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(28, 28, 28, 0.8);
}

.productDtImg .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	font-size: 20px;
	width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #009382;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.productDtInner{
	padding-top: 15vh;
}

.productDtTitle .twTitle{
	font-size: 25px;
	color: #009382;
	font-weight: 700;
	letter-spacing: 1.2px;

}

.productDtTitle .enTitle{
	font-size: 23px;
	color: #FF942A;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.productDtSubTitle{
	padding-top: 50px;
}

.productDtSubTitle p{
	border-bottom: 5px solid #FF942A;
	border-radius: 2px;
	position: relative;
}

.productDtSubTitle .dtSub{
	font-size: 20px;
	font-weight: 600;
	color: #383838;
	background: #FF942A;
	border-radius: 5px;
	padding: 5px 10px;
	letter-spacing: 1.2px;
}

.productDtSubTitle .ptDtNum{
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	letter-spacing: 1.2px;
}

.productDtText{
	padding: 15px 20px 120px 15px;
}

.productDtText ul{
	margin-top: 10px;
}

.productDtText ul li{
	letter-spacing: 1.2px;
}


.shareSNSbtn ul li{
	display: inline-block;
	padding: 10px 5px;
}

/* product_detail.html_end  */

/* news_list.html_文章列表斷行_start */

.boxNewsTitle p.boxNewsSub{
	letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boxNewsText p.boxNewsTxSub{
	letter-spacing: 1px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* news_list.html_文章列表斷行_end */



/* sitmap.html_start */

.webMapInner{
	padding-top: 10px;
}

.webMapItem{
	margin: 5px;

}

.webMapItem ul li{
	padding: 5px 2px;
}

.webNavTitle{
	font-size: 20px;
	color: #009382;
	padding-bottom: 5px;

}



.webMapul li>a>span{
	padding-left: 10px;
	padding-bottom: 10px;
}


.webMapul span{
	position: relative;
}

.webMapul span::after{
	content: "";
	height: 2px;
	width: 25px;
	background: #FF942A;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.webMapul ul{
	padding-top: 20px;
}

.webMapul ul li{
	font-size: 14px;
	padding-left: 20px;
}

/* sitmap.html_end */

/* 404.html_start */

.oopsInner{
	padding: 20px 0px;
	text-align: center;
}

.contentTitle_span h3:first-child{
	font-size: 50px;
}

.contentTitle_span h3>span{
	font-size: 70px;
	font-weight: 600;
}

.contnent404Text{
	padding-left: 10px;
	padding-top: 10px;
}

.contnent404Text ul li{
	padding: 3px 5px;
}

.contnent404Text .contentCompany{
	font-size: 18px;
}

.contnent404Text a{
	color: #009382;
}

/* 404.html_end */


@media only screen and (max-width: 1299px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
	
	/* product_detail.html_start */
	.productDtContentInner{
		padding-top: 50px;
	}
	/* product_detail.html_end */

}

@media only screen and (max-width: 576px) {

	/* sitmap.html start */
	.webMapItem{
	text-align: center;

	}
	/* sitmap.html end */
}

@media only screen and (max-width: 480px) {
	
	/* 投資人專區 第一層選單連結頁籤 start */
	.investorsNavBtn a{
		padding: 6px;
	    margin: 0px 3px;
	    font-size: 18px;
	}	
	/* 投資人專區 第一層選單連結頁籤 end */

}

@media only screen and (max-width: 440px) {

	/* investors_corporate.html_董事長決議 收合日期_start */
	.resolutionDate{
		display: none;
	}
	/* investors_corporate.html_董事長決議 收合日期_end */

	/* 投資人專區 第一層選單連結頁籤 start */
	.investorsNavBtn ul li {
    	display: block;
    	margin: 5px 0px;
	}
	/* 投資人專區 第一層選單連結頁籤 end */


}

@media only screen and (max-width: 320px) {



}

