/* ===========================================================================
Import
========================================================================== */

@import url("jquery-ui.css");
@import url('../fonts/font-awesome.min.css');
@import url("slick/slick.css");
@import url("slick/slick-theme.css");
@import url("phone-flag/intlTelInput.css");
@import url("video/app-features.css");
@import url("hover.css");
@import url('../fonts/Sanomat/1512-PNDUFW.css')

/* ==========================================================================
Fonts
========================================================================== */



/* ==========================================================================
Base
========================================================================== */

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Nhan
html, body {height: 100%}
body {
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
}
*/
/* ==========================================================================
Typography
========================================================================== */
.text-caps {
	text-transform: uppercase
}
.text-justify {
	text-align: justify
}
.weight-bold {
	font-weight: 700
}
.text-regular {
	font-size: 1em
}
.text-lg {
	font-size: 2.074em
}
.text-md {
	font-size: 1.44em
}
.text-sm {
	font-size: 0.833em
}
.text-read {
	line-height: 1.45em
}
.text-display {
	font-size: 1.143em;
	line-height: 1.6;
}
.color-primary {
	color: #0c944a !important
}
.color-green {
	color: #00BA51 !important
}
.color-pink {
	color: #e9088b !important
}
.color-white {
	color: #fff !important
}
.color-dark {
	color: #444343 !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Sanomat Grab Web', sans-serif;
}

/*a, a:hover {color: #e35450}
a, a:active, a:focus{outline: none}*/


/* ==========================================================================
Icons	
========================================================================== */

/* ==========================================================================
Master
========================================================================== */
.offset-top {
	padding-top: 100px
}
.container {
	width: 100%;
	max-width: 1200px;
}
@media screen and (min-width: 1400px) {
	.container {
		max-width: 1400px
	}
}
/* ==========================================================================
Sections
========================================================================== */
.section {
	position:relative
}
.section--padded {
	padding: 50px 0
}
.section--dark {
	color: #fff
}
.section--light {
}
.grabh2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.grabh2 h2 {
	font-weight: 600;
	font-size:2.371em;
	color:#00BA51;
	text-align:center;
}
.grabh2 p {
	font-size: 1.143em;
}
.section--dark header h2,
	.section--dark p {
	color: #fff !important
	
}
.section-body {
	padding: 20px 0;
}
.section-download {
	background-image: url(../images/mod-download-grab/dg-dl-grab-back.jpg);
	min-height:360px;
	padding:90px 0;
	position:relative;
}
.page.download .section-download {
	background-image: url(../images/mod-download-grab/pax_bg.jpg);
	padding: 150px 0 0;
}
.page-template-tpl-thankyou main {
	background-position:center center;
	min-height:720px;
	position:relative;
	padding:250px 0;
	display:block;
	background-color:#333;
	background-size:cover;
	background-image:url('../images/mod-download-grab/pax_bg.jpg');
	text-align: center;
	color: #fff;
}
.page-template-tpl-thankyou main h1,
.page-template-tpl-thankyou main h2,
.page-template-tpl-thankyou main h3,
.page-template-tpl-thankyou main h4 {
	color: #fff;
	font-weight: bold
}

/*.section-wysiwyg .row {font-size: 1.143em;line-height: 1.6;}*/
.dl--well {
	position: relative
}
.dl--well .dl--qr-code:before {
	content: "or";
	width:33px;
	height:33px;
	display:block;
	border-radius:50%;
	background-color:#fff;
	font-size:1.000em;
	text-align:center;
	line-height:33px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -16px;
	margin-left: -16px;
	color: #000;
}
.dl--well .dl--qr-code .img--qr-code {
	width: 120px;
	height: 120px
}
.dl--well .dl--stores a {
	border: solid 1px #fff;
	display: block;
	border-radius: 5px;
	width: 150px;
	height: 53px

}
@media screen and (min-width: 768px) {
	.dl--well {
		width: 500px;
		height: 170px
	}
	.page.download .dl--well {
		left: -80px
	}
	.page.download .section-download h1 {
		padding-top: 150px
	}
	.dl--well:before,
	.dl--well:after {
		content: "";
		display: block;
		width: 2px;
		height: 60px;
		position: absolute;
		left: 50%;
		background-color: #FFF;
	}
	.dl--well:before {
		top: 0;
	}
	.dl--well:after {
		bottom:0;
	}
	.dl--well > div {
		float: left;
		width: 200px
	}
	.dl--well .dl--qr-code {
		padding-left: 80px
	}
	.dl--well .dl--stores {
		margin-left: 90px;
		padding-top: 30px
	}
	.dl--well .dl--stores a {
	}
}
@media screen and (max-width: 767px) {
	.dl--well {
		padding-bottom: 30px
	}
	.dl--well > div {
		width: 100%;
		text-align: center
	}
	.page.download .section-download h1 {
		text-align: center
	}
	.dl--well .dl--qr-code .img--qr-code {
		margin: 0 auto 60px
	}
	.dl--well .dl--stores a {
		margin: 0 auto
	}
}
.section-fare-table table {
	border-radius: 8px;
	border: solid #DCDCDC 1px;
	overflow: hidden;
	border-collapse: separate;
}
.section-fare-table table thead th,
.site-id-11 .tablepress-id-1 .row-4 .column-1 {
	background-color:#00B23E;
	color:#fff;
	padding:15px 0!important;
	text-align:center;
	font-size: 1.429em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.site-id-10 .tablepress-id-8 .row-1 .column-1 {
	border-top-right-radius: 0;
}
.site-id-10 .tablepress-id-8 .row-1 .column-2 {
	border-top-left-radius: 0
}
.site-id-11 .tablepress-id-1 .row-4 .column-1 {
	border-radius: 0;
	font-weight: 700;
}
.site-id-4 .tablepress-id-3 .row-2 .column-1,
.site-id-4 .tablepress-id-3 .row-3 .column-1,
.site-id-4 .tablepress-id-3 .row-4 .column-1,
.site-id-4 .tablepress-id-3 .row-5 .column-1,
.site-id-4 .tablepress-id-4 .row-2 .column-1,
.site-id-4 .tablepress-id-4 .row-3 .column-1,
.site-id-4 .tablepress-id-4 .row-4 .column-1,
.site-id-4 .tablepress-id-4 .row-5 .column-1,
.site-id-4 .tablepress-id-5 .row-2 .column-1,
.site-id-4 .tablepress-id-5 .row-3 .column-1,
.site-id-4 .tablepress-id-5 .row-4 .column-1,
.site-id-4 .tablepress-id-5 .row-5 .column-1 {
	background-color: #f2f2f2
}
.site-id-10 .tablepress-id-11 .row-1,
.site-id-10 .tablepress-id-11 .row-2,
.site-id-10 .tablepress-id-12 .row-1 {
	background-color: #00B23E;
}
.site-id-10 .tablepress-id-11 .row-1 td,
.site-id-10 .tablepress-id-11 .row-2 td,
.site-id-10 .tablepress-id-12 .row-1 td {
	color: #fff!important;
	text-align: center
}
.section-fare-table table tbody td,
.section-fare-table table tbody th {
	padding:20px 100px!important;
	text-align: left;
}
.section-fare-table table tbody th {
	background-color: #f9f9f9;
	font-size: 1.25em;
	font-weight: 700;
}
.section-fare-table table tbody td {
	font-size:1.143em;
	color:#444;
	font-weight: 500;
}
.tablepress.table--no-zebra .odd td {
	background-color: transparent;
}
.tablepress.table-condensed td {
	padding:10px!important;
}
@media screen and (max-width: 767px) {
	.section-fare-table table tbody td,
	.section-fare-table table tbody th {
		padding:20px!important
	}
}
.tablepress tfoot th, .tablepress thead th {
	background-color: rgb(0, 178, 62) !important;
	color: #fff !important;
	border-right: solid 1px #fff;
	text-align: center;
}
.tablepress .sorting:after {
	display: none
}
.section-hero {
}
.section-hero.bg-size-cover {
	height: 500px
}
.single .section-hero {
	margin-bottom: 50px
}
.section-hero .container {
	position: relative;
	height: 500px
}
.section-hero .container-form {
	height: auto
}
.section-hero .section-body {
	position: absolute;
	bottom: 50px;
	left: 100px;
	width: 400px;
}
.section-hero h1 {
	font-weight: 600;
	font-size: 3.1em;
	margin-bottom: 10px;
	line-height: 1;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.section-hero p {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3

}
.section-hero > img {
	width: 100%
}
.section-hero .hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 991px) {
	.section-hero .container,
	.section-hero .hero-content {
		height: 500px !important
	}
}
.floatForm {
	background-color:rgba(255,255,255,0.95);
	padding:15px;
	width: 400px;
	color: #333

}
.floatForm h2 {
	font-weight: 600;
	font-size:1.786em;
	color:#00BA51;
	margin:0px;
	margin-bottom:10px;
}
.floatForm p {
	color:#333 !important;
	font-size:0.857em;
	line-height:1.6;
}
.floatForm small {
	color:#333;
	font-size:11px;
	line-height: 1.1;
	display: block;
	margin: 10px 0;
	text-align: center;
}
.form-group label {
	display:none;
}
.form-group .form-control {
	border-color:#888;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
}
.form-control {
	height:40px;
}
.checkbox {
	color:#1AA6F6;
	margin-top:20px;
	margin-bottom:20px;
}
.checkbox:hover , .checkbox:focus {
	color:#00B140;
}
button.ddlbtn {
	border:none;
	width:100%;
}
.custddl {
	position:relative;
	padding-left:0px;
	padding-right:0px;
}
.custddl:after {
	font-family: 'Glyphicons Halflings';
	content:"\e259";
	color:#979797;
	position:absolute;
	right:10px;
	top:10px;
	font-size:0.8em;
}
.custddl select {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:none;
	width:100%;
	padding-left:5px;
	height: 25px;
}
@media screen and (min-width: 992px) {
	.floatForm {
		position:absolute;
		right:15px;
		top:0;
		z-index:4;
	}
	.section-hero .container-form {
		height: 1px;
	}
}
@media screen and (max-width: 991px) {
	.floatForm {
		width: 100%
	}
	.section-hero {
		height: auto !important
	}
	.section-hero .container-form {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-hero .container-form, .floatForm {
		background-color: #fafafa
	}
}
@media screen and (max-width: 767px) {
	.section-hero.bg-size-cover {
		background-position: calc(65%) calc(100%) !important;
	}
	.section-hero .section-body {
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px;
		width: 100%;
		text-align: center;
	}
	.section-hero h1 {
		font-size: 3em
	}
}
.section-grid-news .box {
	position: relative;
	height: 350px;
	overflow: hidden;
	background-image:url(../images/press/placeholder_news.jpg);
}
.section-grid-news .blurb {
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	color: #fff;
}
.section-grid-news .box:hover .blurb {
	opacity: 0
}
.section-grid-news .blurb .date {
}
.section-grid-news .excerpt {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 60px 15%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transform: translateY(350px);
	-moz-transform: translateY(350px);
	-ms-transform: translateY(350px);
	-o-transform: translateY(350px);
	transform: translateY(350px);
}
.section-grid-news .box:hover .excerpt {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section-grid-news .excerpt .centered-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.section-icon-list .row-horizontal img {
	max-height: 100px;
	max-width: 100px;
	margin: 10px auto;
	padding-bottom: 10px;
	display: block;
}
.section-icon-list .row-horizontal h4 {
	font-size: 1.429em
}
.section-carousel .carousel .item {
	height: 550px;
}
.section-carousel .carousel .carousel-caption {
	position: absolute;
	bottom: 50px;
	left: 100px;
	width: 500px;
	text-align: left;
}
.section-carousel .carousel-caption h1 {
	font-weight: 600;
	font-size: 3.1em;
	margin-bottom: 10px;
	line-height: 1;
}
.section-carousel .carousel-caption p {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3

}
@media screen and (max-width: 767px) {
	.section-carousel .item {
		background-position: calc(65%) calc(100%) !important;
	}
	.section-carousel .carousel .carousel-caption {
		display: block;
		left: 0;
		right: 0;
		bottom: 40px;
		padding: 20px;
		width: 100%;
		text-align: center;
	}
	.section-carousel .carousel .carousel-caption h1 {
		font-size: 2em
	}
	.section-carousel .carousel-caption p {
		font-size: 1.3em
	}
}
.section-carousel-tooltip header {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.section-carousel-tooltip .carousel .item {
	height: 550px;
}
.section-carousel-tooltip .carousel .carousel-caption {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	padding: 0;
}
.section-carousel-tooltip .carousel .carousel-caption:after {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: rgba(0,0,0,0.5);
	border-width: 20px;
	margin-left: -20px;
}
.section-carousel-tooltip .carousel .item-1 .carousel-caption:after {
	left: 25%
}
.section-carousel-tooltip .carousel .item-3 .carousel-caption:after {
	left: 75%
}
.section-carousel-tooltip .carousel-caption h1 {
	font-weight: 600;
	font-size: 1.4em;
	padding: 25px 95px 10px 25px;
	margin: 0;
	line-height: 1;
}
.section-carousel-tooltip .carousel-caption p {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 95px 25px 25px;
	margin: 0;
}
.section-carousel-tooltip .carousel-caption a {
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.section-carousel-tooltip .carousel-caption a span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.section-carousel-tooltip .carousel-caption a span:before {
	content: '\f054';
	font-family: FontAwesome ;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 20px;
	margin: -10px 0 0 -7px;
	color: #fff;
	font-size: 14px;
	display: block;
}
.section-carousel-tooltip .carousel-indicators {
	width: 100%;
	margin-left: -50%;
}
.section-carousel-tooltip .carousel-indicators li,
.section-carousel-tooltip .carousel-indicators li.active {
	width: 60px;
	height: 60px;
	margin: 0 13px;
	border-radius: 50%;
	border: 0;
}
.section-carousel-tooltip .carousel-indicators li {
	background-color: #fff

}
.section-carousel-tooltip .carousel-indicators li.active {
	background-color: #00B23E;
}
.section-carousel-tooltip .icon {
	background: transparent
}
.section-carousel-tooltip .icon:after {
	width: 60px;
	height: 60px;
	background-size: 30px 30px;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.section-faq .nav-icons {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	background-color: #fafafa;
}
.section-faq .nav-icons li {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.section-faq .nav-icons li:first-child {
	border-left: none
}
.section-faq .nav-icons li.active {
	border-bottom: none;
	border-top: none;
	background-color: #fff;
	border-radius: 0;
}
.section-faq .nav-icons li:hover {
}
.section-faq .nav-icons li a {
	padding: 80px 0 40px;
	font-size: 1.45em;
	line-height: 1.2;
	color: #5B5B5B;
	border: 0 !important;
}
.section-faq .nav-icons li:hover a {
	color:#00B45E
}
.section-faq .nav-icons li.active a {
	color: #00B45E;
	font-weight: 600
}
.section-faq .nav-pills-wrapper {
	border: solid 1px #e1e1e1;
	border-top: none;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px
}
.section-faq .nav-pills>li>a {
	padding-left: 20px;
	padding-right: 20px
}
.section-faq .nav-pills>li.active>a, .section-faq .nav-pills>li.active>a:focus, .section-faq .nav-pills>li.active>a:hover {
	background-color: transparent;
	color: #00B45E;
	font-weight: 600

}
.section-faq .nav-icons li.no-icon a {
	padding: 30px 0
}
.section-faq .nav-icons li.no-icon.active {
	border-bottom: 1px solid #e1e1e1;
}
	

	
/* -- mod-testimony.css -- */
.testimony {
	padding:30px 0;
	position:relative;
}
.section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#00BA51;
	text-align:center;
}
.article-header p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#444;
	text-align:center;
}
.section-testimonial .image {
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
.section-testimonial .slider-container {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.section-testimonial .slick-prev::before, 
.section-testimonial .slick-next::before {
	font-family: 'Glyphicons Halflings';
	color:#818181;
	font-size:23px;
}
.section-testimonial .slick-prev::before {
	content:"\e257"
}
.section-testimonial .slick-next::before {
	content:"\e258"
}
.section-testimonial .slick-slide {
	opacity:0.4;
	outline:none
}
.section-testimonial .slick-slide:hover {
	cursor:pointer
}
.section-testimonial .slick-current {
	opacity:1
}
.section-testimonial h4 {
	color:#333;
	font-weight: 600;
	font-size:1.571em;
	text-align:center;
	margin-bottom:15px;
}
.section-testimonial p {
	color:#444;
	font-weight: 500;
	font-size:1.286em;
	text-align:center;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5;
}
.panel-article .panel-body {
	padding: 30px 10%;
}
.panel-article .panel-hero {
	min-height: 240px
}
.panel-article h2 {
	font-weight: 700
}
.panel-article h2 a {
	color: #444
}
.panel-article .share {
	float: right
}
.panel-article .share span,
.panel-article .share ul {
	display: inline-block

}
.panel-article .share span {
	padding-right: 10px
}
.panel-article .share li {
	padding: 0 3px
}
.panel-article .share li a {
	line-height: 22px;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background-color: #565D6B;
	text-align: center;
	color: #fff;
}
.panel-article .share li a:hover {
	background-color: #00A9FF;
	color: #fff
}
/* -- mod-about.css -- */
.subpage {
	padding:50px 0;
	position:relative;
}
.subpage-banner {
	min-height:430px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.subpage-banner .caption {
	position:absolute;
	top:0px;
	right:22%;
}
.subpage-banner .caption p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.286em;
	/**18px**/
	line-height:1.6;
	color:#ffffff;
	text-align:left;
	padding-top:15px;
}
.section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#00BA51;
	text-align:center;
}
.subpage p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	line-height:1.6;
	color:#444;
	text-align:left;
}
.content-area {
	padding:20px 0;
}
.marginGap {
	margin-top:60px;
}

/* -- /mod-about.css -- */
/* -- mod-download-grab.css -- */
.alignLeft {
	text-align:left!important;
}
.downloadgrab .section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#fff;
	text-align:center;
	margin-top:0px;
}
.downloadgrab p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	color:#fff;
	text-align:center;
}
.phone-area {
	margin-top:30px;
}
.intl-tel-input {
	width:70%;
	float:left;
}
.phone-area input {
	height:45px;
	border:none;
	border-radius:4px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	background-color:#ECECEC;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
}
.phone-area button {
	height:45px;
	border-radius: 4px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	float:left;
	width:25%;
	border:none;
	background-color: #00B140;
	color: #FFF;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	outline:none;
}
.phone-area button:hover , .phone-area button:focus {
	background-color: #3B3B3B;
	text-decoration: none;
	color: #FFF;
	outline:none;
}
.downloadgrab .scantxt {
	margin-bottom:15px;
	text-align:left;
}
.appstore-icon {
	margin-top:10px;
}
.appstore-icon img {
	width:80%;
	margin-bottom:10px;
	border:1px solid #fff;
	border-radius:5px;
}
.sec-downloadimg .image {
	margin-bottom:-10px;
}
.downloadgrab .row .row>.col-md-4:nth-child(1) {
	width:38%
}
.downloadgrab .row .row>.col-md-4:nth-child(2) {
	width:24%
}
.downloadgrab .row .row>.col-md-4:nth-child(3) {
	width:38%
}
.downloadgrab.mainpax {
	background-image:url(../images/mod-download-grab/pax_bg.jpg);
	min-height:720px;
	padding-bottom: 0;
}
.downloadgrab.mainpax.driver {
	background-image:url(../images/mod-download-grab/driver_bg.jpg);
}
.downloadgrab.mainpax .mobileWrapper {
	background: url(../images/mod-howitwork/empty.png) no-repeat center/cover;
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 0;
	left:0;
	margin:auto;
	width:382px;
	height:580px;
}
.sec-downloadimg {
	position:relative;
	margin-top:50px;
	float:left
}
.sec-downloadimg .image {
}
.sec-downloadimg .image img {
}
.sec-downloadmain {
	position:relative;
	margin-top:155px;
	float:right;
}
.sec-downloadmain .section-header {
	text-align:left;
}
.ddlbtn.calltoaction.greenBtn {
	background-color: #00B140 !important;
}
.ddlbtn.calltoaction.greenBtn:hover, .ddlbtn.calltoaction.greenBtn:active, .ddlbtn.calltoaction.greenBtn:focus {
	background-color: #00BE45 !important;
}
@media screen and (max-width: 768px) {
	.sec-downloadimg {
		height:auto !important;
	}
	.sec-downloadimg .image {
		margin-left: 0 !important
	}
	.sec-downloadmain, .sec-downloadimg {
		margin-left: auto;
		margin-right: auto;
	}
}
/* iPad mini in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.downloadgrab.mainpax {
		min-height: 680px;
	}
}

/* -- /mod-download-grab.css -- */
/* -- mod-driver-highlight.css -- */
.driver-highlight {
	padding:40px 0;
	position:relative;
}
.section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#00BA51;
	text-align:center;
}
.highlightList {
	margin-top:30px;
}
.highlight-img img {
	display:inline-block;
}
.highlight-img {
	padding:20px 0;
	width:100%;
	text-align:center;
}
.highlight-img img {
	max-width:100px;
}
.highlight-cnt h4 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#00BC4D;
	font-size:1.429em;
	text-align:center;
	line-height:1.5;
}
.highlight-cnt p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#444;
	text-align:center;
	line-height:1.6

}
.alignCenter {
	text-align:center;
}
.readmoreBtn {
	background-color:#2196F3;
	border-radius: 4px;
	padding: 10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	margin-bottom:15px;
}
.readmoreBtn:hover , .readmoreBtn:focus {
	background-color: #00BE45;
	text-decoration: none;
	color: #FFF;
}

