@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1.3;
	margin: 0;
	font-family: 'Open Sans', "Roboto", "Helvetica Neue", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul,
nav ul,
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	text-decoration: none;
  color: #333;
}
a:hover{
	text-decoration: none;
	color: #333;
}
ol,      
ul,
dl {
	margin: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
  vertical-align: middle;
  border-style: none;
}
h2{
  font-family: 'Roboto';
  font-size: 40px;
  font-weight: bold;
  color: #0A3E71;
  padding-bottom: 50px;
  text-align: center;
}
h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.block-767{
  display: none;
}
@media(max-width:767px){
  h2{
    font-size: 35px;
    padding-bottom: 40px;
  }
  h3{
    font-size: 25px;
  }
  .block-767{
    display: block;
  }
  .hidden-767{
    display: none;
  }
}
/*-----Layout-----*/
[v-cloak] {
  display: none;
}
.pt90{padding-top:  90px;}
.pt50{padding-top:  50px;}
.pt30{padding-top:  30px;}
.pt20{padding-top:  20px;}
.pt10{padding-top:  10px;}
.pb150{padding-bottom:  150px;}
.pb90{padding-bottom:  90px;}
.pb50{padding-bottom:  50px;}
.pb30{padding-bottom:  30px;}
.pb20{padding-bottom:  20px;}
.pb10{padding-bottom:  10px;}
.grey-bg{
  background-color: #F3F3F3;
}
.yellow-bg{
  background-color: #FFF4EF;
  transition-property: all;
  transition-duration: 0.3s;
}
.yellow-bg:hover{
  background-color: #FDDFD2;
}
.blue-bg{
  background-color: #EEF5FF;
  transition-property: all;
  transition-duration: 0.3s;
}
.blue-bg:hover{
 background-color: #BAD3F7;
}
.white-bg{
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
}
.white-bg:hover{
  box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}
.gradient-bg{
  background-color: #FFE9EB; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #FFE9EB , #85B1E4);
}
.jade-btn{
  background-color: #57C3AA;
  border-radius: 50px;
  color: white;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
}
.bd-radius-6{
  border-radius: 6px;
}
.jade-btn:hover{
  background-color: #219A7E;
  color: white !important;
}
.btn{
  transition-property: all;
  transition-duration: 0.3s;
}
.btn:hover{
  cursor: pointer !important;
}
.blue-btn{
  background-color: #1B64C0;
  border-radius: 50px;
  color: white !important;
  text-align: center;
}
.blue-btn:hover{
  background-color: #0D4C9C;
}
.white-btn{
  background-color: white;
  border: 1px solid #A1C4F6;
  border-radius: 50px;
  color: #333;
  transition-property: all;
  transition-duration: 0.3s;
}
.white-btn:hover, .white-btn:press{
  background-color: #BED9FF;
  color: #0A3E71;
}
.col3-item3 > div{
  width: 100%;
}
.route-wrap{
  padding-bottom: 20px;
}
.route-wrap a{
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  height: 100%;
}
.route-wrap a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 40%;
  vertical-align: middle;
  font-size: 14px;
  right: 15px;
  color: #333333;
}
.busroute-name{
	font-weight: bold;
}
.busroute-right .num{
  font-size: 20px;
  color: #FF2E83;
}
.icon-1way{
  padding: 0 6px;
}
.price{
  color: #C50000;
  font-weight: bold;
  padding-top: 5px;
}
.price .num{
  font-size: 26px;
}
@media(min-width:767px){  
  .col3-item3{
    display: flex;
		flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
		align-items: stretch;
  }
  .col3-item3 > div{
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }  
	.col3-item3 > div > a, .col3-item3 > div > div{
		height: 100%;
	}
}
@media(max-width:767px){
  .pt90{padding-top:  60px;}
  .pt50{padding-top:  30px;}
  .pt30{padding-top:  30px;}
  .pb150{padding-bottom:  100px;}
  .pb90{padding-bottom:  60px;}
  .pb50{padding-bottom:  30px;}
  .route-wrap{
    padding-bottom: 10px;
  }
}
/*-----End Layout-----*/

