body{
	/*min-width: 1366px!important;*/
	font-size: 18px;
}
/*div.container{
	max-width: 1366px!important;
	max-width: none !important; 
}*/
a{
	text-decoration: none!important;
}
a:focus, a:hover {
    color: #F1C958!important;
}
div.odd{
	background-color: #f3f3f3!important;
}
.service-button {
	display: inline-block;
	background-color: #003300;
	padding: 15px 35px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 24px;
	margin-left: 15px;
}

/* Header */
.header {	
	z-index: 20;
	background-color: #003300;
	padding: 18px 0;
}
.header-content {
	position: relative;
}
.header-content .nav{
	/*width: calc(100% - 300px);*/
	width: 100%;
	margin-top: 65px;
}

.header-content ul.nav li{
	width: 14.2%;
	text-align: center;
	/*font-size: initial;*/
	float: left;
}

.header-logo {
	width: 300px;
	height: 65px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	background-image: url("../image/header-logo.png");
	margin-top: 7px;
}

.header-lang {
	position: absolute;
	right: 0;
	top:10px;
}
.header-lang li {
	display: inline-block;
	color: #F1C958;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.header-lang li a{
	padding: 10px 15px;
}
.header-lang li:hover a ,.header-link li:hover a{
	color: #fff!important;
	background-color: #F1C958;
	border-radius: 5px;
}
.header-lang li.header-lang-sel a, .header-link li.link-sel a{	
	color: #fff;
}

.header a {
	color: #F1C958;
}


/* Footer */
.footer {
	background-color: #003300;
	padding: 40px 0;
}
.footer a,.footer-line,.footer ul li ,.footer p{
	color: #fff;
}

.footer-vertical-line{
	height: 180px;
	border-left: 1px solid #fff;
}

.footer-line{
	border-bottom: 1px solid #bbb;
	width: 60%;
}


.footer-title {
	color: #fff;
	margin-bottom: 25px;
	font-size: large;
}

.footer .icon{
	width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.footer-address .icon{
	background-image: url('../image/footer-address.png');
}
.footer-tel .icon{
	background-image: url('../image/footer-tel.png');
}
.footer-fax .icon{
	background-image: url('../image/footer-fax.png');
}
.footer-email .icon{
	background-image: url('../image/footer-email.png');
}

.footer-copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

#gotop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
}

.content {
	width: 100%;
	position: relative;
	margin-top: 0;
}


.top-image {
	width: 100%;
	height: 546px;
	background-size: cover;
	background-image: url("../image/banner-home.png");
	/*background-repeat: repeat-x;*/
	background-position: center center;
	position: relative;
}
.top-image-content {
	display: inline-block;
	width: 100%;
	margin-top: 140px;
	position: relative;
	z-index: 10;
}
.top-image-block {
	display: inline-block;
	width: 550px;
	padding: 55px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
}
.top-image-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.top-image-desc {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #fff;

	margin-top: 20px;
	line-height: 150%;
}

.top-image-button {
	display: inline-block;
	float: left;
	background-color: #d2b18d;
	margin-top: 20px;
	color: #300f09;
	padding: 12px 30px;
	font-size: 16px;
	box-shadow: 0px 4px 0px rgba(142,122,97,1);
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}
.top-image-button:hover {
	background-color: #bc987a;
}