/* -- /mod-driver-highlight.css -- */
/* -- mod-vertical-driver-joinus.css -- */
.driverJoinus {
	padding:60px 0;
	padding-bottom:80px;
	position:relative;
	background:url(../images/mod-vertical-driver-joinus/background.jpg) no-repeat center/cover;
}
.driverJoinus .article-header .section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.driverJoinus .article-header p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#fff;
	text-align:center;
}
.driverJoinus .actionArea {
	padding:20px 0;
}
.driverJoinus .ddlbtn {
	background-color: #00B140;
	color: #FFF;
	border-radius: 4px;
	padding: 10px 40px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	display:inline-block;
	width:auto;
}
.driverJoinus .ddlbtn:hover , .driverJoinus .ddlbtn:focus {
	background-color: #00BE45;
	text-decoration: none;
	color: #FFF;
}
.alignCenter {
	text-align:center;
}
.driverJoinus .readmoreBtn {
	background-color:#2196F3;
	border-radius: 4px;
	padding: 10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	margin-bottom:15px;
	display:inline-block;
	width:auto;
}
.driverJoinus .readmoreBtn:hover , .driverJoinus .readmoreBtn:focus {
	background-color: #00BE45;
	text-decoration: none;
	color: #FFF;
}


/* -- /mod-vertical-driver-joinus.css -- */
/* -- mod-fare-table.css -- */
.faretable {
	padding:30px 0;
	position:relative;
}
.fare-choice {
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.fare-choice li {
	float:left;
	display:inline-block;
	position:relative;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	width:auto !important;
	min-height: 115px;
	min-width: 205px;
}
.fare-choice li .icon {
	width:62px;
	height:62px;
	border-radius:50%;
	text-align:center;
	line-height:62px;
	background-color:#fff;
	border:2px solid #000;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.fare-choice li .icon:after {
	width:58px;
	height:58px;
	position:absolute;
	top:0px;
	left:0px;
	content:"";
	background-repeat:no-repeat;
	background-position:center;
}
.fare-choice li.economy .icon:after {
	background-image:url(../images/mod-fare-table/icon/economy.png);
	background-size:50px 50px;
}
.fare-choice li.premium .icon:after {
	background-image:url(../images/mod-fare-table/icon/premium.png);
	background-size:50px 50px;
}
.fare-choice li.taxi .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-taxi.png);
	background-size:50px 50px;
}
.fare-choice li.premiumtaxi .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-executive-taxi.png);
	background-size:50px 50px;
}
.fare-choice li.sixSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-6_seater.png);
	background-size:50px 50px;
}
.fare-choice li.thirteenSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-13seater.png);
	background-size:50px 50px;
}
.fare-choice li.active.economy .icon:after , .fare-choice li:hover.economy .icon:after {
	background-image:url(../images/mod-fare-table/icon/economy-active.png);
	background-size:50px 50px;
}
.fare-choice li.active.premium .icon:after , .fare-choice li:hover.premium .icon:after {
	background-image:url(../images/mod-fare-table/icon/premium-active.png);
	background-size:50px 50px;
}
.fare-choice li.active.sixSeater .icon:after , .fare-choice li:hover.sixSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/6seater-active.png);
	background-size:50px 50px;
}
.fare-choice li.active.thirteenSeater .icon:after, .fare-choice li:hover.thirteenSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/13seater-active.png);
	background-size:50px 50px;
}
.fare-choice li.active.taxi .icon:after, .fare-choice li:hover.taxi .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-taxi-white.png);
	background-size:50px 50px;
}
.fare-choice li.active.premiumtaxi .icon:after, .fare-choice li:hover.premiumtaxi .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-executive-taxi-white.png);
	background-size:50px 50px;
}
.fare-choice li.active.sixSeater .icon:after, .fare-choice li:hover.sixSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-6_seater-white.png);
	background-size:50px 50px;
}
.fare-choice li.active.thirteenSeater .icon:after, .fare-choice li:hover.thirteenSeater .icon:after {
	background-image:url(../images/mod-fare-table/icon/icon-13_seater-white.png);
	background-size:50px 50px;
}
.fare-choice li  span {
	position:absolute;
	bottom:8px;
	left:0px;
	right:0px;
	text-align:center;
	display:block;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	color:#464B57;
	text-align:center;
}
.faretable p a {
	text-align:center;
	display:block;
	width:auto;
}
.fare-choice li:hover {
	cursor:pointer;
}
.fare-choice li.active .icon , .fare-choice li:hover .icon {
	background-color:#00B33C;
	border:2px solid #00B33C;
}
.fare-choice li.active  span, .fare-choice li:hover  span {
	color:#00B33C;
}
.alignCenter {
	text-align:center;
}
.theader {
	background-color:#00B23E;
	text-align:center;
	min-height:45px;
	line-height:45px;
}
.theader h4 {
	margin:0px;
	line-height:45px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.429em;
	color:#fff;
}
.faretab.hidden {
	display:none;
}
.faretab {
	width:100%;
	overflow:hidden;
	margin-top:20px;
	border-collapse:separate;
	border:solid #DCDCDC 1px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-transition: all 0.4s ease; /* Safari */
	transition: all 0.4s ease;
}
.faretab th , .faretab td {
	border-top:solid #e6e6e6 1px;
}
.faretab tr.topRow {
	padding:10px 0;
}
.faretab td:first-child {
	border-left: none;
}
.faretab  .custR th:first-child {
	border-left: none;
}
.marginRow {
	margin-top:20px;
}
@media screen and (max-width: 768px) {
	.faretab.fare-taxi td, .faretab.fare-taxi th {
		padding:20px;
	}
	.fare-choice li {
		min-width: inherit;
	}
}

/* -- /mod-fare-table.css -- */

/* -- mod-help.css -- */
.pagination {
	margin-left:auto;
	margin-right:auto;
}
.pagination > li > a {
	width:auto;
	color:#69717E;
}
.pagination > li.active a {
	background-color:#00B140;
	border-color:#009636;
}
.alignCenter {
	text-align:center;
}
.faq .readmoreBtn {
	background-color:#2196F3;
	border-radius: 4px;
	padding: 10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	margin-bottom:15px;
	outline:none;
	display:inline-block;
	width:auto;
}
.faq .readmoreBtn:hover , .faq .readmoreBtn:focus {
	background-color: #529CF2;
	text-decoration: none;
	color: #FFF;
}
.faq .medTxt {
	font-size:1.286em!important;
}

/******************catherine 21jan 05:30pm *********************/
@media(min-width:769px) {
	.placeMobile {
		display:none;
	}
}
@media(max-width:768px) {
	.mod-tab .tab-content .nav-tabs>li {
		width:100%!important;
	}
	.help-subCat {
		display:none;
	}
	.placeMobile {
		display: block;
		position: relative;
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		border: 1px solid #e1e1e1;
		border-radius: 0 0 4px 4px;
		margin-top: -1px;
	}
	.placeMobile:after {
		content:"";
		position:absolute;
		top:15px;
		right:21px;
		font-family: 'Glyphicons Halflings';
		content: "\e259";
		font-size:1em;
		color:#333;
	}
	.selectedTabTitle {
		text-align:center;
	}
}

