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


/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 32px;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #476b89;
}

.h2-title {
    font-size: 30px;
	font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
    color: #2059a8;
}

.h3-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 26px;
	position: relative;
	font-weight: bold;
}
.h3-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #f77432;
    margin-top: 5px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 36px;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 40px;
	}		
}


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

.content {
	padding-bottom: 50px;
}

/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}


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

.navsub {
	display: none;
	
}
.navsub-list {
	text-align: left;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
/*	border: 1px solid #adadad;*/
}

.navsub-list h3  {
	color: #fff;
	background-color: #736357;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    border-radius: 5px;
    font-size: 1.6rem;
}
.navsub-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 5px;
	color: #333;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #bfb8ae;
}
.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    width: 100%;
	}
.navsub-select h3 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 40px;
}

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




/*========================================================
                毛孩全保養系列-購物常見問題
=========================================================*/

.product-wrap {
	padding: 80px 8% 40px;
}
.product-wrap [class*="col-"] {
	margin-bottom: 50px;
}
.product-wrap .image-box .image-pic {
	position: relative;
}
.product-wrap .image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
    border-radius: 25px;
}
.product-wrap .image-box .image-pic a {
	display: block;
	color: #3f3229;
}
.product-wrap .image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.product-wrap .image-box .image-pic:before {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	height: 100%;
}
.product-wrap .image-box .image-pic:hover:before {
	background-color: rgba(255, 255, 255, 0);
}
.product-wrap .thumb-inner {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
    display: block;
}
.product-wrap .thumb-inner {
	color: #736357;
	font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.product-wrap .image-box .image-pic:hover .thumb-inner {
	display: block;
    color: #fff;
}

/*  尺寸設定 */
@media (min-width: 1600px) {
    .product-wrap .image-box .image-pic {
        margin: 0 30px;
    }
}


/*========================================================
                毛孩全保養系列-購物常見問題內頁
=========================================================*/

.products-faq-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products-faq-list ul li a {
    display: block;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.products-faq-list ul li a:hover {
    color: #fff;
	background-color: #bfb8ae;
}


.font-search-style {
	color: #000;
	background-color: #ededed;
	padding: 15px 20px;
	margin: 0 0 40px 0;
	border-top: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
}
.font-search-style span {
	font-weight: bold;
	color: #bf1a20;
	margin: 0 5px;
}



/*========================================================
                      	 好評推薦
=========================================================*/

/*
.about-wrap {
	background-color: #e2ddd9;
	padding-top: 10%;
	color: #736357;
}
.about-wrap h2 {
	text-align: center;
	color: #736357;
	font-weight: bold;
	font-size: 2rem;
}
.about-wrap h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 10px;
}
.about-wrap h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 8px;
	background-color: #f77432;
	margin: 15px auto 30px;
}
*/


.good-wrap {
	background-color: #fff;
	padding-top: 10%;
	color: #736357;
}
.good-wrap > h2 {
	text-align: center;
	color: #736357;
	font-weight: bold;
	font-size: 2rem;
}
.good-wrap > h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 10px;
}
.good-wrap > h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 8px;
	background-color: #f77432;
	margin: 15px auto 30px;
}

.good-box {
    margin-top: 80px;
}
.good-box img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 50%;
}
.good-box img:hover {
    opacity: 0.7;
}
.good-box h1 {
	text-align: center;
	color: #736357;
	font-size: 2.4rem;
	position: relative;
	margin: 0 0 50px 0;
	font-weight: bold;
}

.good-box [class*="col-"] dl { 
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border-radius: 13px;
    margin: 0 15px 30px;
    padding: 20px;
}
.good-box [class*="col-"] dl dt { 
    padding: 20px 40px 0;
	margin-bottom: 10px;
}
.good-box [class*="col-"] dl dd {
	color: #774f36;
    padding: 20px;
    text-align: left;
}
.good-box [class*="col-"] dl dd h3 {
    text-align: center;
	margin: 0 0 10px 0;
	font-size: 1.6rem;
    font-weight: bold;
}
.good-box [class*="col-"] dl dd p {
	font-size: 1.2rem;
    margin: 0;
}


