.titleTemplate{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color:#64b42d;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.titleTemplate2{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	color:#64b42d;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
}
.titleTemplate2:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 225px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
/*=====================================================*/
.template1{
	margin-bottom: 45px;
}
/*=====================================================*/
.designTD{
	margin-bottom: 70px;
}
.designTD .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}
.designTD .img{
	max-width: 570px;
	position: relative;
}
.designTD .img:before{
	content: "";
	width: 100%;
	height: 100%;
	top: -20px;
	
	position: absolute;
	background: url(../images/about/bg-loop.png) no-repeat center;
	background-size: cover;
}
.designTD .img img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.designTD .grid .col{
	width: 50%;
	padding: 0 15px;
}
.designTD .contentTemplate p{
	padding: 0;
	padding-left: 15px;
	position: relative;
}
.designTD .contentTemplate p:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color:#64b42d;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
/*=======================*/
.template2 .designTD:nth-child(odd) .grid .col:first-child{
	order:2;
}
.template2 .designTD:nth-child(odd) .grid .col:last-child{
	order:1;
}
.template2 .designTD:nth-child(odd) .img:before{
	right: -20px;
}
.template2 .designTD:nth-child(even) .grid .col:first-child{
	order:1;
}
.template2 .designTD:nth-child(even) .grid .col:last-child{
	order:2;
}
.template2 .designTD:nth-child(even) .img:before{
	left: -20px;
}
/*=========================================================*/
.template3{
	padding: 25px 30px;
	background: #f2f2f2;
}
.template3 .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.template3 .grid .col{
	width: 25%;
	padding: 0 15px;
}
.template3 .itemDesign .img{
	width: 140px;
	height: 140px;
	background: #64b42d;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.template3 .itemDesign .img img{
	max-width: 65%;
	max-height: 65%;
}
.template3 .itemDesign .t1{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#64b42d;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.template3 .itemDesign .t2{
	max-height: 66px;
	overflow: hidden;
	text-align: center;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.titleTemplate{
	font-size: 24px;
	line-height: 32px;
}
.titleTemplate2{
	font-size: 20px;
	line-height: 30px;
}
.template3 .grid .col{
	width: 50%;
	margin-bottom: 20px;
}
}

@media all and (max-width: 767px){
.designTD .grid{
	display: block;
}
.designTD .grid .col{
	width: 100%;
}
.designTD .img{
	margin: 0 auto;
	margin-bottom: 25px;
}
}

@media all and (max-width: 600px){
.template3 .grid .col{
	width: 100%;
}
}