/* -- /mod-help.css -- */
/* -- mod-latest-news.css -- */
.latestnews {
	padding:40px 0;
	position:relative;
}
.latestnews .section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#00BA51;
	text-align:center;
}
.latestnews .article-header p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#464B57;
	text-align:center;
}
/*
p{
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	color:#464B57;
	text-align:center;
}*/
.alignCenter {
	text-align:center;
}
.latestnews  .readmoreBtn {
	background-color:#2196F3;
	border-radius: 4px;
	padding: 10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	margin-bottom:15px;
	display:inline-block;
	width:auto;
}
.latestnews .readmoreBtn:hover, .latestnews .readmoreBtn:focus, .latestnews .readmoreBtn:active {
	background-color: #529CF2;
	text-decoration: none;
	color: #FFF;
}
.latestnews .lnews-bx {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:300px;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
}
.latestnews .blurb {
	padding:15px 20px;
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	bottom:0px;
	width:100%;
	-webkit-transition: all .2s ease; /* Safari */
	transition: all .2s ease;
}
.latestnews .blurb p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.143em;
	color:#fff;
	text-align:left;
	margin:0px;
}
.latestnews .blurb h4 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	text-align:left;
	margin:8px 0 0 0;
	max-height:46px;
	min-height:46px;
	overflow:hidden;
	line-height:1.35;
	font-size:1.143em;
}
.latestnews .lnews-contents {
	width:100%;
	height:100%;
	min-height:100%;
	display:block;
	background-color:rgba(0,0,0,0.9);
	position:absolute;
	bottom:-100%;
	padding:35px 30px;
	-webkit-transition: all .2s ease; /* Safari */
	transition: all .2s ease;
}
.latestnews .lnews-bx:hover .blurb {
	bottom:-100%;
}
.latestnews .lnews-bx:hover .lnews-contents {
	bottom:0px;
}
.latestnews .lnews-contents p {
	text-align:left;
	margin-bottom:15px;
	color:#fff;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	line-height:1.5;
}
.latestnews .lnews-contents a {
	text-align:left;
	width:100%;
	display:block;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#1AA6F6;
	line-height:1.5;
}
.latestnews .latest .lnews-contents {
	padding:60px 50px;
}


/* -- /mod-latest-news.css -- */
/* -- mod-our-services2.css -- */
.ourservices {
	min-height:650px;
	background-color:#333;
	padding:40px 0 30px 0;
	position:relative;
}
.ourservices .section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#fff;
	text-align:center;
	padding-top:50px;
}
.ourservices p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#fff;
	text-align:center;
}
.serviceBx {
	display:block;
	width:62px;
	height:62px;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.serviceBx:after {
	content:"";
	display:block;
	width:62px;
	height:62px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}
.serviceBx.taxi:after {
	background:url(../images/services-icon/icon-taxi.png)no-repeat center/50% auto;
}
.serviceBx.taxi:hover:after , .serviceBx.taxi:focus:after,
.serviceBx.taxi.active:after {
	background:url(../images/services-icon/icon-taxi-white.png)no-repeat center/50% auto;
}
.serviceBx.car:after {
	background:url(../images/services-icon/icon-car.png)no-repeat center/50% auto;
}
.serviceBx.car:hover:after , .serviceBx.car:focus:after , .serviceBx.car.active:after {
	background:url(../images/services-icon/icon-car-white.png)no-repeat center/50% auto;
}
.serviceBx.bike:after {
	background:url(../images/services-icon/icon_bike.png)no-repeat center/50% auto;
}
.serviceBx.bike:hover:after , .serviceBx.bike:focus:after , .serviceBx.bike.active:after {
	background:url(../images/services-icon/icon_bike-white.png)no-repeat center/50% auto;
}
.serviceBx.express:after {
	background:url(../images/services-icon/icon_express.png)no-repeat center/50% auto;
}
.serviceBx.express:hover:after , .serviceBx.express:focus:after , .serviceBx.express.active:after {
	background:url(../images/services-icon/icon_express-white.png)no-repeat center/50% auto;
}
.serviceBx.hitch:after {
	background:url(../images/services-icon/icon_hitch.png)no-repeat center/50% auto;
}
.serviceBx.hitch:hover:after , .serviceBx.hitch:focus:after , .serviceBx.hitch.active:after {
	background:url(../images/services-icon/icon_hitch-white.png)no-repeat center/50% auto;
}
.serviceBx img {
	height:50%;
	line-height:62px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
}
.serviceBx:hover , .serviceBx:focus , .serviceBx.active {
	background-color:#00B140;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow:  1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.ourServicesList {
	width:60%;
	margin-left:20%;
	margin-right:20%;
	position:absolute;
	bottom:50px;
}
.ourServicesList {
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}


/*****tooltip******/
.tooltipPlace {
	width:83.3333%;
	background-color:rgba(0,0,0,0.7);
	padding:25px;
	bottom:15px;
	border-radius:5px;
	display:none;
}
.tooltipCnt {
	padding-right:65px;
}
.tooltipContent a {
	position:absolute;
	top:0px;
	right:0px;
	width:65px;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.3);
	outline:none;
	text-align:center;
	color:#fff;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	outline:none;
}
.tooltipContent a:hover , .tooltipContent a:focus {
	background-color:rgba(0,0,0,0.6);
}
.tooltipContent a:after {
	font-family: 'Glyphicons Halflings';
	content:"\e258";
	color:#fff;
	position:absolute;
	right:45%;
	top:45%;
}
.tooltipCnt h3 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.571em;
	color:#fff;
	margin-top:0px;
}
.tooltipCnt p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	color:#fff;
	text-align:left;
	line-height:1.5;
}

/*
.tooltipPlace:after{
	content:"";
	position:absolute;
	bottom:-10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.7);
}

.tooltipPlace.taxi:after{
	right:15%!important;
}
.tooltipPlace.car:after{
	right:30%!important;
}
.tooltipPlace.bike:after{
	right:60%!important;
}
.tooltipPlace.express:after{
	right:80%!important;
}
.tooltipPlace.hitch:after{
	right:100%!important;
}*/
.tooltipContent {
	background-color:rgba(0,0,0,0.6);
	border-radius:5px;
	padding:30px;
	position:relative;
	padding-right:90px;
	margin-bottom:15px;
}
.tooltipContent h3 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.571em;
	color:#fff;
	margin-top:0px;
}
.tooltipContent p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	color:#fff;
	text-align:left;
	line-height:1.5;
}
.sList {
	margin:0px;
	padding:0px;
	list-style:none;
}
.sList li {
	width:20%;
	text-align:center;
	float:left;
}
.tooltipContent {
	display:none;
	position:absolute;
	left:0px;
	width:100%;
	bottom:0px;
}
.tooltipPlaceholder {
	position:relative;
	width:100%;
}
.tooltipContent.active {
	display:block;
}
.tooltipContent .tooltipArrow {
	content:"";
	position:absolute;
	bottom:-10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.7);
}
.taxiBox .tooltipArrow {
	left:9%;
}
.carBox .tooltipArrow {
	left:29%;
}
.bikeBox .tooltipArrow {
	left:49%;
}
.expressBox .tooltipArrow {
	left:69%;
}
.hitchBox .tooltipArrow {
	left:89%;
}
/*
.sevenItm .tooltipContent:nth-child(1):after{
	left:7%;
}
.sevenItm .tooltipContent:nth-child(2):after{
	left:21%;
}
.sevenItm .tooltipContent:nth-child(3):after{
	left:35%;
}
.sevenItm .tooltipContent:nth-child(4):after{
	left:49%;
}
.sevenItm .tooltipContent:nth-child(5):after{ 
	left:63%;
}
.sevenItm .tooltipContent:nth-child(6):after{
	left:77%;
}
.sevenItm .tooltipContent:nth-child(7):after{
	left:91%;
}
*/
.ourservices {
	position:relative;
}
.cswrapper, .nextimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center;
}
.cswrapper {
	position:absolute;
	z-index: 2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}
.csContent {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 3;
}
.nextimg {
	z-index: 1;
}

/* -- /mod-our-services2.css -- */


/****blog*****/
.subddl {
	min-height:45px;
	border:1px solid #e9e9e9;
}
.subddl ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.subddl ul li {
	width:auto;
	float:left;
	text-align:center;
	min-width:33%;
	display:inline-block;
}
.subddl ul li a {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#6E6E6E;
	font-size:1.286em;
	/*20px*/
	line-height:45px;
	text-align:center;
	outline:none;
}
.subddl ul li a:hover , .subddl ul li a:focus , .subddl ul li.active a {
	color:#00B45E;
	text-decoration:none;
	font-weight: 600;
}
.subddllvl2 {
	min-height:45px;
	border:1px solid #4B4B4B;
	background-color:#4B4B4B;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.subddllvl2 ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.subddllvl2 ul li {
	width:20%;
	height:45px;
	float:left;
	text-align:center;
}
.subddllvl2 ul li a {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	font-size:1.000em;
	/*14px*/
	line-height:45px;
	text-align:center;
	outline:none;
}
.subddllvl2 ul li a:hover , .subddllvl2 ul li a:focus , .subddllvl2 ul li.active a {
	color:#fff;
	text-decoration:none;
}
.subddllvl2 ul li:hover a , .subddllvl2 ul li:focus a , .subddllvl2 ul li.active a {
	font-weight: 600;
}
.subddllvl2 ul li:hover, .subddllvl2 ul li:focus , .subddllvl2 ul li.active {
	border-bottom:4px solid #fff;
}
.subddllvl2 ul li.active a {
}
.submenusec {
	margin-top:30px;
	margin-bottom:30px;
}


/* -- /mod-press.css -- */
/* -- mod-press-details.css -- */
.subpage {
	padding:50px 0;
	position:relative;
}
.blogdetails {
	padding:50px 0 30px 0;
	position:relative;
}
.subpage-banner {
	min-height:430px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.breadcrumb {
	background:none;
	margin:0px;
	padding:0px;
}
.breadcrumb li a , .breadcrumb li.active {
	color:#00A9FF;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.00em;
	display:inline-block;
	width:auto;
}
.breadcrumb > li + li::before {
	content:">";
	color:#00A9FF;
	font-size:12px;
}
.section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.571em;
	color:#00BA51;
	text-align:center;
}
.blogDetailContainer p, .blogDetailContainer ul, .blogDetailContainer ol {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	line-height:1.6;
	color:#444;
	text-align:left;
}
.blogDetailContainer p strong {
	font-weight:600;
}
.blogDetailContainer ul, .blogDetailContainer ol {
	margin-bottom:25px;
	clear:right;
}
.blogDetailContainer h4 {
	font-weight:600;
}
.content-area {
	padding:20px 0;
}
.marginGap {
	margin-top:60px;
}
.blogDetailContainer h3 {
	color:#464B57;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	margin:5px 0px 15px 0;
	font-size:2.143em;
	line-height:1.5;
}
.blogDetailContainer .pressDatetime {
	color:#AEAEAE;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-align:left;
	font-size:1.000em;
}
.blogDetailContainer strong i {
	font-style: italic;
	font-family: helvetica, arial, sans-serif;
	font-weight: 600;
}
.blogDetailContainer ul li ul li , .blogDetailContainer ul li ul li ul li {
	list-style-type:disc;
	font-size: 16px;
}
.blogDetailContainer ol li ul li  , .blogDetailContainer ol li ol li  ,
.blogDetailContainer ul li ol li  , .blogDetailContainer ol li ol li ol li {
	font-size: 16px;
}
.latestnews .lnews-contents p i {
	font-style: italic;
	font-family: helvetica, arial, sans-serif;
}
.latestnews .lnews-contents p strong {
	font-weight: 600;
}
.backaction {
	text-align:center;
}
.backBtn {
	height:36px;
	width:36px;
	border-radius:50%;
	border:1px solid #282828;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.backBtn:after {
	position:absolute;
	top:0px;
	left:0px;
	height:36px;
	width:36px;
	font-family: 'Glyphicons Halflings';
	content:"\e257";
	color:#282828;
	text-align:center;
	line-height:36px;
}
.backBtn:hover , .backBtn:focus {
	border:1px solid #00A9FF;
}
.backBtn:hover:after , .backBtn:focus:after {
	color:#00A9FF;
}
.blogDetailContainer a {
	text-align:inherit;
	display:inline-block;
	width:auto;
}
.blogDetailContainer ul li, .blogDetailContainer ol li {
	margin-bottom:8px;
}
.blogDetailContainer strong {
	font-weight: 600;
}
.blogDetailContainer i, .blogDetailContainer em {
	font-style: italic;
	font-family:helvetica, arial, sans-serif;
}
.blogDetailContainer p {
	margin-bottom:25px;
}
.blogDetailContainer ul ul, .blogDetailContainer ul ol, .blogDetailContainer ol ol, .blogDetailContainer ol ul {
	margin-bottom:0;
	margin-top:8px;
}


/* -- /mod-press-details.css -- */
.howitwork {
	padding: 40px 0 0 0;
	position: relative;
}
.howitwork .article-header .section-header {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 2.571em;
	color: #00BA51;
	text-align: center;
	margin-bottom: 15px;
}
.howitwork p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.143em;
	color: #444;
	text-align: center;
	line-height: 1.5;
}
.howitwork .article-header {
	margin-bottom: 30px;
}
.howitwork .article-header p {
	text-align: center;
}
.mContainer {
	width: 502px;
	height: 762px;
	position: relative;
	width: 382px;
	height: 580px;
	float: right;
}
.mobileWrapper {
	background: url(../images/mod-howitwork/empty.png) no-repeat center / cover;
	width: 502px;
	height: 762px;
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 0px;
	width: 382px;
	height: 580px;
}
.slider.howitworkSlide {
	position: absolute;
	top: 80px;
	left: 138px;
	width: 270px;
	height: 478px;
}
.slider.howitworkSlide {
	width: 274px;
	height: 452px;
	top: 67px;
	left: 117px;
	width: 209px;
	height: 369px;
}
.slider.howitworkSlide img {
	width: 209px;
	height: 369px;
}
.stepList {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 30px;
	width: 90%;
	margin-left: 10%;
}
.stepList li {
	overflow: hidden;
	min-height: 135px;
}
.stepList li .num {
	display: inline-block;
	float: left;
	width: 30px;
	margin-right: 15px;
}
.stepList li .num span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #00BA51;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	color: #00BA51;
	text-align: center;
	line-height: 29px;
}
.stepList li .stepCnt {
	float: left;
	width: auto;
	overflow: hidden;
	width: 85%

}
.stepCnt a {
	color: inherit !important;
	display: inline-block !important;
	width: auto !important;
	text-decoration: underline;
}
.stepList li .stepCnt h3 {
	margin: 0px;
	color: #333;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.143em;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 7px;
}
.stepList li {
	position: relative;
}
.stepList li:after {
	width: 13px;
	height: 92px;
	display: block;
	background: url(/lib/kygui/arrowdown.png) no-repeat center / cover;
	content: "";
	position: absolute;
	bottom: 5px;
	left: 8px;
}
.stepList li:last-child:after {
	display: none;
}
.stepList li.active .num span {
	background-color: #00BA51;
	color: #fff;
}
.stepList li.active .stepCnt h3 {
	color: #00BA51;
	font-weight: 600;
}
.stepCnt h3:hover , .num:hover {
	cursor: pointer;
}
.gLogo {
	text-indent: -9999px;
	display: inline-block;
	width: 110px;
	height: 42px;
	position: relative;
}
.gLogo:after {
	content: "";
	width: 110px;
	height: 42px;
	position: absolute;
	top: -8px;
	left: 0px;
	background: url(../images/Grab_logo.png) no-repeat center / cover;
}

