#brand-experiences-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;
}

p.desc {
	font-family: 'DBHeavent-Regular';
	font-size: 20px;
	color: #303030;
	margin-bottom: 20px;
	line-height: 25px;
}

p.desc span {
	color: #A10E12;
}

.my-bx {

}

.my-bx .show-slide {
	padding: 0;
}

.my-bx .bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
}

#bx-pager ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#bx-pager ul li {
	
}

#bx-pager ul li a {
	display: inline-block;
	padding: 6px 10px;
	background-color: #A0A2A5;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	font-family: arial;
}

#bx-pager ul li a.active {
	background-color: #A10E12;
}

#bx-pager ul li {
	display: inline-block;
}

.my-bx .bx-wrapper {
    margin: 10px auto 40px;
}

.box-brand {
	color: #8C8E91;
	font-family: 'DBHeavent-BoldExt';
	letter-spacing: 2px;
	font-size: 29px;
	line-height: 20px;
    margin-bottom: 25px;
}

.box-brand span {
	color: #A10E12;
}

.wrapper-img-band{
	margin:15px 0; 
}

.grid-v3 .box-right {
    padding: 20px 35px 20px 28px;
}

@media (min-width: 992px) {
	.wrap-content {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.read-more a {
	    font-size: 20px;
	    line-height: 25px;
	    font-family: 'DBHeavent-Regular';
	}
}