#company-profile-section {
	padding-bottom: 60px;
	background: url('../../assets/img/company-profile/bg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.head-title {
	margin-bottom: 10px;
}

.img-rong {
	/*border: solid 1px #919191;*/
}

.hero {
	position: relative;
    margin-bottom: 80px;
}

.caption {
	font-family: 'DBHeavent-Regular';
	font-size: 25px;
	line-height: 25px;
	color: #303030;
	text-align: center;
	margin-top: 15px;
}

ul.breadcrumb-v1 {
	margin-bottom: 0;
}

.desc {
	font-family: 'DBHeavent-Regular';
	font-size: 22px;
	line-height: 27px;
	color: #303030;
}

.the-project-filter-banner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.the-project-filter {
	margin-bottom: 30px;
}

.the-project-filter h4 {
	font-family: 'DBHeavent-Regular';
	font-weight: bold;
	color: #A20E12;
	font-size: 22px;
}

.the-project-filter .img-icons {
	height: 90px;
    width: 50px;
    position: relative;
    z-index: 1;
}

.the-project-filter .img-icons.business {
    background: url('../../assets/img/company-profile/vision-line.png') 0% 6%;
}

.the-project-filter .img-icons.townhome {
    background: url('../../assets/img/company-profile/vision-line.png') 34% 6%
}

.the-project-filter .img-icons.condominium {
    background: url('../../assets/img/company-profile/vision-line.png') 67% 6%
}

.the-project-filter .img-icons.single-house {
    background: url('../../assets/img/company-profile/vision-line.png') 100% 6%
}

.the-project-filter .active .img-icons.business {
    background: url('../../assets/img/company-profile/vision-line.png') 0% 94.5%;
}

.the-project-filter .active .img-icons.townhome {
    background: url('../../assets/img/company-profile/vision-line.png') 34% 94.5%
}

.the-project-filter .active .img-icons.condominium {
    background: url('../../assets/img/company-profile/vision-line.png') 67% 94.5%
}

.the-project-filter .active .img-icons.single-house {
    background: url('../../assets/img/company-profile/vision-line.png') 100% 94.5%
}

.the-project-filter .line {
	background-color: #58595B;
	height: 1px;
	position: relative;
	top: -7px;
	z-index: 0;
}

.the-project-filter .show-project {
    border-left: dotted 2px #A20E12;
    padding: 10px 0 0 25px;
    margin-left: 1px;
    display: none;
    font-family: 'DBHeavent-Regular';
    font-size: 20px;
    line-height: 20px;
    color: #30302F;
    /*margin-bottom: 30px;*/
}

#Container .mix{
	display: none;
	margin-bottom: 30px;
}

.show-project ul {
	margin: 0;
	padding: 0 0 0 29px;
}

.show-project ul li {
	list-style-type: none;
}

.show-project ul li a {
	color: #30302F;
    font-size: 25px;
}

.title-v2 {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.title-v2 img {
	margin: 0 auto;
}

.title-v2 h4 {
	margin: 0 auto;
	font-family: 'DBHeavent-Regular';
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	background-color: #303030;
	padding: 8px 35px;
	display: inline-block;
	border-radius: 2px;
}

.hr-short {
	width: 100px;
	height: 2px;
	background-color: #231F20;
    display: inline-block;
}

.box-v2 {
	border: solid 1px #303030;
	padding: 19px;
    /*margin-top: 10px;*/
	margin-bottom: 30px;
	transition: background-color 0.5s ease;
}

.box-v2 h3 {
	font-family: 'DBHeavent-BoldExt';
	color: #303030;
	text-align: center;
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 20px 10px;
	border-bottom: solid 1px #303030;
	display: inline-block;
}

.box-v2 p {
	font-family: 'DBHeavent-Regular';
    color: #303030;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
    height: 134px;
    overflow: hidden;
    letter-spacing: 1px;
}

.box-v3 {
	padding : 50px 30px;  
	margin-bottom: 40px;
}

.box-v3 h3 {
	font-family: 'DBHeavent-BoldExt';
	color: #303030;
	text-align: center;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 20px 10px;
	border-bottom: solid 1px #303030;
	display: inline-block;
}

.box-v3 p {
	font-family: 'DBHeavent-Regular';
    color: #303030;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
    letter-spacing: 1px;
}

.box-v3.customer {
	background-color: #EAEAEB;
}
.box-v3.vendor {
	background-color: #DFE0E1;
}
.box-v3.employee {
	background-color: #C9CBCC;
}

.box-v2:hover {
	/*background-color: #A10E12;*/
	/*border: solid 1px #A10E12;*/
}

.box-v2:hover h3 {
	/*border-bottom: solid 1px #fff;*/
}

.box-v2:hover p {
	
}

.box-desc {
	padding: 10px;
	font-family: 'DBHeavent-Regular';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	background-color: #303030;
	text-align: center;
	color: #fff;
}

.gray-hover{
	/*-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);


	 transition: all 0.5s ease;
	 cursor: pointer;
	 display: inline-block;*/
}

.gray-hover:hover{
	/*-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);*/
}

.company-filter {
	
}

.company-filter a:hover,
.company-filter a:focus {
	text-decoration: none;
}

.wrapper-mission-box{
	padding:0 30px; 
}

.desc-bold {
	font-weight: bold;
	color: #303030;
}

.color-primary {
	font-weight: bold;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(125, 125, 125, 0.75), rgba(0, 0, 0, 0));
    width: 30%;
    margin-top: 20px;
    margin-bottom: 60px;
}

.filter-projects ul {
	margin: 20px 0 30px;
	padding: 0;
	font-family: 'DBHeavent-BoldExt';
	font-size: 20px;
	line-height: 20px;
	list-style: none;
	text-align: left;
    letter-spacing: 1px;
}

.filter-projects ul li {
	display: block;
}

.filter-projects ul li:last-child {
	border-right: 0;
}

.filter-projects ul li a {
	display: inline-block;
	padding: 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.filter-projects ul li a.active {
	text-decoration: underline;
}

.filter-projects ul li a:hover,
.filter-projects ul li a:focus {
	
}

.filter-projects {
    margin: 25px 0 25px;
}

@media (min-width: 768px) {
	.wrapper-mission-box{
		padding:0 9px; 
	}

	.box-v2 p {
	    height: 240px;
	}

	.filter-projects ul {
		margin: 20px 0 30px;
		font-size: 25px;
		line-height: 25px;
		text-align: center;
	}

	.filter-projects ul li {
		border-right: solid 1px #921D21;
		display: inline-block;
	}

	.filter-projects ul li a {
		padding-bottom: 0;
	}

	.filter-projects ul {
		font-size: 22px;
		line-height: 22px;
	}

	.caption {
		position: absolute;
	    font-size: 30px;
	    line-height: 30px;
	    width: 370px;
	    top: 12%;
	    left: 8%;
	    text-align: left;
	    margin-top: 0; 
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.box-v2 p {
	    height: 170px;
	}

	.box-v2{
		    padding: 16px;
	}
	
	.filter-projects ul {
		font-size: 22px;
	    line-height: 22px;
	}

	.caption {
	    width: 380px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.box-v2{
		padding: 15px;
	}

	.wrapper-mission-box{
		padding:0 20px; 
	}

	.box-v2 p {
	    height: 154px;
	}

}


@media (min-width: 1400px) {
	.box-v2{
		    padding: 19px;
	}
	
	.caption {
	    width: 380px;
	}
}