/* Desktop */
@media screen and (min-width: 1024px) {
	.howitwork p {
		text-align: left
    
	}
}
@media screen and (max-width: 768px) {
	.howitwork .article-header {
		margin-bottom: 0 !important;
	}
	.stepList li {
		display: none;
	}
	.stepList li.active {
		display: block;
	}
	.stepList li .num {
		display: none !important;
	}
	.stepList li .stepCnt {
		text-align: center;
	}
	.stepList li:after {
		display: none !important 
    
	}
	.stepList {
		margin-top: 15px !important;
	}
	.howitwork .slick-next {
		display: none !important 
    
	}
	.howitwork .slider.howitworkSlide {
		left: 75px;
		top: 54px;
		width: 270px;
		height: 410px 
    
	}
	.howitwork .slider.howitworkSlide .slick-slide img {
		width: 166px;
		height: 294px;
	}
	.stepList li, .stepList {
		min-height: 100px
    
	}
	.stepList.mobile {
		min-height: inherit
    
	}
	.mContainer {
		margin: 0 auto;
	}
	.mobileWrapper {
		left: 0;
		margin: auto;
		background: url(../images/mod-howitwork/empty-mobile.png) no-repeat center / cover;
		width: 320px;
		height: 464px;
	}
	.mContainer {
		float: none;
		margin: 0 auto;
		width: 320px;
		height: 464px;
	}
	.howitwork .slider.howitworkSlide {
		left: 0;
		width: 190px;
		right: 0;
		margin: auto;
	}
	.mobileWrapper, .mContainer {
		width: 270px;
		height: 392px;
		margin: 0 auto;
		text-align: center
    
	}
	.howitwork .slider.howitworkSlide {
		top: 43px;
	}
	.howitwork .slider.howitworkSlide .slick-slide img {
		width: 141px;
		height: 251px;
	}
	.howitwork .slider.howitworkSlide {
		width: 141px;
	}
}

/* ==========================================================================
Pages
========================================================================== */
.page.about {
}
.page.about .container-fluid {
	padding: 0
}
.page.about .section {
	font-size: 16px
}
.page.about .section .bg-size-cover {
	width: 100%;
	height: 100%;
}
.page.about .section .well {
	background-color: transparent;
	border: 0;
	padding: 50px;
	margin: 0
}
.page.about .section .well h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px
}
.page.about .section .well p.lead {
	font-size: 22px;
	font-weight: 300
}
.page.about .section ul {
	font-size: 14px
}
.page.about .toggleCollapse:hover {
	text-decoration: none
}
.page.about .toggleCollapse .more {
	display: none
}
.page.about .toggleCollapse.collapsed .more {
	display: block
}
.page.about .toggleCollapse .h5 {
	font-weight: 700
}
.page.about .toggleCollapse.collapsed .h5 {
	font-weight:300
}
@media screen and (min-width: 992px) {
	.page.about .section {
		height: 650px
	}
	.page.about .section > div {
		height: 100%
	}
	.page.about .section:first-child .well {
		padding-top: 50px
	}
	.page.about .section .well h2 {
		width: 50%
	}
	.page.about .section ul.padded li {
		padding-left: 60px;
		position: relative;
		margin-bottom: 10px
	}
	.page.about .section ul.padded li i {
		position: absolute;
		top: 15px;
		left: 15px
	}
	.page.about .section ul.padded li .h5 {
		margin-bottom: 5px
	}
}
@media screen and (max-width: 991px) {
	.page.about .section .bg-size-cover {
		width: 100%;
		height: 300px;
	}
	.page.about .section ul li {
		padding-left: 60px;
		position: relative;
		margin-bottom: 20px
	}
	.page.about .section ul li i {
		position: absolute;
		top: 0;
		left: 15px
	}
	.page.about .section ul li .h5 {
		margin-bottom: 0
	}
}



