@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Roboto", "IBM Plex Sans Thai", sans-serif !important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

body {
  font: 100% "Roboto", "IBM Plex Sans Thai", sans-serif;
  line-height: 28px;
  color: #666;
  font-weight: 400;
}

figure {
  margin-bottom: 0;
}

.bi {
  line-height: 1;
}
.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

:root {
  scroll-behavior: auto;
}

body.mm_opened {
  position: fixed;
  width: 100%;
}

.desktop-overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 102;
}

.wrap-banner {
  padding: 0;
  position: relative;
}
.wrap-banner .swiper-slide {
  overflow: hidden;
}
.wrap-banner .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2;
  transition: 0.5s all ease;
}
.wrap-banner .swiper-slide:hover > img {
  transform: scale(1);
}
.wrap-banner .swiper {
  width: 100%;
  height: 40vw;
}
.wrap-banner .swiper-slide img {
  transform: scale(1.1);
  transition: transform 4s ease;
}
.wrap-banner .swiper-slide-active img {
  transform: scale(1);
  transition: transform 4s ease;
}

.logo {
  width: auto;
  height: 64px;
  transition: 0.5s;
}

.wrap_menu.sticky .logo {
  height: 55px;
}
.wrap_menu.sticky .topbar-menu {
  padding: 5px 0;
}

.bg-menu {
  background-color: #F2F2F2;
}

.topbar-menu {
  padding: 10px 0;
  transition: 0.5s;
}

.topbar-right {
  display: flex;
  justify-content: flex-end;
}

