#content {
    padding: 0px;
}

#index_company{
	background:url(../images/idx-pf-bg.png) no-repeat;
}

#index_company a.more {
	display: block;
	background-color:transparent;
	border: 1px #fff solid;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	margin: 15px 0px;
	border-radius:8px;
	text-align: center;
    float: right;
}
#index_company a.more:hover {
	background:#fff;
	border: 1px #0071BC solid;
	color: #0071BC;
}

#index_product, #index_cate{
	background:url(../images/idx-pd-bg.png) repeat-x;
}
.prd-cate.owl-carousel{
	width:85%;
	margin:0 auto;
}

#index_cate .item{
	background-color:transparent;
}
#index_cate .cat-img img{
	border-radius:10px;
}
#idx-cat-name a{
	color : #fff;
	font-size:18px;
}
#index_cate .owl-controls{
	margin:2% 0% 0%;
}
.owl-prev, .owl-next{
	width:60px;
	height:70px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top:40%;
}
.owl-prev{
	left: -90px;
}
.owl-next{
	right: -90px;
}
/*#index_cate .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}
#index_cate .owl-dot.active {
    background: rgb(255, 255, 255);
}*/



.idx-pf-block{
	padding:3% 0% 13% 0%;
}
.idx-pd-block{
	padding:5% 0% 7% 0%;
}
.idx-title , .idx-title a {
    font-family: "Century Gothic bold";
    font-size: 4rem;
    margin-bottom: 1em;
}
.idx-pf-tit a{
	background:url(../images/idxpf.png) no-repeat left center;
	padding-left:50px;
}
.idx-pf-txt{
	padding-top:2%;
}
.idx-pf-txt p{
	font-size: 1.8rem;
	line-height:2.8rem;
}
.idx-pd-tit, .idx-pd-tit a{
	color:#fff;
	text-shadow:0px 8px 10px #000;
}
#idx-pd-bottom{
    background-color:#0071BC;
    color: #fff;
    font-family: "Century Gothic";
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0px;
    letter-spacing: 3px;
}
#footer{
	border-top: none;
    padding-top: 1%;
}
#copyright a{
	color:#3E3E3E;
}
#copyright {
    text-align: center;
    padding: 10px 15px;
    font-weight: bolder;
	color:#3E3E3E;
	background-color:transparent;
}
/*-----------------------------------*/
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	/*line-height: 0px;*/
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	max-width: 100%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -40px;
	/*background: url("../images/button-previous.png") no-repeat 0;*/
}
.nbs-flexisel-nav-right {
    right: -40px;
	/*background: url("../images/button-next.png") no-repeat 0;*/
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{
	width:50px;
	height:55px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
}
.nbs-flexisel-nav-left:after, .nbs-flexisel-nav-right:after{
	padding:10px;
	font-size:35px;
}
.nbs-flexisel-nav-left:after{
	content:"<";
}
.nbs-flexisel-nav-right:after{
	content:">";
}
#idxprocarousel .item { height:auto; }
#idxprocarousel .item, #idxprocarousel .caption { margin:0 3px; padding:10px 3px; white-space:nowrap; overflow:hidden; text-overflow : ellipsis; border-radius:10px;}