/* ==========================================================================
Components
========================================================================== */
.media-iconlist .media-left {
	padding-right:35px;
	width: 120px;
}
.media-iconlist .media-object {
	width: 100%
}
.media-iconlist .media-body {
	width: auto
}
.media-iconlist .media-body h4 {
	font-size:1.6em;
	margin-bottom:12px
}
.media-iconlist .media-body p {
	font-size: 1.143em
}
.media-showcase {
	min-height: 360px;
	/*width: 100%;*/
	overflow: hidden;
	margin: 0 10px;
	position: relative;
	box-shadow: 1px 1px 5px #888888;
	color: #fff;
	text-align: center;
}
.media-showcase .media-body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: -40%;
	padding: 35px 30px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.media-showcase:hover .media-body {
	bottom:0px;
	background-color:rgba(0,0,0,0.8);
}
.media-showcase:hover .hidden {
	display:block !important
}
.media-showcase:hover .visible {
	display:none !important
}
.media-showcase .media-icon {
	width:62px;
	height:62px;
	border-radius:50%;
	display:block;
	background-color:#fff;
	margin: 0 auto;
	position:relative;
}
.media-showcase .media-icon i {
	width:55px;
	height:55px;
	position:absolute;
	top:3px;
	left:3px;
}
.media-showcase .label {
	display:inline-block;
	padding:8px 15px;
	margin: 15px auto;
	font-size:1.143em;
	color: #000;
	background-color:#fff;
}
.media-showcase a {
	color: #fff
}
.media--divider {
	border-bottom: solid 1px #d9d9d9;
	padding-bottom:35px;
	margin-top:35px;
}
.showcase .slick-dots {
	bottom: -60px;
}
.showcase .slick-dots li button:before {
	font-size: 66px;
}
@media screen and (max-width: 767px) {
	.media-showcase {
		background-position: top center !important
	}
}
.panel-group--accordion {
}
.panel-group--accordion .panel {
	border: 1px solid #eaeaea;
	border-radius:5px;
	padding:25px 0;
	margin-bottom: 25px;
}
.panel-group--accordion .panel-heading {
	cursor:pointer
}
.panel-group--accordion .panel-title {
	position:relative;
	font-weight: 700;
	font-size:1.143em;
	color:#3A3A3A;
}
.panel-group--accordion .panel-title.collapsed {
	font-weight: 400;
}
.panel-group--accordion .panel-title:after {
	position:absolute;
	top: 0;
	right: -40px;
	font-family: 'Glyphicons Halflings';
	content:"\e260";
	color:#3A3A3A;
}
.panel-group--accordion .panel-title.collapsed:after {
	content:"\e259"
}
.panel-group--accordion .panel-title:before {
	content:"";
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	height:1px;
	background-color:rgba(207,207,207,0.8);
	display: block;
}
.panel-group--accordion .panel-title.collapsed:before {
	display: none
}
.panel-group--accordion .panel-heading.collapsed .panel-title {
	border:none;
	position:relative;
	color:#3A3A3A;
}
.panel-default > .panel-heading {
	background:none;
	padding: 10px 80px 10px 60px;
}
.panel-heading:hover {
	cursor:pointer;
}
.panel.panel-default:first-child {
	margin-top: 20px
}
.panel-group--accordion .panel-body {
	padding: 20px 80px 0 60px;
	border: 0 !important
}
.tabs-icon ul.nav {
	border: 0;
	margin-bottom: 20px;
}
.tabs-icon .nav-tabs>li>a,
.tabs-icon .nav-tabs>li:hover>a {
	background: none;
	border: 0;
}
.tabs-icon .nav-tabs>li>a {
	color:#3A3A3A;
	text-align: center;
	padding:0 10px;
	width: 140px
}
.tabs-icon .nav-tabs>li:hover>a {
	color: #00B23E
}
.tabs-icon .nav-tabs>li.active>a,
.tabs-icon .nav-tabs>li.active>a:focus,
.tabs-icon .nav-tabs>li.active>a:hover,
.tabs-icon .nav-tabs>li.active>a:focus {
	border: 0;
	color: #00B23E;
	background-color: transparent
}
.tabs-icon .nav-tabs>li>a>.icon {
	margin-bottom: 10px
}
.tabs-icon .nav-tabs>li.active>a>.icon {
	background-color:#00B23E;
	border:2px solid #00B23E;
}
.tabs-icon.text-center ul.nav {
	display: inline-block
}
.tabs-icon.text-center ul.nav li {
	display: inline a;
	display-float: left;
}
@media screen and (max-width: 991px) {
	.tabs-icon .nav-tabs>li>a {
		padding:0 10px;
	}
}
.tabs-pills .btn-group {
	margin-bottom: 20px
}
.tabs-pills .btn,
.tabs-pills .btn.active {
	border-color: #00B23E;
	border-width: 2px;
}
.tabs-pills .btn {
	color: #3A3A3A;
	padding: 16px 50px;
}
.tabs-pills .btn.active {
	background-color: #00B23E;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.icon {
	width:62px;
	height:62px;
	border-radius:50%;
	text-align:center;
	line-height:62px;
	background-color:#fff;
	margin: 0 auto;
	;
	position:relative;
	display: block;
}
.nav-icons .icon {
	border-radius: 0;
	background: #fafafa
}
.icon.icon--outline {
	border:2px solid #000
}
.icon.icon--hover:hover {
	background-color:#00B23E;
}
.icon.icon--outline.icon--hover:hover {
	border:2px solid #00B23E
}
.icon:after {
	width:58px;
	height:58px;
	position:absolute;
	top:0px;
	left:0px;
	content:"";
	background-repeat:no-repeat;
	background-position:center;
}
.nav-icons .icon:after {
	right: 0;
	margin: 30px auto 0;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.icon:after {
	background-size:50px 50px;
}
.icon.icon--taxi:after {
	background-image:url(../images/mod-fare-table/icon/icon-taxi.png)
}
.icon.icon--executive:after {
	background-image:url(../images/mod-fare-table/icon/icon-executive-taxi.png)
}
.active .icon.icon--executive:after {
	background-image:url(../images/mod-fare-table/icon/icon-executive-taxi-white.png)
}
.icon.icon--grabcar_economy:after,
.media-showcase .icon.icon--grabcar_economy:hover:after {
	background-image:url(../images/mod-fare-table/icon/economy.png)
}
.icon.icon--grabcar_economy:hover:after,
.active .icon.icon--grabcar_economy:after {
	background-image:url(../images/mod-fare-table/icon/economy-active.png)
}
.icon.icon--grabcar_premium:after,
.media-showcase .icon.icon--grabcar_premium:hover:after {
	background-image:url(../images/mod-fare-table/icon/premium.png)
}
.icon.icon--grabcar_premium:hover:after,
.active .icon.icon--grabcar_premium:after {
	background-image:url(../images/mod-fare-table/icon/premium-active.png)
}
.icon.icon--6-seater_economy:after,
.media-showcase .icon.icon--6-seater_economy:hover:after {
	background-image:url(../../../../../../15792-presscdn-0-6-pagely.netdna-ssl.com/sg/wp-content/themes/grabsg/images/mod-fare-table/icon/six_eco.png)
}
.icon.icon--6-seater_economy:hover:after,
.active .icon.icon--6-seater_economy:after {
	background-image:url(https://15792-presscdn-0-6-pagely.netdna-ssl.com/sg/wp-content/themes/grabsg/images/mod-fare-table/icon/six_eco_white.png)
}
.icon.icon--6-seater_premium:after,
.media-showcase .icon.icon--6-seater_premium:hover:after {
	background-image:url(../images/mod-fare-table/icon/icon-6_seater.png)
}
.icon.icon--6-seater_premium:hover:after,
.active .icon.icon--6-seater_premium:after {
	background-image:url(../images/mod-fare-table/icon/icon-6_seater-white.png)
}
.icon.icon--13-seater:after {
	background-image:url(../images/mod-fare-table/icon/icon-13seater.png)
}
.icon.icon--13-seater:hover:after,
.active .icon.icon--13-seater:after {
	background-image:url(../images/mod-fare-table/icon/icon-13_seater-white.png)
}
.icon.icon--service--hitch:after,
.media-showcase .icon.icon--service--hitch:hover:after {
	background-image:url(../images/services-icon/icon_hitch.png)
}
.icon.icon--service--hitch:hover:after,
.active .icon.icon--service--hitch:after {
	background-image:url(../images/services-icon/icon_hitch-white.png)
}
.icon.icon--service--car:after {
	background-image:url(../images/services-icon/icon-car.png)
}
.icon.icon--service--car:hover:after,
.active .icon.icon--service--car:after {
	background-image:url(../images/services-icon/icon-car-white.png)
}
.icon.icon--service--bike:after,
.media-showcase .icon.icon--service--bike:hover:after {
	background-image:url(../images/services-icon/icon_bike.png)
}
.icon.icon--service--bike:hover:after,
.active .icon.icon--service--bike:after {
	background-image:url(../images/services-icon/icon_bike-white.png)
}
.icon.icon--service--express:after {
	background-image:url(../images/services-icon/icon_express.png)
}
.icon.icon--service--express:hover:after,
.active .icon.icon--service--express:after {
	background-image:url(../images/services-icon/icon_express-white.png)
}
.icon.icon--service--taxi:after {
	background-image:url(../images/services-icon/icon-taxi.png)
}
.icon.icon--service--taxi:hover:after,
.active .icon.icon--service--taxi:after {
	background-image:url(../images/services-icon/icon-taxi-white.png)
}
.icon.icon--screening:after {
	background-image:url(../images/mod-showcase/icon/ico-screening.png)
}
.icon.icon--training:after {
	background-image:url(../images/mod-showcase/icon/ico-training.png)
}
.icon.icon--safety:after {
	background-image:url(../images/mod-showcase/icon/ico-safety.png)
}
.icon.icon--insurance:after {
	background-image:url(../images/mod-showcase/icon/ico-insurance.png)
}
.icon.icon--passenger.active:after {
	background-image: url('../images/services-icon/pax_with_icons-green.png')
}
.icon.icon--passenger:after {
	background-image: url('../images/services-icon/pax_with_icons-darkGrey.png')
}
.icon.icon--driver.active:after {
	background-image: url('../images/services-icon/driver_with_icons-green.png')
}
.icon.icon--driver:after {
	background-image: url('../images/services-icon/driver_with_icons-darkGrey.png')
}
.icon.icon--business.active:after {
	background-image: url('https://15792-presscdn-0-6-pagely.netdna-ssl.com/sg/wp-content/themes/grabsg/images/services-icon/icon-business-green.png')
}
.icon.icon--business:after {
	background-image: url('https://15792-presscdn-0-6-pagely.netdna-ssl.com/sg/wp-content/themes/grabsg/images/services-icon/icon-business-grey.png')
}
.icon.icon--taxi.icon--hover:hover:after,
.active .icon.icon--taxi:after {
	background-image:url(../images/mod-fare-table/icon/icon-taxi-white.png);
}
.carousel--mobileview {
}
.carousel--mobileview .carousel-indicators {
	position: static;
}
.carousel--mobileview .carousel-indicators li,
.carousel--mobileview .carousel-indicators li.active {
	width: 100%;
	height: 130px;
	text-align: left;
	background: none;
	border: none;
}
.carousel--mobileview .carousel-indicators li {
	text-indent: 0;
	position: relative;
	font-size: 1.143em;
}
.carousel--mobileview .carousel-indicators li:before {
	content: '';
	display: block;
	position: absolute;
}
.carousel--mobileview .carousel-indicators li:last-child:before {
	display: none
}
.carousel--mobileview .carousel-indicators li:after {
	content: attr(data-step);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #00BA51;
	font-weight: 500;
	font-size: 1em;
	color: #00BA51;
	text-align: center;
	line-height: 24px;
}
.carousel--mobileview .carousel-indicators li.active:after,
	.carousel--mobileview .carousel-indicators li:hover:after {
	background: #00BA51;
	color: #fff;
}
.carousel--mobileview .carousel-indicators li h4 {
	font-weight:700;
	margin-top: 5px
}
.carousel--mobileview .carousel-indicators li.active h4,
	.carousel--mobileview .carousel-indicators li:hover h4 {
	color: #00BA51
}
.carousel--mobileview .carousel-indicators li p {
	display: block;
}
.carousel--mobileview .carousel-inner {
	position: absolute;
	left: 50%;
	overflow:hidden
}
.carousel--mobileview .carousel-inner .item {
	position: static;
	width: 100% !important;
}
.carousel--mobileview .carousel-bg {
	background: url(/lib/kygui/empty.png) no-repeat center/cover;
	position: absolute;
	left: 50%;
	z-index: 9;
	/*! z-index: -1; */
}
.carousel--desktopview {
}
.carousel--desktopview .carousel-indicators {
	position: static;
}
.carousel--desktopview .carousel-indicators li,
.carousel--desktopview .carousel-indicators li.active {
	width: 100%;
	height: auto !important;
	text-align: center;
	border: 1px solid #CCD6DD;
	background: #F7F9FB;
	border-radius: 0

}
.carousel--desktopview .carousel-indicators li.active {
	border-color: #38C564;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	color: #38C564;
}
.carousel--desktopview .carousel-indicators li {
	text-indent: 0;
	position: relative;
	font-size: 1.143em;
}
.carousel--desktopview .carousel-indicators li:before {
	content: '';
	display: block;
	position: absolute;
}
.carousel--desktopview .carousel-indicators li:last-child:before {
	display: none
}
.carousel--desktopview .carousel-indicators li h4 {
	font-weight:700;
	margin-top: 5px
}
.carousel--desktopview .carousel-indicators li.active h4,
	.carousel--desktopview .carousel-indicators li:hover h4 {
	color: #00BA51
}
.carousel--desktopview .carousel-indicators li p {
	display: block;
}
.carousel--desktopview .carousel-inner {
	position: absolute;
	right: 50%;
	overflow:hidden
}
.carousel--desktopview .carousel-inner .item {
	position: static;
	width: 100% !important;
}
.carousel--desktopview .carousel-bg {
	background: url(../images/bg-imac.png) no-repeat center/cover;
	position: absolute;
	right: 50%;
	z-index: 9;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.carousel--mobileview {
		min-height: 580px
	}
	.carousel--mobileview .carousel-indicators {
		float: right
	}
	.carousel--mobileview .carousel-indicators {
		width:50% !important
	}
	.carousel--mobileview .carousel-indicators li {
		padding: 0 0 10px 45px
	}
	.carousel--mobileview .carousel-indicators li:before {
		width: 13px;
		height: 92px;
		background: url(/lib/kygui/arrowdown.png) no-repeat center/cover;
		bottom: 5px;
		left: 8px;
	}
	.carousel--mobileview .carousel-bg {
		top: 0px;
		margin-left:-400px;
		width: 400px;
		height: 580px;
	}
	.carousel--mobileview .carousel-inner {
		top: 68px;
		margin-left:-290px;
		width: 210px !important;
		height: 365px;
	}
	.carousel--desktopview {
		min-height: 450px
	}
	.carousel--desktopview .carousel-indicators {
		float: left;
		margin-left: 0;
	}
	.carousel--desktopview .carousel-indicators {
		width:40% !important
	}
	.carousel--desktopview .carousel-indicators li {
		padding: 10px 12px;
		margin-bottom: 50px
	}
	.carousel--desktopview .carousel-indicators li:before {
		width: 1px;
		height: 30px;
		background-color: #38C564;
		bottom: -40px;
		left: 50%;
	}
	.carousel--desktopview .carousel-bg {
		top: 0px;
		margin-right:-550px;
		width: 538px;
		height: 429px;
	}
	.carousel--desktopview .carousel-inner {
		top: 20px;
		margin-right:-522px;
		width: 483px !important;
		height: 275px;
	}
}
@media screen and (max-width: 767px) {
	.carousel--mobileview {
		min-height: 540px
	}
	.carousel--mobileview .carousel-indicators {
		margin-left: 10%;
		width: 90%
	}
	.carousel--mobileview .carousel-indicators li {
		float: left
	}
	.carousel--mobileview .carousel-indicators.steps--2 li {
		width: 50%
	}
	.carousel--mobileview .carousel-indicators.steps--3 li {
		width: 33%
	}
	.carousel--mobileview .carousel-indicators.steps--4 li {
		width: 25%
	}
	.carousel--mobileview .carousel-indicators.steps--5 li {
		width: 20%
	}
	.carousel--mobileview .carousel-indicators li {
		padding: 0;
		margin: 0 !important;
	}
	.carousel--mobileview .carousel-indicators li h4,
	.carousel--mobileview .carousel-indicators li p {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
		display: none
	
	}
	.carousel--mobileview .carousel-indicators li:before {
		font-family: FontAwesome;
		content: "\f061";
		top: 5px;
		right: 30%;
		color: #333;
	}
	.carousel--mobileview .carousel-bg {
		top: 150px;
		margin-left:-135px;
		width: 270px;
		height: 392px;
	}
	.carousel--mobileview .carousel-inner {
		top: 195px;
		margin-left:-61px;
		width: 142px !important;
		height: 248px;
	}
	.carousel--mobileview .carousel-description {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100px;
		text-align: center;
	}
	.carousel--mobileview .carousel-description h4 {
		font-weight:700;
		margin-top: 5px;
		color: #00BA51
	}
	.carousel--desktop {
		min-height: 540px
	}
	.carousel--desktop .carousel-indicators {
		margin-left: 10%;
		width: 90%
	}
	.carousel--desktop .carousel-indicators li {
		float: left
	}
	.carousel--desktop .carousel-indicators.steps--2 li {
		width: 50%
	}
	.carousel--desktop .carousel-indicators.steps--3 li {
		width: 33%
	}
	.carousel--desktop .carousel-indicators.steps--4 li {
		width: 25%
	}
	.carousel--desktop .carousel-indicators.steps--5 li {
		width: 20%
	}
	.carousel--desktop .carousel-indicators li {
		padding: 0;
		margin: 0 !important;
	}
	.carousel--desktop .carousel-indicators li h4,
	.carousel--desktop .carousel-indicators li p {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
		display: none
	
	}
	.carousel--desktop .carousel-indicators li:before {
		font-family: FontAwesome;
		content: "\f061";
		top: 5px;
		right: 30%;
		color: #333;
	}
	.carousel--desktop .carousel-bg {
		top: 150px;
		margin-left:-135px;
		width: 270px;
		height: 392px;
	}
	.carousel--desktop .carousel-inner {
		top: 195px;
		margin-left:-61px;
		width: 142px !important;
		height: 248px;
	}
	.carousel--desktop .carousel-description {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100px;
		text-align: center;
	}
	.carousel--desktop .carousel-description h4 {
		font-weight:700;
		margin-top: 5px;
		color: #00BA51
	}
}

/* -- gc-banner.css -- */


/* Carousel base class */
.carousel.verticalBanner {
	height: 85%;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.verticalBanner .carousel-caption {
	z-index: 10;
	left:15%;
	right:50%;
	text-align:left;
}

/* Declare heights because of positioning of img element */
.carousel.verticalBanner .item {
	height: 100%;
	background-color: #777;
}
.verticalBanner .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.verticalBanner .carousel-indicators li {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(255,255,255,0.6);
	margin:0px;
	margin-left:5px;
}
.verticalBanner .carousel-indicators li.active {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(255,255,255,1);
	margin-left:5px;
}
.verticalBanner .carousel-caption {
	padding-bottom:60px;
}
.verticalBanner .carousel-caption h2 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:4em;
	margin-bottom:10px;
	line-height:1;
}
.verticalBanner .ddlbtn {
	background-color:#00B140;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.verticalBanner .ddlbtn:hover , .verticalBanner .ddlbtn:focus {
	background-color:#00BE45;
	text-decoration:none;
	color:#fff;
}
.verticalBanner .carousel-control {
	display:none;
}
.verticalBanner .calltoaction {
	background-color:#00BA51;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	display:inline-block;
	width:auto;
}
.verticalBanner .calltoaction:hover , .verticalBanner .calltoaction:focus {
	background-color:#00BE45;
	text-decoration:none;
	color:#fff;
}
.verticalBanner .carousel-caption p {
	margin-bottom:15px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	font-size:1.5em;
	text-shadow:none;
	line-height:1.3;
}
.validation_error {
	display:none;
}
.validation_message {
	color: #f00;
	font-size: 12px;
}
.calltoaction {
	background-color:#4A90E2;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	display:inline-block;
	font-size: 1.25em;
	padding: 15px 30px;
}
.calltoaction:hover , .calltoaction:focus {
	background-color: #529CF2;
	text-decoration: none;
	color: #FFF;
}



/*****calculate for Driver******/
.calfordriver {
	min-height:252px;
	background-color:#363A45;
	padding:40px 0;
}
.calSection h3 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.143em;
	color:#fff;
}
.calSection p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	font-size:1.000em;
}
.calField {
	height:45px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.calField input , .calField select {
	width:100%;
	height:100%;
	padding:0 10px;
	border:0px;
}
.calField input {
	border-right:1px solid #c5c5c5;
}
.calField button {
	width:100%;
	height:100%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	background-color:#2196F3;
}
.calRow .col-md-4 {
	padding:0px;
}

/* -- /gc-banner.css -- */

/* -- driver-banner.css -- */

/*partners form 13-2-2016*/
.gform--partnerships .gform_body ul.gform_fields li.float-left,
.gform--partnerships .gform_body ul.gform_fields li.float-right {
	width:48%;
	margin-bottom:20px;
	clear:none;
}
.gform--partnerships .gform_body ul.gform_fields li.float-left {
	float:left
}
.gform--partnerships .gform_body ul.gform_fields li.float-right {
	float:right
}
.gform--partnerships .gform_body ul.gform_fields li.gfield select {
	width:100%;
}
.gform--partnerships .gform_body ul.gform_fields li.gfield .ginput_container_select::after {
	top:10px;
}
.gform--partnerships .gform_body ul.gform_fields li.gfield textarea {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: auto;
	max-height:100px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin-bottom:20px;
	margin-top:15x;
}
.gform--partnerships .gform_footer {
	text-align:center !important;
}
.gform--partnerships .gform_body ul.gform_fields li.gfield label {
	display: none;
}


/* Carousel base class */
.carousel.driverBanner {
	height: 85%;
	margin-bottom:0px;
	overflow:visible;
	position:relative;
}
/* Since positioning the image, we need to help out the caption */
.driverBanner .carousel-caption {
	z-index: 10;
	left:10%;
	right:45%;
	text-align:left;
	position:absolute;
}

/* Declare heights because of positioning of img element */
.carousel.driverBanner .item {
	height: 100%;
	background-color: #777;
}
.driverBanner .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.driverBanner .carousel-indicators {
	float:left;
	text-align:left;
	margin-left:0px;
	left:0px;
	position:relative;
	bottom:auto;
	margin-top:5px;
}
.driverBanner .carousel-indicators li {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(0,0,0,0.4);
	margin:0px;
	margin-left:5px;
}
.driverBanner .carousel-indicators li.active {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(255,255,255,1);
	margin-left:5px;
}
.driverBanner .carousel-caption {
	padding-bottom:60px;
	display:block;
}
.driverBanner .carousel-caption h2 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:4em;
	margin-bottom:10px;
	line-height:1;
}
.driverBanner .ddlbtn {
	background-color:#00B140;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	border:none;
	width:auto !important;
}
.gform_button {
	background-color:#00B140;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	border:none;
	width:100% !important;
}
.driverBanner .ddlbtn:hover ,.gform_button:hover, .driverBanner  .ddlbtn:focus, .gform_button:focus {
	background-color:#00be45;
	text-decoration:none;
	color:#fff;
}
.driverBanner .carousel-control {
	display:none;
}
.driverBanner .calltoaction {
	background-color:#4A90E2;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	display:inline-block;
}
.driverBanner .calltoaction:hover , .driverBanner .calltoaction:focus {
	background-color:#00BE45;
	text-decoration:none;
	color:#fff;
}
.driverBanner .carousel-caption p {
	margin-bottom:15px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	font-size:1.5em;
	text-shadow:none;
	line-height:1.3;
}

