body{
	background: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #222;
			letter-spacing: 0px;
	
			font-size: 14px;
			
}
#cssmenu{
	display: none;
}
.t-hien{
	display: none;
}
.noidung img{
	max-width:100% !important;
	height:auto !important
}
#page-phuhoa{
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#header{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;

}
.banner{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
h2.company{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	color: #d7303a;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3.slogan{
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
	font-style: italic;
	color: #71bf45;
	font-size: 17px;
	margin-bottom: 10px;
}
h3.vpgd{
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
	font-weight: 400;
	color: #666;
	font-size: 14px;
			letter-spacing: 0px;
}
#nav{
	float: left;
	width: 100%;
	clear: both;
}
.menu{
	float: left;
	width: 100%;
	clear: both;
	background:#71bf45 
}
.menu ul{
	float: left;
	list-style: none;
	margin:0px;
	padding: 0px;
	 
}
.menu>ul>li{
	display: inline-block;
	position: relative;
	float: left;
}
.menu>ul>li>a{
	line-height: 50px;
	display: block;
	float: left;
	padding: 0px 12px;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 14px;
}
.menu>ul>li>a.active{
	background: #5ea046
}
.menu>ul>li:hover>a{
	background: #5ea046
}
.menu>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 50px;
	min-width: 180px;

	z-index: 999;
	background: #5ea046;
	display: none;
}
.menu>ul>li>ul>li{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid #71bf45;

}
.menu>ul>li>ul>li:first-child{
	padding-top: 15px;
}
.menu>ul>li>ul>li>a{
	float: left;
	width: 100%;
	clear: both;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	white-space: nowrap;
}
.menu>ul>li>ul>li:hover{
	background:#71bf45;
}
.menu>ul>li:hover>ul{
	display: block;
}
.hotline{
	float: right;
}
.hotline a{
	padding: 0px 25px;
	display: block;
	background:#232935;
	line-height: 50px; 
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
#slider{
	float: left;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.slider{
	position: relative;
}
.slider .owl-prev{
	position: absolute;
	left: 15px;
	top: 40%;
	border-radius: 100% !important;
	padding: 0px !important;
	height: 28px;
	width: 28px;
	line-height: 28px;

}
.slider .owl-prev i{
	color: #232a34;
	font-size: 11px;
}

.slider .owl-next{
		position: absolute;
	right: 15px;
	top: 40%;
		border-radius: 100% !important;
	padding: 0px !important;
	height: 28px;
	width: 28px;
	line-height: 28px;
}
.slider .owl-next i{
	color: #232a34;
	font-size: 11px;
}
#about{
	float: left;
	width: 100%;
	clear: both;
	background:url(../images/bgabout.jpg) no-repeat top left;
	background-size: 100%;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;

}
.about-left{
	padding-left: 0px;
	float: left;
	width: 50%;
}
.about-right{
	float: left;
	width: 50%;
}
.about-video{
	float: left;
	width: 100%;
	margin: 0px;
	padding:10px;
	background:#fff;
	border: 1px solid #ddd;
}
.about-video iframe{
	float: left;
	width: 100%;
}
.about-box{
	float: left;
	width: 95%;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery-add{
	display: none;
}
.about-title{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.about-title h2{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}
.about-title h2 a{
	color: #232935;
	text-transform: uppercase;
	font-weight: 700;
}
.about-title span{
	width: 102px;
	height: 5px;
	background:url(../images/line.png) no-repeat top left;
	display: block;

}
.about-title h2:hover a{
	color: #fff;
}
.about-content{
	float: left;
	width: 100%;
	clear: both;
	text-align: justify;
	color: #fff;
	margin-bottom: 10px;
}

.about-link{
	float: left;
	width: 100%;
	clear: both;

}
.about-link a{
	padding: 8px 20px;
	background:#232935;
	border: 2px solid #232935;
	display: block;
	float: left;
	color: #fff;
	border-radius: 25px;
}
.about-link:hover a{
	background:#fff;
	color: #232935
}
#service{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	background:#fff
}
.service-title{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
.service-title h3{
	margin: 0px;
	padding-bottom: 15px;
}
.service-title h3 a{
	color: #232935;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.service-title span{
	width: 102px;
	height: 5px;
	background:url(../images/line2.png) no-repeat top left;
	display: block;
	margin: 0 auto;	
}
.service-list{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;

}
.service{
	float: left;
}
.service-item{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.service-item-des{
	float:left;
	width:100%;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	background:#f3f3f3;

}
.service-item-des p{
	font-size:13px;
}
.service-item-img{
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.service-item-img img{
	width: 100%;
	    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
    float: left;
}
.service-item-img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.service-item-name{
	float: left;
	width: 100%;
	clear: both;
	padding: 15px 10px 15px 10px;
	background: #232935;
	text-overflow: hidden;
	text-align: center;
	border-left: 20px solid #71BF47;
	 background-image: linear-gradient(to left,
                                      transparent,
                                      transparent 50%,
                                      #71BF47 50%,
                                      #71BF47);
                   background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.service-item-name h2{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.service-item-name h2 a{
	font-size: 14px;
	color: #fff;
	float: left;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.service-item-name:hover{

background-position: 0 0;
                    color:#333;

}
.service-item-name:hover h2 a{
	color:#333;
}
.pdetail-box-contact {
    border: 2px double #71bf45;
    display: block;
    padding: 2px;
    margin-top: 10px;
	  margin-bottom: 20px;
    text-align: center;
    position: relative;
	float:left;
	width:100%;
}

.pdetail-box-contact > div {
    border: 1px double #BF202F;
    display: block;
    padding: 15px 10px 10px;
    position: relative;
}
.pdetail-box-contact > div .tth5 {
    margin: 0px;
    padding: 0;
    color: #BF202F;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 0%;
    top: -10px;
    width: 100%;
    text-align: center;
    display: block;
}
.pdetail-box-contact > div .tth5 span {
    background: #FFF;
    padding: 0 5px;
}
.contact_yahoo {
    float: left;
width: 100%;

}
.pdetail-box-contact .contact_yahoo {
    margin-bottom: 10px;
    background: rgba(0,175,223,0.22);
}.xphone{
	color:#d7303a;
	font-weight:600;
}
.pdetail-box-contact .name {
    width: 35%;
    float: left;
    text-align: left;
    padding: 10px 0px;
    padding-left: 15px;
    font-size: 13px;
    color: #034090;
    font-weight: 600;
}
.pdetail-box-contact .info {
    width: 64%;
    float: left;
    text-align: left;
    line-height: 37px;
}
.pdetail-box-contact .margin a {
    font-size: 15px;
    margin: 0 2px;
}
.pdetail-box-contact .contact_yahoo:nth-child(2n) {
    background:rgba(212, 212, 212, 0.22)
}
.footer-bottom .copy{
	padding-left:0px;
}
.footer-bottom .thongke{
	text-align:right;
	padding-right:0px;
}
.footer-bottom .thongke strong{
	margin-left:4px;
	margin-right:10px;
}

#customer{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.customer-title{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.customer-title h3{
	padding-bottom: 15px;
		color: #232935;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.customer-title span{
	width: 102px;
	height: 5px;
	background:url(../images/line2.png) no-repeat top left;
	display: block;
	margin: 0 auto;	
}
.customer-top{
	float: left;
	width: 100%;
	clear: both;
}
.customer-bottom{
	margin-top: 15px;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	background:url(../images/bgx.jpg) no-repeat top center;
}
.customer-box{
	float: left;
	width: 100%;
	clear: both;
}
.customer-item{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.customer-img{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background:#eeeded;
	display: block;
	border-radius: 100%;
	line-height: 140px;
	text-align: center;
	padding: 10px;
}
.customer-icon{
	width: 100%;
	height: 100%;
	background:#fff;
	box-shadow: 1px 1px 3px #888888;
	border-radius: 100%;
	line-height: 100%;
	text-align: center;
	display: block;
	vertical-align: middle;
	position: relative;
}
.customer-icon img{
	width: 53px;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-item:hover .customer-icon{

	background:	#71BF47
}
.customer-name{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.customer-name h3{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
#gallery{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f4f4f4;
}
.gallery-content{
	float: left;
	width: 100%;
	clear: both;
}
.gallery-item{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gallery-img{
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
.album,.album1{
	float:left;
	width:100%;
	
}
.gallery-img img{
	width: 100%;
	   -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.gallery-name{
	float:left;
	width:100%;
	clear:both;
	padding: 8px;
	background: #232935;
	text-align: center;
	 transition: all .25s ease-in;
	 width: 100%;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
.gallery-name h3{
	font-size: 14px;
	text-transform: capitalize;	
	 overflow: hidden;
	 text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.gallery-name h3 a{
	color: #fff;
}
.mapx iframe {
	width: 100% !important;
	height: 200px !important;
}
.gallery-item:hover .gallery-name{
	bottom: 0px;
}
.gallery-item:hover .gallery-img img{
 -webkit-transform: scale(1.03);
    transform: scale(1.03);
 }
 #partner{
 	float: left;
 	width: 100%;
 	clear: both;
 	padding-top: 40px;
 	padding-bottom: 30px;
 	background:#fff;
 }
 .partner-list{
 	float: left;
 	width: 100%;
 	clear: both;
 	position: relative;
 }
 .partner .owl-prev{
 	position: absolute;
 	left: -15px;
 	top: 35%;
 	z-index: 10;
 	background:none !important;
 }
  .partner .owl-prev i{
  	color: #333;
  	font-size: 24px;
  }
  .partner .owl-next{
  	position: absolute;
 	right: -15px;
 	top: 35%;	background:none !important;
 	z-index: 10;
  }
  .partner .owl-next i{
  	color: #333;
  	font-size: 24px;
  }
  #footer{
  	background:#232935;
  	float: left;
  	width: 100%;
  	clear: both;
  	padding-top: 40px;
  }
  .footer-top{
  	float: left;
  	width: 100%;
  	clear: both;
  	padding-bottom: 30px;
  }
  .footer-title{
  	float: left;
  	width: 100%;
  	clear: both;
  	margin-bottom: 15px;
  }
  .footer-title h3{
  	padding-bottom: 15px;
  	float: left;
  	width: 100%;
  	clear: both;
  	color: #71bf45;
  	font-size: 16px;
  	font-weight: 700;
  }
  .footer-title span{
  	width: 80px;
  	height: 2px;
  	display: block;
  	background:#4d5056;
  	float: left;

  }
  .footer-content{
  	float: left;
  	width: 100%;
  	clear: both;
  }
  .footer-ul{
  	float: left;
  	width: 100%;clear: both;
  }
 .footer-ul ul{
 	list-style: none;
 	margin: 0px;
 	padding:0px;
 	width: 100%;
 	float: left;
 }
  .footer-ul ul li{
  	float: left;
  	width: 100%;
  	clear: both;
  	padding-top: 6px;
  	padding-bottom: 8px;
  	border-bottom: 1px solid #2e323a;
  }
  .fulfix li{
  	border-bottom: 0px solid #2e323a !important;
  }
   .footer-ul ul li a{
   	color: #fff;
   	font-size: 14px
   }
   .fcompany{
   	font-weight: 700;
   }
   .footer-bottom{
   	float: left;
   	width: 100%;
   	padding-top: 15px;
   	padding-bottom: 15px;
   	background: #2e323a
   }
   .footer-bottom span{
   	color: #f4f4f4;
   }
   .footer-bottom span a{
   	color: #71bf45
   }
   .col-f1{
   	padding-left: 0px;
   }
   .col-f3{
   	padding-right: 0px;
   }
   #main{
   	float: left;
   	width: 100%;
   	clear: both;
   	padding-top: 15px;
   	padding-bottom: 30px;
   }
.main-left{
	float: left;
}
.wiget{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;

}
.main-left{
	padding-left: 0px;
}
.wiget-title{
	float: left;
	width: 100%;
	clear: both;
	padding: 13px 15px;
	background: #71bf45
}
.wiget-title span{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.wiget-content{
	float: left;
	width: 100%;
	clear: both;
	border: 1px solid #ddd
}

.wiget-content ul{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.wiget-content ul li{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ddd
}
.wiget-content ul li a{
	font-weight: 600;
}
.wiget-content ul li:hover a{
	color: #71bf45
}
ul.da li{
	text-align: center;
}
ul.da li a{
	font-weight: 700;
}
ul.da li a img{
	width: 100%;
	margin-bottom: 10px;
}
.main-center{
	float: left;
	padding-right: 0px;
}
.block{
	float: left;
	width: 100%;
	clear: both;
}
.block-title{
	float: left;
	width: 100%;
	clear: both;margin-bottom: 15px;
	background:#71bf45;
		padding: 13px 15px;
		height: 46px;
		overflow: hidden;
}
.orther{
	margin-top: 25px;
}
.block-title h1{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.block-title h3{
		font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
#breadcrumb{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
}
ul.breadcrumb{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	background: none
}
ul.breadcrumb li{
	display: inline-block;
	float: left;

}
ul.breadcrumb li a{
	font-size: 13px;
	font-weight: 500;

}
ul.breadcrumb li.active a{
color:#5ea046;
font-weight: 700;
}
.block-content{
	float: left;
	width: 100%;
	clear: both;

}

.events{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #ddd;
}
.events-img{
	float: left;
	width: 32%;
	margin-right: 3%;
}
.events-list{
	float: left;
	width: 100%;
	clear: both;
}
.events-img img{
	border-radius: 8px;
}
.events-right{
	float: left;
	width: 65%;
}
.events-name{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.events-name h3{
	margin:0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
}
.events-name h3 a{
	color: #34771c;

	font-weight: 700;
}
.events-des{
	float: left;
	width: 100%;
}
.events-des p{

	margin-bottom: 10px;
}
.events-detail{
	float: left;
	width: 100%;
	clear: both;
}
.events-detail a{
	font-size: 13px;
	color: #734898;
	font-weight: 600;
}
.events-detail a{
	color:#5ea046;
	font-weight: 700;
}
.phantrang{
	float: left;
	width: 100%;
	text-align: center;
}
.phantrang .pagination>li>a{
	background: #71bf45;
	border-radius: 100%;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	    border-color: #71bf45 !important;
}
.phantrang .pagination>li:hover>a{
	background-color: #A6CE39;
}
.showimg{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.fan{
	float: left;
	width: 100%;
	clear: both;
}
#map  iframe{
	width: 100% !important;
	height: 400px !important;
}
.dform .input-group{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 12px;
}

.btn-primary{
	background-color: #71bf45;
    border-color: #71bf45;
}