/*  尺寸設定 */
@media (min-width: 640px) and (max-width: 767px) {
    .good-box [class*="col-"] dl { 
        margin: 0 0px 30px;
        padding: 5px;
    }
    .good-box [class*="col-"] dl dt { 
        padding: 20px 15px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .good-box [class*="col-"] dl { 
        margin: 0 5px 30px;
        padding: 5px;
    }
}



/*========================================================
                        毛毛部落
=========================================================*/

.daily-top {
	background-color: #e2ddd9;
	position: relative;
}
.daily-top-main {
	background-color: #efefef;
	width: 80%;
	margin: 0 auto;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	padding: 50px;
	position: relative;
	top: -100px;
	z-index: 5;
	color: #808080;
}
.daily-top-main h3 {
	color: #736357;
	font-weight: bold;
}
.daily-top-main .more {
	text-align: center;
}
.daily-top-main .more a {
	background-color: #968375;
	color: #fff;
	padding: 7px 5%;
}
.daily-top-main .more a:hover {
	background-color: #808080;
}


/* 六大選單設定 */
.daily-main {
	padding-top: 100px;
}
.daily-choose [class*="col-"] {
	position: relative;
	margin-bottom: 50px;
}
.daily-choose [class*="col-"] img {
	width: 100%;
	vertical-align: bottom;
}
.daily-choose [class*="col-"] h4 {
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	z-index: 99;
	margin: 0 10px;
	padding: 10px 0;
	text-align: center;
	color: #151515;
	font-weight: bold;
}


.daily-list .image-box .image-pic {
	position: relative;
}
.daily-list .image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.daily-list .image-box .image-pic a {
	display: block;
	color: #fff;
}
.daily-list .image-box .image-pic:hover .thumb-inner {
	display: block;
}
.daily-list .image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.daily-list .image-box .image-pic:hover:before {
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	height: 100%;
}
.daily-list .thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.daily-list .thumb-inner span {
	display: inline-block;
	color: #333;
	font-size: 1.6rem;
	padding: 5px 50px 7px;
	border: none;
/*	background-color: rgba(0, 0, 0, 0.6);*/
}


/* 說明 */
.daily-info {
	width: 330px;
	margin: 0 auto;
}
.daily-info img {
	width: 100%;
	vertical-align: bottom;
}
.daily-info a {
	color: #333;
}




/* 搜尋設定 */
.daily-search {
	margin-top: 30px;
	margin-bottom: 30px;
}
.daily-search .screen-reader-text {
	display: none
}
.daily-search input#s, .daily-search input#searchsubmit {
	height: 42px !important;
	margin: 0;
	padding: .7em;
	border: 1px solid #bfb8ae;
	color: #000;
	font-size: 1rem;
	line-height: normal !important;
	font-weight: bold;
}
.daily-search #s {
	width: 100%;
}
.daily-search #searchform {
	position: relative
}
.daily-search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	background-color: #bfb8ae;
}
#searchsubmit {
	cursor: pointer
}


/* 分類標籤 */
.daily-sort h4 {
	position: relative;
}
.daily-sort h4 span {
	display: inline-block;
	background-color: #bfb8ae;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.4rem;
}
.daily-sort h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bfb8ae;
	position : absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.daily-sort ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.daily-sort ul li {
	display: inline;
}
.daily-sort ul li a {
	display: inline-block;
	background-color: #f2f2f2;
	color: #494b4e;
	padding: 2px 10px;
	margin: 5px 5px 5px 0;
	font-size: 1rem;
	border-radius: 5px;
}
.daily-sort ul li a:hover {
	background-color: #dedede;
}


/* 尺寸設定 */
@media (min-width: 1200px) {
	.daily-choose [class*="col-"] {
		padding-left: 30px;
		padding-right: 30px;
	}
	.daily-info {
		width: 284px;
	}
}
@media (min-width: 1600px) {
	.daily-top-main {
		width: 60%;
	}
}


/*========================================================
                      毛毛部落-內頁設定
=========================================================*/

.daily-list {
	
}
.daily-list img {
	width: 100%;
	vertical-align: bottom;
}
.daily-list [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}
.daily-list [class*="col-"] h4 {
	color: #736357;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
}
.daily-list [class*="col-"] p {
	color: #808080;
	font-size: 1rem;
}
.daily-list [class*="col-"] .more a {
	background-color: #968375;
	color: #fff;
	padding: 8px 10%;
}
.daily-list [class*="col-"] .more a:hover {
	background-color: #808080;
	color: #fff;
}


/* 最新文章 */
.daily-news h4 {
	position: relative;
}
.daily-news h4 span {
	display: inline-block;
	background-color: #bfb8ae;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.4rem;
}
.daily-news h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bfb8ae;
	position : absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.daily-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.daily-news ul li a {
	color: #736357;
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
}
.daily-news ul li a time {
	color: #000;
}
.daily-news ul li a:hover {
	color: #bfb8ae;
}