/*****calculate for Driver******/
.calfordriver {
	min-height:252px;
	background-color:#363A45;
	padding:40px 0;
}
.calSection h3 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:2.143em;
	color:#fff;
}
.calSection p {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color:#fff;
	font-size:1.000em;
	text-align:left;
}
.calField {
	height:45px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.calField input , .calField select {
	width:100%;
	height:100%;
	padding:0 10px;
	border:0px;
}
.calField input {
	border-right:1px solid #c5c5c5;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	outline:none;
}
.calField button {
	width:100%;
	height:100%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	background-color:#2196F3;
	outline:none;
}
.calRow .col-md-4 {
	padding:0px;
}
.paddingLeft {
	padding-left:15px!important;
}
.calResultClass {
	background:none;
	border:none;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.500em;
	color: #fff;
	text-align:center;
	line-height: 50px;
	outline:none;
}




/******      Gravity Form CSS Start Here      *****/
.validation_error {
	display:none;
}
.validation_message {
	color: #f00;
	font-size: 12px;
}
.gform_wrapper {
	display: block !important
}
.gform_wrapper .gform_body ul {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.gform_wrapper .gform_body ul li {
	list-style: none;
	position:relative;
	clear:both;
}
.gfield.label-visible label {
	display: block !important;
	font-size: 13px
}


/*24-02-2016*/
.gform_wrapper .gform_body ul li.one_half {
	clear: none !important;
	display: inline-block;
	float: none !important;
	margin-right: 0px !important;
	width: 49% !important;
}
.gform_wrapper .gform_body ul li.two_half {
	float: right !important;
	width: 49%;
}

/*24-02-2016*/
.gform_wrapper .gform_body ul li input[type="text"] {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.gform_wrapper .checkbox input[type="checkbox"], .gform_wrapper .checkbox-inline input[type="checkbox"], .gform_wrapper .radio input[type="radio"], .gform_wrapper .radio-inline input[type="radio"] {
	margin-left:0;
}
.gform_wrapper .checkbox label .gfield_required, .gform_wrapper .radio label .gfield_required {
	display: none;
}
.gform_wrapper .gform_heading {
	display: none;
}
.gform_wrapper .checkbox {
	color: #1aa6f6;
	margin-bottom: 10px;
	margin-top: 0;
}
#gform_submit_button_1 {
	width: 100%;
	border: none;
}
.gform_wrapper .gform_body ul li input:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.ginput_container_select::after {
	font-family: 'Glyphicons Halflings';
	content:"\e259";
	color:#979797;
	position:absolute;
	right:10px;
	top:10px;
	font-size:0.8em;
}
.gform_wrapper .gform_body ul li select {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: medium none;
	padding-left: 5px;
}
.validation_message, .validation_error
{
	color:#f00;
	font-size:12px;
}
.label_display label {
	color: #555;
	display: block !important;
	float: left;
	margin: 10px 0;
	width: 10%;
}
.label_display .gfield_required {
	display: none;
}
.label_display .ginput_container.ginput_container_text {
	float: left;
	margin: 0 0 15px;
	width: 88%;
}

/* -- /driver-banner.css -- */

/* -- m-banner.css -- */
.carousel.mainBanner  {
	height: 85%;
}
/* Since positioning the image, we need to help out the caption */
.mainBanner  .carousel-caption {
	z-index: 10;
	right: 20%;
	left: 20%;
	text-align:center;
}

/* Declare heights because of positioning of img element */
.carousel.mainBanner  .item {
	height: 100%;
	background-color: #777;
}
.mainBanner  .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.mainBanner  .carousel-indicators li {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(255,255,255,0.6);
	margin:0px;
	margin-left:5px;
}
.mainBanner  .carousel-indicators li.active {
	width:10px;
	height:10px;
	border:none;
	background-color:rgba(255,255,255,1);
	margin-left:5px;
}
.mainBanner  .carousel-caption {
	padding-bottom:60px;
}
.mainBanner .carousel-caption h2 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:4em;
	margin-bottom:20px;
	text-align:center;
}
.mainBanner  .ddlbtn {
	background-color:#00B140;
	color:#fff;
	border-radius:4px;
	padding:10px 30px;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.000em;
	text-decoration:none;
	text-shadow:none;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	display:inline-block;
	width:auto;
}
.mainBanner  .ddlbtn:hover , .mainBanner  .ddlbtn:focus {
	background-color:#00BE45;
	text-decoration:none;
	color:#fff;
}
.mainBanner  .carousel-control {
	display:none;
}

/* -- /m-banner.css -- */

/* -- dataTable.css -- */
table.dataTable > tbody > tr.child ul li {
	border-bottom: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	background-color: #00B140;
	color: #fff;
	box-shadow: none;
	font-weight: bold;
	border: none;
	top: 10px;
	left: 7px;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 10px 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	background-color: #d12421 
}
#DataTables_Table_0_filter {
	float: none;
	text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
	max-width: 500px;
	width: 100%;
	border: 1px solid #00B140;
	padding: 12px 15px;
	margin: 0 auto 35px auto;
	font-weight: 400;
	min-width:300px;
}
.dataTables_wrapper .dataTables_filter input:focus {
	border: 1px solid #00B140;
	outline: none;
}
table.dataTable.no-footer {
	border-bottom-color: #00B140;
	margin-bottom: 15px;
}
table.dataTable thead th, table.dataTable thead td {
	border-bottom-color: #829299 
}
.paginate_button.next, .paginate_button.previous {
	display: none !important 
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	background-color: transparent;
	color: #00B140;
	border: 1px solid #00B140;
	line-height: 1.42;
	padding: 6px 12px;
	position: relative;
	margin-left: -1px;
	width:auto;
	display:inline-block;
	color: #00B140 !important 
}
.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
	border-radius: 3px 0 0 3px 
}
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
	border-radius: 0 3px 3px 0 
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #00B140;
	color: #fff !important;
	background-image: none;
	border-color: #00B140;
	width:auto;
	display:inline-block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background-image: none;
	background-color: #eee;
	color: #00B140 !important;
	border-color: inherit;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f2f2f2;
}
table.dataTable > tbody > tr.child:hover {
	background-color: #fff !important 
}
table.dataTable.nowrap th, table.dataTable.nowrap td, table.dataTable.nowrap td li {
	font-size: 13px;
	line-height: 1.2;
	white-space: pre-line 
}
table.dataTable td a {
	display:inline-block;
	width:auto;
}
.content-area table.dataTable ul {
	list-style:none;
	padding-left:0;
}
.content-area table.dataTable ul li {
	margin-bottom:15px;
}
.dtr-title {
	font-weight:bold;
	display:block;
}
.dataTables_length {
	float:left;
}
.dataTables_paginate {
	float:right;
}
/* -- /dataTable.css -- */
.ss-form-container {
	font-family: 'Sanomat Grab Web', sans-serif !important;
}
.ss-form-heading h2 {
	color: #0c944a;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px
}
div.ss-form-entry {
	float: left;
	margin: 1% 0px;
	width: 100%;
}
.ss-q-item-label {
	float: left;
	width: 100%;
}
.ss-form-entry input[type="text"], .ss-form-entry input[type="email"] {
	background-color: #ffffff !important;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.ss-form-entry textarea {
	background-color: #ffffff !important;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100% !important;
}
.ss-select::after {
	color: #979797;
	content:"\e259";
	float: right;
	font-family: "Glyphicons Halflings";
	font-size: 0.8em;
	position: relative;
	right: 10px;
	top: -35px;
}
.ss-form-entry select {
	-moz-appearance: none;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	outline: medium none;
	padding: 6px 12px 6px 5px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.jfk-button {
	background-color: #00b140;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 1.143em;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	padding: 10px 30px;
	text-decoration: none;
	text-shadow: none;
	width: 100% !important;
	max-width: 300px;
}

/* ==========================================================================
Article Content
========================================================================== */
.single .page-header {
	font-weight: 700
}
.post-date {
	color: #AEAEAE;
}
.post-content {
	font-weight: 500;
	font-size: 1.143em;
	line-height: 1.6;
}
.post-content p {
	margin-bottom: 20px;
}
.post-content img {
	max-width: 100%;
	height: auto
}
@media only screen and (max-width: 767px) {
	.post-content {
		padding: 0 20px
	}
}

/* ==========================================================================
Navigation
========================================================================== */
.wrapper {
}
@media only screen and (max-width: 767px) {
	.wrapper {
		/* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
		min-height: 100%;
		position: relative;
		z-index: 2;
		background-color: #ffffff;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.wrapper.lateral-menu-is-open {
		/* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
}
/* Nhan
#top {
	position: fixed; left: 0; top: 0; width: 100%; z-index: 999;
	background: rgba(255,255,255,0.8); border-bottom: 0;
	/* Force Hardware Acceleration in WebKit 
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-all;
	-moz-transition-property: -moz-all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#top:hover {background: rgba(255,255,255,1);}
*/
@media only screen and (max-width: 767px) {
	#top.lateral-menu-is-open {
		/* translate to show the lateral menu */
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
}
#top .container {
	position: relative
}
#top .navbar-default {
	background: none;
	min-height: 50px;
	border: 0;
	margin-bottom: 0;
	position: static
}
#top .navbar-default .navbar-collapse {
	border: 0
}
#top .navbar-default > ul > li a {
	color: #000;
	font-size: 1.150em;
	line-height: 30px;
	font-weight: 400;
}
#top .navbar-default > ul > li a:hover {
	color: #00b13f;
}
#top .navbar-default > ul > li.dropdown > a {
	position: relative;
	padding-right: 40px;
}
#top .navbar-default > ul > li.dropdown.open > a {
	background: none;
	font-weight: 700;
	color: #00b13f;
}
#nav-drive .dropdown-toggle {
	text-align: center;
}
.site-id-4 #nav-drive .dropdown-toggle,
	.site-id-8 #nav-drive .dropdown-toggle,
	.site-id-10 #nav-drive .dropdown-toggle,
	.site-id-12 #nav-drive .dropdown-toggle {
	width: 200px
}
.site-id-9 #nav-drive .dropdown-toggle {
	width: 280px
}
#top .navbar-default > ul > li.dropdown > a::after {
	content: '\f107';
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	top: 0;
	bottom: auto;
	right: 0;
	font: normal normal normal 26px/1 FontAwesome;
	color: #000;
}
#top .navbar-default > ul > li.dropdown.open > a::after {
	content: '\f106';
	color: #00b13f;
}
#top .navbar-default > ul > li.dropdown-large > ul > li {
	border-left: 1px solid #dddddd;
}
#top .navbar-default > ul > li.dropdown-large > ul > li:first-child {
	border: 0
}
#top .navbar-default .active > a {
	color: #00b13f !important;
	background-color: transparent
}
/*Nhan
#top .navbar-brand {background-image: url(../img/Grab_logo.png)}
	*/
@media only screen and (max-width: 767px) {
	#top .navbar-brand {
		position: absolute;
		top: 7px;
		left: 60px;
		width: 78px;
		height: 30px
	
	}
}
@media only screen and (min-width: 768px) {

	.dropdown-submenu {
		position: relative
	}
	.dropdown-submenu .caret {
		display: none
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #000;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {
		border-left-color: #000;
	}
	.dropdown-submenu.pull-left {
		float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}
	.menu_item_wpglobus_menu_switch {
		border-left: solid 1px #ddd
	}
}
@media only screen and (max-width: 991px) {
	#top .navbar-default > ul > li a {
		font-size: 1.146em;
	}
	#top .navbar-brand {
		margin-right: 0
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
}
#cd-menu-trigger {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 100%;
	width: 60px;
	/* background-color: #fff; */
}
#cd-menu-trigger .cd-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #00b13f;
	font-weight: 600;
	display: none;
}
#cd-menu-trigger .cd-menu-icon {
/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #00b13f;
/* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before,#cd-menu-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
	bottom: 5px
}
#cd-menu-trigger .cd-menu-icon::after {
	top: 5px
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255,255,255,0)
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before,#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background-color: #00b13f
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
	#cd-menu-trigger {
		width: 110px;
		padding-left: 1.25em;
	}
	#cd-menu-trigger .cd-menu-text {
		display: inline-block;
		line-height: 70px;
	}
	#cd-menu-trigger .cd-menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
#cd-lateral-nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	visibility: hidden;
	z-index: 1;
	width: 260px;
	border-right: solid 1px #ccc;
	background-color: #fff;
	overflow-y: auto;
/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s,visibility 0 .4s;
	-moz-transition: -moz-transform .4s 0s,visibility 0 .4s;
	transition: transform .4s 0s,visibility 0 .4s;
/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
}
#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
	padding: 0;
	background: #f2f2f2;
	display: none;
}
#cd-lateral-nav .sub-sub-menu {
	background: #6c6e70;
}
#cd-lateral-nav .cd-navigation a {
	display: block;
	padding: 15px 0 15px 30px;
	color: #000;
	font-size: 1.286em;
	line-height: 30px;
	font-weight: 400;
}
#cd-lateral-nav >  > li > a {
	font-weight: 300
}
#cd-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #FFF
}
#cd-lateral-nav a.submenu-open {
	font-weight: 600 !important;
	color: #00b13f;
	text-decoration: none;
}
.no-touch #cd-lateral-nav a:hover {
	color: #FFF;
}
@media only screen and (min-width: 768px) {
	#cd-lateral-nav .cd-navigation {
		margin: 20px 0;
	}
}
#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s,visibility 0 0;
	-moz-transition: -moz-transform .4s 0s,visibility 0 0;
	transition: transform .4s 0s,visibility 0 0;
/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .menu-item-has-children > a {
	position: relative
}
#cd-lateral-nav .menu-item-has-children > a::after {
	content: '\f105';
	display: block;
	height: 100%;
	width: 40px;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	top: 0;
	bottom: auto;
	right: 16px;
	font: normal normal normal 26px/1 FontAwesome;
	color: #00b13f;
}
#cd-lateral-nav .menu-item-has-children > a.submenu-open::after {
	content: '\f107'
}
#cd-lateral-nav .menu-item-drive {
	padding: 0 16px
}
#cd-lateral-nav .menu-item-drive a {
	padding: 5px 50px 5px 13px
}
#cd-lateral-nav .menu-item-drive > a {
	border: solid 2px #00b13f;
	border-radius: 5px;
	color: #00b13f;
	white-space: normal

}
#cd-lateral-nav .menu-item-drive > a::after {
	border-left: solid 2px #00b13f;
	right: 0;
	padding: 5px 0;
}
#cd-lateral-nav .menu-item-drive > a.submenu-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#cd-lateral-nav .menu-item-drive .sub-menu {
	border: solid 2px #00b13f;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
}
#cd-lateral-nav .inner {
	padding: 10px 30px
}
.list-countries a {
	padding-left: 70px !important;
	position: relative;
}
#nav-main .list-countries a {
	padding-left: 30px !important;
}
#nav-main .list-countries a:hover {
	background: none
	
}
.list-countries a:before {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	top: 15px;
	left: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
#nav-main .list-countries a:before {
	top: 5px;
	left: 0;
}
.list-countries a.sg:before {
	background-image: url('../img/flag/sg.png')
}
.list-countries a.my:before {
	background-image: url('../img/flag/my.png')
}
.list-countries a.id:before {
	background-image: url('../img/flag/ind.png')
}
.list-countries a.th:before {
	background-image: url('../img/flag/th.png')
}
.list-countries a.vn:before {
	background-image: url('../img/flag/vn.png')
}
.list-countries a.ph:before {
	background-image: url('../img/flag/ph.png')
}
.list-countries a.us:before {
	background-image: url('../img/flag/us.png')
}
#top .list-countries > li {
	width: 14.285714286%;
	float: left;
	padding: 0 15px;
	min-height: 300px
}
#top .list-countries ul {
	margin-left: -30px;
	margin-top: 10px
}
#top .list-countries ul li {
	font-size: 14px
}
#top .list-countries a:hover {
	color: #00b13f
}
.list-icons a {
	padding-left: 70px !important;
	position: relative;
}
#nav-main .list-icons a {
	padding: 40px 0 0 !important;
	text-align: center;
}
#nav-drive .list-icons a,
	#sub-menu-drive.list-icons a {
	padding-left: 40px !important;
}
.site-id-4 #nav-drive .list-icons,
	.site-id-8 #nav-drive .list-icons,
	.site-id-10 #nav-drive .list-icons,
	.site-id-12 #nav-drive .list-icons {
	width: 200px
}
.site-id-9 #nav-drive .list-icons {
	width: 280px
}
.site-id-11 #nav-drive .list-icons {
	width: 300px
}
.list-icons a:hover {
	background-color: transparent !important;
}
.list-icons a:before {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	top: 15px;
	left: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
#nav-main .list-icons a:before {
	top: 0;
	left: 50%;
	margin-left: -14px;
}
#nav-drive .list-icons a:before,
	#sub-menu-drive.list-icons a:before {
	top: 5px;
	left: 5px;
}
.list-icons a.icon-taxi:before {
	background-image: url('../images/services-icon/icon-taxi.png')
}
.list-icons a.icon-taxi:hover:before {
	background-image: url('../images/services-icon/icon-taxi-green.png')
}
.list-icons a.icon-car:before {
	background-image: url('../images/services-icon/icon-car.png')
}
.list-icons a.icon-car:hover:before {
	background-image: url('../images/services-icon/icon-car-green.png')
}
.list-icons a.icon-hitch:before {
	background-image: url('../images/services-icon/icon_hitch.png')
}
.list-icons a.icon-hitch:hover:before {
	background-image: url('../images/services-icon/icon_hitch-green.png')
}
.list-icons a.icon-bike:before {
	background-image: url('../images/services-icon/icon_bike.png')
}
.list-icons a.icon-bike:hover:before {
	background-image: url('../images/services-icon/icon_bike-green.png')
}
.list-icons a.icon-express:before {
	background-image: url('../images/services-icon/icon_express.png')
}
.list-icons a.icon-express:hover:before {
	background-image: url('../images/services-icon/icon_express-green.png')
}
.list-icons a.icon-food:before {
	background-image: url('../images/services-icon/icon-food.png')
}
.list-icons a.icon-food:hover:before {
	background-image: url('../images/services-icon/icon-food-green.png')
}
.list-icons a.icon-work:before {
	background-image: url('../images/services-icon/icon-business.png')
}
.list-icons a.icon-work:hover:before {
	background-image: url('../images/services-icon/icon-business-green.png')
}
.list-icons a.icon-partnerships:before {
	background-image: url('../images/services-icon/icon-partner.png')
}
.list-icons a.icon-partnerships:hover:before {
	background-image: url('../images/services-icon/icon-partner-green.png')
}
.list-icons a.icon-drive:before {
	background-image: url('../images/services-icon/driver_with_icons.png')
}
.list-icons a.icon-taxi-drive:before {
	background-image: url('../images/services-icon/icon-taxi.png')
}
.list-icons a.icon-car-drive:before {
	background-image: url('../images/services-icon/icon-car.png')
}
.list-icons a.icon-hitch-drive:before {
	background-image: url('../images/services-icon/icon_hitch.png')
}
.list-icons a.icon-bike-drive:before {
	background-image: url('../images/services-icon/icon_bike.png')
}
.list-icons a.icon-express-drive:before {
	background-image: url('../images/services-icon/icon_express.png')
}
.list-icons a.icon-drive-white:before {
	background-image: url('../images/services-icon/driver_with_icons-white.png')
}
.list-icons a.icon-taxi-drive-white:before {
	background-image: url('../images/services-icon/icon-taxi-white.png')
}
.list-icons a.icon-car-drive-white:before {
	background-image: url('../images/services-icon/icon-car-white.png')
}
.list-icons a.icon-hitch-drive-white:before {
	background-image: url('../images/services-icon/icon_hitch-white.png')
}
.list-icons a.icon-bike-drive-white:before {
	background-image: url('../images/services-icon/icon_bike-white.png')
}
.list-icons a.icon-food-drive-white:before {
	background-image: url('../images/services-icon/icon_food-white.png')
}
.list-icons a.icon-express-drive-white:before {
	background-image: url('../images/services-icon/icon_express-white.png')
}
.list-icons a.icon-partnerships:hover:before {
	background-image: url('../images/services-icon/icon-partner-green.png')
}
#nav-drive > li {
	padding: 8px 0
}
#nav-drive > li.open {
}
#nav-drive > li > a {
	border: solid 2px #00b13f;
	border-radius: 5px;
	color: #00b13f !important;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px

}
#nav-drive > li.open > a {
	background-color: #00b13f !important;
	color: #fff !important;
	border-color: #00b13f;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#nav-drive > li > a::after {
	padding: 6px 0 !important;
	color: #00b13f !important;
}
#nav-drive > li.open > a::after {
	color: #fff !important
}
#nav-drive .dropdown-menu {
	margin-top: -8px;
	border: 0;
	background-color: #00b13f;
	width: 100%;
	padding: 0 10px;
}
#nav-drive .dropdown-menu a {
	color: #fff !important;
	border-top: solid 1px #009e06;
	font-size: 14px !important
}
#nav-drive .dropdown-menu a:hover, #nav-drive .dropdown-menu a:focus {
	background: none
}
#btn-download {
	position: absolute;
	top: 7px;
	right: 5px;
}
.dropdown-large {
	position: static !important
}
.dropdown-menu-large {
	margin-left: 0;
	margin-right: 0;
	padding: 20px 0;
	min-width: 100%;
	width: 100%;
	border: 0;
	border-top: solid 1px #ddd;
	border-radius: 0;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0
}
.dropdown-menu-large > li > ul > li {
	list-style: none
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #000;
	white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,.dropdown-menu-large .disabled > a:hover,.dropdown-menu-large .disabled > a:focus {
	color: #999;
}
.dropdown-menu-large .disabled > a:hover,.dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 768px) {
	.dropdown-menu-large {
		margin-left: 0;
		margin-right: 0
	}
	.dropdown-menu-large > li {
		margin-bottom: 30px
	}
	.dropdown-menu-large > li:last-child {
		margin-bottom: 0
	}
	.dropdown-menu-large .dropdown-header {
		padding: 3px 15px !important
	}
}

/* ==========================================================================
Navigation
========================================================================== */



