﻿body, html {
  font-family: "Noto Sans TC", sans-serif;
  background: #fff;
  line-height: 1.4;
  height: 100%;
}
/*無障礙樣式*/
a:focus, *:focus, button:focus {
  outline-color: #add7ff !important;
  outline-style: dashed !important;
  outline-width: .3rem !important;
}
input[type="text"]:focus, input[type="search"]:focus {
  background-color: #cfe3fd !important;
}
a.sr-only {
  color: #FFF;
  float: left;
}
#U[accesskey], #L[accesskey], #C[accesskey], #B[accesskey] {
  float: left;
  color: #fff;
  font-size: .01rem;
}
/*layout*/
#layall {
  position: relative;
  top: 3.5rem;
}
#layall #layall_nav {
  position: absolute;
  display: flex;
  height: calc(100vh - 3.5rem);
  z-index: 1
}
#layall #layall_content {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 3.5rem);
}
.map {
  height: calc(100vh - 5rem);
  overflow: hidden;
  position: relative;
}
.page {
  height: calc(100% - 3.5rem);
}
.indexmain {
  position: absolute;
  left: 5rem;
  width: calc(100% - 5rem);
}
.indexmain .container-fluid {
  padding: 2rem;
}
.indexmain .container {
  padding: 1.5rem;
}
/*targeticon*/
.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-right: 0.2rem;
}
.sb-topnav {
  z-index: 1049;
  background: #1a6095;
  padding: 0
}
.sb-topnav .navbar-brand {
  width: 190px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0;
}
.sb-topnav .navbar-brand img {
  width: 160px;
  margin: .25rem;
}
.btn {
  white-space: nowrap;
}
.btn-toggle {
  background: #1a6095;
  color: #fff;
  padding: .15rem .5rem;
  line-height: 1.6;
  border-radius: 50%;
  display: none;
}
.btn-toggle:hover, .btn-toggle:active, .btn-toggle:focus {
  background: #1a6095;
  color: #fff;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background: #1a6095;
  color: #fff;
}
.btn-toggle svg {
  margin-right: 0;
}
.offcanvas-header {
  background: #e3efff
}
.offcanvas-title {
  line-height: 0;
}
.offcanvas-title img {
  width: 2rem;
  margin-right: .25rem;
}
.offcanvas-body {
  padding: 0;
}
.offcanvas-body .nav-link {
  font-size: 1.1rem;
  color: #1376CB;
  border-bottom: 1px solid #f2f2f3;
  padding: .75rem;
}
.offcanvas-body .nav-link:hover {
  color: #3198f1;
  background: #f2f5f8;
}
/*上方列表*/
.topbar {
  position: fixed;
  width: 100%;
  height: 3.5rem;
  background: #fff;
  text-align: center;
  padding: .5rem;
  box-shadow: .25rem .25rem .5rem rgba(1, 1, 1, .1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1035;
}
.topbar .logo {
  width: 20rem;
}
.marquee {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  background: rgba(16, 162, 210, .1);
  border-radius: 3rem;
  padding: .15rem 1rem;
}
.marquee img {
  margin-right: .25rem;
}
.marquee .btn-lightb {
  background: #10a2d2;
  color: #fff;
  margin-left: .25rem;
}
.marquee marquee {
  max-width: 100%;
}
.sitemaptop span {
  margin-left: .5rem;
  font-size: 1.3rem;
}
.sitemaptop a {
  color: #207fc7;
  text-decoration: none;
}
.sitemaptop a:hover {
  color: #3b9bf5;
}
/*左選單*/
.breadcrumb {
  margin-bottom: .5rem;
}
.slider {
  position: fixed !important;
}
.leftsidemenu {
  width: 5rem;
  background: #1a6095;
  height: 100%;
}
.slidermenu {
  text-align: center;
  padding: 0;
  font-size: .95rem;
  border: 0;
  width: 5rem;
}
.slidermenu a {
  display: inline-block;
  width: 5rem;
  height: 6.25rem;
  color: #fff;
  text-decoration: none;
}
.slidermenu {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.slidermenu1 a {
  background: url("../img/menu01.png");
}
.slidermenu1 a:hover, .slidermenu1 a.active {
  background: url("../img/menu01a.png");
}
.slidermenu2 a {
  background: url("../img/menu02.png");
}
.slidermenu2 a:hover, .slidermenu2 a.active {
  background: url("../img/menu02a.png");
}
.slidermenu3 a {
  background: url("../img/menu03.png");
}
.slidermenu3 a:hover, .slidermenu3 a.active {
  background: url("../img/menu03a.png");
}
.slidermenu4 a {
  background: url("../img/menu04.png");
}
.slidermenu4 a:hover, .slidermenu4 a.active {
  background: url("../img/menu04a.png");
}
.slidermenu5 a {
  background: url("../img/menu05.png");
}
.slidermenu5 a:hover, .slidermenu5 a.active {
  background: url("../img/menu05a.png");
}
.slidermenu p {
  margin: 0;
  padding-top: 3.8rem;
}
.slidermenu a:hover p, .slidermenu a.active p {
  color: #535353;
  margin-left: .85rem;
}
/*內容*/
.indexmain .card {
  border-radius: 1rem;
}
.indexmain .shadow {
  box-shadow: 0 .15rem .45rem rgba(0, 0, 0, .15) !important;
}
.indexmain .card .table thead {
  border-bottom: 2px solid #6e98b9;
}
.indexmain .card .table tr:last-child td {
  border-bottom: 0;
}
.card.news .table tr:first-child td {
  padding-top: .75rem;
}
.card.news .table tr td:first-child {
  padding-left: 1.5rem;
}
/*表單*/
.form-control {
  /*height: calc(2rem + 2px);*/
  padding: 0.1rem 0.75rem;
}
.roundbtn {
  padding: 0.25rem 0.8rem;
  font-size: 1rem;
  line-height: 1.2;
  opacity: 1;
  border-radius: 1rem;
}
.table th {
  font-weight: 500;
}
.btn-sm {
  font-size: .88rem;
  padding: .25rem .55rem;
  line-height: 1.2
}
.btn-lightb {
  background: #dde8f7;
  color: #3475df;
  font-weight: 500;
  border-radius: 5rem;
}
.btn-lightb:hover {
  background: #cfe3fd;
  color: #3475df;
}
.bg-gray {
  background: #a1a1a1 !important;
}
.bg-green {
  background: #1cc88a !important;
}
.bg-orange {
  background: #fd7e14 !important;
}
.bg-primary {
  background: #1a6095 !important;
}
.text-primary {
  color: #1a6095 !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a6095;
  --bs-btn-border-color: #1a6095;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #104f7f;
  --bs-btn-hover-border-color: #104f7f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #104f7f;
  --bs-btn-active-border-color: #104f7f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1a6095;
  --bs-btn-disabled-border-color: #1a6095;
}
.border-left-primary {
  border-left: .45rem solid #1a6095 !important
}
.border-left-secondary {
  border-left: .45rem solid #858796 !important
}
.border-left-green {
  border-left: .45rem solid #1cc88a !important
}
.border-left-info {
  border-left: .45rem solid #36b9cc !important
}
.border-left-warning {
  border-left: .45rem solid #f6c23e !important
}
.border-left-danger {
  border-left: .45rem solid #dc3545 !important
}
.border-left-orange {
  border-left: .45rem solid #fd7e14 !important
}
.border-left-light {
  border-left: .45rem solid #f8f9fc !important
}
.border-left-gray {
  border-left: .45rem solid #a1a1a1 !important
}
.modal-header {
  background: #18aef4;
  color: #fff;
  padding: .5rem 1rem;
}
.modal-title {
  font-size: 1.1rem;
}
/*index*/
.Attractions {
  background: url("../img/photo01.png") 10% center;
  background-size: cover;
  border: 0;
  width: 100%;
  min-height: 8rem;
}
.bg-jiji {
  background: url("../img/bg_jiji.png") bottom;
  background-size: cover;
}
.bg-mtHehuan {
  background: url("../img/bg_mtHehuan.png");
  background-size: cover;
}
.bg-Nantou {
  background: url("../img/bg_Nantou.png");
  background-size: cover;
}
.bg-nine {
  background: url("../img/bg_nine.png") center;
  background-size: cover;
}
.bg-QingjingFarm {
  background: url("../img/bg_QingjingFarm.png");
  background-size: cover;
}
.bg-SunMoonLake {
  background: url("../img/bg_SunMoonLake.png");
  background-size: cover;
}
.bg-Xinyi {
  background: url("../img/bg_Xinyi.png");
  background-size: cover;
}
.bg-Xitou {
  background: url("../img/bg_Xitou.png") center;
  background-size: cover;
}
.bg-Zhongxing {
  background: url("../img/bg_Zhongxing.png");
  background-size: cover;
}
.placetitle {
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 1rem;
  font-size: 2.8rem;
  letter-spacing: .25rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 .75rem rgba(0, 0, 0, .2);
}
.otherall {
  right: 1rem;
  top: .45rem;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  height: 2.3rem;
  scrollbar-color: #7ec1e0 #4082a1;
  scrollbar-width: thin;
}
.otherall::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #F5F5F5;
}
.otherall::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #7ec1e0;
  border: 1px solid #4082a1;
}
.otherall::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.otherplace {
  display: flex;
}
.otherplace a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 .25rem;
  font-size: 1rem;
  line-height: 1.2;
  padding: .15rem .35rem;
  background: rgba(0, 0, 0, .3);
  font-weight: 400;
  text-shadow: 0 0 .25rem rgba(0, 0, 0, .4);
  transform: scale(1);
}
.otherplace a:hover {
  color: #FFDF79;
}
.incardtitle {
  font-size: 1.25rem;
  font-weight: 400;
  text-indent: .5rem;
  color: #1a6095;
  margin-bottom: .5rem;
}
.bigpoint {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #eee;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.speedcard {
  line-height: 1.4;
  padding: .5rem 1rem;
}
.parkcard {
  padding: .25rem 0;
}
.speedcard .bigpoint, .parkcard .bigpoint {
  width: 1.5rem;
  height: 1.5rem;
}
.speedcard .d-flex {
  margin-bottom: 1rem;
}
.parkcard .d-flex {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.parkcard .ms-auto {
  min-width: 4rem;
  display: flex;
  justify-content: space-between;
}
.speedcard .d-flex:last-child, .parkcard .d-flex:last-child {
  border-bottom: 0;
}
.nmb {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.parkcard .fa-parking {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.parkcard .nmb {
  text-align: right;
}
.sitemap ol {
  list-style-type: none;
}
.sitemap li, .sitemap a {
  text-decoration: none;
  font-weight: 400;
  margin-bottom: .25rem;
  font-size: 1.1rem;
  color: #0081E7
}
footer {
  width: 100%;
  background: #7b7b7b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .2rem 1rem;
  font-size: .9rem;
}
.fixed-bottom {
  z-index: 9999;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #8DFFF3;
}
.leftmain {
  padding: 0;
  height: 100%;
  background: #fff;
  width: 20rem;
}
.leftmain hr {
  margin: .5rem 0;
}
.leftmain .container {
  height: calc(100% - 2rem);
  overflow-y: auto;
  padding-top: .5rem;
  padding-bottom: 1rem;
}
.pagetitle {
  font-size: 1.5rem;
  color: #0064BA;
  text-align: center;
  margin-bottom: .5rem;
}
.roadcard .card-body {
  padding: .75rem;
}
.roadcard a, .eventcard a {
  text-decoration: none;
}
.roadcard .badge, .eventcard .badge {
  font-size: 1rem;
  font-weight: 400;
  border-radius: 5rem;
  padding: .25rem .75rem;
}
.roadcard p {
  font-size: .9rem;
  line-height: 1.2;
  margin-top: .25rem;
  margin-bottom: 0;
  color: #111;
}
.eventcard .title {
  font-size: 1.1rem;
}
.eventcard table {
  color: #111;
  font-size: .9rem;
  margin-top: .75rem;
}
.eventcard table th {
  white-space: nowrap;
  font-weight: 500;
}
.eventcard table th, .eventcard table td {
  vertical-align: text-top;
}
.roadcard .nmb {
  font-weight: 700;
}
.roadcard .card .col-auto {
  min-width: 4rem;
  color: #111;
}
.btn-icon {
  font-size: 1.6rem;
  color: #1a6095;
}
.comm a {
  display: inline-block;
}
.comm a img {
  width: 1.6rem;
}
.viewcard .card .table {
  margin-bottom: 0;
}
.viewcard .card .table tr:last-child td, .card .table tr:last-child th {
  border-bottom: 0;
}
.viewcard .card .table tr td:first-child, .card .table tr th:first-child {
  padding-left: 1rem;
}
.viewcard .card-header {
  text-align: center;
  font-weight: 600;
  color: #185B77;
  background: #e9f1fc
}
.openlink .dropdown-menu {
  right: 0;
}
.linkbtn .btn {
  font-size: .9rem;
  line-height: 1.3;
  padding: .25rem .75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: .65rem;
  margin-bottom: .45rem;
  background: #727980;
  color: #fff;
}
.linkbtn .btn svg {
  font-size: 1.3rem;
  display: block;
  margin-right: .5rem;
}
.linkbtn .orange.active, /*.linkbtn .orange:focus,*/ .linkbtn .orange:hover {
  background: #ffa61b;
  color: #fff;
}
.orange {
  color: #ffa61b;
}
.linkbtn .blue.active,/* .linkbtn .blue:focus, */.linkbtn .blue:hover {
  background: #0c7cef;
  color: #fff;
}
.blue {
  color: #0c7cef
}
.linkbtn .brown.active, /*.linkbtn .brown:focus,*/ .linkbtn .brown:hover {
  background: #955542;
  color: #fff;
}
.brown{
  color: #955542;
}
.linkbtn .purple.active, /*.linkbtn .purple:focus,*/ .linkbtn .purple:hover {
  background: #846add;
  color: #fff;
}
.purple{
  color: #846add;
}
.linkbtn .deeblue.active, /*.linkbtn .deeblue:focus,*/ .linkbtn .deeblue:hover {
  background: #225784;
  color: #fff;
}
.deeblue{
  color: #225784;
}
.linkbtn .green.active,/* .linkbtn .green:focus,*/ .linkbtn .green:hover {
  background: #93cf1f;
  color: #fff;
}
.green{
  color: #93cf1f;
}
.linkbtn .red.active, /*.linkbtn .red:focus,*/ .linkbtn .red:hover {
  background: #e63232;
  color: #fff;
}
.red{
  color: #e63232;
}
/*3v*/
.videoSwiper {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-bottom: 2.5rem;
}
.swiper-pagination-bullets {
  bottom: -2.5rem;
}
.swiper-pagination-bullet {
  background: #b5e7ff;
  opacity: 1
}
.swiper-pagination-bullet-active {
  background: #18aef4;
  opacity: 1
}
.videoSwiper .swiper-button-next {
  right: .15rem;
}
.videoSwiper .swiper-button-prev {
  left: .15rem;
}
.videoSwiper .swiper-navBtn {
  background: rgba(188, 234, 255, 0.3);
  color: #18aef4;
  transition: 0.3s ease;
  border-radius: 50%;
  padding: 22px;
}
.videoSwiper .swiper-navBtn:hover {
  background: rgba(188, 234, 255, 1);
}
.videoSwiper .swiper-navBtn::before, .videoSwiper .swiper-navBtn::after {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
/*index2v*/
.twovideoSwiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 4 / 3 !important;
  min-height: 10rem;
  object-fit: contain!important;
	background:#a0a0a0;
}
.twovideoSwiper .swiper-slide .mb-2{
	margin-left: .25rem;
	margin-right: .25rem;
    flex-basis: 100%;
}
.twovideoSwiper {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.twovideoSwiper .swiper-button-next {
  right: .15rem;
}
.twovideoSwiper .swiper-button-prev {
  left: .15rem;
}
.twovideoSwiper .swiper-navBtn {
  background: rgba(188, 234, 255, 0.3);
  color: #025392;
  transition: 0.3s ease;
  border-radius: 50%;
  padding: 22px;
  padding: 1.2rem;
  width: 1.2rem;
  height: 1rem;
}
.twovideoSwiper .swiper-navBtn:hover {
  background: rgba(188, 234, 255, .6);
}
.twovideoSwiper .swiper-navBtn::before, .twovideoSwiper .swiper-navBtn::after {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
/*1v*/
.oneSwiper .swiper-button-next, .oneSwiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: 0.3s ease;
  border-radius: 50%;
  padding: 1rem;
  width: 1rem;
  height: 1rem;
}
.oneSwiper .swiper-button-next::after, .oneSwiper .swiper-button-prev::after {
  font-size: 1rem;
}
.viewpointcard .card {
  border-left: .45rem solid #10a2d2;
  border-right: .45rem solid #10a2d2;
  text-align: center;
  margin-bottom: .5rem;
}
.viewpointcard a {
  text-decoration: none;
}
.viewpointcard .title {
  position: absolute;
  font-size: 1.1rem;
  padding: .15rem;
  text-align: center;
  width: 100%;
  color: #fff;
  bottom: 0;
  background: rgba(1, 1, 1, .4);
}
.viewpointcard .card-body {
  padding: 0;
}
.viewpointcard img {
  width: 100%;
  max-height: 9rem;
  object-fit: cover;
}
.title {
  color: #366189;
  font-size: 1.3rem;
  font-weight: 500;
}
.closebtn {
  display: none;
}
/*bottom-sheet*/
.show-modal {
  cursor: pointer;
  transition: 0.3s ease;
}
.show-modal:hover {
  background: #433a68;
}
.bottom-sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s linear;
  z-index: 1050;
}
.bottom-sheet.show {
  opacity: 1;
  pointer-events: auto;
}
.bottom-sheet .sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: none;
}
.bottom-sheet .contenter {
  width: 100%;
  position: relative;
  background: #fff;
  max-height: 100vh;
  height: 50vh;
  padding: 0 0 3rem 0;
  transform: translateY(100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}
.bottom-sheet.show .contenter {
  transform: translateY(0%);
}
.bottom-sheet.dragging .contenter {
  transition: none;
}
.bottom-sheet.fullscreen .contenter {
  border-radius: 0;
  overflow-y: hidden;
}
.bottom-sheet .b_header {
  display: flex;
  justify-content: center;
  background: #1a6095;
  padding: 1rem 0 .15rem;
  border-radius: 12px 12px 0 0;
}
.b_header .drag-icon {
  cursor: grab;
  user-select: none;
  padding: 1.5rem 3rem;
  margin-top: -1rem;
}
.b_header .drag-icon span {
  height: .3rem;
  width: 4rem;
  display: block;
  background: #C7D0E1;
  border-radius: 50px;
}
.bottom-sheet .body {
  height: 100%;
  overflow-y: auto;
  padding: 1rem 1rem 1.5rem 1rem;
}
/*拉霸樣式*/
.bottom-sheet .body::-webkit-scrollbar {
  width: 5px;
}
.bottom-sheet .body::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}
.bottom-sheet .body::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #a3e4ee;
  outline: 1px solid #1296ab;
  border-radius: 1rem;
}
.bottom-sheet .body .btn-closebb {
  background-size: 1.3rem;
}
.bottom-sheet .body .btn-openbb {
  font-size: 2rem;
  line-height: 0;
  background: none;
  color: #1F6BB9;
  border: 0;
}
.table-weather {
  border-collapse: separate;
  border-spacing: .2rem;
}
.table-weather th {
  background: #1ca4ef;
  color: #fff;
  width: 16%;
  padding: .5rem;
}
.table-weather th, .table-weather td {
  text-align: center;
  border: 1px solid #1ca4ef !important;
}
.table-weather th p {
  font-size: .9rem;
  margin-top: .25rem;
  margin-bottom: 0;
  white-space: nowrap;
}
.table-weather img {
  max-height: 2.5rem;
}
.poptitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .5rem;
  text-align: center;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #b7b7b7
}
.poptitle svg {
  margin-right: .5rem;
}
.CMS {
  background: #000;
  padding: 2rem .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px double #999;
}
.messageText {
  color: #24ff00;
  font-size: 1.9rem;
  margin: 0 1rem;
  letter-spacing: .05rem
}
#prevBtn, #nextBtn {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 50%;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: .05rem .35rem;
  text-decoration: none;
}
#prevBtn:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
}
#prevBtn:active {
  position: relative;
  top: 1px;
}
.poptable, .poptable2 {
  margin-bottom: 0;
}
.poptable th, .poptable2 th {
  background: #eff8f9;
  color: #094980;
  font-weight: 500;
  white-space: nowrap;
}
.poptable th {
  text-align: right;
}
.poptable2 th {
  text-align: center;
}
.poptable td a svg, .poptable2 td a svg {
  font-size: 1.5rem;
}
.poptable td, .poptable2 td {
  text-align: center;
  word-break: break-all;
}
@media (min-width: 992px) {}
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
  .placetitle {
    margin-top: .5rem;
  }
  .otherplace a {
    margin: 0 .25rem;
  }
  .btn-toggle {
    display: block;
  }
  .marquee{
	display: none;
	}
}
@media (max-width: 767.98px) {}
@media (min-width: 576px) {
  .bottom_slider, .bottom_content {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #layall_nav {
    display: none !important;
  }
  footer {
    display: none;
  }
  .map {
    height: calc(100vh - 3.5rem);
  }
  .indexmain {
    left: 0;
    width: 100%;
  }
  .bottom_slider {
    display: block;
    position: fixed;
    bottom: 0;
    height: 6rem;
    width: 100%;
    z-index: 1;
  }
  .leftsidemenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 2rem 2rem 0 0;
  }
  .slidermenu a:hover, .slidermenu a.active {
    transform: scale(1.1)
  }
  .slidermenu a:hover p, .slidermenu a.active p {
    color: #fffa6d;
    margin-left: 0;
  }
  .slidermenu1 a:hover, .slidermenu1 a.active {
    background: url("../img/menu01.png");
  }
  .slidermenu2 a:hover, .slidermenu2 a.active {
    background: url("../img/menu02.png");
  }
  .slidermenu3 a:hover, .slidermenu3 a.active {
    background: url("../img/menu03.png");
  }
  .slidermenu4 a:hover, .slidermenu4 a.active {
    background: url("../img/menu04.png");
  }
  /*.bottom_content{
		display: block;
		position: fixed;
		bottom:0;
		width:100%;
		z-index: 1;
	}
	.bottom_content .container{
		background:#fff;
		padding-top: .75rem;
		padding-bottom: .75rem;
		height: 50vh;
		overflow-y: auto;
	}
	.divider{
		background:#1a6095;
		height: 1.5rem;
		border-radius: 2rem 2rem 0 0;
		text-align: center;
		color:#fff;
		font-size: 1.5rem;
		line-height: .5rem;
	}*/
}