/*----------Main banner----------*/
@media(min-width:991px){
  .block-991{
    display: none;
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none;
  }
}
.main-banner {
  position: relative;
}
.main-banner > img {
  width: 100%;
  height: auto;
}
.banner-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  top: 0;
}
.bnr-title {
  color: #fff;
  font-family: 'Roboto';
  /*font-weight: bold;*/
  font-size: 4vw;
  text-shadow: 0 2px 6px #00284D;  
}
.bnr-title span {
  font-weight: bold;
  color: #FF7762;
  font-size: 9vw;
}
.bnr-sub {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  display: inline-block;
  color: white;
  font-family: 'Roboto';
  font-size: 5vw;
  text-shadow: 0 2px 6px #00284D;
}
.ferrysearch {
  margin-top: 45px;
}
@media(min-width:991px) {
  .bnr-title {
    font-size: 4vw;
  }
  .bnr-title span {
    font-size: 7vw;
  }
  .bnr-sub {
    font-size: 2.4vw;
  }
}
@media(min-width:1900px) {
  .bnr-title {
    font-size: 3.4vw;
  }
  .bnr-title span {
    font-size: 5.8vw;
  }
  .bnr-sub {
    font-size: 2vw;
  }
}
@media(min-width:2500px) {
  .bnr-title {
    font-size: 2.6vw;
  }
  .bnr-title span {
    font-size: 4vw;
  }
  .bnr-sub {
    font-size: 1.5vw;
  }
}
@media(max-width:1900px) {
  .bnr-title {
    font-size: 3.05vw;
  }
  .bnr-title span {
    font-size: 4.8vw;
  }
  .bnr-sub {
    font-size: 2vw;
  }
}
@media(max-width:1440px){
  .ferrysearch {
    margin-top: 20px;
  }
}
@media(max-width:1200px) and (min-width:991px){
  .banner-wrap{
    padding: 0 4%;
  }
}
@media(max-width:991px) {
  .bnr-title {
    font-size: 7.5vw;

  }
  .bnr-title span {
    font-size: 10.5vw;
  }
  .bnr-sub {
    font-size: 4.3vw;
  }
  .banner-wrap{
    padding: 0 30px;
/*    overflow: hidden;*/
  }
  .banner-wrap .container {
    position: relative;
    height: 100%;
  }
  .bnr-title-warp{
    position: absolute;
    left: 0;
    top:12vw;
  }
  .ferrysearch{
    position: absolute;
    left: 0;
    bottom:8vw;
    width: 100%;
  }
}
@media(max-width:767px) {  
  .banner-wrap {
    text-align: center;
    padding: 0 15px;
  }
  .bnr-title {
    font-size: 8vw;
  }
  .bnr-title span {
    font-size: 13vw;
  }
  .bnr-sub {
    font-size: 5.5vw;
  }
  .ferrysearch{
    height: 58%;
    display: flex;
    align-items: center;
    bottom: 0;
    margin-top: 0;
  }
  
}
/*----------End Main banner----------*/

/*----------Quick search----------*/
.quick-search{
  padding: 40px 0 50px 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-search .jade-btn {
  width: 320px;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
}
.quick-search .jade-btn, .quick-search .jade-btn:hover {
  color: white !important;
}
.quick-search a:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 18px;
  vertical-align: middle;
  font-size: 14px;
  right: 20px;
  color: white;
}
@media(max-width:1140px){
  .quick-search{
    width: 100%;
  }
  .quick-search .jade-btn {
    width: 280px;
  }
}
@media(max-width:991px){
  .quick-search .col3-item3 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .quick-search .col3-item3 > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .quick-search .jade-btn {
    width: 235px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
  }
  .quick-search a:after{
    top: 10px;
    right: 15px;
  }
}
@media(max-width:767px){
  .quick-search{
    padding: 20px 0 30px 0;
  }
  .quick-search .col3-item3 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .quick-search .col3-item3 > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .quick-search .jade-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 30px;
  }
  .quick-search a:after{
    top: 12px;
    right: 30px;
  }
}
/*----------End Quick search----------*/

/*----------Short Description----------*/
.short-dscp{
  text-align: center;
}
@media(max-width:767px){
  .short-dscp{
    text-align: left;
  }
}
/*----------End Short Description----------*/

/*----------Top 3 routes----------*/

/*----------End Top 3 routes----------*/

