/* Reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


html, body {
    height:100%;;
    margin:0;
    padding:0;
}

#container {
    margin: 0 auto;
    min-height:100%;
}
* html #container {height:100%}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{ box-sizing: border-box; }
@import url(https://fonts.googleapis.com/css?family=Lato);

/* custom css */
body{ line-height: 1.5; }
#booking-form h1 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    color: #00558c;
    padding-top: 10px;
    padding-bottom: 5px;
}
#booking-form h2 {
    margin-bottom: 10px;
    font-size: 14px;
}
.travel-banner{ background: url(../images/bg-cotaijet-home.jpg); background-size: cover; padding: 50px 0; background-position: center;  }
.travel-banner.details-step{ background: url(../images/bg-cotaijet-home.jpg); background-size: cover; padding: 50px 0; background-position: center; }
.signup-form{ padding:20px; background-color: #fff; display: inline-block; min-width: 665px; max-width: 850px;
border-bottom:5px #e5e5e5 solid;  border-right:5px #e5e5e5 solid;  
 }
.form-wrap{ width: 100%; min-height:400px; max-width: 1160px; padding:20px 0; margin: 0 auto; margin-bottom:15px;
}
.signup-step:after{ content: ""; clear: both; display: table; }
.signup-step li{ float: left; min-width: 200px; padding: 15px 20px; text-align: center; background: #efefef; color: #474747; font-size: 16px; border-top: 3px solid transparent; font-weight:800; font-size:1.2em; }
.signup-step li.active{ background: #fff; color: #E01E24; border-top: 3px solid #E01E24; }
.triptypes-wrap{ padding: 10px 0; }
.triptypes-wrap .triptype{ display: inline-block; margin: 5px 10px 5px 0; }
.triptypes-wrap .triptype.right-side{float:right; margin:5px 0;}
.triptypes-wrap .triptype.right-side.logo_visa { height:45px; width:80px; background:url(http://www.bengsengtravel.com/booking/cotaijet/images/badge-visa.jpg) no-repeat;}
.logo_master { height:45px; width:80px; background:url(http://www.bengsengtravel.com/booking/cotaijet/images/badge-master.jpg) no-repeat;}
.logo_up { height:45px; width:80px; background:url(http://www.bengsengtravel.com/booking/cotaijet/images/badge-up.jpg) no-repeat;}
.logo_cotaiwaterjet { height:45px; width:80px; background:url(http://www.bengsengtravel.com/booking/cotaijet/images/badge-cotaiwaterjet.png) no-repeat;}

.triptypes-wrap .triptype label{ display: inline-block; background: #f6f6f6; padding: 10px 25px; border: 2px solid transparent; border-radius: 3px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; position: relative; overflow: hidden; cursor: pointer; }
.triptypes-wrap .triptype input{ opacity: 0; height: 0; width: 0; overflow: hidden; display: none; }
.triptypes-wrap .triptype input[type="radio"]:checked + label{ border: 2px solid #e01e24; color: #e01e24; padding-left: 35px; padding-right: 15px; }
.triptypes-wrap .triptype label:before{ content: "";  font-family: FontAwesome; color: #e01e24; opacity: 0; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; left: -10px; position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); }
.triptypes-wrap .triptype input[type="radio"]:checked + label:before{ left: 10px; opacity: 1; }

.tickettype-wrap .tickettype label{ display: inline-block; background: #f6f6f6; font-size:14px; padding: 5px 25px; border: 2px solid transparent; border-radius: 3px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; position: relative; overflow: hidden; cursor: pointer; }
.tickettype-wrap .tickettype input{ opacity: 0; height: 0; width: 0; overflow: hidden; display: none; }
.tickettype-wrap .tickettype input[type="radio"]:checked + label{ border: 2px solid #e01e24; color: #e01e24; padding-left: 30px; padding-right: 15px; }
.tickettype-wrap .tickettype label:before{ content: "";  font-family: FontAwesome; color: #e01e24; opacity: 0; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; left: -10px; position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); }
.tickettype-wrap .tickettype input[type="radio"]:checked + label:before{ left: 10px; opacity: 1; }

.trip-section{ padding: 0 0 20px; margin-bottom: 10px; background-color: #fff !important;}
.trip-section .select-row{ margin: 0 -5px;}
.trip-section .select-row:after{ content: ""; display: table; clear: both; }
.trip-section .select-row .select-box{ float: left; width: 25%; padding: 0 5px; }
.demoInputBox{padding: 12px 20px 12px 40px;border: #CDCDCD 1px solid; background-color: #FFF; width: 100%; height: 50px; font-size: 14px; color: #9a9494; border-radius:3px;}
.trip-section h3{ padding: 15px 0; font-size: 20px; margin-bottom: 5px; color: #000; }
.select-box label{ margin-bottom: 8px; display: block; font-size: 14px; text-transform: uppercase; color: #9c9c9c; letter-spacing: 1px; font-weight: bold; }
.signup-error{color:#FF0000;}
.input-box-wrap{ position: relative; }
.input-box-wrap:before{ font-family: FontAwesome; color: #9a9494; font-size: 20px; position: absolute; left: 15px; top: 9px;  }
.input-box-wrap.date:before{ content: ""; }
.btnAction{display: inline-block; padding: 10px 20px; background-color: #e01e24; border: 0;color: #FFF;cursor: pointer; margin-top: 15px; font-size: 18px; min-width: 100px; 
 border-bottom:3px #e77d7d solid; border-right:3px #e77d7d solid; }

.btnAction:hover { border-bottom:3px #6a0000 solid; border-right:3px #6a0000 solid; }
.container.main1.hidden-sm.hidden-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1160px !important;
}

.input-box-wrap.destination.select-box-wrap::before {  content: "";}
.input-box-wrap.deptime:before {content: "";}
.input-box-wrap.travelclass:before {content: "";}

.booking-details .select-row{ margin: 15px 0}
.booking-details .select-row .select-box{ float: left; width: 50%; padding: 0 5px; }

.input-box-wrap.adults:before {content: "";}
.input-box-wrap.citizen:before {content: "";}
.input-box-wrap.children:before {content: "";}

.cap1 { color: #e01e24; font-family: "arial"; font-size: 14px; line-height: 20px; text-transform: uppercase; }
.cap4 { color: #606060; font-size: 14px; height: 42px; overflow: hidden; text-align: center; text-overflow: ellipsis; vertical-align: middle; }
.cap2 { color: #484848; font-family: "montserrat"; font-size: 20px; font-weight: 500; line-height: 30px; }
.cap3 { color: #5b5b5b; display: inline; font-family: "montserrat"; font-size: 16px; font-weight: 500; line-height: 20px; }
.thumbnail { border: medium none; margin: 0 auto; min-width: 160px; padding: 0; position: relative; }
.main1 > .row { margin: 40px 0; }

.ui-widget-header{ background: none; border-color: transparent; }.left-sec{    float: left;    width: 398px;}.travel-detail {    float: left;    margin: 0 0 0 20px;    width: 540px;}.newsletter {    background: #edf1f6 none repeat scroll 0 0;    box-shadow: 0 0 3px #ccc;    clear: both;    display: inline-block;    padding: 10px 10px 30px;    width: 380px;}.newsletterfld {    float: left;    padding: 10px 0 15px;    width: 100%;}.newsletterfld > label {    background: rgba(0, 0, 0, 0) url("../images/newsletter.png") no-repeat scroll left center;    display: block;    float: left;    height: 36px;    width: 38px;}.newsletterfld > input {    background: #fff none repeat scroll 0 0 !important;    border: 1px solid #ccc !important;    border-radius: 0 !important;    box-shadow: none !important;    float: left;    margin: 0 10px;    min-height: 34px !important;    width: 250px;}.newsletterfld > button {    background: rgba(0, 0, 0, 0) url("..images/news-btn-bg.png") repeat-x scroll 0 0;    border: 1px solid #ccc;    float: right;    font-size: 16px;    height: 36px;    margin: 0 !important;    padding: 4px 4px 8px;}.newsletterfld > button {    background: rgba(0, 0, 0, 0) url("..images/news-btn-bg.png") repeat-x scroll 0 0;    border: 1px solid #ccc;    float: right;    font-size: 16px;    height: 36px;    margin: 0 !important;    padding: 4px 4px 8px;}.newsletter-title > h2, .social-net > h2 {    color: #003e74;    font-size: 24px;    font-weight: bold;    line-height: 36px;    margin: 0;    padding: 5px 30px 0 0;}.newsletter-title > p, .social-net > p {    color: #666;    font-size: 12px;}.newsletter-title > p, .social-net > p {    color: #666;    font-size: 12px;}.facebook {    background: rgb(255, 255, 255) none repeat scroll 0 0;    float: left;    margin: 30px -10px 0;    padding: 10px;    width: 380px;}.flight-routes {    background: #fff none repeat scroll 0 0;    border-bottom: 1px solid #e1e1e1;    border-radius: 2px;    box-shadow: 0 0 3px rgb(153, 153, 153);    color: #ffffff;    padding: 30px;}.flight-routes h2 {    border-bottom: 1px solid #e1e1e1;    color: #003e74;    font-size: 26px;    font-weight: bold;    line-height: 36px;    margin: 0;    padding: 0 0 10px 15px;}.flight-routes ul {    float: left;    padding: 15px 30px;    width: 478px;}.flight-routes ul li {    color: #003e74;    float: left;    font-size: 13px;    line-height: normal;    width: 33.33%;}.flight-routes li a {    color: #003e74;    font-size: 14px;    line-height: 24px;}.clear {    clear: both;}.title-detail {    background: #fff none repeat scroll 0 0;    border-radius: 2px;    box-shadow: 0 0 3px rgb(153, 153, 153);    padding: 30px;    position: relative;}.tour-title {    padding: 0 0 20px 10px;}.holydat-title {    color: rgb(51, 51, 51);    font-size: 28px;    font-weight: 700;}.subheadign {    font-size: 16px;}.travel-img-detail {    display: inline-block;    margin: 0 0 0 -28px;    padding: 25px 0 0;}.offer {    background: #fff none repeat scroll 0 0;    box-shadow: 0 0 1px #b2b2b2;    float: left;    margin-left: 27px;}.offer > span {    display: block;    font-size: 16px;    padding: 10px 15px;}.travel-price {    text-align: center;}.item-inner {    padding: 0 9px;}.offerHead {    background: #333 none repeat scroll 0 0;    color: rgb(255, 255, 255);    display: block;    padding: 10px;}.owl-carousel .item img {    width: 100%;}.customNavigation {    left: 0;    position: absolute;    right: 0;    top: 35%;}.customNavigation .btn.prev {    background-position: left center;    left: 5px;}.customNavigation .btn.next {    background-position: right center !important;    right: 5px;}.customNavigation a {    background: rgba(0, 0, 0, 0) url("../images/arow-owl.png") no-repeat scroll 0 0 !important;    display: block;    height: 21px;    padding: 0;    position: absolute;    text-indent: -9999px;    width: 21px;}


.form-control{
	border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	box-shadow: none;
}

/* Edit */
h3.form-title{ color: #fff; font-size: 4.5em; margin: -20px 0; text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); font-weight:400; margin-bottom:42px;}

#personaldetails-field label{ font-size: 13px; color: #505050; display: block; }
#personaldetails-field > div{ margin-bottom: 10px; }
.details-form{  padding: 20px; background:#fff; border-bottom:5px #e5e5e5 solid;  border-right:5px #e5e5e5 solid; }
.form-head{ background: #eff3f7;  border-bottom:1px #e5e5e5 solid; border-right:5px #e5e5e5 solid; padding:  15px 20px 15px 20px; font-weight:bold; min-height: 40px;  }


/*.details-form .btnAction{ background: #f5f7f6; border: 1px solid #c3c3c3; border-radius: 2px; color: #313735; padding: 10px; font-size: 13px; }*/
.details-form.step-4 label b{ font-weight: bold; color: #000; display: block; text-align: right; }
.form-subtitle{ font-size: 28px; color: #5b6463; padding: 10px 0 20px; }
#ja-mainnav li > ul{ display: none; }
#ja-mainnav li:hover > ul{ left: auto; display: block; }
#ja-mainnav li ul li:hover { background: #1871c8; }
#ja-mainnav li ul li:hover > a{ color: #ffffff !important; }
/* #ja-cssmenu li li{ width: 100% !important; } */
.SandsCotaiBody.Wide ul, a, p, h1, strong, li, td ,
.BestSellerWrapper p, a, span, h2, h3 { font-family: Microsoft JhengHei; }
#footer-links ul { margin: 0; }
.progress-container{ padding: 15px 0 10px; }
.message{ display: none !important; }
#personaldetails-field label.error{ font-size: 13px; color:#ff0000; text-transform:none; margin:5px 0; }
.input-box-wrap > label { color: #333; text-transform: none; }
label.error, .input-box-wrap > label.error{color:#ff0000; text-transform:none; margin:5px 0;}
.booking-details.roundtrip{	float:left;	width:50%;	padding:0 8px;	border-left:1px solid #ccc; }
.booking-details.first{	border-left:none;}
.signup-form.roundtrip{	min-width:100%;	max-width:none; }
.select-box label.trip-title { color: #333; font-size: 14px;}
.start { color: #ff0000;}#personaldetails-field label.grand-total{ font-size:22px; font-weight:bold;}


li.booking { font-weight:bold; font-size:1.5em;}

.surname-ele{
	display: inline-block;
    width: 20%;
    float: left;
}
.name-ele{
	width: 78%;
    float: left;
    margin-left: 2%;
}

.RemarksHelp {font-size:0.9em; color:#666666b0; font-weight:bold; }



.table_summary_wrapper { background:#eff3f7; width:100%; padding:30px 15px 10px 15px;border:1px #e5e5e5 solid; border-right: 3px #e5e5e5 solid; border-bottom: 3px #e5e5e5 solid;  font-family: Microsoft JhengHei;
border-top:3px #135287 solid; 

}
.table_summary_wrapper .row , .table_total_wrapper .row {margin-bottom:8px; text-align:left;}
.table_summary_header { font-size:1.2em; font-weight:bold; color:#135287; font-family: Microsoft JhengHei;
  }
.table_summary_header { font-size:1.2em; font-weight:bold; color:#135287; font-family: Microsoft JhengHei;
}
.table_total_wrapper { background:#eff3f7; width:100%;  padding:30px 15px 10px 15px;  color:#000000; margin-bottom:30px;
border:1px #e5e5e5 solid; border-right: 3px #e5e5e5 solid; border-bottom: 3px #e5e5e5 solid;
font-family: Microsoft JhengHei;
border-top:3px #ff6537 solid; }


.table_total_header { font-size:1.2em; font-weight:bold; color:#ff6537; font-family: Microsoft JhengHei;
}

.price_box { float:right; width:250px; }
#personaldetails-field label.grand-total { color:#ff4400; font-size:2.5em; font-weight:bold;}
.tc_separator { min-height:25px;}
.select-box-wrap{ position: relative; background: #fff; }
.select-box-wrap:after{ content: ""; font-family: FontAwesome; font-size: 18px; position: absolute; right: 10px; top: 12px; color: #9a9494; }
.select-box-wrap select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; z-index: 1; background: transparent; padding-right: 15px; }
.select-box-wrap.surname-ele select{ border: 1px solid #CCCCCC; padding: 6px 12px; width: 100%; height: 40px; border-radius:3px; }
.details-form .select-box-wrap:after{ top: 6px; }
/* summary page */.ContainerFixed {    margin: auto;    max-width: 1072px !important;    width: 100% !important;}.tab-content .itinerary-tab {    width: 100%;}.list-items .tab-content div > div {    display: block;    float: left;    overflow: hidden;    position: relative;}.tab-content {    padding-top: 20px;}.beforeCountry {    float: left;    padding-bottom: 10px;    width: 13%;	font-size:16px;	font-weight:bold;}.countries {    font-size: 15px;    font-style: italic;}.list-items .tab-content div > div {    display: block;    float: left;    overflow: hidden;    position: relative;}.tab-content .itinerary-tab .day-itinerary {    float: left;    margin-bottom: 20px;    margin-right: 20px;    width: 100%;}.tab-content .itinerary-tab .day-itinerary table tr:first-child {    box-shadow: 0 0 4px 0 rgba(182, 183, 183, 0.8);}.tab-content .itinerary-tab .day-itinerary table tr th, .tab-content .itinerary-tab .day-itinerary table tr td {    background-color: #fff;    border-color: #d3d3d3;    border-style: solid;    border-width: 1px;    font-size: 14px;    font-weight: normal;    padding: 14px 15px;    text-align: left;}.tab-content .itinerary-tab .day-itinerary table tr th {    background-color: #f8f9f9;    color: #666666;    font-size: 14px;}.tab-content .itinerary-tab .day-itinerary table tr td {    background-color: white;    color: #666666;    font-size: 14px;}.tab-content .itinerary-tab .day-itinerary table tr td {    background-color: white;    color: #666666;    font-size: 14px;}.tab-content .itinerary-tab .day-itinerary table tr td.day-cont {    color: #f28510;    font-family: latobold;    font-size: 14px;	font-weight:bold;}.list-items .tab-content div > div {    display: block;    float: left;    overflow: hidden;    position: relative;}.tab-content .itinerary-tab .highlights {    background-color: #fff;    border: 1px solid #d3d3d3;    float: left;    margin-bottom: 20px;    padding-bottom: 6px;    width: 100%;}.tab-content .itinerary-tab h2 {    color: #333;    float: left;    font-size: 18px;    margin-bottom: 10px;    width: 100%;}.tab-content .itinerary-tab .highlights h2 {    background-color: #f8f9f9;    border-bottom: 1px solid #d3d3d3;    font-size: 14px;    padding: 14px;    width: 100%;	font-weight:bold;}.highlights p {    color: #666666;    padding: 10px;	clear:both;}.highlights li {    color: #666666;    /*margin-left: 25px;*/}#minutes,#seconds{font-size:20px; font-weight:bold;}.btn-pdf{ background: #358ad9 none repeat scroll 0 0; border-radius: 0; color: #fff; float: right; font-size: 16px; margin-right: 10px;  padding: 10px 15px; text-decoration: none;}a.btn-pdf:focus, a.btn-pdf:hover { color: #fff; text-decoration: none;}a.btn-pdf:focus{outline:none;}

/* loader */

.loader-wrapper {
	background: #0e4c85 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.loader-div{
	align-items: center;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(0px, -50%);
	width: 100%;
}

.o-bold{
	font-weight:bold !important;
	color:#f28510 !important;
}

.dropdown, .dropup{	float:right;}
.dropdown .btn-default, .dropdown .btn-default:focus, .dropdown .btn-default:hover {    background-color: #fafafa;    border-color: #dadada #dadada #ccc;    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);    color: #717171 !important;	border-radius: 0;}.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary{	background-color: #ededed !important;    border-color: #c6c6c6 !important;    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1) !important;    color: #717171 !important;	border-radius: 0 !important;}.btn.btn-sm.dropdown-toggle.btn-default {    border-radius: 0;    float: left;    height: 34px;	border-right:0;	background-color:#38354a;	border-color:#38354a;}.btn.btn-sm.dropdown-toggle.btn-default i{color:#fff;}
.dropdown-menu img {    margin-right: 5px;    vertical-align: middle;    width: 16px;}.dropdown-menu > li > a {    font-size: 12px;}
.clear{clear:both;}
.mbsc-mobiscroll.mbsc-form{background-color:#fff !important;}
input.mbsc-control {
    padding: 12px 0px 12px 33px;
	width:100%;
	border:#CDCDCD 1px solid;
	color:#9a9494;
}
.mob-menu{display:none;}

#same_name{
	    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: auto;
    margin-right: 5px;
    width: auto;
}

.samedata { cursor: pointer; }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 0;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent a img{
	width: 100%;
    vertical-align: bottom;
}
#closeCookieConsent {
	float: right;
    display: inline-block;
    cursor: pointer;
    /* height: 20px; */
    /* width: 20px; */
    /* margin: -15px 0 0 0; */
    font-weight: bold;
    position: absolute;
    right: 0;
    background: #333;
    color: #fff;
    top: -21px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 20px;
    /* font-weight: bold; */
    font-size: 17px;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
