/* CSS Document */
html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
	transition: background-color 0.5s ease;
  	//background: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

body a{
	font-size:12px;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

a:hover{
	text-decoration:underline;
	
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

img{
	border-width:0px;
}

i{
	margin:4px 10px 4px 0px;	
}

.full{
	width:100%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.container{
	width:94%;
	margin:0px 3%;
}

.clear{
	clear:both;
}

::-webkit-scrollbar {
  width: 6px; 
   background-color:#CCCCCC;
  -webkit-border-radius: 80px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0,0,0,0.61);
}

::-webkit-scrollbar-thumb:vertical {
  background: #CC9933;
  -webkit-border-radius: 80px;
}
/*::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61);
  -webkit-border-radius: 80px;
}*/

/*=========Animation============*/

/*=========bottom ani============*/

@-webkit-keyframes bottom-ani {
    from { margin-top:150px; }
    to { margin-top:0px;}
}
/* Standard syntax */
@keyframes bottom-ani {
   from { margin-top:150px; }
    to { margin-top:0px;}
}

/*=========left ani============*/

@-webkit-keyframes left-ani {
    from { margin-left:-150px; }
    to { margin-left:0px;}
}
/* Standard syntax */
@keyframes left-ani {
   from { margin-left:-150px; }
    to { margin-left:0px;}
}

/*=========top ani============*/

@-webkit-keyframes top-ani {
    from { margin-top:-150px; }
    to { margin-top:0px;}
}
/* Standard syntax */
@keyframes top-ani {
   from { margin-top:-150px; }
    to { margin-top:0px;}
}

/*=========menu top ani============*/

@-webkit-keyframes menu_top-ani {
    from { margin-top:-30px; }
    to { margin-top:0px;}
}
/* Standard syntax */
@keyframes menu_top-ani {
   from { margin-top:-30px; }
    to { margin-top:0px;}
}

/*=========right ani============*/


@-webkit-keyframes right-ani {
    from { margin-right:-150px; }
    to { margin-right:0px;}
}
/* Standard syntax */
@keyframes right-ani {
   from { margin-right:-150px; }
    to { margin-right:0px;}
}


/*==================header tag====================*/

header{
	width:100%;	
}

/*==================top====================*/

.top{
	width:100%;	
	background: #81AA34;
}

.top .top_left{
	float:left;	
}

.top .top_left .number{
	display: inline-block;
    vertical-align: top;
    padding:13px 0px 8px 0px;
    margin-right: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
	letter-spacing:1px;	
}

.top .top_left .number a{	
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}

.top .top_left .number .phone:before{
	content:url(../images/phone_icon.png);
	width:20px;
	height:20px;		
}

.top .top_left .number .email:before{
	content:url(../images/msg%20icon.png);
	width:20px;
	height:20px;
}

.top .top_right{
	float:right;	
}

.top_link{
	display:block;
	float:left;	
	background: #749F28;
}

.top_link ul{
	display:block;	
}

.top_link ul li{
	display:table-cell;    
	border-left: 1px solid #769A30;
    border-right: 1px solid #8BBF2F;
	padding:13px;
}

.top_link ul li a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}

.top_link ul li i{
	font-size:13px;
	color:#FC0;	
}

.top_link ul li a:hover{
	color:#FC0;	
}

.top_link ul li+li a, .top_link ul li+li i{
	color:#C00;
}

.social{
	display:block;	
	float:left;
}

.social:after{
	content:"";
	clear:both;	
}

.social .social-col{
	display:inline-block;
	padding:17px 11px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.social .social-col a{
	display:table-cell;
	text-decoration:none;
}

.social .social-col img{
	width: 15px;
    height: auto;	
}

.social .social-col:hover{
	background:#C00;
	padding:17px 18px;
}

/*======================header====================*/

.header{
	background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 999;
    line-height: 0px;
}

.header .logo{
	width:auto;
	float:left;	
    margin-top: 27px;
}

.header .logo img{
	width:auto;
    height: 34px;
    border-radius: 10px;	
}

.header .name{
	width:auto;
	float:left;	
    padding: 0px 0px 0 10px;
    margin-top: 21px;
}

.header .name img{
	width:auto;
    height: 44px;
    border-radius: 10px;	
}

/*==================menu=======================*/

.menu{
	position:relative;
	float:right;
}

.menu ul{
	display:block;	
}

.menu ul li{
	display:table-cell;
}

.menu ul li a{
	padding: 37px 16px;
	color:#D06C1A;
    line-height: 90px;
	font-size:14px;
	text-decoration:none;
	background-position:0px 15px;
}

.menu ul li:hover > a{
	background:url(../images/arro1.png) top center no-repeat;
	background-position:55% 15px;
	color:#9c0202;	
}

.menu ul .menu_active > a{
	background:url(../images/arro1.png) top center no-repeat;
	background-position:55% 15px;
	color:#9c0202;
}

.menu ul ul{
	min-width:200px;
	background:rgba(235,236,238,0.7);
	position:absolute;
	z-index:5;
	visibility:hidden;
	border:1px solid #CECED0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

.menu ul li:hover ul{
	/* Chrome, Safari, Opera */
    -webkit-animation-name: bottom-ani;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    /* Standard syntax */
	
    animation-name: bottom-ani;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

.menu ul ul li{
	display:block;	
	border-width:0px;
	border-bottom:1px solid #CCC;
}

.menu ul ul li:hover{
	background:#D3D3D6;
}

.menu ul ul li a{
	padding:10px;
	display:block;	
	line-height:18px;
	color:#666;
	text-align:left;
}

.menu ul ul li:hover a{
	color:#900;
	background:url(../images/arro1.png) top center no-repeat;
	background-position:100% 15px;
}

.menu ul ul .menu_active{
	color:#333;
	background:#D3D3D6;
}

.menu ul ul .menu_active > a{
	color:#900;
	background:url(../images/arro1.png) top center no-repeat;
	background-position:100% 15px;
}

/*================slide=================*/

#slide{
	width:100%;	
	transition:1.5s all;
	-webkit-transition:1.5s all;
	-moz-transition:1.5s all;
	-o-transition:1.5s all;
	-ms-transition:1.5s all;
	border-bottom:2px solid #333;
}

#slide ul{
	width:0px;
	height:0px;
	overflow:hidden;	
}

#slide .cover{
	width:100%;
	position:absolute;
	z-index:1;
	background:url(../images/pettern.png) top repeat;	
}

#slide .arrow_left{
	width:30px;
	height:30px;
	background:url(../images/left-car-gen.jpg) center no-repeat;
	cursor:pointer;
	position:absolute;
	top:300px;
	left:10px;
	z-index:4;	
	opacity:0.7;
}

