/*----- Banner detail -----*/
.banner-detail{
  width: 100%;
  position: relative;
}
.banner-detail-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  display: flex;
  align-items: center;
}
/*
.bnr-detail-title{
  font-size: 40px;
  font-weight: bold;
}
*/
h1.bnr-detail-title{
	color: #fff;
}
/*--------Bus Company-------*/
.two-column-content .btn-cta{
	width: 320px;
}
@media(min-width:767px){
  .transnational .two-column-content{
    order: 1;
  }
	.transnational .two-column-img{
    order: 2;
  }
}
@media(max-width:767px){
	/*.two-column-img img{
		padding: 0 16px;
	}*/
	.two-column-wrap {
    padding-top: 30px;
	}
	.transnational{
		padding-top: 0!important;
	}
	.transnational .two-column-wrap{
		border-bottom: none;
	}
}
/*-----Company info-----*/
.pt10{
	padding-top: 10px;
}
.company-info-wrap{
	background-color: #fff;
	padding: 24px;
}
.company-info-table{
	width: 100%;
	margin-top: 30px;
}
.info-line{
	padding: 30px 0;
}
.company-info-table .info-line{
	border-top: 1px solid #E6E6E6;
	display: flex;
	justify-content: center;
}
.company-info-table .info-line:last-child{
	border-bottom: 1px solid #E6E6E6;
}
.company-info-table .label{
	width: calc(100% - 560px);
	float: left;
}
.company-info-table .company-info{
	width: 560px;
	float: right;
}

@media(max-width:991px){
	.company-info-table .label{
		width: calc(100% - 500px);
		float: left;
	}
	.company-info-table .company-info{
		width: 500px;
		float: right;
	}
}
@media(max-width:767px){
	.company-info-table .info-line {
    display: inherit;
	}
	.company-info-table .label{
		width: 100%;
		float: inherit;
		padding-bottom: 15px;
	}
	.company-info-table .company-info{
		width: 100%;
		float: inherit;
	}
	.company-info-table .info-line {
		 justify-content: flex-start; 
	}
	.info-line{
    padding: 20px 0;
	}
}













