@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);


/*========================================================
                      	 標題設定
=========================================================*/


.s-header {
    text-align: center;
    overflow: hidden;
}


.h1-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.8rem;
    line-height: 40px;
    margin: 60px 0 60px;
    font-weight: bold;
    color: #0c578f;
}
.h1-title:before, .h1-title:after {
    content: '';
    height: 2px;
    width: 50px;
    background: #9abdd2;
    position: absolute;
    left: -65px;
    top: 19px;
    z-index: 1;
}
.h1-title:after {
    left: auto;
    right: -65px;
}
.h1-title span {
    padding: 0 20px;
}
.h1-title span:before, .h1-title span:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #9abdd2;
    position: absolute;
    left: -15px;
    top: 15px;
    transform: rotate(45deg);
    z-index: 2;
}
.h1-title span:after {
    left: auto;
    right: -15px;
}

@media (max-width: 1199px) {
    .h1-title {
        font-size: 2.6rem;
    }
}
@media (max-width: 543px) {
    .h1-title {
        font-size: 2.4rem;
        line-height: 30px;
    }
}


.h2-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
}
.h2-title:after {
    content: "";
    position: absolute;
    background: #9abdd2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.h4-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
}
.h4-title span {
  display: block;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px dotted #d3d0d0;
}
.h4-title span:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #0c578f;
  background-image: -o-linear-gradient(315deg, #0c578f 0%, #9abdd2 100%);
  background-image: linear-gradient(135deg, #0c578f 0%, #9abdd2 100%);
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  border-radius: 3px;
}



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

main {
    padding-top: 60px;
	padding-bottom: 50px;
    text-align: justify;
}
/*
main > .container {
	max-width: 1170px;
}
*/


/* 麵包屑 */
.breadcrumbs {
	text-align: left;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumbs a {
	display: inline-block;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a:hover {
    color: #ba9e66;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #22715b;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #e75c00;
	font-size: 1.2rem;
	font-weight: bold;
}



/*========================================================
                         動物列表
=========================================================*/

.animal-wrap {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
}
.animal-wrap li {
    position: relative;
    display: inline-block;
    transition: .5s ease;

}
.animal-wrap li a img {
    display: block;
    width: auto;
    height: 32px;
    margin: 0 10px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.animal-wrap li:hover {
    transform: scale(1.03) translateY(-6px);
}
.animal-wrap li:hover .overlay {
    opacity: 1;
}


/*  尺寸設定 */
@media (min-width: 640px) {
    .animal-wrap li a img {
        height: 60px;
        margin: 0 15px;
    }
}
@media (min-width: 992px) {
    .animal-wrap li a img {
        height: 96px;
        margin: 0 20px;
    }
}
@media (min-width: 1200px) {
    .animal-wrap {
        margin: 0 0 60px 0;
    }
}
@media (min-width: 1600px) {
    .animal-wrap li a img {
        height: 129px;
        margin: 0 30px;
    }
}


/*========================================================
                         產品介紹
=========================================================*/

.products-point {
    padding: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #3a7da5;
    border-left-width: .4rem;
    border-radius: .25rem;
    background-color: #ebf4f6;
    font-weight: bold;
}

/* 產品介紹頁 */
.products-item { 
	margin: 30px 15px 40px;
}
.products-item a img {
    width: 100%;
    vertical-align: bottom;
	border: 10px solid #fff;
    transition: all 0.3s;
}
.products-item a:hover img { 
	border: 10px solid #0a548b;
}
.products-item a h4 {
    text-align: center;
    margin-top: 10px;
	color: #282828;
    font-weight: bold;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .products-item a h4 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
    .products-item a h4 {
        font-size: 1.8rem;
    }
}


/*========================================================
                   產品介紹-PleuroCell
=========================================================*/


/*.PleuroCell {
    padding: 60px 50px;
    background-color: #f6f6f4;
}*/

.PleuroCell .container {
    max-width: 940px;
}
.PleuroCell-s {
    padding: 60px 50px;    
    background-color: #f6f6f4;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.PleuroCell-s h2 {
    font-weight: bold;
    color: #000;
    font-size: 2.4rem;
}
.PleuroCell-s h3 {
    font-weight: bold;
    color: #6A743B;
    font-size: 2rem;
}
.PleuroCell-s h4 {
    font-weight: bold;
    color: #6A743B;
    font-size: 1.6rem;
}


.PleuroCell-s1 {
    background-color: #f6f6f4;
    background-image: url("../img/PleuroCell/PleuroCell-s1-01.jpg"), url("../img/PleuroCell/PleuroCell-s1-02.jpg");
    background-repeat: no-repeat;
    background-position: right top, right bottom;
    background-size: 25% auto, 40% auto;
}
.PleuroCell-s1 h2 {
    color: #6A743B;
    font-size: 2rem;
}
.PleuroCell-s1 h3 {
    color: #6A743B;
    font-size: 1.6rem;
}
.s1-main {
    width: 75%;
}
.PleuroCell-s2 {
    background: #f6f6f4 url("../img/PleuroCell/PleuroCell-s2-01.jpg") no-repeat right top;
    background-size: 25% auto;
}

.PleuroCell-s8 > div {
    position: relative;
}

.PleuroCell-s9 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.PleuroCell-s9 ul li span {
    display: inline-block;
    background: url("../img/PleuroCell/PleuroCell-s9-01.jpg") no-repeat right center;
    padding: 5px 40px 5px 0;
}
.PleuroCell-s10 .box {
    margin-top: 30px;
    margin-bottom: 60px;
    background-color: #e2e0d1;
    padding: 50px 30px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: url("../img/PleuroCell/PleuroCell-s10-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.PleuroCell-s10 .box h4 {
    background-color: #888a56;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    padding: 5px 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 3;
    font-size: 1.5rem;
}
.PleuroCell-s10 .box3 {
    padding: 50px 30px 80px;
    margin-bottom: 30px;
}
.PleuroCell-s10 .box3 div {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 2;
}


.PleuroCell-box {
    margin: 0 -50px; 
    background-color: #eef0ef;
    margin-bottom: 3rem;
}
.PleuroCell-box > div {
    margin: 0 50px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.PleuroCell-img1 {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}


.PleuroCell-link-btn a {
    background-color: #112b4e;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.PleuroCell-link-btn a:hover {
    background-color: #6A743B;
}


.PleuroCell .quick-btn {
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 10;
}

.PleuroCell .quick-btn a {
    display: block;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    background-color: #6A743B;
    border-radius: 50%;
}



@media (max-width: 767px) {
    .PleuroCell-s {
        padding: 40px 30px;    
    }
    .PleuroCell-s h2 {
        font-size: 2rem;
    }
    .PleuroCell-s h3 {
        font-size: 1.6rem;
    }
    .PleuroCell-s h4 {
        font-size: 1.3rem;
    }
    .PleuroCell-s1 {
        padding-top: 80px;
    }
    .PleuroCell-s1 h3 {
        padding-bottom: 40px;
    }
    .PleuroCell-s1 img {
        width: 30%;
    }
    .s1-main {
        width: 100%;
    }
    .PleuroCell-s10 h2 img {
        width: 70%;
    }
    .PleuroCell-s10 .box {
        font-size: 1.3rem;
    }
    .PleuroCell-s10 .box3 div {
        position: absolute;
        right: 0px;
        bottom: 30px;
        z-index: 2;
    }
    .PleuroCell-s10 .box3 div img {
        width: 50%;
    }
    .PleuroCell-box {
        margin: 0 -30px; 
        background-color: #eef0ef;
    }
    .PleuroCell-box > div {
        margin: 0 30px; 
    }
}



/*========================================================
                   產品介紹-PureGut
=========================================================*/


/*.PureGut {
    padding: 60px 50px;
    background-color: #f6f6f4;
}*/

.PureGut .container {
    max-width: 940px;
}
.PureGut-s {
    padding: 60px 50px;    
    background-color: #f6f6f4;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.PureGut-s h2 {
    font-weight: bold;
    color: #000;
    font-size: 2.4rem;
}
.PureGut-s h3 {
    font-weight: bold;
    color: #6A743B;
    font-size: 2rem;
}
.PureGut-s h4 {
    font-weight: bold;
    color: #6A743B;
    font-size: 1.6rem;
}

.PureGut-s1 {
    background-color: #f6f6f4;
    background-image: url("../img/PureGut/PureGut-s1-01.jpg"), url("../img/PureGut/PureGut-s1-02.jpg");
    background-repeat: no-repeat;
    background-position: right top, right bottom;
    background-size: 25% auto, 40% auto;
}
.PureGut-s1 h2 {
    color: #6A743B;
    font-size: 2rem;
}
.PureGut-s1 h3 {
    color: #6A743B;
    font-size: 1.6rem;
}
.PureGut-s2 {
    background: #f6f6f4 url("../img/PureGut/PureGut-s2-01.jpg") no-repeat right top;
    background-size: 25% auto;
}




.PureGut-box {
    margin: 0 -50px; 
    background-color: #eef0ef;
    margin-bottom: 3rem;
}
.PureGut-box > div {
    margin: 0 50px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.PureGut-img1 {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}


.PureGut-link-btn a {
    background-color: #112b4e;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.PureGut-link-btn a:hover {
    background-color: #6A743B;
}


.PureGut .quick-btn {
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 10;
}

.PureGut .quick-btn a {
    display: block;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    background-color: #6A743B;
    border-radius: 50%;
}



@media (max-width: 767px) {
    .PureGut-s {
        padding: 40px 30px;    
    }
    .PureGut-s h2 {
        font-size: 2rem;
    }
    .PureGut-s h3 {
        font-size: 1.6rem;
    }
    .PureGut-s h4 {
        font-size: 1.3rem;
    }
    .PureGut-s1 {
        padding-top: 80px;
    }
    .PureGut-s1 h3 {
        padding-bottom: 40px;
    }
    .PureGut-s1 img {
        width: 30%;
    }
    .PureGut-box {
        margin: 0 -30px; 
        background-color: #eef0ef;
    }
    .PureGut-box > div {
        margin: 0 30px; 
    }
}

/*========================================================
                   產品介紹-PleuroCare
=========================================================*/


/*.PleuroCare {
    padding: 60px 50px;
    background-color: #f6f6f4;
}*/

.PleuroCare .container {
    max-width: 940px;
}
.PleuroCare-s {
    padding: 60px 50px;    
    background-color: #f6f6f4;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.PleuroCare-s h2 {
    font-weight: bold;
    color: #000;
    font-size: 2.4rem;
}
.PleuroCare-s h3 {
    font-weight: bold;
    color: #005083;
    font-size: 2rem;
}
.PleuroCare-s h4 {
    font-weight: bold;
    color: #005083;
    font-size: 1.5rem;
}

.PleuroCare-s1 {
    background-color: #f6f6f4;
    background-image: url("../img/PleuroCare/PleuroCare-s1-01.jpg"), url("../img/PleuroCare/PleuroCare-s1-02.jpg");
    background-repeat: no-repeat;
    background-position: right top, right bottom;
    background-size: 25% auto, 40% auto;
}
.PleuroCare-s1 h2 {
    color: #005083;
    font-size: 2rem;
}
.PleuroCare-s1 h3 {
    color: #005083;
    font-size: 1.6rem;
}
.PleuroCare-s2 {
    background: #f6f6f4 url("../img/PleuroCare/PleuroCare-s2-01.jpg") no-repeat right top;
    background-size: 25% auto;
}




.PleuroCare-box {
    margin: 0 -50px; 
    background-color: #eef0ef;
    margin-bottom: 3rem;
}
.PleuroCare-box > div {
    margin: 0 50px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.PleuroCare-img1 {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}


.PleuroCare-link-btn a {
    background-color: #112b4e;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.PleuroCare-link-btn a:hover {
    background-color: #005083;
}


.PleuroCare .quick-btn {
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 10;
}
.PleuroCare .quick-btn a {
    display: block;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    background-color: #005083;
    border-radius: 50%;
}


.PleuroCare-s9-info {
	position: relative;
	text-align: left !important;
}
.PleuroCare-s9-txt {
	position: absolute;
	left: 50px;
	bottom: 100px;
	z-index: 9;
	font-size: 1rem;
}
@media (max-width: 541px) {
	.PleuroCare-s9-txt {
		left: 0px;
		bottom: 10px;
		font-size: 0.6rem;
		line-height: 16px;
	}
}
@media (min-width: 541px) and (max-width: 767px) {
	.PleuroCare-s9-txt {
		left: 20px;
		bottom: 40px;
		font-size: 0.8rem;
		line-height: 18px;
	}
}


@media (max-width: 767px) {
    .PleuroCare-s {
        padding: 40px 30px;    
    }
    .PleuroCare-s h2 {
        font-size: 2rem;
    }
    .PleuroCare-s h3 {
        font-size: 1.6rem;
    }
    .PleuroCare-s h4 {
        font-size: 1.3rem;
    }
    .PleuroCare-s1 {
        padding-top: 80px;
    }
    .PleuroCare-s1 h3 {
        padding-bottom: 40px;
    }
    .PleuroCare-s1 img {
        width: 30%;
    }
    .PleuroCare-box {
        margin: 0 -30px; 
        background-color: #eef0ef;
    }
    .PleuroCare-box > div {
        margin: 0 30px; 
    }
}




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

.news-list {
    margin-top: 40px;
    text-align: center;
}

.news-list .news-item {
	position: relative;
	overflow: hidden;
    padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;
    color: #222;
}
.news-item-img img {
    border: 1px solid #ededed;
    border-radius: 8px;
}
.news-item-info {
	padding: 0 20px;
}
.news-item-info-title {
	font-size: 1.6rem;
	color: #000;
    font-weight: bold;
    margin: 15px 0 10px;
}
.news-item-info-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news-item-info-row > div {
    margin-right: 20px;
}
.news-item-info-row a {
    color: #63636b;
}
.news-item-info-row a:hover {
    text-decoration: underline;
}
.news-item-info-row i {
    color: #ba9e66;
    margin-right: 3px;
}

.news-item-info-more a {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	color: #0c578f;
    font-size: 1.1rem;
    padding: 2px 10px;
    border-radius: 5px;
}
.news-item-info-more a:hover {
    background-color: #0c578f;
    color: #fff;

}


/* 尺寸設定 */
@media (max-width: 991px) {
	.news-list .news-item {
		display: inline-block;
		width: 100%;
		max-width: 600px;
	}
	.news-item-img img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
    .news-list .news-item {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: top;
		-ms-flex-align: top;
		align-items: top;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-item-img img {
		width: 320px;
	}
	.news-item-info {
		padding: 0 30px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.news-item-img img {
		width: 360px;
	}
	.news-item-info {
		padding: 0 30px;
	}
}
@media (min-width: 1600px) {
	.news-item-img img {
		width: 420px;
	}
}

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


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-date {
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.news-detail-date i {
    color: #ba9e66;
    margin-right: 5px;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    color: #333;
    text-decoration: underline;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/*========================================================
                       動物網頁設定
=========================================================*/

.species-product [class*="col-"] a p {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
}



/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #0c578f;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.btn-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: #030e28;
	color: #fff;
	text-decoration: none;
}



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


.contact-info a {
    color: #000;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 60px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.contact-info ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #0c578f;
}
.contact-info ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.contact-info .circle {
	width: 50px;
	height: 50px;
/*	border-radius: 50%;*/
    font-size: 1.4rem;
    color: #0c578f;
	line-height: 46px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
    background-color: #ebf4f6;
    border: 1px solid #c8dae7;
}
.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}


.contact-box {
	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;
}
*/



/* 尺寸設定 */

@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;
	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: 1rem;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}

.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 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;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                         網站地圖
=========================================================*/

.sitemap {
    margin-top: 80px;
}

.sitemap-item {
    margin-bottom: 30px;
}
.sitemap-item ul {
    list-style: none;
    margin: 0 20px;
    padding: 0;
}
.sitemap-item ul li {
    position: relative;
    padding-left: 20px;
}

.sitemap-item ul li a {
    color: #333;
}
.sitemap-item ul li a:before {
    font-family: 'Font Awesome 5 free';
    content: "\f35a";
    font-weight: 900;
    display: inline-block;
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 1;
}
.sitemap-item ul li a:hover {
    color: #ba9e66;
}


/* 尺寸設定 */
@media (max-width: 767px) {
    .sitemap-item h4 {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 30px;
        padding-left: 20px;
        margin-bottom: 1rem;
        position: relative;
        text-align: left;
    }
    .sitemap-item h4:after {
        content: "";
        position: absolute;
        background: #9abdd2;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
    }
    .sitemap-item {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .sitemap-item h4 {
        background-color: #3a7da5;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        margin-bottom: 20px;
    }
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #3a7da5;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}

.table3 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #fff;
}
.table3 tr:nth-child(2n+1) {
	background-color: #e2e0d1;
}
.table3 tr:nth-child(2n+2) {
    background-color: #c4c1a4;
}
.table3 th {
	background-color: #888a56;
	color: #fff;
    font-size: 1.2rem;
	font-weight: bold;
	padding: 10px !important;
	text-align: center;	
    border: 1px solid #fff;
    vertical-align: middle;
}
.table3 th:last-of-type {
    border-right: 1px solid #fff;
}
.table3 td {
	padding: 10px 15px !important;
	border: 1px solid #fff;
}
.table3 td:first-of-type {
	text-align: center;
    vertical-align: middle;
}
.table3 th.s1, .table3 td.s1 {
    border-left: 5px solid #f7b43a;
    border-right: 5px solid #f7b43a;
}
.table3 th.s2, .table3 td.s2 {
    border-top: 5px solid #f7b43a;
    position: relative;
}
.table3 th.s2 img {
    display: block;
    margin: 0 auto;
}
.table3 th.s3, .table3 td.s3 {
    border-bottom: 5px solid #f7b43a;
}


.table4 th {
	background-color: #b89b60;
}
.table4 tr:nth-child(2n+1) {
	background-color: #e2d6be;
}
.table4 tr:nth-child(2n+2) {
    background-color: #d5c29d;
}
.table5 td {
	padding: 5px 0px !important;
    vertical-align: middle;	
}
.table5 tr:nth-child(2) {
	background-color: #c4c1a4;
}
.table5 tr:nth-child(n+3) {
    background-color: #e2e0d1;
}



.table6 {
	border-collapse: separate;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.table6 th {
	background-color: #888a56;
	color: #fff;
    font-size: 1.2rem;
	font-weight: bold;
	padding: 10px !important;
	text-align: center;	
    vertical-align: middle;
}
.table6 td {
	padding: 10px 15px !important;
}
.table6 th:nth-child(1),
.table6 td:nth-child(1){
	background-color: #cfd3d8;
}
.table6 th:nth-child(2){
	background-color: #c7ae7d;
	color: #000;
}
.table6 td:nth-child(2){
	background-color: #e2d6be;
}
.table6 th:nth-child(3){
	background-color: #c4c1a4;
	color: #000;	
}
.table6 td:nth-child(3){
	background-color: #e2e0d1;
}

.table6 th.s2 {
    position: relative;
}
.table6 th.s2 img {
    display: block;
    margin: 0 auto;
}

.table7 th {
	background-color: #426fa1;
}
.table7 td {
	padding: 5px 0px !important;
    vertical-align: middle;	
}
.table7 tr:nth-child(2n+2) {
	background-color: #a8b2ce;
}
.table7 tr:nth-child(2n+1) {
    background-color: #d5e0eb;
}





.table-center td {
    text-align: center;
}
@media (max-width: 767px) {
    .table3 th {
        white-space: nowrap;
    }
    .table3 td:first-of-type {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .table3 th.s2 img {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .table6 th.s2 img {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}


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

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}


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

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;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.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;
}



/*========================================================
                         畜產知識報
=========================================================*/

.search-form {
	margin-top: 30px;
	margin-bottom: 30px;
}
.search-form .box {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.search-form .box input[type="text"] {
	flex-grow: 1;
}
.search-form .box button {
	flex-shrink: 0;
	width: 120px;
	margin-left: 10px;
	padding: 7px 5px;
}

.knowledge-nav {
    margin-top: 30px;
}
.knowledge-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.knowledge-nav ul li a {
    display: block;
    color: #000;
    padding: 3px 10px;
}
.knowledge-nav ul li a:hover {
    background-color: #0c578f;
    color: #fff;
}



.knowledge-item {
    margin-bottom: 30px;
}
.knowledge-item img {
    width: 100%;
    vertical-align: bottom;
}
.knowledge-item h5 {
    font-weight: bold;
    margin: 5px 0 0 0;
}
.knowledge-item p a {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 10px;
    color: #777;
}
.knowledge-item p a:hover {
    color: #ba9e66;
}

.knowledge-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.knowledge-item-img:hover {
    color: #fff
}
.knowledge-item-img:hover .knowledge-item-mask {
    opacity: 1;
    visibility: visible
}
.knowledge-item-img:hover .knowledge-item-mask::after {
    height: 100%
}
.knowledge-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.knowledge-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 900;
    transition: all .3s
}
.knowledge-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
    transition: all .3s
}
.knowledge-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    font-size: 1rem;
}


.knowledge-tag {
    margin-top: 20px;
    margin-bottom: 20px;
}
.knowledge-tag a {
    display: inline-block;
    background-color: #999;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.knowledge-tag a:hover {
    background-color: #9abdd2;
}