/****end header****/

/****footer********/
.sitemap {
	background-color:#00B140;
	padding:40px 0;
	color:#fff;
}
@media (max-width: 767px) {
	.sitemap {
		text-align: center
	}
}
.sitemap hr {
	border-color: rgba(255,255,255,0.6)
}
.grab-logo img {
	max-height:35px
}
.grab-infor h3 {
	margin:0px;
	color:#fff;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.313em;
	line-height:1.6;
	text-align:left;
}
.grab-infor p, .grab-contact p {
	margin:0px;
	font-size:1.215em
}
.grab-contact a {
	color:#fff
}
.grab-contact a:hover , .grab-contact a:focus {
}
.sitemap-container h4 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.313em;
	color:rgba(255,255,255,0.8);
}
.sitemap-container .sitemapList {
	list-style:none;
	padding:0px;
	margin:0px;
}
.sitemap-container .sitemapList li {
	padding:3px 0;
}
.sitemap-container .sitemapList li a {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.113em;
	color:#fff;
	line-height:14px;
	outline:none;
	text-align:left;
}
.footer-secTop {
	padding:25px 0;
	overflow:hidden;
	position:relative;
}
.socialArea {
	margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
}
.socialArea h4 {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-size:1.313em;
	color:rgba(255,255,255,0.8);
	text-align:center;
}
.socialArea .col-xs-3 {
	text-align:center;
}
.socialIcon .fa-2x {
	font-size:1.5em;
	line-height:30px;
	color:#00B140;
	-webkit-transition: all .2s; /* Safari */
	transition: all .2s;
}
.socialIcon {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#fff;
	outline:none;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.socialIcon:hover .fa-2x, .socialIcon:focus .fa-2x {
	color:#363A45;
}
@media (max-width: 767px) {
	.socialIcon {
		width:50px;
		height:50px;
		line-height: 60px;
	}
}
footer {
	margin:0px!important;
	padding:20px 0;
	background-color:#363A45;
}
footer p {
	margin:0px;
}
.footer-about-grab {
	margin-bottom:30px;
}
.policylist {
	list-style:none;
	margin:0px;
	padding:0px;
}
.policylist li {
	float:left;
	padding:0px 15px;
	position:relative;
}
.policylist li:first-child {
	padding-left:0px;
}
.policylist li:after {
	content:"\2022";
	font-size:1.2em;
	color:#fff;
	position:absolute;
	top:0px;
	right:0px;
}
.policylist li:last-child:after {
	display:none;
}
.policylist li a {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:#fff;
	line-height:1.5;
	outline:none;
}
@media (max-width: 767px) {
	.policylist {
		text-align: center
	}
	.policylist li {
		display: inline-block;
		float: none;
	}
}
.copyright {
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:1.143em;
	color:rgba(255,255,255,0.6);
	line-height:1.5;
	outline:none;
	text-align:center;
}
.playstore {
	margin:0px;
	padding:0px;
	list-style:none;
}
.playstore li {
	float:left;
	width:33%;
	padding-right:1%;
}

/***end of footer***/
/****General*******/

/* Background images are set within the HTML using inline CSS, not here */
.fill {
	width: 100%;
	height: 100%;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.loggedIn {
	height:60px;
	border-left: 1px solid #CCC;
	padding-left:15px;
}
.profileName {
	height:50px;
	line-height:60px;
	font-size:1.143em;
	display:inline-block;
	float:left;
}
.profileImg {
	width:35px;
	height:35px;
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	float:right;
	margin-top:10px;
	margin-left:5px;
	margin-right:15px;
	cursor:pointer;
}
.profileImg:after {
	font-family: 'Glyphicons Halflings';
	content:"\e259";
	position:absolute;
	right:5px;
	top:20px;
	color: #000;
	font-size: 0.8em;
}
.profileName {
	display:inline-block;
	float:left;
	padding:0 5px;
}
.profddl {
	position:absolute;
	top:61px;
	right:0px;
	background:rgba(255,255,255,0.8);
	padding:5px 20px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	display:none;
}
.profddl ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.profddl ul li a {
	color:#00A9FF;
	font-family: 'Sanomat Grab Web', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-size:0.857em;
	line-height:1.5;
}
.content-area .img-holder img {
	max-width:100%;
	height:auto;
}
.faretable a {
	width:auto;
	display:inline-block;
	text-align:left
}
.content-area a {
	width:auto;
	display:inline-block;
	text-align:left
}


/* ==========================================================================
Helper Classes
========================================================================== */
.bottom-margin-none {
	margin-bottom: 0 !important
}
.bottom-margin-sm {
	margin-bottom: 10px !important
}
.bottom-margin-md {
	margin-bottom: 20px !important
}
.bottom-margin-lg {
	margin-bottom: 40px !important
}
.top-margin-none {
	margin-top: 0 !important
}
.top-margin-sm {
	margin-top: 10px !important
}
.top-margin-md {
	margin-top: 20px !important
}
.top-margin-lg {
	margin-top: 40px !important
}
.vertical-margin-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.vertical-margin-sm {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}
.vertical-margin-md {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}
.vertical-margin-lg {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}
.remove-bottom-padding {
	padding-bottom: 0 !important
}
.remove-top-padding {
	padding-top: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-border-radius {
	border-radius: 0 !important
}
.bg-size-cover, .img-size-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media only screen and (max-width: 767px) {
	.bg-size-cover-sm,
		.bg-size-cover-md,
		.bg-size-cover-lg {
		background: none !important
	}
}
@media only screen and (max-width: 991px) {
	.bg-size-cover-md,
		.bg-size-cover-lg {
		background: none !important
	}
}
@media only screen and (max-width: 1199px) {
	.bg-size-cover-lg {
		background: none !important
	}
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)

}
@media only screen and (min-width: 768px) {
	.centered-sm {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%)
	
	}
}
.bg-green {
	background-color: #0c944a
}
.bg-light {
	background-color: #f4f5f2
}
.bg-dark {
	background-color: #434543
}
.overflow-hidden {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
}
/* ==========================================================================
Wordpress Classes
========================================================================== */
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block
}