/* 文章分類 */
.daily-quick h4 {
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.daily-quick h4 span {
	display: inline-block;
	background-color: #bfb8ae;
	color: #fff;
	padding: 10px 20px;
}
.daily-quick h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bfb8ae;
	position : absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}


/* 文章內容 */
.daily-detail {
	font-size: 1rem;
}
.daily-detail h4 {
	color: #736357;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.daily-detail img {
	max-width: 100%;
	vertical-align: bottom;
}
.daily-detail .more {
	text-align: right;
}
.daily-detail .more a {
	background-color: #968375;
	color: #fff;
	padding: 8px 5%;
}
.daily-detail .more a:hover {
	background-color: #808080;
	color: #fff;
}



/*========================================================
                         營養諮詢
=========================================================*/

.faq-wrap {
    background-color: #dfdad6;
    font-size: 1rem;
    color: #736357;
}
.faq-list .card-box {
    background-color: #fefaf7;
    margin-bottom: 20px;
}
.faq-list .card {
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
    border: none;
}
.faq-list .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0.75rem 1.25rem;
}
.faq-list .card .faq-btn {
    cursor: pointer;
	padding: 20px 0;
}
.faq-list .card .faq-btn h4 {
    color: #736357;
    font-weight: bold;
	font-size: 1.4rem;
	margin: 0;
}
.faq-list .card .faq-btn time {
	display: block;
	font-size: 1rem;
	margin-bottom: 10px;
}
.faq-list .card-body {
	padding-top: 0;
}
.faq-list .card-body .answer {
    border: 2px solid #736357;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 20px 5px;
    color: #736357;
    margin-bottom: 14px;
    font-size: 1.2rem;
}

.faq-list .h3-title {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}
.faq-list .font-search-style {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    background-color: #dfdad6;
    border: none;
    font-size: 1.2rem;
}



/* 尺寸設定 */
@media (max-width: 991px) {
    .faq-list .card .card-header {
        padding: 0.75rem 0;
    }
}
@media (min-width: 992px) {
/*
	.faq-list .card .faq-btn time {
		display: inline-block;
		margin-right: 60px;
	}
*/
	.faq-list .card .faq-btn {
		padding: 20px;
        display: block;
	}
	.faq-list .card .faq-btn h4 {
		padding-left: 120px;
	}
	.faq-list .card .faq-btn time {
		position: absolute;
		left: 0px;
		top: 38px;
		z-index: 9;
		font-weight: bold;
	}
	.faq-list .card-body {
		padding-left: 160px;
	}
}
@media (min-width: 1200px) {
	.faq-list .card {
		width: 70%;
	}
    .faq-list .h3-title, .faq-list .font-search-style {
        width: 70%;
    }
}
@media (min-width: 1600px) {
	.faq-list .card {
		width: 50%;
	}
    .faq-list .h3-title, .faq-list .font-search-style {
        width: 50%;
    }
}

/* 問答表單 */
.asking-title {
	width: 30%;
	float: left;
	margin-right: 0;
	display: inline;
	margin-left: 5%;
	margin-top: 70px;
}
.asking-title img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.asking-title .ayu-04 {
	margin-top: 68px;
}
.asking-title .pop-up.small {
	border-radius: 20% / 50%;
}
.asking-title .pop-up:after {
	border-width: 10px;
	margin-left: -10px;
}
.asking {
	width: 50%;
	float: right;
	*margin-left:0;
	display: inline;
	margin-right: 10%;
	margin-top: 70px;
	margin-bottom: 60px;
}

.asking input[name=email], .asking input[name=name], .asking textarea[name=body] {
	width: 100%;
	outline: 0;
	border: 0;
	padding: 16px 13px 17px;
	font-size: 1.4rem;
	color: #808185;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.asking input[name=email], .asking input[name=name] {
	margin-bottom: 10px;
}
.asking textarea[name=body] {
	margin: 0;
	min-height: 180px;
}
.asking input[type=submit] {
	border: 0;
	font-size: 16px;
	padding: 0;
	outline: 0;
	background: 0 0;
	color: #fff;
	margin-top: 38px;
	transition: all .1s linear;
}
.asking input[type=submit].asking-submit {
	background: #7c6a55;
	box-shadow: #a79786 0 4px;
	padding: 10px 10% 8px;
	font-weight: bold;
	font-size: 1.4rem;
}
.asking input[type=submit].asking-submit:disabled {
	background: #bcb5ab;
	margin-top: 42px;
	box-shadow: #a79786 0 0;
	border-radius: 30px;
}
.asking input[type=submit]:hover {
	background: #72604b
}
.asking input[type=submit]:active {
	box-shadow: #a79786 0 0;
	margin-top: 42px;
}
.asking .textarea-wraper {
	position: relative;
}
.asking .textarea-wraper:after {
	top: 100%;
	left: 11%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 25px;
	margin-top: -10px;
}

