
#content h2 {
    margin: 18px 0px;
}

#content .p-title {
	font-size: 20px;
	display: block;
	margin: 8px 0;
	font-weight: normal;
}

#content .img-r {
	margin-right: 15px;
}
#content .img-l {
	margin-left: 15px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
#content ul.pqvdc li {
	position: relative;
	padding-left: 15px;
}
#content ul.pqvdc li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 4px;
    left: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}
#content .placeholder {
	margin-top: 18px;
}
#content .uno, #content .dos ,#content .tres, #content .cuatro, #content .cinco {
	padding-left: 80px;
	background-image: url(/images/sobre-nosotros/icon.png);
	background-repeat: no-repeat;
}
#content .uno p, #content .dos p, #content .tres p, #content .cuatro p, #content .cinco  p {
	background: #fff;
}

#content .uno {
	background-position: 0px 10px;
}
#content .dos {
	background-position: -89px 10px;
}
#content .tres {
	background-position: -178px 10px;
}
#content .cuatro {
	background-position: -267px 10px;
}
#content .cinco {
	background-position: -356px 10px;
}

.sales_team{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin:10px 0;
	padding:15px 0;
}
.sales_team .name{
	color: #00479d;
	font-size: 1.28em;
	font-weight: bold;
}

/*about us*/

.about_us_good {
	position: relative;
}

.about_us_good img {
	width: 100%;
}

.about_us_good .about_us_good_text {
	position: absolute;
	bottom: 0px;
	padding-left: 66px;
}

.about_us_good .about_us_good_text h3 {
	text-align: center;
	font-size: 1.7em;
	color: #0068B7;
}

.about_us_good .about_us_good_text strong {
	font-weight: bold;
}

.about_us_good .about_us_good_text li {

	list-style-image: url(../../images/tick.png);
}

.about_us_item {}

.about_us_item .col-xs-12 {
	text-align: left;
}

.about_us_item a {
	font-size: 1.1em;
	text-decoration: underline;
	color: #fff;
}

.about_us_item img {
	width: 100%;
}

.about_us_item .col-xs-8 {
	padding: 0 5px;
}
.about_us_item p{
	margin-bottom:0 ;
	text-align: center;
}
.about_us_item .pic-title{
	margin: 10px 0 15px;
}
.about_us_jieshao p {
	display: block;
	margin-bottom: 24px;
}

.about_us_jieshaoimg img {
	width: 100%;
}

.about_us_jieshao a {
	text-decoration: underline;
	font-weight: 600;
}
.sales_team {
	overflow: hidden;
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
}

.sales_team .item_right {}

.sales_team img {
	width: 100%;
}

.sales_team strong {
	font-weight: bold;
	font-size: 1.28em;
}

.sales_team .goto_blog {
	display: block;
	border-radius: 8px;
	margin-top: 10px;
	padding: 5px 10px;
	background: #eb6100;
	width: 90px;
	text-align: center;
}

.sales_team .goto_blog a {
	color: #FFFFFF;
}

.salesintro {
	padding: 8px 0;
}
@media (min-width: 1020px) {
	.des_info {
		margin: 20px;
		margin-left: 20px;
	}
}
.des_info{
	text-align: justify;
	overflow:hidden;
}

.about-us-index{
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

.contact-us-item {
	padding: 10px;
	background-color: #434343;
	color: #ffffff;
}
.contact-us-item h1 {
	color: #ffffff;
}
.cu-right {
	padding-right: 20px;
	padding-left: 20px;
}

.cu-right input,
.cu-right textarea {
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: 1px solid #bbb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cu-right input {
	height: 34px;
}

.cu-right input:focus,
.cu-right textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cu-right .cu-inputitem {
	margin-top: 20px;
}

.cu-right .cu_sub {
	text-align: center;
}

.cu-right .cu_sub input {
	width: 250px;
	background: #d74305;
	font-size: 1.2em;
	/* height: 1.2em; */
	padding: 0;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}

.cu-right {
	border: 1px solid #cccccc;
}


@media (max-width: 768px){
	.about-us-index{
	padding-left: 10px;
	padding-right: 10px;
	}
}

@media (min-width: 768px){
	.about_us_intro{
		/* height: 215px; */
	}
}
.sales_team{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin:10px 0;
	padding:15px 0;
}
.sales_team .name{
	color: #00479d;
	font-size: 1.28em;
	font-weight: bold;
}

.travel_item {
	overflow: hidden;
	text-align: left;
}

.travel_item .item_2 {
	background: #EEEEEE;
	margin-bottom: 15px;
	min-height: 420px;
}

.travel_item .item_2 img {
	width: 100%;
}
@media (min-width: 768px){
.travel_item .item_2 p {
	padding: 10px 10px;
}
.travel_item .item_2:nth-child(2n-1) {
	margin-right: 10px;
}
.travel_item .item_2:nth-child(2n) {
	margin-left: 10px;
}

.travel_item .item_2 {
	width: 360px;
	padding-left: 0px;
	padding-right: 0px;

}
}
.travel_item .item_2 {
	padding-left: 0px;
	padding-right: 0px;

}

.about_us_li li {
	margin: 3px auto;

	line-height: 40px;

	list-style-image: url(../../images/tick.png);
}

#content .about_us_li ul {
	padding-left: 30px;
}