.content-title {
	width: 100%;
	background-image: url("../image/home-line.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 700px;
	padding: 25px 0 25px 0;
	margin-bottom: 15px;
	text-align: center;
}

.round-title{
	text-align: left;
	background-image: none;
	padding-bottom: 15px;
}

/*home*/
.home .aboutus{
	padding-bottom: 15px;
}
.home .aboutus .media-left{
	padding-top: 85px;
}
.home .aboutus .content-title{
	padding-top: 0px;
}
.home .block-desc {
	width: 100%;
	color: initial;
	margin-top: 15px;
}

.home .thumbnail{
	text-align: center;
	background-color: transparent;
	border:none;
}

/*certificate*/
.certificate .thumbnail{
	border-radius: 25px;
	background-color: #f3f3f3;
    padding: 25px; 
    padding-bottom: 0;
    margin: 25px 25px;
}
.certificate .caption{
	border-radius:0 0 25px 25px;
	padding: 16px 25px;
	margin:15px -25px 0 -25px;
	background-color: #e4e4e4;
	text-align: center;
}
.certificate .odd .thumbnail{
	background-color: #fff;
}

/*case*/
.case a{
	color: #fff;
}

.case .case-button {
	text-align: center;
	background-color: #003300;
	padding: 15px;
	border-radius: 5px;
	margin-top: 30px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	
}
.case .case-button a{
	/*font-size: initial;*/
}
.case .case-button:hover {
	background-color: #ccc;
}

.case .thumbnail{
	text-align: center;
	background-color: transparent;
	border:none;
}
.case .row-desc{
	padding-bottom: 25px;
}

/*contactus*/
.contactus a{
	color: initial;
}
.contactus .map{
	margin: 25px 0;
}


/*news */
.news a{
	color: initial;
}
.news .content{
	padding: 25px 0;
}
.news .media-content.detail {
   height: 200px;
   overflow: hidden;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	margin-bottom: 25px;
	white-space: pre-line;
}

.news .gray-line {
    width: 100%;
    height: 3px;
    margin: 5px 0px;
    background-color: #E4E4E4;
    overflow: hidden;
}
.news .box-dec {
    color: #777;
}

/*鍒嗛�*/
ul.pagination {
    display: inline-block;
    padding: 25px 0;
    float: right;

}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #F1C958;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*news_detail*/
.news_detail{
	margin-bottom: 15px;
}
.news_detail .box-dec {
    color: #777;
}

/*faq*/
.faq .content-section{
	padding: 25px 0;
}
.faq .content-section h3 , .faq .content-section .row-desc>span{
	color:#003300;
	font-weight: 900;
}
.faq .content-section .row-desc>span{
	font-size: 24px;
	float: left;
}

.faq .content-section .row-desc>p{
	padding-left: 40px;
}

.faq .thumbnail{
	text-align: center;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

/*service*/
.service .content-section {
	padding: 25px 0;

}
.service .content-section .row-desc {
	padding-top: 25px;
}
.service .service-section-child{
	border-radius: 25px;
	background-color: #fff;
    padding: 25px; 
    margin:25px 0;
}
.service .service-section-child .row-desc{
	height: 200px;
}
.service .service-section-child .row-desc ul{
	padding-left: 25px;
}
/*product*/
.product .content-section .row-desc{
	padding-top: 25px;
}
.product .content-section{
	padding-top: 25px;
	padding-bottom: 25px;
}

.product .service-section-child{
	background-color: #f3f3f3;
    padding: 25px; 
    margin:25px 5px;
    overflow: hidden;

}
.product .thumbnail{
	border:none;
	background-color: transparent;
	/*margin-left: -15px;*/
}
.product .thumbnail img{
	max-width: 100%;
}
/*health*/
.health .content-section {
	padding: 25px 0;
}
.health .content-section .row-desc {
	padding-top: 25px;
}

.health .service-section-child{
	background-color: #fff;
    padding: 25px; 
    margin:25px 0;
	/*height: 285px;*/
	overflow:hidden;
}

.health .thumbnail{
	text-align: center;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

.scrolling-container {
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.scrolling-container::before {
	content: '\00a0';
}

.scrolling-container div {
	animation: marquee 40s linear infinite;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #fff;
}

.scrolling-container:hover div {
	animation-play-state: paused;
}

@keyframes marquee {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@media (min-width: 1200px){
	.container-fluid {
	    max-width: 1366px;
	    margin-right: auto;
    	margin-left: auto;
	}
}