/* 尺寸設定 */
@media (max-width:991px) {
	.asking-title {
		display: block;
		width: 80%;
		margin: 70px auto 0;
		text-align: center;
		float: none;
	}
	.asking {
		width: 100%;
		float: left;
		margin-right: 0;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*========================================================
                        關於紐促康
=========================================================*/

.about-wrap {
	background-color: #e2ddd9;
	padding-top: 10%;
	color: #736357;
}
.about-wrap h2 {
	text-align: center;
	color: #736357;
	font-weight: bold;
	font-size: 2rem;
}
.about-wrap h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 10px;
}
.about-wrap h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 8px;
	background-color: #f77432;
	margin: 15px auto 30px;
}

.about-a1 {
	max-width: 90%;
	margin: 60px auto 100px;
	font-size: 1.4rem;
}
.about-a1 h4 {
	font-weight: bold;
	font-size: 1.6rem;
}
.about-a1 h4, .about-1 p {
	margin-bottom: 2.4rem;
}

.about-a2 {
	text-align: center;
}
.about-a2 [class*="col-"] {
	margin-bottom: 50px;
}
.about-a2 [class*="col-"] h5 {
	margin: 20px 0 0 0;
	font-weight: bold;
}
.about-a2 [class*="col-"] img {
	max-width: 100%;
	vertical-align: bottom;
}


/* 尺寸設定 */
@media (min-width: 1600px) {
	.about-a1 {
		max-width: 1170px;
	}
}


/*========================================================
                        相關認證
=========================================================*/

