﻿/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
fieldset, img {
    border: none;
}
li {
    list-style-position: inside;
}
body {
    font-size: 13px;
    line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	color: #565656;
}
* {
    padding: 0;
    margin: 0;
}
.container img {
	max-width: 100%;
}
.container {
	position:relative;
}
/*------------------------------------------------------------------------*/
.header {
	background: url(../images/bg-1.jpg);
	padding: 5px 0;
	height: 54px;
}
.logo {
	margin: 25px auto;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	z-index: 99;
	padding-top: 2px; 
}
.language li {
    display: inline-block;
}
.language {
	position: absolute;
	right: 0;
	top: 10px;
}
/*-----------------------------------navigation----------------------------*/
.navigation {
    padding: 45px 0;
	background: url(../images/bg-2.jpg);
}
.mainmenu {
    position: relative;
	font-size:15px;
	clear:both;
	width:100%;
	float: left;
}

.mainmenu ul {
	margin-bottom: 0; 
	padding: 0;
}
li.empty {
    width: 300px;
    height: 36px;
    background: none!important;
}
.mainmenu ul li:nth-child(3) {
    background: none;
}
.mainmenu ul li {
	float:left;
	position:relative;
	list-style: none;
	background: url(../images/bgli.png) no-repeat right center;
}
.mainmenu ul li.parent li {
	width: 100%;
	background: none;
}
.mainmenu ul li.parent li a {
	border: none;
	color:#fff;
    line-height: normal;
	text-align:left;
	border-bottom:1px dotted #d1d1d1;
	padding: 10px 20px;
	font-size: 16px;
}
.mainmenu ul li > a:hover, .mainmenu ul li.active > a, .mainmenu ul li:hover > a {
	color:#a50100;
}
.mainmenu ul li.parent ul a:hover {
	color:#fff;
	background: #008b44;
}
.mainmenu ul li a {
    display: block;
    color: #004823;
    white-space: nowrap;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    padding: 0 32px;
	z-index: 999;
}
.langen .mainmenu ul li a {
    padding: 0 37px;
}
.mainmenu ul.menu > li.parent:hover:after, .mainmenu ul.menu > li.parent.active:after {
    
}
.mainmenu ul li.parent > ul {
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    background: #004823;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
}
.mainmenu ul li.parent:hover > ul {
	visibility:visible;
	opacity: 1;
	top: 46px;
}
.mainmenu ul.menu > li.parent:before {
    content: '';
    position: absolute;
    left: 49%;
    top: 35px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #004823;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.mainmenu ul.menu > li.parent:hover:before {
	opacity: 1;
	top: 41px;
}
.hotline {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
	text-align: right;
	padding-top: 10px;
	padding-left: 30px;
}
.hotline-MB{
        float: right;
    color: #a50100;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
	text-align: right;
}
/*----------------------------Slideshow----------------------------------*/
.slideshow .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
  left: 10%;
}
.slideshow .bx-wrapper .bx-next {
	right: 10%;
	background: url(../images/next.png) no-repeat;
}
.slideshow .bx-wrapper .bx-prev:hover {
  background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
}
.slideshow .bx-wrapper .bx-next:hover {
	background: url(../images/next.png) no-repeat;
}
.slideshow .bx-wrapper .bx-controls-direction a {
  height: 50px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 50px;
  z-index: 9999;
  top: 40%;
}
.slideshow .bx-wrapper .bx-pager {
	display:none;
}
.slideshow .bx-wrapper .bx-controls-auto {
	display:none;
}
.ourcol {
    width: 33.3%;
    float: left;
}
.ouritem {
    padding: 0 15px;
    margin-bottom: 30px;
	color: #fff;
	text-align: center;
}
.ouritem > div {
	position: relative;
	overflow: hidden;
}
.homemode {
    padding-top: 40px;
	background:#ededed;
}
.home-right {
    width: 25%;
    float: left;
    padding-left: 15px;
}
.container h3 {
    margin-top: 0;
    color: #004823;
    margin-bottom: 20px;
    font-weight: bold;
}
.home-left {
    width: 75%;
    float: left;
    padding-right: 60px;
}
.our-title a {
    color: #fff!important;
    font-size: 24px;
    font-weight: bold;
}
.view-more a {
    background: #004823;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
	margin-top: 5px;
}
.view-more a:hover {
    background: #a50100;
    color: #fff;
}
.our-img {
    background: #000;
	overflow: hidden;
}
.our-text {
    position: absolute;
    left: 0;
	visibility: hidden;    
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 100%;
}
.ouritem > div:hover .our-text {
	visibility: visible;
	top: 0;
}
.ouritem.probig .our-text > div {
	position: absolute;
	top: 20%;
    padding: 15px;
	width: 100%;
	height: 100%;
}
.ouritem.prohalf .our-text > div {
    padding: 10px 15px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.ouritem > div .our-img img {
	transition: all 0.5s ease 0s;
	width: 100%;
}
.ouritem > div:hover .our-img img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
	transition: all 0.5s ease 0s;
}
.prohalf .our-intro {
    height: 18px;
    overflow: hidden;
}
.probig .our-intro {
    height: 54px;
    overflow: hidden;
}
.talk {
	background: url(../images/icontalk.png) no-repeat top left;
	padding-left: 30px;
    margin-bottom:20px;
}
.rightmod {
    margin-bottom: 30px;
}
.talkname {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.modintro {
    margin: 10px 0;
    color: #666666;
    font-weight: 600;
}
.read-more a {
	background: url(../images/arrow-1.png) no-repeat right center;
	padding-right: 30px;
	font-weight: bold;
}
.read-more a:hover {
	background: url(../images/arrow-1-hv.png) no-repeat right center;
}
.intro-img {
    width: 47%;
    float: right;
    padding-left: 20px;
}
.introduce {
	background: #fff;/*url(../images/bg-2.jpg);*/
	padding-top: 30px;
	padding-bottom: 20px;
}
.introduce .container h3 {
    font-size: 36px;
	margin-top: 20px;
}
.introduce p {
    font-size: 16px;
    margin-bottom: 15px;
}
.footer {
	background: #4f8622;
	color: #fff;
	padding-bottom: 30px;
}
.footer .container h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.foot-left {
    width: 30%;
    float: left;
}
.foot-right {
    width: 40%;
    float: right;
	text-align: right;
    text-transform: uppercase;
	font-size: 11px;
}
.foot-cont li {
    width: 35%;
    float: left;
    list-style: none;
    line-height: 24px;
    font-weight: bold;
}
.footer a {
	color: #fff;
}
.foot-right strong {
    font-size: 18px;
}
/*----------------------------------------------------------------------*/
.breadcrumb > li + li:before {
    color: #4a4a4a;
	background:url(../images/breadli.png) no-repeat center center;
}
.breadcrumb > li {
    display: inline-block;
    padding: 0;
}
.breadcrumb a {
    color: #4a4a4a;
}
.primary {
    margin-top: 45px;
}
.container h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    color: #004823;
}
ul.title-filter li a {
    background: #928d6d;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-right: 5px;
}
ul.title-filter li.active a, ul.title-filter li a:hover {
    background: #004823;
	color: #fff;
}
ul.title-filter li {
    display: inline-block;
}
.pro-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.pro-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
	height: 33px;
	overflow: hidden;
}
.pro-intro {
    height: 36px;
    overflow: hidden;
}
.pro-img {
    border-radius: 8px;
	overflow: hidden;
	background: #000;
	display: inline-block;
}
.pro-img img {
    border-radius: 8px;
	transition: all 0.5s ease 0s;
}
.pro-img:hover img {
	opacity: 0.5;
}
.pagination li {
    display: inline-block;
    float: none;
    margin: 0 3px 15px 0;
}
.pagination {
	margin-bottom:30px;
}
.pagination li.active span, .pagination li:hover a {
	background:#004823;
	color:#fff;
	text-decoration: underline;
}
.pagination a, .pagination span {
	color:#272727;
    width: auto;
    padding: 8px 12px;
    background: #928d6d;
}
.pagination li:hover a {
	color:#fff;
}
li.next {
    float: right;
}
li.next a, li.next span {
	background: url(../images/arrow-3.png) no-repeat 90% center #928d6d;
	padding-right: 30px;
}
li.next a:hover, li.next span:hover {
	background: url(../images/arrow-3-hv.png) no-repeat 90% center #004823;
	padding-right: 30px;
}
.component {
    width: 75%;
    float: right;
    padding-left: 15px;
}
.com-content {
	margin-bottom: 40px;
}
.sidebar {
    width: 25%;
    float: left;
    padding-right: 15px;
}
.sidemod {
    margin-bottom: 30px;
}
ul.category li {
	list-style: none;
}
ul.category li a {
    list-style: url(../images/arrow-3.png);
    padding: 10px 15px;
    background: #928d6d;
    margin-bottom: 1px;
	text-transform: uppercase;
	display: block;
	max-width: 277px;
	color: #fff;
}
ul.category li a:hover, ul.category li.active a {
    list-style: url(../images/arrow-3-hv.png);
    background: #004823;
	color: #fff;
}
.sidebar h3 {
    margin-bottom: 10px;
}
.moditem {
    margin-bottom: 20px;
}
.moditem .modintro {
    margin-bottom: 5px;
}
.com-content p, .com-content ul {
    margin-bottom: 15px;
}
.com-content li {
	line-height: 24px;
}
.item-new {
    overflow: hidden;
    margin-bottom: 15px;
}
.new-img {
    float: left;
    margin-right: 15px;
}
.new-title {
    font-size: 15px;
    font-weight: bold;
}
.new-date {
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.new-intro {
    margin-bottom: 5px;
}
.list-new {
    margin-bottom: 30px;
    overflow: hidden;
}
.related-news {
    margin-bottom: 40px;
}
.related-news li {
    padding: 3px 0;
	color: #004823;
}
.related-news h3 {
    margin-bottom: 10px;
}
.share {
    margin-bottom: 10px;
}
.related-pro .pro-item {
    width: 33.3%;
}
.hotline-MB{display:none;}

/*new style*/
.text-white {
	color:#fff !important;
}
.hotline p span {
	color: #fff !important;
}
.logo img {
	width: 120px !important;
	height: auto !important;
}
.header {
	background: #317828 !important;
	height:3px;
	padding:0;
	
}
.hotline{display:none;}
.bx-viewport .item-tell{
	height: 172px;
}
.talktext p {
	height: 96px;
	overflow: hidden;
}
.line-footer {
	width: 100%;
	height: 3px;
	background: #d0b161;
}
.pt-30 {
	padding-top: 30px !important;
}
.slideshow img {
	height: auto;
}
/*------------Product Detail---------------------*/
.sp-detail{
    overflow:hidden;
}
.sp-img{
    width:36%;
    float:left;
}
.sp-info{
    width:64%;
    float:left;
}
.price-old-line{
        text-decoration: line-through;
}
.price-old{
        padding: 5px 0;
    color: #317828;
    font-weight: bold;
    font-size: 18px;
}
.price{
     
       color: #317828;
    font-weight: bold;
    font-size: 18px;
}
.sp-noidung{
    border-bottom: 1px solid;
	margin-bottom: 15px;
	padding-bottom:5px;
}
.sp-noidung span{
    font-size: 20px;
    color: #317828;
    font-weight: bold;
}
.com-content{
    padding:40px 0;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
	.container { max-width: 1180px; }
}
@media (min-width:992px) {
	.mainmenu .collapse { display: block; height:auto!important; }
	.navbar-toggle { display: none; }
}
@media (max-width:1200px) {
	.mainmenu ul li a {
		padding: 0 16px;
	}
	.langen .mainmenu ul li a {
		padding: 0 20px;
	}

}
@media (max-width:1199px) {
	.hotline {
		padding-left: 15px;
	}
}
@media (max-width:991px) {
	.container img {
		height: auto;
	}
	.bx-wrapper img {
		height: auto;
	}
	.container {
		padding: 0 15px;
	}
	.navigation {
		padding: 30px 0;
	}
	.mainmenu ul li { 
		display: block;
		margin:0;
		float:none;
	}
	.mainmenu > ul {
		z-index:99999;
		position:absolute;
		text-align:left;
		background:#004823;
		width:96%;
		margin-top:3px;
		left:2%;
		min-height:36px;
	}
	.mainmenu .navbar-toggle {
		text-transform:uppercase;
		margin-bottom: 0;
		background:#004823;
		color:#fff;
	}
	.mainmenu ul li a, .langen .mainmenu ul li a {
		background: #004823;
		color:#fff;
		padding: 12px 18px;
		border:none;
		border-bottom:1px dotted rgba(232,232,232,0.5);
		text-align:left;
		line-height: normal;
		font-size: 14px;
	}
	.mainmenu ul li:hover a {
		color:#fff;
	}
	.mainmenu ul li.parent ul a {
		color: #fff;
		background: url(../images/arrow-2.png) no-repeat 20px center #004823;
		padding-left: 35px;
		border-bottom:1px dotted rgba(232,232,232,0.5);
	}
	.mainmenu ul li a:hover, .mainmenu ul li.active a {
		color:#fff;
		background:#008b44;
	}
	.mainmenu ul li.parent ul a:hover {
		background: url(../images/arrow-2.png) no-repeat 20px center #008b44;
		color:#fff;
	}
	.mainmenu {
		border: medium none;
		float: left;
		margin-top: 0;
		padding: 0;
		position: static;
		float: left;
		width: initial;
	}
	.mainmenu ul.menu > li:before, .mainmenu ul.menu > li:after {
		display:none;
	}
	.mainmenu ul li.parent ul {
		visibility:visible;
		position:static;
		opacity: 1;
		background:#01addf;
		padding:0;
		margin:0;
		border: none;
	}
	li.empty {
		display: none;
		width: initial;
		height: initial;
	}
	.home-left {
		width: 100%;
		padding-right: 0;
	}	
	.home-right {
		width: 100%;
		padding-left: 0;
	}
	.foot-left {
		width: 35%;
	}
	.foot-right {
		width: 30%;
	}
	.introduce .container h3 {
		margin-top: 0;
	}
	.ouritem.prohalf .our-text > div {
		padding: 0px 5px;
		top: 30%;
	}
	.ouritem.probig .our-text > div {
		top: 10%;
		top: 40%;
	}
	.logo {
		margin:0;
		padding: 20px;
		/*width: 200px;*/
		overflow: hidden;
	}
	.hotline {
		width: initial;
		float: left;
		padding-left: 0;
	}
    .hotline-MB {
		width: initial;
		float: right;
	}

	.slideshow {
		margin-bottom: 30px;
		position: relative;
		z-index: 999;
	}
	.pro-item {
		width: 33.3%;
	}
	.component {
		width: 100%;
		padding-left: 0;
	}
	.sidebar {
		width: 100%;
		padding-right: 0;
	}
	.slideshow {
		margin-bottom: 0;
	}
	.talktext p {
		height: 47px;
	}
	.side-cont.talk .bx-viewport {
		height: 123px !important;
	}
}
@media (max-width:768px) {
	.ourcol {
		width: 100%;
	}
	.probig .our-intro, .prohalf .our-intro {
		height: initial;
	}
	.language {
		right: 15px;
	}
	.slideshow .bx-wrapper .bx-prev {
	  left: 15px;
	}
	.slideshow .bx-wrapper .bx-next {
		right: 15px;
	}
	.intro-img {
		width: 50%;
	}
	.pro-item {
		width: 50%;
	}
	.related-pro .pro-item {
		width: 50%;
	}
}
@media (max-width:720px) {
}
@media (max-width:640px) {
	.foot-left {
		width: 45%;
		margin-bottom: 15px;
	}
	.foot-right {
		width: 100%;
		text-align: left;	}
}
@media (max-width:600px) {
	.logo {
		width: 100%;
		padding: 12px;
		height: initial;
	}
	.navigation {
		padding: 20px 0;
	}
	.intro-img {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0;
	}
}
@media (max-width:575px) {
	.introduce {
		padding-top: 0;
	}
}
@media (max-width:480px) {
	.navigation {
		padding-top: 90px;
		padding-bottom: 10px;
	}
	.language {
		right: 5px;
	}
	.slideshow .bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.ouritem.prohalf .our-text > div {
		top: 20%;
	}
	.ouritem.probig .our-text > div {
		top: 20%;
	}
	.foot-left {
		width: 100%;
	}
	.pro-item {
		width: 100%;
	}
	.related-pro .pro-item {
		width: 100%;
	}
}
@media (max-width:430px) {
    .hotline{display:none;}
    .hotline-MB{
        display:block;
    }
}
@media (max-width:360px) {
	 .sp-img, .sp-info{
        width:100%;
        float:none;
    }
	.ouritem.prohalf .our-text > div {
		top: 10%;
	}
	.ouritem.probig .our-text > div {
		top: 20%;
	}
	ul.title-filter li a {
		margin-right: 0;
		padding: 10px;
		font-size: 12px;
		margin-bottom: 3px;
	}
	ul.title-filter {
		margin-bottom: 15px;
	}
	.new-img {
		float: none;
		margin-bottom: 5px;
		padding-right: 0;
	}
}



#tellus .bx-wrapper .bx-pager {
	display:none;
}
#tellus .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/left-1.png") no-repeat scroll 0 0;
  right: 51%;
	transition: all 0.3s ease 0s;
	left: auto;
}
#tellus .bx-wrapper .bx-next {
	left: 51%;
	background: url(../images/right-1.png) no-repeat;
	transition: all 0.3s ease 0s;
}
#tellus .bx-wrapper .bx-prev:hover {
  background: rgba(0, 0, 0, 0) url("../images/left-1-hv.png") no-repeat scroll 0 0;
}
#tellus .bx-wrapper .bx-next:hover {
	background: url(../images/right-1-hv.png) no-repeat;
}
#tellus .bx-wrapper .bx-controls-direction a {
  height: 29px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 29px;
  z-index: 9999;
  bottom: 0;
}
.cont-tell .bx-wrapper {
	padding-bottom: 40px;
}
.cont-tell {
    width: 33.3%;
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.7);
    padding: 20px 0 0;
    border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}


.mainmenu ul li.parent ul ul, .mainmenu ul li.parent:hover ul ul {
    position: absolute;
    top: 0px;
    left: 101%;
    background: #004823;
    padding: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
    text-align: left;
}
.lisub {
    display:inline !important;
}
.lisub a {
    padding:0 !important;
    background:none !important;
    color:#004823 !important;
}
.ulsub{
    position:absolute !important;
    top:10px !important;
}
.lisub a {
    display: block;
   margin-right:0 !important;
   padding-right:5px !important;
    color: #00607b;
    white-space: nowrap;
    border-right: 1px solid #928d6d;
}
.subPro .lisub:last-child a {
    border-right:none;
    }
.subPro {
    display:inline;
}
.title-filter .lisub:last-child a {
    border-right: none;
}
.hotline-MB p span {
	color: #004823 !important;
}