/* ==========================================================================
Bootstrap Mods
========================================================================== */
.nav-center {
	text-align: center;
}
.nav-center ul.nav {
	display: inline-block;
}
.nav-center ul.nav li {
	display: inline a;
	display-float: left;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #00B45E
}
.nav-pills>li>a {
	color: #5B5B5B;
	font-size: 1.143em;
}
.nav-pills-text>li.active>a, .nav-pills-text>li.active>a:focus, .nav-pills-text>li.active>a:hover {
	background-color: transparent;
	color: #00B45E;
	font-weight: bold;
}
.nav-pills-text>li>a {
	color: #5B5B5B;
	font-size: 16px
}
.row-centered {
	text-align:center
}
.col-centered {
	display:inline-block;
	float:none;
    /* reset the text-align */
    /* inline-block space fix */
	margin-right:-4px;
}
.block {
	display: block;
}
@media only screen and (min-width: 800px) {
	.container-narrow {
		width: 800px
	
	}
}
.sharp {
	border-radius:0 !important
}
.label-lg {
	font-size: 100%
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.with-gutters {
	margin-right: -15px;
	margin-left: -15px;
}
.row.with-gutters [class^="col-"],
.row.with-gutters [class*=" col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12 {
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11 {
		float:left
	}
	.col-ms-1 {
		width:8.33333%
	}
	.col-ms-2 {
		width:16.66667%
	}
	.col-ms-3 {
		width:25%
	}
	.col-ms-4 {
		width:33.33333%
	}
	.col-ms-5 {
		width:41.66667%
	}
	.col-ms-6 {
		width:50%
	}
	.col-ms-7 {
		width:58.33333%
	}
	.col-ms-8 {
		width:66.66667%
	}
	.col-ms-9 {
		width:75%
	}
	.col-ms-10 {
		width:83.33333%
	}
	.col-ms-11 {
		width:91.66667%
	}
	.col-ms-12 {
		width:100%
	}
	.col-ms-push-1 {
		left:8.33333%
	}
	.col-ms-push-2 {
		left:16.66667%
	}
	.col-ms-push-3 {
		left:25%
	}
	.col-ms-push-4 {
		left:33.33333%
	}
	.col-ms-push-5 {
		left:41.66667%
	}
	.col-ms-push-6 {
		left:50%
	}
	.col-ms-push-7 {
		left:58.33333%
	}
	.col-ms-push-8 {
		left:66.66667%
	}
	.col-ms-push-9 {
		left:75%
	}
	.col-ms-push-10 {
		left:83.33333%
	}
	.col-ms-push-11 {
		left:91.66667%
	}
	.col-ms-pull-1 {
		right:8.33333%
	}
	.col-ms-pull-2 {
		right:16.66667%
	}
	.col-ms-pull-3 {
		right:25%
	}
	.col-ms-pull-4 {
		right:33.33333%
	}
	.col-ms-pull-5 {
		right:41.66667%
	}
	.col-ms-pull-6 {
		right:50%
	}
	.col-ms-pull-7 {
		right:58.33333%
	}
	.col-ms-pull-8 {
		right:66.66667%
	}
	.col-ms-pull-9 {
		right:75%
	}
	.col-ms-pull-10 {
		right:83.33333%
	}
	.col-ms-pull-11 {
		right:91.66667%
	}
	.col-ms-offset-1 {
		margin-left:8.33333%
	}
	.col-ms-offset-2 {
		margin-left:16.66667%
	}
	.col-ms-offset-3 {
		margin-left:25%
	}
	.col-ms-offset-4 {
		margin-left:33.33333%
	}
	.col-ms-offset-5 {
		margin-left:41.66667%
	}
	.col-ms-offset-6 {
		margin-left:50%
	}
	.col-ms-offset-7 {
		margin-left:58.33333%
	}
	.col-ms-offset-8 {
		margin-left:66.66667%
	}
	.col-ms-offset-9 {
		margin-left:75%
	}
	.col-ms-offset-10 {
		margin-left:83.33333%
	}
	.col-ms-offset-11 {
		margin-left:91.66667%
	}
	.container {
		max-width:748px
	}
	.form-horizontal .form-group .control-label {
		text-align:right
	}
}
.nav-justified.non-stacked>li {
	display: table-cell;
	width: 1%;
}
.nav-justified.non-stacked>.active>a, 
.nav-justified.non-stacked>.active>a:focus, 
.nav-justified.non-stacked>.active>a:hover {
	border-bottom-color: #fff
}
.nav-justified.non-stacked>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}
.modal--full-screen .modal-dialog {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.modal--full-screen .modal-content,
.modal--full-screen .modal-header,
.modal--full-screen .modal-body,
.modal--full-screen .modal-footer {
	position: absolute;
	left: 0;
	right: 0;
}
.modal--full-screen .modal-content {
	top: 0;
	bottom: 0;
	border: 10px solid rgba(130, 33, 36, 0.9);
	border-radius: 0;
	box-shadow: none;
}
.modal--full-screen .modal-header {
	top: 0;
	height: 70px;
	padding: 18px 20px;
	background: #882c2f;
	border: 0;
}
.modal--full-screen .modal-title {
	color: #fff
}
.modal--full-screen .modal-body {
	top: 70px;
	bottom: 60px;
	width: 100%;
	overflow: auto;
}
.modal--full-screen .modal-footer {
	bottom: 0;
	height: 60px;
	padding: 10px;
}
.list-group.list-group-outline a {
	background: none;
	border: none;
	padding: 5px 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background: #0c944a
}
.well {
	box-shadow: none;
}
.well.well-transparent {
	background: none
}
.well-white {
	background: #fff;
}
@media (max-width: 767px) {
	.container .jumbotron, .container-fluid .jumbotron {
		padding: 20px
	}
}
.tab-content-bordered {
	border: solid 1px #ccc;
	border-top: none;
	padding: 15px;
}
@media (min-width: 768px) {
	.list-group-horizontal .list-group-item {
		display: inline-block;
	}
	.list-group-horizontal .list-group-item {
		margin-bottom: 0;
		margin-left:-5px;
		margin-right: 0
	}
	.list-group-horizontal .list-group-item:first-child {
		border-top-right-radius:0;
		border-bottom-left-radius:4px;
		margin-left:0
	}
	.list-group-horizontal .list-group-item:last-child {
		border-top-right-radius:4px;
		border-bottom-left-radius:0;
	}
}
.grid-column-carousel {
	overflow:hidden
}
.grid-column-carousel__list {
	padding: 0;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	transition:transform .5s ease-in-out;
	-webkit-transition:-webkit-transform .5s ease-in-out
}
.grid-column-carousel__list:after,.grid-column-carousel__list:before {
	content:' ';
	display:table
}
.grid-column-carousel__list:after {
	clear:both
}
.grid-column-carousel__list.initialized {
	width:9999px
}
.grid-column-carousel__list.initialized>* {
	display:block
}
.grid-column-carousel__list [data-gcc-ignore],.grid-column-carousel__list>* {
	display:none
}
.grid-column-showcase .grid-column-carousel__list {
	min-height: 360px;
	overflow: hidden;
}
.grid-column-carousel__page-indicators {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-left: -10px;
	margin-top: 10px;
}
.grid-column-carousel__page-indicators li {
	background: #ddd;
	padding: 10px;
	margin: 5px;
	border-radius: 50%;
	display: inline-block;
}
.grid-column-carousel__page-indicators li.active {
	background: #00BA51;
}

/* ==========================================================================
Buttons
========================================================================== */
.btn.round {
	border-radius: 16px
}
.btn-lg.round {
	border-radius: 24px
}
.btn.btn-lg {
	font-size: 16px;
}
.btn.btn-fat {
	padding: 16px 30px !important
}
.btn.outline {
	background: none;
	border-width: 2px;
	border-style: solid
}
.btn-green {
	background: #00b13f;
	color: #fff
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
	background: #00b13f !important;
	color: #f2f2f2 !important
}
.btn-green:active, .btn-green.active {
	background: #00b13f;
	box-shadow: none
}
.btn-green.outline {
	border-color: #00b13f;
	color: #00b13f
}
.btn-green.outline:hover, .btn-green.outline:focus, .btn-green.outline:active, .btn-green.outline.active, .open > .dropdown-toggle.btn-green {
	color: #00b13f;
	border-color: #00b13f
}
.btn-green.outline:active, .btn-green.outline.active {
	border-color: #00b13f;
	color: #00b13f;
	box-shadow: none
}
.btn-green2 {
	background: #00BE45;
	color: #fff
}
.btn-green2:hover, .btn-green2:focus, .btn-green2:active, .btn-green2.active, .open > .dropdown-toggle.btn-green2 {
	background: #0c944a !important;
	color: #f2f2f2 !important
}
.btn-green2:active, .btn-green2.active {
	background: #00BE45;
	box-shadow: none
}
.btn-green2.outline {
	border-color: #00BE45;
	color: #00BE45
}
.btn-green2.outline:hover, .btn-green2.outline:focus, .btn-green2.outline:active, .btn-green2.outline.active, .open > .dropdown-toggle.btn-green2 {
	color: #0c944a;
	border-color: #00BE45
}
.btn-green2.outline:active, .btn-green2.outline.active {
	border-color: #00BE45;
	color: #00BE45;
	box-shadow: none
}
.btn-blue {
	background: #2196F3;
	color: #fff
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
	background: #529CF2 !important;
	color: #f2f2f2 !important
}
.btn-blue:active, .btn-blue.active {
	background: #529CF2;
	box-shadow: none
}
.btn-blue.outline {
	border-color: #00b13f;
	color: #529CF2
}
.btn-blue.outline:hover, .btn-blue.outline:focus, .btn-blue.outline:active, .btn-blue.outline.active, .open > .dropdown-toggle.btn-blue {
	color: #2196F3;
	border-color: #2196F3
}
.btn-blue.outline:active, .btn-blue.outline.active {
	border-color: #2196F3;
	color: #2196F3;
	box-shadow: none
}
.btn-gray {
	background: #999;
	color: #fff
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open > .dropdown-toggle.btn-gray {
	background: #666 !important;
	color: #f2f2f2 !important
}
.btn-gray:active, .btn-gray.active {
	background: #999;
	box-shadow: none
}



/* ==========================================================================
Created by Johnny 22/8/2016
========================================================================== */
/* Nhan body  {font-family: 'Sanomat Grab Web', sans-serif;}
h1 { margin-top: 23px; margin-bottom: 0px; }
h2 { margin-top: 23px; margin-bottom: 23px; }
h3 { margin-top: 23px; margin-bottom: 15px; }
h4 { margin-top: 23px; margin-bottom: 15px; }
h5 { margin-top: 23px; margin-bottom: 15px; }
p, ul, ol, pre, table, blockquote { margin-top: 0px; margin-bottom: 23px; font-weight: 400; }
ul ul, ol ol, ul ol, ol ul { margin-top: 0; margin-bottom: 0; } 

b, strong, em, small, code { line-height: 1; }
b, strong {font-weight: 700;}
.btn-primary {background-color: #2196F3; border-color: #2196F3;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {background-color: #529CF2; border-color: #529CF2;}
.section-carousel .carousel-caption p {text-shadow: none;}
.btn-green {background-color: #00B140; border-color: #00B140;}
.btn-green:hover, .btn-green:focus, .btn-green:active {background-color: #00BE45; border-color: #00BE45; color: #fff}
.btn, .btn.btn-primary {font-weight:600;  outline: none !important;  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); text-align: center;}
.btn.btn-lg {padding:15px 30px; line-height: 1;font-size:1.15em;}
.btn:hover, .btn:focus, .btn:active {outline: none !important; color: #fff}
.section-carousel .carousel-caption h1 {margin-bottom: 20px;}
.socialIcon .fa-2x { font-size: 1.25em; }
.carousel--mobileview .carousel-indicators li:after {line-height: 23px; font-size: 0.8em;}
#top .navbar-default > ul > li.dropdown > a::after {top: 3px}
.section-wysiwyg ul li, .section-wysiwyg ol li, .section-wysiwyg ul li, .section-wysiwyg ol li, .section-raw-html ul li, .section-raw-html ol li {margin-bottom: 12px;}
.section-wysiwyg p, .section-wysiwyg ul, .section-wysiwyg ol, .section-wysiwyg pre, .section-wysiwyg table, .section-wysiwyg blockquote, .section-raw-html p, .section-raw-html ul, .section-raw-html ol, .section-raw-html pre, .section-raw-html table, .section-raw-html blockquote {font-size: 1.143em; line-height: 1.6}
h1.page-header {border:none;}
.carousel h4 {margin-bottom: 6px;}
.media-showcase .media-body {font-size: 0.9em;}
.media-showcase .label {font-size: 1em; line-height: 1.15;}
.tabs-icon .nav-tabs>li>a {line-height: 1.15;}
.section-list-group-horizontal h4 {margin-bottom: 15px;}
.gfield_label {display: none;}
.gform_wrapper.gform--partnerships_wrapper .gform_body .float-left {float: left; width: 49%; clear: none;}
.gform_wrapper.gform--partnerships_wrapper .gform_body .float-right {float: right; width: 49%; clear: none;}
.gform_wrapper.gform--partnerships_wrapper .gform_body li {margin-bottom: 15px;}
.gform_wrapper.gform--partnerships_wrapper .gform_body .textarea {width: 100%}
 */
@media (max-width: 720px) {
	body {
		font-size: 14px;
	}
	.section-carousel .carousel .item {
		height: 500px;
	}
	.carousel--mobileview .carousel-indicators li:before {
		right: 20%;
	}
	.section-carousel-tooltip .carousel .carousel-caption {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: left;
	}
	.section-carousel-tooltip .carousel .carousel-caption:after {
		border-width:10px;
	}
	.btn-primary {
		display: inline-block;
		width: auto;
	}
	#btn-download {
		padding:8px;
		font-size: 1em;
		box-shadow: none;
	}
	.section-hero h1 {
		font-size: 1.95em;
		line-height: 1.15
	}
	.section-hero p {
		font-size: 1.25em;
		line-height: 1.3
	}
	.single .section-hero {
		background: none;
		height: auto
	}
	.single .section-hero .hero-image {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: none
	
	}
	.single .section-hero .container {
		display: none
	}
	.single .section-hero .hero-image img {
		display: block !important
	}
	.panel-group--accordion .panel-body {
		padding:15px;
	}
	.panel-default > .panel-heading {
		padding:15px 10% 15px 15px;
	}
	.panel-group--accordion .panel-title:after {
		right: -20px;
	}
	.panel-article .share span {
		margin-top: -20px;
		display: block;
		text-align: right;
		padding-right: 0;
	}
	.share ul {
		margin: 6px 0 0;
		display: block;
		text-align: right;
		padding-right: 0;
	}
	.post-content {
		padding:0;
	}
	#section-wysiwyg-grab-work-increase-productivity-removing-unnecessary-paperwork {
		margin-bottom: 0 !important;
	}
	.sect4 {
		padding:0 !important;
	}
	#section-wysiwyg-grab-work-multiple-payment-methods header, #section-wysiwyg-grab-work-gain-transparency-insights-better-cost-management header {
		display: none;
	}
	.carousel--desktopview .carousel-indicators {
		margin-left: auto;
		left: 0;
		right: 0;
		margin-right: auto;
		width: 90%
	}
	.carousel--desktopview li {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.carousel--desktopview .carousel-inner {
		display: none;
	}
	.section-hero {
		margin-top: 50px;
	}
	.backaction {
		display: none;
	}
	
	
	body.classic-page {padding-top: 42px;}
	#navigation .navbar.navbar-v2 .navbar-hotline {margin-top: -38px; margin-left: 132px;}
	#navigation .navbar .navbar-brand img {width: 120px;}
    #navigation .navbar.navbar-v2 .navbar-brand {margin-top: 5px;margin-left: -72px;}
    #navigation .navbar.navbar-v2 .navbar-hotline {margin-top: 12px;margin-left: 121px;}
    #navigation .navbar .navbar-hotline {font-size: 27px;}
}
@media (min-width: 414px) {
	ul.policylist li, p.copyright {
		margin-top: 8px;
	}
	.playstore li {
		padding-right: 10px;
	}
	.playstore li:last-child {
		padding-right: 0
	}
	footer .hidden-xs .playstore {
		text-align: right 
	}
	footer .hidden-xs .playstore li {
		display: inline-block;
		float: none;
	}
	.sitemap-container h4, .socialArea h4 {
		margin-bottom: 12px;
	}
	.section-carousel .carousel .carousel-caption {
		top: 50%;
		left: 12%;
		right: inherit;
		text-align: left;
		bottom: inherit;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		margin-top: 60px;
		padding: 0;
		margin: 0;
		margin-top: 10px;
		width: 35%
	}
	/*.section-hero .section-body {bottom: 10%; left: 0; width: 45%;}*/
	.section-hero h1 {
		margin-top: 0;
	}
	.section-list-group-horizontal p {
		font-size: 1.143em;
	}
}

/* ==========================================================================
Created by Johnny 12/9/2016
========================================================================== */
.or-divider {
	color: #fff;
	position: relative;
}
.or-divider span, .or-divider div {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px;
	line-height: 1;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	margin-left: -19px;
	top: 100px;
}
.or-divider span:before, .or-divider div:before {
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 65px;
	background-color: #fff;
	content: '';
}
.or-divider span:after, .or-divider div:after {
	position: absolute;
	bottom: -75px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 65px;
	background-color: #fff;
	content: '';
}
@media screen and (max-width: 736px) {
	.or-divider {
		margin-bottom:50px;
	}
	.page.about .section .well {
		padding:20px 15px;
	}
	.or-divider span {
		top: 0
	}
	.or-divider span:before {
		top: 18px;
		right: inherit;
		left: -90px;
		height: 1px;
		width: 65px;
	}
	.or-divider span:after {
		top: 18px;
		bottom: inherit;
		right: -90px;
		left: inherit;
		;
		width: 65px;
		height: 1px;
	}
}