.txt-topright {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.txt-topright img {
  width: 15px;
  height: auto;
}

.top-sociallist {
  padding-top: 3px;
}
.top-sociallist a {
  display: inline-flex;
  margin-right: 8px;
}
.top-sociallist a img {
  height: 22px;
  width: auto;
}
.top-sociallist a:last-child {
  margin-right: 0;
}

.top-social {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 20px;
}

.top-callus {
  padding-right: 30px;
}
.top-callus a {
  color: #08366A;
  font-size: 1.25rem;
  font-weight: 500;
}

.dropdown {
  position: relative;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  font-size: 0.8125rem;
}
.dropdown-btn img {
  width: 25px;
  height: auto;
  margin-right: 8px;
}
.dropdown-btn img.icon-dropdown {
  width: 10px;
  height: auto;
  margin-left: 5px;
}

.dropdown-list {
  position: absolute;
  width: 100px;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 0.875rem;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

.dropdown-item img {
  width: 20px;
  margin-right: 10px;
}

.top-lang {
  padding-left: 20px;
}

.dropdown-list.show {
  display: block;
}

.wrap-btnlogin {
  display: flex;
  justify-content: flex-end;
}
.wrap-btnlogin a, .wrap-btnlogin button {
  display: inline-flex;
  align-items: center;
  height: 45px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 25px;
  border: 0;
}
.wrap-btnlogin a img, .wrap-btnlogin button img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}
.wrap-btnlogin a span, .wrap-btnlogin button span {
  padding: 0 10px;
}
.wrap-btnlogin a.btn-orange img, .wrap-btnlogin button.btn-orange img {
  width: 17px;
}

.btn-default {
  display: inline-flex;
  height: 47px;
  width: auto;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px 0 20px;
  border: 0;
  box-shadow: none;
}
.btn-default img {
  margin-left: 17px;
  width: 22px;
  height: auto;
}

.btn-blue {
  background-color: #08366A;
  transition: 0.5s;
}
.btn-blue:hover {
  background-color: #06274C;
}

.btn-orange {
  background-color: #F09627;
  transition: 0.5s;
}
.btn-orange:hover {
  background-color: #EE8300;
}

.btn-grey {
  background-color: #969696;
  transition: 0.5s;
}
.btn-grey:hover {
  background-color: #666;
}

.btn-white {
  background-color: #fff;
  transition: 0.5s;
  color: #F09627;
}
.btn-white:hover {
  background-color: #eee;
}

.wrap-mainmenu {
  display: flex;
  align-items: center;
}

.box-booking {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  max-width: 1250px;
  margin: 25px auto 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wrap-home-booking {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 9;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
}

.welcome-home {
  position: relative;
  padding: 70px 0 0;
  font-size: 1.25rem;
  line-height: 36px;
}
.welcome-home::before {
  content: "";
  background-image: url(../images/map.webp);
  background-size: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.welcome-home hgroup {
  margin: 15px 0 20px;
}
.welcome-home hgroup h2 {
  color: #08366A;
  font-size: 3.75rem;
}
.welcome-home hgroup h2 span {
  color: #F09627;
}
.welcome-home hgroup h3 {
  color: #08446A;
  font-size: 32px;
}
.welcome-home .btn-default {
  margin-top: 25px;
}

.title-circle {
  color: #333;
  font-size: 1.1875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.title-circle span {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #F09627;
  display: inline-block;
}

.img-welcome {
  width: 100%;
}

.home-timetable {
  background-image: url(../images/bg-blue.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 70px 70px 0 0;
  margin-top: -50px;
  padding: 80px 0 70px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 36px;
}
.home-timetable .title-page {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
.home-timetable ul li {
  list-style: none;
  position: relative;
}
.home-timetable ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #F09627;
  position: absolute;
  top: 15px;
  left: -15px;
}
.home-timetable .btn-default {
  margin-top: 20px;
}

.welcome-content {
  margin-top: 70px;
}

.title-page {
  font-size: 2.875rem;
  color: #08366A;
}
.title-page span {
  color: #F09627;
}

.cover-timetable {
  border-radius: 25px;
  border: 7px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.timetable-info {
  padding-left: 30px;
}

.box-news {
  background-color: #F2F7FF;
  padding: 50px 0 130px;
}
.box-news .btn-default {
  margin-top: 40px;
}

.news-subtopic {
  color: #08366A;
  font-size: 1.25rem;
}

.swiper-button-next, .swiper-button-prev {
  background: #08366A;
  border-radius: 60px;
  backdrop-filter: blur(6px);
  width: 35px;
  height: 35px;
  color: #fff !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 7px !important;
}
.swiper-button-next {
  right: -30px !important;
}
.swiper-button-prev {
  left: -30px !important;
}

.cover-news {
  overflow: hidden;
}
.cover-news > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4749034749;
  transition: 0.5s all ease;
}
.cover-news:hover > img {
  transform: scale(1);
}
.cover-news {
  border-radius: 13px;
}

.item-news {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  display: block;
  font-size: 1rem;
  color: #666;
  transition: 0.5s;
}
.item-news figcaption {
  padding: 15px 10px;
}
.item-news figcaption h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: #08366A;
  line-height: 31px;
  margin-top: 5px;
}
.item-news:hover {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}
.item-news:hover .cover-news img {
  transform: scale(1.1);
}

.news-date {
  color: #08446A;
}

.short-news {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .swiper-slide {
  padding: 10px;
}

.wrap-homenews {
  position: relative;
  margin-top: 15px;
}

.home-footer-info {
  background-image: url(../images/bg-footer-info.webp);
  background-size: cover;
  background-position: center center;
  color: #fff;
  border-radius: 70px 70px 0 0;
  margin-top: -70px;
  padding: 50px 0;
  text-align: center;
}
.home-footer-info h3 {
  font-size: 2.25rem;
  margin-bottom: 15px;
}
.home-footer-info h3 span {
  color: #F09627;
}
.home-footer-info-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
.home-footer-info-btn .btn-default {
  padding: 0 25px;
}
.home-footer-info-btn .btn-default img {
  margin-left: 0;
  margin-right: 7px;
  width: 17px;
}

.booking-head {
  display: flex;
}
.booking-passenger {
  margin-left: auto;
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.booking-passenger img {
  width: 16px;
  margin-right: 9px;
}
.booking-passenger img.chev-select {
  margin-right: 0;
  width: 11px;
  margin-left: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
}
.booking-passenger-select {
  position: relative;
}
.booking-passenger-select-text {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0 40px 0 20px;
  font-size: 0.9375rem;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  margin-left: 15px;
  cursor: pointer;
}
.booking-passenger-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  border-radius: 10px;
  padding: 15px;
  margin-top: 3px;
}
.booking-passenger-dropdown.show {
  display: block;
}
.booking-passenger-dropdown-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.booking-passenger-dropdown-list img {
  margin-right: 2px;
  width: 15px;
  height: auto;
}
.booking-passenger-dropdown-list img.icon-child {
  width: 19px;
}
.booking-passenger-dropdown-list input {
  width: 50px;
}
.booking-passenger-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #F8F9FA;
  color: #F09627;
  border: 1px solid #eee;
  border-radius: 5px;
}
.booking-passenger-submit {
  background-color: #F09627;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  margin-top: 15px;
}
.booking-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.booking-list li {
  background: rgba(1, 1, 1, 0.3);
  border-radius: 50px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 45px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: 0.5s;
  white-space: nowrap;
  color: #fff;
}
.booking-list li.active {
  background: #F09627;
}
.booking-list li:hover {
  background: #F09627;
}
.booking-detail {
  display: none;
}
.booking-detail.show {
  display: flex;
}

.box-minus {
  display: inline-flex;
  color: #333;
}
.box-minus input {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 2px;
  text-align: center;
  color: #666;
}

.topic-select-adult {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #08366A;
}
.topic-select-adult img {
  width: 11px;
  height: auto;
  margin-right: 0;
  cursor: pointer;
}

.bg-footer {
  background: #031A3E;
  color: #fff;
  padding: 40px 0 30px;
  text-align: center;
  border-bottom: 6px solid #F09627;
}
.bg-footer h2 {
  font-weight: 400;
  text-align: center;
}
.bg-footer a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: 0.5s;
}
.bg-footer a:hover {
  color: #F09627;
}

.menu-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.menu-footer ul {
  padding: 0;
  margin: 0;
}
.menu-footer ul li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

.footer-contact {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.footer-contact span {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px;
}
.footer-contact a {
  font-size: 1.25rem;
  display: block;
  margin-top: 10px;
}
.footer-contact .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 25px 0 15px;
}
.footer-social a {
  display: inline-block;
}

.wrap-booking-select {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap-booking-select .box-select {
  width: calc(25% - 10px);
}
.wrap-booking-select .box-select label {
  text-align: left;
  font-size: 0.9375rem;
  width: 100%;
}
.wrap-booking-select .box-select label img {
  margin: -4px 1px 0 0;
}
.wrap-booking-select .box-select input {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: 2px solid #F2F2F2;
  font-size: 0.875rem;
  padding: 0 15px;
}
.wrap-booking-select .box-select .ts-control {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: 2px solid #F2F2F2;
  font-size: 0.875rem;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #666;
}
.wrap-booking-select .box-select .ts-control option {
  text-align: left;
}
.wrap-booking-select .box-select-oneway {
  width: calc(33.33% - 10px);
}

.ts-dropdown {
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  font-size: 0.9rem;
}
.ts-dropdown .optgroup-header {
  text-align: left;
  font-size: 1rem;
  padding: 7px;
  background-color: #08366A;
  color: #fff;
  margin: 10px 0 5px;
}
.ts-dropdown .option {
  padding: 5px 10px;
}

.btn-search {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 29px;
}
.btn-search img {
  width: 100%;
}
.btn-search span {
  display: none;
}

.btn-hide-pc {
  display: none;
}

.wrap-banner-page {
  padding: 0;
  overflow: hidden;
}
.wrap-banner-page > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4;
  transition: 0.5s all ease;
}
.wrap-banner-page:hover > img {
  transform: scale(1);
}
.wrap-banner-page {
  position: relative;
}

.text-banner {
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 1300px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}

.wrap-contact {
  margin-top: 70px;
  margin-bottom: 70px;
}
.wrap-contact .title-page {
  margin: 15px 0 10px;
}

.contact-info {
  margin-bottom: 30px;
}
.contact-info div {
  color: #F09627;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-info p {
  margin-bottom: 5px;
}
.contact-info p span {
  color: #000;
  font-weight: 500;
}

.contact-follow {
  display: flex;
  align-items: center;
  gap: 15px;
}

.box-form-contact {
  background-color: #F2F7FF;
  border: 1px solid #ECF1FF;
  border-radius: 25px;
  padding: 30px 25px;
  color: #333;
}
.box-form-contact p {
  font-size: 1.125rem;
}
.box-form-contact .btn-default {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.box-form-contact .btn-default img {
  margin-left: 0;
  margin-right: 5px;
}

.title-frm-contact {
  font-size: 1.75rem;
  color: #08366A;
  font-weight: 500;
  margin-bottom: 15px;
}
.title-frm-contact img {
  width: 30px;
  height: auto;
  margin: -3px 10px 0 0;
}

.title-line {
  width: 60px;
  height: 5px;
  border-radius: 10px;
  background-color: #F09627;
  margin: 20px 0;
}

.frm-contact {
  margin-bottom: 20px;
}
.frm-contact label {
  font-size: 1rem;
  color: #333;
  margin-bottom: 3px;
}
.frm-contact label span {
  color: #f00;
}
.frm-contact .form-control {
  border: 1px solid #ECF1FF;
  font-size: 0.9375rem;
  padding: 12px 15px;
}
.frm-contact input {
  border-radius: 50px;
}
.frm-contact textarea {
  border-radius: 15px;
}

.wrap-gmaps {
  padding: 0;
}
.wrap-gmaps .ratio-21x9 {
  --bs-aspect-ratio: 25%;
}

.mt-page {
  margin-top: 60px;
  margin-bottom: 60px;
}

.box-allnew {
  margin-top: 25px;
}
.box-allnew .item-news {
  background-color: #FAFCFF;
  border: 1px solid #ECF1FF;
  margin: 0 5px 40px;
}
.box-allnew .item-news:hover {
  background-color: #F0F6FF;
}

.bg-newdetail {
  background-image: url(../images/banner-news-detail.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 200px 0;
}
.bg-newdetail .news-date {
  color: #F09627;
}
.bg-newdetail h2 {
  color: #fff;
  font-size: 2rem;
  margin: 15px 0 35px;
  font-weight: 400;
}

.photo-news {
  margin-top: -200px;
  margin-bottom: 25px;
  text-align: center;
}
.photo-news img {
  width: auto;
  max-width: 100%;
}

.content-editor {
  font-size: 1.0625rem;
  color: #666;
  line-height: 32px;
  margin-bottom: 50px;
}

.box-recentnews .title-page {
  font-size: 2.25rem;
}
.box-recentnews .btn-default {
  margin-top: 0;
}
.box-recentnews.box-news {
  padding: 50px 0;
}

.bg-about {
  background-image: url(../images/bg-about.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}
.bg-about hgroup h3 {
  color: #08366A;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
.bg-about hgroup h2 {
  margin: 15px 0 10px;
}

.about-content {
  font-size: 1.0625rem;
  line-height: 1.875rem;
  padding-right: 80px;
  margin-top: 70px;
}

.img-photoabout {
  width: 100%;
  border-radius: 25px;
  margin-top: 60px;
  z-index: 1;
  position: relative;
}

.bg-about-content {
  margin-top: -150px;
  text-align: center;
  color: #BDD6FF;
  font-size: 1rem;
  padding-top: 170px;
  padding-bottom: 40px;
}
.bg-about-content h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
  margin-top: 15px;
}

.about-content-bt {
  margin-top: 60px;
  padding-bottom: 140px;
}

.photo-about3 {
  width: 100%;
  border-radius: 25px 100px 25px 25px;
}

.desc-about {
  padding: 50px 0 0 30px;
}
.desc-about .title-page {
  font-size: 2.25rem;
}
.desc-about h3 {
  font-size: 1.375rem;
  color: #08366A;
  line-height: 32px;
  margin: 10px 0;
}

.timetable-top-content {
  text-align: center;
  padding-top: 55px;
  font-size: 1.25rem;
  color: #08366A;
  line-height: 34px;
}
.timetable-top-content h2 {
  margin-bottom: 15px;
}

.box-timetable {
  padding: 50px 0 60px;
  text-align: center;
}
.box-timetable:nth-child(even) {
  background-color: #F2F7FF;
}
.box-timetable:first-child {
  padding-top: 20px;
}
.box-timetable img {
  width: 100%;
  margin: 20px 0;
}
.box-timetable .btn-default {
  font-weight: 400;
  padding: 0 25px;
  margin-top: 15px;
}
.box-timetable .btn-default img {
  width: 15px;
  height: auto;
  margin: 0 0 0 15px;
}

.timetable-name {
  color: #F09627;
  font-size: 1.5rem;
}

.btn-routemap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.btn-routemap a {
  color: #8B8E90;
  border: 1px solid #DEDEDE;
  border-radius: 50px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  transition: 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
.btn-routemap a:hover {
  background-color: #F09627;
  color: #fff;
  border: 1px solid #F09627;
}

.list-routemap {
  padding: 50px 0;
  scroll-margin-top: 80px;
}
.list-routemap:nth-child(even) {
  background-color: #FAFAFA;
}

.route-name {
  color: #F09627;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.route-box {
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
}
.route-box-blue {
  background-color: #F2F7FF;
  border: 1px solid #E0ECFF;
}
.route-box-blue .head-name-route {
  background: #08366A;
}
.route-box-blue .list-routemap-link a:hover {
  color: #08366A;
}
.route-box-orange {
  background-color: #FFF9F1;
  border: 1px solid #FFEDD5;
}
.route-box-orange .head-name-route {
  background: #F09627;
}
.route-box-orange .list-routemap-link a::before {
  background-image: url(../images/chev-orange.svg);
}
.route-box-orange .list-routemap-link a:hover {
  color: #F09627;
}

.head-name-route {
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 15px;
}

.list-routemap-link a {
  width: 48%;
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 18px;
  color: #333;
  font-size: 0.9375rem;
  transition: 0.5s;
  line-height: 24px;
}
.list-routemap-link a::before {
  content: "";
  background-image: url(../images/chev-blue.svg);
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 0;
}

.box-from-password {
  background-color: #F2F7FF;
  border: 1px solid #ECF1FF;
  border-radius: 20px;
  padding: 20px 20px 25px;
  width: 785px;
  max-width: 100%;
  margin: 25px auto 0;
}

.box-from-password label {
  color: #333;
  margin-bottom: 2px;
}
.box-from-password label span {
  color: #f00;
}
.box-from-password .form-control {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ECF1FF;
  font-size: 0.95rem;
  padding: 10px 15px;
}
.box-from-password .btn-default {
  width: 100%;
  padding: 0 20px;
  justify-content: center;
  margin-top: 25px;
}

.frm-password {
  display: flex;
}
.frm-password .form-control {
  width: calc(100% - 165px);
}
.frm-password .btn-default {
  width: 155px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 0;
}

.wrap-password {
  padding: 70px 0;
  min-height: calc(100vh - 540px);
}
.wrap-password p {
  color: #333;
}

.menu-account-mb {
  display: none;
}

.menu-account {
  background-color: #F8FBFF;
  border: 1px solid #ECF1FF;
  border-radius: 10px;
  padding: 20px 17px;
}
.menu-account ul {
  padding: 0;
  margin-top: 15px;
}
.menu-account ul li {
  list-style: none;
  padding: 9px 0;
}
.menu-account ul li a {
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.menu-account ul li a:hover {
  color: #F09627;
}
.menu-account ul li a img {
  margin-right: 7px;
}
.menu-account ul li a.here {
  color: #F09627;
  font-weight: 500;
}

.account-name {
  color: #08366A;
  font-size: 1.1875rem;
  font-weight: 500;
  border-bottom: 1px solid #D8E2FC;
  padding-bottom: 12px;
  line-height: 24px;
}

.account-title-page {
  color: #08366A;
  font-size: 1.75rem;
  font-weight: 500;
}

.account-content {
  padding-left: 35px;
}
.account-content .btn-default {
  width: 135px;
  padding: 0 15px;
  justify-content: center;
  margin-top: 25px;
}

.account-title-form {
  color: #F09627;
  font-size: 1.5rem;
  margin-top: 30px;
}

.account-boxform {
  border: 1px solid #D7E7FF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 12px;
}

.frm-contact input {
  color: #666;
}

.box-mybooking {
  border: 1px solid #D7E7FF;
  border-radius: 10px;
  margin-top: 25px;
}
.box-mybooking-head {
  background-color: #E9F2FF;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  color: #333;
  font-size: 0.875rem;
}
.box-mybooking-id {
  font-weight: 500;
  font-size: 1rem;
}
.box-mybooking-id span {
  color: #F09627;
}
.box-mybooking-info {
  padding: 15px;
}
.box-mybooking-place {
  color: #08366A;
  font-weight: 500;
  font-size: 0.9375rem;
}
.box-mybooking-place img {
  width: 15px;
  height: auto;
  margin: 0 5px;
}
.box-mybooking-place img.img-locate {
  margin: -5px 0 0;
}

.date-booking {
  color: #000;
  margin-left: 19px;
  font-size: 0.875rem;
}

.booking-info-right {
  text-align: right;
}

.booking-price {
  color: #08366A;
  font-size: 1rem;
  line-height: 20px;
}
.booking-price span {
  color: #F09627;
  font-size: 1.625rem;
  font-weight: 500;
  padding-left: 3px;
}

.qty-passenger {
  font-size: 0.8125rem;
  color: #666;
}

.booking-amount div {
  display: inline-block;
  font-size: 0.8125rem;
  color: #08366A;
  font-weight: 500;
  margin-left: 10px;
}
.booking-amount div img {
  margin-top: -3px;
}

.top-depart-info {
  background: #08366A;
  color: #fff;
  font-size: 0.75rem;
  padding: 10px 0;
}
.top-depart-locate {
  color: #F09627;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 18px;
}
.top-depart-date {
  display: flex;
  align-items: center;
  margin-top: 8px;
  line-height: 16px;
}

.icon-circle {
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #F09627;
  display: inline-block;
  margin: 0 12px;
}

.top-box-bookig {
  background-color: #F2F7FF;
  padding: 15px 0;
}
.top-box-bookig .box-booking {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  z-index: 11;
}
.top-box-bookig .booking-list li {
  font-size: 0.875rem;
  height: 40px;
  padding: 0 20px;
  background: rgba(11, 44, 96, 0.3);
}
.top-box-bookig .booking-list li.active, .top-box-bookig .booking-list li:hover {
  background: #F09627;
}
.top-box-bookig .booking-passenger {
  font-size: 0.9375rem;
  color: #08366A;
}
.top-box-bookig .booking-passenger-select-text {
  color: #666;
  background-color: #fff;
  height: 40px;
  border: 1px solid #ECF1FF;
  padding: 0 40px 0 15px;
  font-size: 0.875rem;
}
.top-box-bookig .booking-passenger img.chev-select {
  top: 17px;
}
.top-box-bookig .wrap-booking-select {
  width: 100%;
}
.top-box-bookig .wrap-booking-select .box-select {
  width: 19%;
}
.top-box-bookig .wrap-booking-select .box-select:last-child {
  width: 20%;
  padding-top: 28px;
  text-align: center;
}
.top-box-bookig .wrap-booking-select .box-select label {
  color: #08366A;
}
.top-box-bookig .wrap-booking-select .box-select .ts-control {
  border: 1px solid #ECF1FF;
}
.top-box-bookig .wrap-booking-select .box-select input {
  border: 1px solid #ECF1FF;
}
.top-box-bookig .wrap-booking-select .box-select .btn-default {
  height: 45px;
  font-weight: 400;
  padding: 0 17px;
  font-size: 0.875rem;
  display: inline-block;
  min-width: 100px;
}
.top-box-bookig .wrap-booking-select .box-select .btn-default:last-child {
  margin-left: 5px;
}
.top-box-bookig .wrap-booking-select .box-select.box-select-oneway {
  width: 25.6%;
}
.top-box-bookig .wrap-booking-select .box-select.box-select-oneway:last-child {
  width: 20%;
}

.box-calendar {
  background: #fff;
  border: 1px solid #ECF1FF;
  border-radius: 10px;
  padding: 15px;
  margin-top: 12px;
  position: relative;
  display: flex;
}
.box-calendar .selectdate {
  width: calc(100% - 170px);
  display: inline-block;
  padding-left: 30px;
}
.box-calendar .swiper-button-next, .box-calendar .swiper-button-prev {
  background: rgba(11, 44, 96, 0.3);
  border-radius: 60px;
  backdrop-filter: blur(6px);
  width: 25px;
  height: 25px;
  color: #fff !important;
  border: 1px solid #A0ACB9;
  top: 53px;
}
.box-calendar .swiper-button-next svg, .box-calendar .swiper-button-prev svg {
  width: 6px !important;
}
.box-calendar .swiper-button-next {
  right: 20px !important;
}
.box-calendar .swiper-button-prev {
  left: 143px !important;
}

.box-select-date {
  width: 110px;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding-right: 15px;
  display: inline-block;
}
.box-select-date img {
  width: 20px;
  height: auto;
}
.box-select-date div {
  font-weight: 500;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
}

.item-date {
  background-color: #FBFBFB;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  width: 80px;
  height: 56px;
  text-align: center;
  color: #666;
  font-size: 0.625rem;
  line-height: 20px;
}
.item-date-num {
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 9px;
  text-transform: uppercase;
}
.item-date.active {
  background-color: #08366A;
  color: #fff;
}
.item-date.active .item-date-num {
  color: #fff;
}
.item-date.active-between {
  background-color: #F0F6FE;
  border: 1px solid #D7E7FF;
}

.booking-page {
  margin-top: 40px;
  margin-bottom: 50px;
}

.login-menu li.active {
  color: #F00;
}
.login-detail {
  display: none;
}
.login-detail.show {
  display: block;
}

.depart-head {
  background: #08366A;
  color: #fff;
  border-radius: 10px;
  width: auto;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.depart-head span {
  color: #F09627;
}

.box-depart-info {
  background-color: #fff;
  border: 1px solid #D7E7FF;
  border-radius: 10px;
  padding: 13px 13px 16px;
  margin-bottom: 30px;
}
.box-depart-info.full {
  opacity: 0.7;
}

.btn-full {
  background-color: #D80004;
}
.btn-full:hover {
  background-color: #D80004;
}

.boat-logo {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.boat-logo img {
  width: 100%;
}

.boat-logoname {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  gap: 10px;
  line-height: 20px;
}

.boat-photo {
  text-align: right;
}
.boat-photo img {
  height: 45px;
  width: auto;
  border-radius: 5px;
  margin-left: 4px;
}

.box-booktime {
  width: 33%;
  display: inline-block;
  line-height: 24px;
}
.box-booktime-time {
  color: #08366A;
  font-weight: 500;
  font-size: 1.625rem;
}
.box-booktime-date {
  color: #666;
  font-size: 0.75rem;
}
.box-booktime-pier {
  font-size: 0.875rem;
  color: #08366A;
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-top: 3px;
}
.box-booktime-pier img {
  width: 15px;
  height: auto;
  margin: -2px 3px 0 0;
}
.box-booktime-locate {
  font-size: 0.75rem;
  margin-left: 15px;
  line-height: 18px;
}

.box-qtytime {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.box-qtytime .qtytime {
  border: 1px solid #ECF1FF;
  color: #2E5D91;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0 12px;
}

.wrap-boat-photo {
  margin-bottom: 15px;
}

.box-detail {
  position: relative;
}
.box-detail .btn-default {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0 25px;
  width: 100px;
  height: 38px;
  justify-content: center;
}

summary {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-top: 5px;
}
summary span {
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "";
  transition: 0.3s;
  background-image: url(../images/chev-black.svg);
  background-size: 100%;
  width: 10px;
  height: 6px;
  position: relative;
  top: 12px;
  left: 5px;
}

details[open] summary::after {
  transform: rotate(180deg);
}

.content-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  padding-top: 15px;
}

.content-detail > .desc-boat {
  overflow: hidden;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 15px 15px 0;
  line-height: 23px;
}

details[open] .content-detail {
  grid-template-rows: 1fr;
}

.photo-boat {
  width: 100%;
  border-radius: 6px;
}

.desc-boat .row {
  margin-bottom: 10px;
}

.desc-boatname {
  color: #08366A;
  font-weight: 500;
}

.title-summary {
  color: #08366A;
  font-size: 1.375rem;
  font-weight: 500;
}

.box-summary {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 12px;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 26px;
}
.box-summary-head {
  border-radius: 8px;
  display: flex;
  color: #fff;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 0.9375rem;
}
.box-summary-adult {
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
}
.box-summary-adult-list {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.box-summary-adult-list span {
  color: #08366A;
  font-weight: 500;
}
.box-summary-total {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 15px;
}
.box-summary-total-list {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.box-summary-total-list span {
  font-weight: 500;
}
.box-summary-total-listtotal {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  font-weight: 500;
  color: #08366A;
  font-size: 1.0625rem;
  margin-top: 8px;
}
.box-summary b {
  font-weight: 500;
}

.wrap-summary {
  padding-left: 5px;
}

.bg-blue {
  background-color: #08366A;
}

.bg-orange {
  background-color: #F09627;
}

.box-refund {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #08366A;
  font-weight: 500;
  margin: 12px 0;
}
.box-refund div {
  font-size: 14px;
  color: #F42525;
  list-style: 24px;
  display: flex;
  align-items: center;
}
.box-refund div img {
  margin-right: 5px;
}

.refund-title {
  color: #000;
  font-weight: 500;
}

.txt-change-ticket {
  color: #08366A;
  font-weight: 500;
  font-size: 1rem;
}

.booking-return .depart-head {
  background-color: #F09627;
}
.booking-return .depart-head span {
  color: #08366A;
  font-weight: 500;
}
.booking-return .box-depart-info {
  border: 1px solid #FFE6BB;
}

.btn-changetrip {
  margin: 5px 0 25px;
}
.btn-changetrip a {
  color: #08366A;
  font-weight: 500;
  display: block;
}
.btn-changetrip a img {
  width: 15px;
  height: auto;
  margin: -2px 3px 0 0;
}
.btn-changetrip a span {
  text-decoration: underline;
}
.btn-changetrip-return a {
  color: #F09627;
}

.booking-form {
  padding-right: 40px;
}
.booking-form .title-line {
  margin-bottom: 30px;
}

.box-bookingform-note {
  background-color: #F8FBFF;
  border: 1px solid #ECF1FF;
  border-radius: 15px;
  padding: 15px 20px;
  margin: 15px 0;
  font-size: 0.9375rem;
  line-height: 24px;
}
.box-bookingform-note ul {
  padding: 5px 0 0 15px;
  margin-bottom: 0;
}

.head-booking-note {
  color: #F09627;
  font-size: 1.0625rem;
  font-weight: 500;
}

.booking-faq {
  margin: 10px 0 0;
}
.booking-faq-topic {
  color: #08366A;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.booking-faq-topic::before {
  content: "";
  background-image: url(../images/chev-faq.svg);
  background-size: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 0;
}
.booking-faq-desc {
  padding-left: 20px;
}

.modal-content {
  background-color: #F2F7FF;
  border-radius: 25px;
  padding: 20px;
}

.modal-dialog {
  max-width: 600px;
  width: 100%;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.login-logo {
  text-align: center;
}
.login-logo img {
  width: auto;
  height: 90px;
}

.login-menu {
  text-align: center;
  padding: 0;
  margin: 20px 0 30px;
}
.login-menu li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C4CFE2;
  color: #677B9D;
  font-size: 1.125rem;
  width: 182px;
  height: 50px;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
}
.login-menu li.active {
  color: #fff;
  background-color: #08366A;
}

.btn-forgorpass {
  display: flex;
  justify-content: flex-end;
  color: #08366A;
  text-decoration: underline;
}

.login-detail .btn-default {
  width: 100%;
  justify-content: center;
}

/*responsive*/
@media (max-width: 1440px) {
  .welcome-home hgroup h2 {
    font-size: 3.125rem;
    margin-bottom: 15px;
  }
  .welcome-home hgroup h3 {
    font-size: 1.625rem;
  }
  .welcome-home p {
    font-size: 1.125rem;
    line-height: 32px;
  }
  .title-page {
    font-size: 2.5rem;
  }
  .home-timetable {
    font-size: 1.125rem;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .wrap-banner .swiper {
    height: 55vw;
  }
  .wrap-home-booking {
    bottom: 30px;
    padding: 0 20px;
  }
  .wrap-home-booking h1 {
    font-size: 2rem;
  }
  .wrap-home-booking p {
    font-size: 1rem;
  }
  .home-timetable {
    margin-top: 0;
    border-radius: 50px 50px 0 0;
    padding: 50px 0 60px;
    font-size: 1rem;
    line-height: 30px;
  }
  .home-timetable .title-page {
    margin-bottom: 25px;
  }
  .welcome-content {
    margin-top: 0;
  }
  .welcome-home {
    padding: 60px 0;
  }
  .welcome-home hgroup {
    margin-bottom: 15px;
  }
  .welcome-home hgroup h2 {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
  .welcome-home hgroup h3 {
    font-size: 1.4rem;
    line-height: 32px;
  }
  .title-page {
    font-size: 2.2rem;
  }
  .timetable-info {
    padding-left: 10px;
  }
  .btn-default {
    font-weight: 400;
  }
  .news-subtopic {
    font-size: 1rem;
  }
  .news .swiper-slide {
    padding: 0;
  }
  .swiper-button-next {
    right: -15px !important;
  }
  .swiper-button-prev {
    left: -15px !important;
  }
  .box-news .btn-default {
    margin-top: 25px;
  }
  .home-footer-info {
    border-radius: 50px 50px 0 0;
  }
  .news-date {
    font-size: 0.9rem;
  }
  .item-news figcaption h3 {
    font-size: 1.1rem;
    line-height: 28px;
    margin-bottom: 3px;
  }
  .text-banner {
    font-size: 1.6rem;
    bottom: 30px;
    padding-left: 30px;
    font-weight: 400;
  }
  .wrap-contact {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .box-form-contact {
    border-radius: 20px;
  }
  .box-form-contact p {
    font-size: 1rem;
  }
  .title-frm-contact {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .title-frm-contact img {
    width: 25px;
  }
  .title-line {
    width: 45px;
    height: 5px;
    margin: 15px 0 20px;
  }
  .wrap-gmaps .ratio-21x9 {
    --bs-aspect-ratio: 30%;
  }
  .box-recentnews .btn-default {
    margin-top: 0;
  }
  .about-content {
    padding-right: 30px;
    margin-top: 35px;
  }
  .img-photoabout {
    margin-top: 45px;
  }
  .bg-about-content {
    margin-top: -70px;
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .bg-about-content h3 {
    font-size: 1.25rem;
    line-height: 34px;
  }
  .photo-about3 {
    border-radius: 20px 60px 20px 20px;
  }
  .desc-about {
    padding: 0 0 0 10px;
  }
  .desc-about h3 {
    font-size: 1.2rem;
    line-height: 30px;
  }
  .desc-about .title-page {
    font-size: 2rem;
  }
  .about-content-bt {
    margin-top: 50px;
    padding-bottom: 115px;
  }
  .head-name-route {
    font-size: 1.1rem;
    padding: 8px 15px;
  }
  .list-routemap-link a {
    width: 33%;
  }
  .menu-account {
    padding: 12px 11px 0 11px;
  }
  .account-name {
    font-size: 1rem;
  }
  .menu-account ul li a {
    font-size: 0.95rem;
  }
  .account-content {
    padding-left: 15px;
  }
  .account-title-form {
    font-size: 1.3rem;
  }
  .top-box-bookig .wrap-booking-select .box-select {
    width: 24%;
  }
  .top-box-bookig .wrap-booking-select .box-select:last-child {
    width: 100%;
    text-align: right;
    padding-top: 0;
  }
  .box-depart-info .booking-info-right {
    background-color: #F2F7FF;
    margin: 10px 0;
    text-align: left;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box-depart-info .booking-info-price {
    display: flex;
    align-items: flex-end;
    line-height: 18px;
  }
  .box-depart-info .booking-info-price .qty-passenger {
    padding-left: 10px;
  }
  .box-depart-info .booking-info-price .booking-price {
    font-size: 0.9rem;
  }
  .box-depart-info .booking-info-price .booking-price span {
    font-size: 1.3rem;
  }
  .box-booktime-time {
    font-size: 1.3rem;
  }
  .box-detail .btn-default {
    height: 35px;
    font-size: 0.8rem;
    width: 85px;
  }
  .box-summary-total {
    padding: 10px;
  }
  .box-summary-total-listtotal {
    font-size: 0.95rem;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway {
    width: 23%;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway:last-child {
    width: 27%;
    padding-top: 28px;
  }
  .booking-form {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .booking-passenger-select-text {
    height: 42px;
    font-size: 0.85rem;
  }
  .booking-list li {
    height: 42px;
    font-size: 0.9rem;
  }
  .booking-passenger {
    font-size: 0.9rem;
  }
  .booking-head {
    margin-bottom: 15px;
  }
  .wrap-banner .swiper {
    height: 65vw;
  }
  .title-circle {
    font-size: 1rem;
  }
  .title-circle span {
    width: 5px;
    height: 5px;
  }
  .welcome-home {
    padding: 50px 0;
  }
  .welcome-home hgroup {
    margin: 10px 0;
  }
  .welcome-home hgroup h2 {
    font-size: 2rem;
  }
  .welcome-home hgroup h3 {
    font-size: 1.2rem;
  }
  .welcome-home p {
    font-size: 1rem;
    line-height: 28px;
  }
  .btn-default {
    font-size: 0.9rem;
    height: 44px;
  }
  .title-page {
    font-size: 2rem;
  }
  .home-timetable {
    padding: 40px 0;
  }
  .timetable-info {
    padding: 20px 0 0;
  }
  .box-news {
    padding-top: 40px;
  }
  .home-footer-info {
    padding: 35px 0;
  }
  .home-footer-info h3 {
    font-size: 1.8rem;
  }
  .menu-footer ul li {
    padding: 0 10px;
  }
  .footer-contact a {
    font-size: 1rem;
    margin-top: 5px;
  }
  .bg-footer {
    font-size: 0.85rem;
  }
  .wrap-gmaps .ratio-21x9 {
    --bs-aspect-ratio: 40%;
  }
  .wrap-banner-page {
    overflow: hidden;
  }
  .wrap-banner-page > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2.75;
    transition: 0.5s all ease;
  }
  .wrap-banner-page:hover > img {
    transform: scale(1);
  }
  .mt-page {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .bg-newdetail {
    padding: 50px 0 100px 0;
  }
  .bg-newdetail h2 {
    font-size: 1.5rem;
  }
  .photo-news {
    margin-top: -100px;
  }
  .box-recentnews .title-page {
    font-size: 1.8rem;
  }
  .box-recentnews.box-news {
    padding-top: 35px;
  }
  .about-content {
    margin-top: 0;
    padding-right: 10px;
  }
  .about-content p {
    font-size: 1rem;
  }
  .bg-about {
    padding-top: 45px;
  }
  .bg-about hgroup h3 {
    font-size: 1.125rem;
    line-height: 30px;
  }
  .bg-about hgroup h2 {
    margin-top: 10px;
  }
  .img-photoabout {
    margin-top: 25px;
    border-radius: 15px;
  }
  .bg-about-content {
    padding-top: 80px;
    padding-bottom: 30px;
    border-radius: 45px 45px 0 0;
  }
  .bg-about-content h3 {
    font-size: 1.15rem;
    line-height: 32px;
  }
  .desc-about {
    padding: 0;
    margin-top: 30px;
  }
  .desc-about .title-page {
    font-size: 1.8rem;
  }
  .timetable-top-content {
    padding-top: 40px;
    font-size: 1.05rem;
    line-height: 30px;
  }
  .timetable-top-content h2 {
    margin-bottom: 10px;
  }
  .timetable-name {
    font-size: 1.3rem;
  }
  .box-timetable {
    padding: 35px 0 45px;
  }
  .box-timetable img {
    margin: 15px 0;
  }
  .list-routemap-link a {
    width: 49%;
  }
  .btn-routemap {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
  }
  .btn-routemap a {
    font-size: 0.9rem;
  }
  .route-name {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .menu-account-mb {
    display: block;
  }
  .menu-account-mb li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }
  .mainmenu ul.menu-account-mb {
    padding-top: 15px;
  }
  .menu-account ul {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .menu-account ul li {
    display: inline-block;
    padding-right: 25px;
  }
  .account-content {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .account-title-page {
    font-size: 1.7rem;
  }
  .top-box-bookig .wrap-booking-select .box-select {
    width: 49%;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-selectdate {
    width: 30%;
  }
  .top-box-bookig .wrap-booking-select .box-select:last-child {
    width: 37%;
    text-align: center;
    padding-top: 29px;
  }
  .top-box-bookig .wrap-booking-select .box-select .ts-control {
    height: 40px;
  }
  .top-box-bookig .wrap-booking-select .box-select .btn-default {
    height: 40px;
  }
  .top-box-bookig .wrap-booking-select .box-select input {
    height: 40px;
  }
  .box-booking .booking-head {
    margin-bottom: 0;
  }
  .box-calendar {
    display: none;
  }
  .title-summary {
    font-size: 1.3rem;
    margin-top: 35px;
  }
  .wrap-summary {
    padding-left: 0;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway {
    width: 32%;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway:last-child {
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway input {
    height: 40px;
  }
  .booking-form {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .top-callus, .top-social {
    display: none;
  }
  .top-lang {
    padding-left: 0;
  }
  .top-lang .txt-topright {
    display: none;
  }
  .logo {
    height: 50px;
  }
  .topbar-menu {
    padding: 8px 0;
  }
  .dropdown-btn img {
    margin-right: 4px;
    margin-top: -3px;
    width: 20px;
  }
  .wrap-btnlogin {
    justify-content: space-between;
  }
  .wrap-btnlogin a {
    height: 40px;
    font-size: 0.75rem;
  }
  .wrap-btnlogin a.btn-orange {
    margin-left: auto;
  }
  .bg-menu .col-12 {
    padding: 0;
    background-color: #08366A;
  }
  .wrap-banner .swiper {
    height: 80vh;
  }
  .wrap-home-booking h1 {
    font-size: 1.6rem;
  }
  .wrap-home-booking p {
    font-size: 0.85rem;
    line-height: 26px;
  }
  .booking-head {
    flex-wrap: wrap;
  }
  .box-booking {
    padding: 10px;
    margin-top: 15px;
  }
  .booking-passenger {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap-booking-select {
    width: 100%;
  }
  .wrap-booking-select .box-select {
    width: calc(50% - 10px);
  }
  .wrap-booking-select .box-select label {
    font-size: 0.8rem;
  }
  .wrap-booking-select .box-select label img {
    width: 16px;
  }
  .booking-detail.show {
    flex-wrap: wrap;
  }
  .btn-search {
    margin-top: 15px;
    background-color: #F09627;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    height: 43px;
  }
  .btn-search img {
    display: none;
  }
  .btn-search span {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .welcome-home {
    padding: 25px 0;
  }
  .title-circle {
    font-weight: 400;
  }
  .welcome-home {
    font-size: 0.9rem;
  }
  .welcome-home hgroup {
    margin-bottom: 0;
  }
  .welcome-home hgroup h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .welcome-home hgroup h3 {
    font-size: 1.05rem;
    margin-bottom: 2px;
  }
  .img-welcome {
    margin-top: 35px;
  }
  .home-timetable {
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
    padding: 50px 10px 35px;
  }
  .title-page {
    font-size: 1.5rem;
  }
  .cover-timetable {
    border-radius: 15px;
    border: 4px solid rgba(255, 255, 255, 0.1);
  }
  .timetable-info {
    padding-top: 15px;
  }
  .btn-hide-mb {
    display: none;
  }
  .btn-hide-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box-news {
    padding: 30px 20px 70px;
  }
  .box-news .title-page {
    text-align: center;
  }
  .box-news .news-subtopic {
    text-align: center;
  }
  .box-news .btn-default {
    margin: 20px auto 0;
  }
  .home-footer-info {
    border-radius: 30px 30px 0 0;
    padding: 25px 15px 30px;
    margin-top: -35px;
  }
  .home-footer-info h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .home-footer-info p {
    font-size: 0.85rem;
    line-height: 24px;
  }
  .home-footer-info-btn {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-footer-info-btn .btn-default {
    width: 100%;
    justify-content: center;
  }
  .bg-footer {
    padding: 25px 0;
  }
  .bg-footer h2 {
    font-size: 1.25rem;
  }
  .bg-footer a {
    font-size: 0.75rem;
  }
  .menu-footer {
    padding: 10px 0;
    margin-top: 15px;
  }
  .footer-contact {
    padding: 10px 0;
  }
  .footer-contact a {
    display: inline-block;
  }
  .footer-contact span {
    font-size: 0.75rem;
  }
  .footer-social {
    margin: 10px 0;
  }
  .topbar-right {
    margin-top: 11px;
  }
  .wrap-banner-page {
    overflow: hidden;
  }
  .wrap-banner-page > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.9175;
    transition: 0.5s all ease;
  }
  .wrap-banner-page:hover > img {
    transform: scale(1);
  }
  .text-banner {
    font-size: 1.3rem;
    bottom: 20px;
    padding-left: 25px;
  }
  .wrap-contact {
    margin-top: 30px;
  }
  .wrap-contact .title-page {
    margin-top: 10px;
  }
  .contact-info {
    margin-bottom: 20px;
  }
  .contact-info div {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .box-form-contact {
    padding: 20px 15px;
  }
  .box-form-contact p {
    font-size: 0.95rem;
    line-height: 26px;
  }
  .title-frm-contact {
    font-size: 1.25rem;
  }
  .title-frm-contact img {
    width: 23px;
  }
  .wrap-gmaps .ratio-21x9 {
    --bs-aspect-ratio: 60%;
  }
  .mt-page {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .box-allnew .item-news {
    margin-bottom: 25px;
  }
  .bg-newdetail h2 {
    font-size: 1.25rem;
    line-height: 32px;
    margin: 10px 0 25px;
  }
  .content-editor {
    font-size: 0.9375rem;
    line-height: 30px;
  }
  .photo-news {
    margin-bottom: 15px;
  }
  .box-recentnews .title-page {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .box-recentnews.box-news {
    padding: 30px 30px 40px;
  }
  .bg-about {
    padding: 30px 10px;
  }
  .bg-about hgroup h3 {
    font-size: 1.05rem;
    line-height: 28px;
  }
  .bg-about .img-welcome {
    margin-top: 10px;
  }
  .about-content p {
    font-size: 0.95rem;
    line-height: 28px;
  }
  .bg-about-content {
    border-radius: 0;
    padding-top: 40px;
    font-size: 0.95rem;
    padding-bottom: 20px;
  }
  .bg-about-content h3 {
    font-size: 1.05rem;
    line-height: 30px;
  }
  .img-photoabout {
    border-radius: 10px;
  }
  .photo-about3 {
    border-radius: 15px 40px 15px 15px;
  }
  .about-content-bt {
    margin-top: 35px;
    padding-bottom: 70px;
    font-size: 0.95rem;
  }
  .desc-about h3 {
    font-size: 1.15rem;
  }
  .desc-about .title-page {
    font-size: 1.5rem;
  }
  .timetable-top-content {
    padding-top: 30px;
  }
  .timetable-top-content .title-page {
    font-size: 1.4rem;
  }
  .timetable-name {
    font-size: 1.1rem;
  }
  .box-timetable {
    padding: 25px 0 35px;
  }
  .box-timetable img {
    margin: 10px 0;
  }
  .box-timetable:first-child {
    padding-top: 10px;
  }
  .box-timetable .btn-default {
    height: 42px;
    padding: 0 20px;
  }
  .btn-routemap {
    margin-top: 15px;
  }
  .btn-routemap a {
    height: 40px;
    padding: 0 20px;
  }
  .route-name {
    font-size: 1.3rem;
  }
  .head-name-route {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .list-routemap-link a {
    width: 100%;
    padding: 1px 0 1px 15px;
    font-size: 0.85rem;
  }
  .list-routemap-link a::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .route-box {
    padding: 10px;
  }
  .list-routemap {
    padding: 35px 0;
  }
  .wrap-password {
    padding: 40px 0 60px;
  }
  .wrap-password p {
    font-size: 0.9rem;
    line-height: 26px;
  }
  .frm-password {
    display: block;
  }
  .frm-password .form-control {
    width: 100%;
    display: block;
    padding: 12px 15px;
    margin-bottom: 13px;
  }
  .frm-password .btn-default {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .frm-new-pass {
    margin-top: 15px;
  }
  .box-from-password .btn-default {
    font-size: 1rem;
  }
  .menu-account {
    display: none;
  }
  .account-content {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .account-content .btn-default {
    width: 100%;
    font-size: 1rem;
  }
  .account-title-page {
    font-size: 1.4rem;
  }
  .box-mybooking-head {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  .box-mybooking-id {
    font-size: 0.9rem;
  }
  .box-mybooking-info {
    padding: 10px;
  }
  .booking-info-right {
    text-align: left;
    border-top: 1px solid #D7E7FF;
    margin-top: 5px;
    padding-top: 10px;
  }
  .booking-price {
    font-size: 0.9rem;
    display: inline-block;
  }
  .booking-price span {
    font-size: 1.3rem;
  }
  .qty-passenger {
    display: inline-block;
    padding-left: 5px;
  }
  .date-booking {
    font-size: 0.8rem;
  }
  .booking-amount div {
    margin-left: 0;
    margin-right: 10px;
  }
  .top-depart-locate {
    font-size: 0.8rem;
  }
  .top-depart-date {
    flex-wrap: wrap;
    font-size: 0.75rem;
    margin-top: 5px;
  }
  .top-box-bookig .booking-list li {
    font-size: 0.8rem;
    height: 35px;
    padding: 0 15px;
  }
  .top-box-bookig .wrap-booking-select {
    margin-top: 7px;
  }
  .top-box-bookig .wrap-booking-select .box-select {
    width: 48%;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-selectdate {
    width: 48%;
  }
  .top-box-bookig .wrap-booking-select .box-select:last-child {
    width: 100%;
    padding-top: 7px;
    text-align: right;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway {
    width: 48%;
  }
  .top-box-bookig .wrap-booking-select .box-select.box-select-oneway.box-select-onewaydate {
    width: 100%;
  }
  .box-booking .booking-passenger {
    font-size: 0.8rem;
  }
  .box-booking .booking-passenger img {
    width: 14px;
    margin-right: 5px;
  }
  .booking-page {
    margin-top: 25px;
  }
  .depart-head {
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 24px;
  }
  .mb-nopad {
    padding: 0;
  }
  .boat-logoname {
    font-size: 0.8rem;
    gap: 7px;
    line-height: 16px;
  }
  .boat-photo img {
    width: 40px;
    height: auto;
    border-radius: 3px;
    margin-left: 1px;
  }
  .boat-logo {
    width: 40px;
    height: 38px;
  }
  .box-booktime {
    vertical-align: top;
    line-height: 21px;
    width: 36%;
  }
  .box-booktime-time {
    font-size: 1.05rem;
  }
  .box-booktime-pier {
    align-items: flex-start;
  }
  .box-booktime-pier img {
    margin-top: 0;
  }
  .box-qtytime {
    width: 25%;
  }
  .box-qtytime .qtytime {
    font-size: 0.7rem;
    padding: 0 10px;
  }
  .box-depart-info .booking-info-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .box-depart-info .booking-info-price .booking-price span {
    font-size: 1.15rem;
  }
  .mb-nopad-left {
    padding-left: 0;
  }
  .title-summary {
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .modal-content {
    border-radius: 15px;
    padding: 10px;
  }
  .login-logo img {
    height: 80px;
  }
  .login-menu li {
    font-size: 1rem;
    width: 150px;
    height: 45px;
    margin: 0 2px;
  }
  .wrap_menu.sticky .logo {
    height: 45px;
  }
}/*# sourceMappingURL=layout.css.map */