.peports-1 {
    padding-top: 80px;
    text-align: center;
}
.peports-1 [class*="col"] {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.peports-1 [class*="col"] img {
    width: 68px;
    margin-right: 10px;

}

.peports-2 {
    font-size: 1.4rem;
    padding: 40px 20px 60px;
    font-weight: bold;
}
.peports-3 .slider > div {
    width: 300px;
    margin: 0 auto;
}
.peports-3 .slider > div img {
    max-width: 100%;
}
.peports-3 [class*="col-"] {
    padding-bottom: 40px;
}
.peports-3 [class*="col-"] h5 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.peports-3 [class*="col-"] h5 span {
	display: inline-block;
    margin-left: 10px;
	font-size: 1.2rem;
    font-weight: normal;
}
.peports-3 [class*="col-"] p {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
    font-weight: bold;
}


/*  尺寸設定 */
@media (max-width: 767px) {
    .peports-3 [class*="col-"]:nth-of-type(2) {
        text-align: center;
    } 
}
@media (min-width: 1200px) {
    .peports-2 {
        padding: 40px 80px 60px;
    }
	.peports-3 [class*="col-"] h5 {
		font-size: 2.4rem;
		margin-top: 1.6rem;
		margin-bottom: 1.6rem;
	}
    .peports-3 [class*="col-"] h5 span {
        font-size: 1.6rem;
    }
	.peports-3 [class*="col-"] p {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}


/*========================================================
                        媒體報導
=========================================================*/

.press-tabs {
	padding-top: 60px;
}
.press-tabs li a {
	display: block;
	font-size: 2.4rem;
	color: #736357;
    font-weight: bold;
	padding: 1rem 1.5rem;
}
.press-tabs li.active  {
	color: #fff;
}
.press-tabs > li.active > a, 
.press-tabs > li.active > a:hover, 
.press-tabs > li.active > a:focus {
	color: #fff;
	background-color: #736357;
}
.press-tabs > li > a {
    margin-right: 0;
}
.press-tabs .nav > li > a:hover, .press-tabs .nav > li > a:focus {
    text-decoration: none;
	color: #fff;
    background-color: #736357;
}
.press-tabs .nav-tabs {
	border: none;
}

.press-1 .tab-content {
	padding-top: 60px;
}
.press-1 .tab-content [class*="col-"] h5 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.press-1 .tab-content [class*="col-"] p {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}
.press-1 .tab-content [class*="col-"] time {
	display: block;
	margin-bottom: 1rem;
}
.press-1 .tab-content [class*="col-"] .more a {
	font-size: 1.4rem;
	color: #736357;
}
.press-1 .tab-content [class*="col-"] .more a:hover {
	color: #f77432;
}


/* 最新媒體報導 */
.video-news h4 {
	position: relative;
    z-index: 1;
}
.video-news h4 span {
	display: inline-block;
	background-color: #736357;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.4rem;
}
.video-news h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #736357;
	position : absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.video-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-news ul li a {
	color: #736357;
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
}
.video-news ul li a time {
	color: #000;
}
.video-news ul li a b {
	display: inline-block;
	color: #f77432;
	font-weight: bold;
	margin-right: 5px;	
}
.video-news ul li a:hover {
	color: #bfb8ae;
}


/*  尺寸設定 */
@media (min-width: 1200px) {
	.press-1 .tab-content [class*="col-"] h5 {
		font-size: 2.4rem;
		margin-top: 1.6rem;
		margin-bottom: 1.6rem;
	}
	.press-1 .tab-content [class*="col-"] p {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.press-1 .tab-content [class*="col-"] time {
		margin-bottom: 1.6rem;
	}
	.press-1 .tab-content [class*="col-"] .more a {
		font-size: 1.6rem;
	}
}




/*========================================================
                        影音專區
=========================================================*/

.videoarea-box .team {
    margin-bottom: 60px;
}
.videoarea-box .team .img {
    width: 240px;
    height: 240px;
    margin: 0 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.videoarea-box .text {
    width: calc(100% - 240px);
}
.videoarea-box h4 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    color: #736357;
    font-weight: bold;
}
.videoarea-box .text p {
	font-size: 1rem;
	color: #808080;
}

.videoarea-wrap .tab-content {
	padding-top: 60px;
}

.videoarea-wrap .tab-content .more {
	text-align: left;
}
.videoarea-wrap .tab-content .more a {
	background-color: #968375;
	color: #fff;
	padding: 8px 5%;
}
.videoarea-wrap .tab-content .more a:hover {
	background-color: #808080;
	color: #fff;
}




/*  尺寸設定 */
@media (max-width: 767.98px) {
    .videoarea-box .team .img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .videoarea-box .text {
        width: 100%;
    }
	.videoarea-box h4 {
		text-align: center;
	}
	.videoarea-wrap .tab-content .more {
		text-align: center;
	}
}




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

.news-list dl {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 25px 30px 21px;
	border-bottom: 1px dashed #adadad;
}
.news-list a {
	color: #333;
}
.news-list a:last-of-type dl {
	margin-bottom: 30px;
}
.news-list dl dt time {
	display: inline-block;
	background-color: #4e98bb;
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	margin-bottom: 6px;
}
.news-list dl dd {
	font-size: 1.250em;
	overflow: hidden;
	line-height: 28px;
}
.news-list > a {
	display: block;
}
.news-list > a:nth-of-type(2n+1) {
	background-color: #f4f4f4;
}
.news-list > a:hover {
	background-color: #e0eef5;
}


/* 尺寸設定 */
@media (min-width: 640px) {
	.news-list dl dt {
		float: left;
		margin-right: 10px;
	}
}


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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 20px 0;
	color: #2059a8;
	font-size: 1.6em;
}
.news-content {
	padding: 0;
}
.news-content img {
	max-width: 100%;
}


/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #4e98bb;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #2059a8;
	color: #fff;
	text-decoration: none;
}





/*========================================================
                         聯絡我們
=========================================================*/

.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}
.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}

/*
.contact-box iframe {
	border: 2px dashed #e74c1c;
	padding: 10px;
}
*/

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #4e98bb;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #4e98bb;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}




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

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.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;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 20px;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 26px;
    top: 4px;
    border-radius: 5px;
    transition: all 0.4s ease;
    font-style: normal;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.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;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.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 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #476b89;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
}
.table1 td.c {
	text-align: center;
    background-color: #e3f0f6;
}



/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 > li {
    background: url("../images/icon_star.png") no-repeat 5px 8px;
    padding: 5px 0 5px 40px;
}
.ul-s1 > li b {
    color: #e71f19;
}

.ul-s2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-s2 li {
	padding: 5px;
	position: relative;
	padding-left: 45px;
}
.ul-s2 li span {
	position: absolute;
	top: 7px;
	left: 5px;
	z-index: 9;
	background-color: #ffdc64;
	border-radius: 50%;
	color: #333;
	padding: 0px 10px;
}


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

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;
	z-index: 1;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.3) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    content: '內容詳閱...';
    background: none;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}



/*========================================================
                      	 字型設定
=========================================================*/

.fonts-style {
    color: #333;
}
.fonts-style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonts-style ul li {
    float: left;
    width: 10%;
    margin-bottom: 20px;
}