/*----------Search by Destination----------*/
/*---Tabs---*/
.tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.tabs-wrap .destination-name{
  color: #333;
  margin: 5px;
  padding: 2px 10px;
  display: block;
  min-width: 128px;
  text-align: center;
}
.tabs-wrap .destination-name:hover{
  color: #0A3E71;
  font-weight: bold;
  cursor: pointer !important;
}
.search-route .tab-content{
	padding-top: 50px;
  border: none !important;
}
.search-route .tab-content .content-list{
	padding-top: 30px;
}
.search-route .tab-content>.tab-pane {
	display: block;
}
.search-route .tab-content .fade {
	opacity: 1;
}
.destination-name.active{
  background-color: #BED9FF;
  color: #0A3E71;
  font-weight: bold;
}
.search-route .nav-tabs{
  border-bottom: none;
}
.search-route .tab-content>.tab-pane {
  display: none;
}
.search-route .tab-content>.active {
  display: block !important;

}
.search-route .tab-content .fade {
  opacity: 0;
}
.search-route .tab-content .fade.in {
  opacity: 1;
}	
@media(max-width:767px){
  .tabs-wrap .destination-name {
    min-width: 30%;
  }
}
/*---End Tabs---*/
/*----------End Search by Destination----------*/

/*----------Popular Routes----------*/
/*----------End Popular Routes----------*/

/*----------Popular Ferry Company----------*/
.carrier-list > div{
  margin-bottom: 50px;
}
.carrier-list a{
  display: block;
  background: #fff;
	box-shadow: 0 0 7px rgb(165 165 165 / 50%);
  border:1px solid #D6D6D6;
  border-radius: 6px; 
}
.carrier-list a:hover{
	box-shadow: 2px 2px 10px rgb(165 165 165 / 80%);
  cursor: pointer;
}
.carrier-list a img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.carrier-list .carrier-info{
  padding: 15px 15px 30px 15px;
}
.rank1{
  background: url(../img/rank1.png) no-repeat top left;
}
.rank2{
  background: url(../img/rank2.png) no-repeat top left;
}
.rank3{
  background: url(../img/rank3.png) no-repeat top left;
}
.rank4-5{
  background: url(../img/rank4-5.png) no-repeat top left;
}
.carrier img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.carrier-rank{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 92px;
  height: 21px;
  line-height: 21px;
}
.carrier-name{
  color: #1862AA;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.button-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-btn{
  width: 350px;
	font-weight: 600;
  color: white;
	text-align: center;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
  font-size: 18px;
}
@media(max-width:767px){
  .carrier-list > div {
    margin-bottom: 30px;
  }
  .carrier-list img{
    width: 100%;
    max-width: 100%;
  }
  .blue-btn{
    padding: 15px 20px;
  }
}
/*----------End Popular Ferry Company----------*/

/*----------FAQ----------*/
.faq .card{
  border: 1px solid #E1E0E0;
}
.faq .card:nth-child(n+2) {
	margin-top: 10px;
}
.faq .card-header {
	font-size: 1rem;
	line-height: 1.3;
	border-bottom: 0 !important;
	padding: 0 !important;
  position: relative;
  background-color: #FFF;
  font-weight: bold;
}
.faq .card-header:hover {
	cursor: pointer;
}
.faq .card-header a {
	display: block;
	padding: 1.2rem 5rem 1.2rem 1.5rem;
}
#faq-accordion .card-header a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	/*content: "\f068";*/
  content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color: #333333;
  /*font-size: 32px;*/
}
#faq-accordion .card-header a.collapsed:after{
	/*content: "\2b";
  font-size: 16px;*/
  content: "\f078";
}
#faq-accordion p a {
    color: #007bff;
    text-decoration: underline;
}
#faq-accordion p a:hover{
    color: #0567d0;
}
.faq .card-body {
    border-top: 1px dotted rgba(0,0,0,.125);
}
.faq .card-body p {
	line-height: 1.55;
}
.faq .faq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  flex-direction: row;
}
.faq .faq__link {
	margin-top: 30px;
}
.faq .faq__link li:first-child{
	margin-right: 30px;
}
.faq .faq__link a {
	width: 300px;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.faq .card-header a {
		padding: .75rem 4.0rem .75rem 1.5rem;		
	}
	.faq .card-body p {
		font-size: 1.15rem;
	}  
  .faq .faq__link li:first-child {
    margin: 0 15px 0 0;
  }
  .faq .faq__link a {
    width: 250px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq .faq__link a {
    width: 160px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 375px) {
	.faq .faq__link {
    width: 160px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.faq .faq__link li:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*----------End FAQ----------*/
