#slide .arrow_left:hover{	
	opacity:1.0;
}

#slide .arrow_right{
	width:30px;
	height:30px;
	background:url(../images/right-car-gen.jpg) center no-repeat;
	cursor:pointer;
	position:absolute;
	top:300px;
	right:10px;
	z-index:4;	
	opacity:0.7;
}

#slide .arrow_right:hover{	
	opacity:1.0;
}

.slide{
	width:100%;
		
}

.slide img{
	width:100%;	
}


/*==================other page slide====================*/

.slide_img{
	width:100%;
	background:url(../images/otherspic.jpg) top no-repeat;
	position:relative;
	background-size:cover;
}

.slide_img .slide_img_cover{
	padding:10px 0px;
	height:330px;
	background:rgba(0,0,0,0.3);	
}

.slide_img h1{
	width:100%;
	color:#FFF;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    margin-top: -100%;	
}


/*==================other page slide====================*/

.breadcrumb{
	width:100%;	
	margin-top: -47px;
	position:relative;
	z-index:1;	
}

.breadcrumb ul{
	background:rgba(63, 103, 22, 0.7);
	padding:14px 20px;
	text-align:right;	
	display:block;
}

.breadcrumb ul:after{
	clear:both;	
}

.breadcrumb ul li{
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

.breadcrumb ul li::after{
	content:"/\00a0";
	color:#FFF;
	width:10px;
	font-size:18px;
	padding-left:5px;
}

.breadcrumb ul li a{
	color:#fff;
	font-size:14px;
	line-height:18px;
}

.breadcrumb ul .crumb_left{
	float:left;	
}

.breadcrumb ul .crumb_left::after{
	content:"";	
}

.breadcrumb ul .active_bread::after{
	content:"";	
}

/*==================xl-full=====================*/

.xl-full{
	width:100%;
	background:#fff;
	padding:50px 0px;	
}

.xl-full .xl-full-col{
	width:33.333%;
	float:left;
}

.xl-full .xl-full-col:after{
	clear:both;	
}

.xl-full .xl-full-cover{
	display:block;
	margin:10px;	
}

.xl-full .xl-full-col .xl-full-col-left{
	width:30%;
	float:left;
}

.xl-full .xl-full-col .xl-full-col-left .img{
	width: 53%;
    padding: 18% 9%;
	border:1px solid #999;
	border-radius:100%;
}

.xl-full .xl-full-col .xl-full-col-left img{
	width:60%;
	height:auto;	
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.xl-full .xl-full-col:hover .xl-full-col-left img {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.xl-full .xl-full-col .xl-full-col-right{
	width:70%;
	float:left;
}

.xl-full .xl-full-col .xl-full-col-right:after{
	clear:both;
}

.xl-full .xl-full-col h1{
	display:block;
	text-align:left;
	font-size:16px;
	line-height:18px;
	color:#333;
}

.xl-full .xl-full-col p{
	display:block;
	text-align:left;
	font-size:12px;
	line-height:19px;
	color:#999;
}

/*==================welcome=====================*/

.welcome{
	width:100%;
	padding:30px 0px 50px;
	background:#E6E4E4;	
}

.welcome .welcome_left{
	width:70%;
	float:left;	
}

.welcome .welcome_right{
	width:25%;
	float:right;	
}

.welcome .welcome_right:after{
	content:"";
	clear:both;	
}

.welcome h1{
	display:block;
	font-size:22px;
	line-height:35px;
	color:#333;
	text-align:center;
	margin-bottom:35px;	
	background:url(../images/head-top.png) bottom center no-repeat;
	padding: 10px 0 29px 0px;
}

.welcome p{
	display: block;
    font-size: 16px;
    line-height: 26px;
    color: #544D4D;
    text-align: left;
}

.welcome p strong{
	color:#222322;	
}

/*================= About ====================== */

.about{
	width:100%;
	padding:20px 0px;
	background:#fff;	
}

.about .about-left{
	width:70%;
	float:left;	
}

.about .about-left h2{
	display:block;
	font-size:18px;
	line-height:30px;
	color:#090;
	margin-bottom:12px;
	text-align:left;
}

.about .about-left p{
	display: block;
    font-size: 16px;
    line-height: 25px;
    color: #544D4D;
    text-align: justify;
    margin-bottom: 30px;
}

.about .about-left p strong{
	color:#3D3E3D;	
}

.about .about-left .img-right{
	float:right;
	margin:0px 0px 5px 30px;
	width:140px;	
}

.about .about-left ul{
	list-style:outside;
	margin-left:25px;	
}

.about .about-left ul li{
	font-size: 16px;
    line-height: 25px;
    color: #544D4D;
	margin-bottom:10px;
	text-align:left;
}

.about .about-right{
	width:25%;
	float:right;
}


/*================= category ====================*/

.category{
	list-style:inside;
	list-style-type:square;
	padding:20px 10px;
	background:rgba(129, 170, 52, 0.18);
}

.category h1{
	display:block;
	font-size:18px;
	line-height:30px;
	color:#090;
	margin-bottom:12px;
	text-align:left;	
}

.category li{
	padding:5px 0px;
	border-bottom:1px solid #FFF;
	color:#999;	
	font-size:16px;
	line-height:20px;
	text-align:left;
}

.category li a{
	display:block;
	padding:4px 10px;
	color:rgba(71, 183, 66, 0.89);
	font-size:12px;
	text-decoration:none;	
	line-height:20px;
	text-align:left;
	text-transform:uppercase;
}

.category li a:hover{
	color:#060;	
	padding:4px 20px;
}

/*================= product =====================*/

.product{
	width:100%;
	padding:20px 0px;	
} 

.product .product_col{
	width:33.33%;
	float:left;
	padding:10px 0px;	
}

.product .product_col:hover{
	box-shadow: 0px 2px 18px 10px #E2E0E0;	
}

.product .product_col .product_inner{
	display:block;
	margin:20px;	
}

.product .product_col .product_inner img{
	width:100%;
	height:auto;
	margin-bottom:10px;	
	display:inline-block;
}

.product .product_col .product_inner h4{
	font-size:1.3em;
	line-height:20px;
	display:block;
	color:#333;
	padding:5px 3px;
}

/*================= product_detail =============*/

.product_detail{
	width:50%;
	float:left;	
}

.product_detail .product_inner{
	display:block;
	margin:20px;	
}

.product_detail .product_inner img{
	width:100%;	
}

.product_detail .product_inner h1{
	display:block;
	text-align:left;
	font-size:18px;
	padding:5px 0px;
	color:#333;	
}

.product_detail .product_inner p{
	display:block;
	text-align:left;
	font-size:13px;
	padding:5px 0px;
	color:#333;
}

/*================= contact ====================*/

.contact{
	width:100%;
	padding:60px 0px;
	background:#fff;	
}

.contact .contact_col{
	width:31%;
	display:inline-block;
	vertical-align:top;	
	margin-left:2%;
	border-left:1px dotted #CCC;
	min-height:200px;
}

.contact .contact_col:first-child{
	margin-left:0px;
	border-left:0px dotted #CCC;	
}

.contact .contact_col i{
	width: 49px;
    height: 49px;
    margin-bottom: 7px;
	display:inline-block;	
}

.contact .contact_col .address{
	background:url(../images/address.png) center no-repeat;	
}

.contact .contact_col .phone{
	background:url(../images/cont-phone.png) center no-repeat;	
}

.contact .contact_col .mail{
	background:url(../images/message.PNG) center no-repeat;	
}

.contact .contact_col h1{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;	
}

.contact .contact_col p{
	display:block;
	font-size:14px;
	line-height:25px;
	color:#333;	
}

/*================= enquiry ======================*/

.enquiry{
	width:100%;
	padding:40px 0px;
	background:rgba(236, 235, 235, 0.59);	
}
.enquiry h1{
	width:100%;
	background:url(../images/head-top.png) bottom center no-repeat;
	padding: 10px 0 29px 0px;
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
}

.enquiry .enq_lf_col{
	width:48%;
	float:left;
	margin-bottom:35px;
}

.enquiry .enq_rt_col{
	width:48%;
	float:right;
	margin-bottom:35px;
}

.enquiry .enq_rt_col:after{
	clear:both;	
}

.enquiry .enq_full_col{
	width:100%;
	margin-bottom:35px;
}

.enquiry textarea{
	width: 93%;
    border: 1px solid #CCC;
    line-height: 18px;
    padding: 10px;
    font-size: 16px;
    color: #333;
	height:150px;
}

.enquiry input[type="text"]{
	width: 85%;
    border: 1px solid #CCC;
    line-height: 18px;
    padding: 10px;
    font-size: 16px;
    color: #333;	
}

.enquiry input[type="submit"]{
	padding: 15px 35px;
    border: 1px solid #CCC;
    color: #093;
    cursor: pointer;
}

.enquiry input[type="submit"]:hover{
	background:	#093;
	color:#FFF;
}


/*==================footer=====================*/

.footer{
	width:100%;	
}

.footer .up{
	width:100%;
	background:rgb(0, 68, 41) url(../images/map-bottom.png) bottom repeat-x;
	padding: 30px 0px 40px;	
	text-align:left;
}

.footer .up .up_col{
	width:22%;
	display:inline-block;
	vertical-align:top;
	margin-left:3.2%;
}

.footer .up .up_col:first-child{
	margin-left:0px;
}

.footer .up .up_col h1{
	display:block;
	text-align:left;
	color:#FFF;
	font-size:18px;
	line-height:30px;
	padding:10px 0px;
	text-transform:uppercase;
}

.footer .up .up_col h6{
	width:20px;
	height:3px;
	background:#060;	
	margin-bottom:10px;
}

.footer .up .up_col p{
	display: block;
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
    text-align: justify;	
}

.footer .up .up_col .link{
	display:block;
}

.footer .up .up_col .link li{
	padding:5px 0px;
	border-bottom:1px solid #666;
	color:#999;	
	font-size:12px;
	line-height:20px;
}

.footer .up .up_col .link li a{
	//display:block;
	padding:4px 10px;
	color:#CCC;
	font-size:12px;
	text-decoration:none;	
	line-height:20px;
	text-transform:uppercase;
}

.footer .up .up_col .link li a:hover{
	color:#060;	
}

.footer .up .up_col .mail_form{
	display:block;
	
}

.footer .up .up_col .mail_form li{
	padding:5px 0px;
	display:block;	
	text-align:left;
}

.footer .up .up_col .mail_form li:last-child{
	text-align:right;
}

.footer .up .up_col .mail_form li input[type="text"]{
	width:95%;
	padding:10px 2%;
	border:1px solid #CCC;
	background:transparent;
	color:#CCC;
}

.footer .up .up_col .mail_form li textarea{
	width:95%;
    padding: 3px 2%;
    height: 68px;
	border:1px solid #CCC;
	background:transparent;
	color:#CCC;
}

.footer .up .up_col .mail_form li input[type="submit"]{
	//width:95%;
	padding: 8px 19px;
	border:1px solid #CCC;
	background:transparent;
	color:#CCC;
	cursor:pointer;
}

.footer .up .up_col .mail_form li input[type="submit"]:hover{
	background:#fff;
	color:#003520;	
}

.footer .up .up_col .contact_link{
	list-style:inside;
	list-style-type:square;
}

.footer .up .up_col .contact_link li{
	padding:10px 0px;
	border-bottom:1px solid #666;
	color:#999;	
	font-size:12px;
	line-height:20px;
}

.footer .up .up_col .contact_link li a{
	
	padding:4px 10px;
	color:#CCC;
	font-size:12px;
	text-decoration:none;	
	line-height:20px;
}

.footer .up .up_col .contact_link li a:hover{
	color:#060;	
}


.footer .down{
	width:100%;	
	padding:10px 0;	
	background: #003520;
}

.footer .down .term{
	//width:100%;
	float:left;
	font-size:13px;
	line-height:20px;
	color:#CCC;
	text-align:left;
}

.footer .down .powered{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#CCC;
	text-align:right;
	margin-right:10px;
}

.footer .down .powered a{
	font-size:12px;
	line-height:20px;
	color:#666;
	margin-left:10px;
	text-decoration:none;
}

.footer .down .powered a:hover{
	text-decoration:none;
	color:#060;	
}

