@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: "Sarabun", sans-serif !important;
}
.nuduan-panel {
	padding: 8px 5px;
}
@media (max-width: 991px) { 
	.nuduan-panel span {
		padding-bottom: 10px;
	}
}
.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.library-header {
	padding-bottom: 10px;
}
.library-header .container .title_main {
	padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.library-card {
	margin-top: 25px;
}
p.title-page {
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
}
#left-bar {
	margin-bottom: 20px;
}
.content_ticket {
	margin-bottom: 10rem;
}
.content_ticket h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {


}

.recommended-places h3 {
	color: #2E383C;
	font-size: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .content_ticket .container .menu-sub {
  border-bottom: none !important;
   }
}
.content_ticket .container .menu-sub {

    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
 
    border-bottom: 1px solid #e5e5e5;
}


.content_ticket .container .menu-sub .sub-menu-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    padding: 0;
}

.content_ticket .container .menu-sub li {
    position: relative;
    /* width: 100%; */
}
.menu {
	display: none;
}
@media (max-width: 1199px) {
	.content_ticket .container .menu-sub li {
	text-align: center;
	}

}
@media (max-width: 1024px) {


	.menu-sub .sub-menu-item {
	   display: flex;
	   flex-direction: column !important;
	   gap: 8px !important;

   }
   .container .menu-sub {
	border-bottom: none !important;
   }
    .container .menu-sub li {
	   text-align: center;
	   padding-bottom: 10px;
	   border-bottom: 1px solid #e5e5e5;
	   width: 100%;
	   
   
   }
   .menu-sub .sub-menu-item .bottom-color {
	   width: 50% !important;
	   left: 50% !important;
	   transform: translateX(-50%);
	   bottom: 0px !important;
   }
   
}
@media (max-width: 767px) {
	.library-header .container .title_main {
		flex-direction: column;
	}
	
}
.content_ticket .container .menu-sub .sub-menu-item .bottom-color {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #189008;
}

.exit-btn {
	background-color: #189008;
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
}

.form-control:focus {
	box-shadow: initial;
}

input:focus,
select:focus {
	box-shadow: initial;
}

p.library-page {
	font-size: 14px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h2.title-library {
	color: #000;
	margin: 18px 0px 15px 0px;
	font-size: 34px;
}

.mFont {
	margin-top: 15px;
	float: right;
}
@media (max-width: 768px) {
    .mFont {
        margin: 15px 0;
        text-align: center;
        float: initial;
    }

    .panel-group {
        margin: 20px 0px 10px;
    }

    .panel-heading.title-tab {
        height: auto;
    }

    .collapse-tickets {
        margin: 0px;
        padding: 10px;
    }
}
button.btn.btn-default-up {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

button.btn.btn-default-up:hover {
	background-color: #f5f5f5;
}

button.btn.btn-default-down {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

button.btn.btn-default-down:hover {
	background-color: #f5f5f5;
}

/*--------------------*/
.freespace_or {
	float: left;
	margin: 0px 2%;
	line-height: 28px;
	margin-bottom: 10px;
}

.nomargin-x {
	margin-right: 0px;
	margin-left: 0px;
}

.nopadding-x {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.nopadding-y {
	padding-top: 0px;
	padding-bottom: 0px;
}

.nomargin-y {
	margin-top: 0px;
	margin-bottom: 0px;
}

.facilities-panel {
	border-radius: 0px;
	background-color: #21498e;
	border-color: #21498e;
	color: #fff !important;
}

.facilities-panel .main-text {
	font-size: 1.5em;
	/*margin-bottom: 5px;*/
}

.facilities-panel .sub-text {
	font-size: 1em;
}

.facilities-panel img {
	width: 20%;
	vertical-align: text-top;
}

.btn_search {
	display: block;
	color: #fff !important;
	background: #C71517;
	background-color: #20488e;
	border-color: #20488e;
	border-radius: 2px;
	width: 100px;
	font-size: 14px;
	float: right;
}

.result_header {
	padding-bottom: 20px;
	color: #000;
	display: block;
	font-size: 1.2em;
}

.collapse-item li.active {
	background-color: #e5e5e5;
}

.img-responsive {
	width: 100%;
	object-fit: cover;
	height: auto;
	margin-bottom: 20px;
}

.item.active {
	display: none;
}

.set-right {
	float: right;
}

.set-left {
	float: left;
}

.collapse-item {
	display: inline-block;
	background-color: #f2f2f2;
	margin-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}

.tab-list-group .collapse-item a {
	color: #000;
}

.collapse-item li {
	padding: 12px 12px;
	list-style-type: none;
	font-size: 14px;
}

.collapse-item li img {
	width: 22px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.collapse-item li.active {
	background-color: #e9e9e9;
}

.search-box {
	padding-left: 3em;
}

#filtersubmit {
	position: relative;
	z-index: 1;
	right: -15px;
	top: -28px;
	color: #7B7B7B;
	cursor: pointer;
	width: 0;
}

.form-control {
	border-radius: 0px;
	box-shadow: initial;
	border: 1px solid #E0E0E0;
	background: #FFFFFF;
	border-radius: 5px;

}
.recommended-places .row-areamap {
 display: grid;
 grid-template-columns: 1fr 2fr 1fr;
 gap: 15px;
 
}
#stationName {
	padding: 5px 0;
	font-size: 18px;
}
@media (max-width: 662px) {
	.recommended-places .row-areamap {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		
	   }
}

.collapse {
	border-top: 1px solid #e5e5e5;
}

.description_item {
	margin-bottom: 20px;
}

.description-box,
.table-desc {
	border: 1px solid #E7E7E7;
	border-radius: 8px;
}

.description-box {
	margin-bottom: 15px;
}

.table-desc {
	padding: 10px 8px;
}

.description_station {
	padding: 10px 0px;
	font-size: 14px;
}

.description_station a {
	cursor: pointer;
	color: #2758AA;
}

.description_station hr {
	margin: 10px 0px;
}

.text-header-landmark {
	font-weight: 600;
}

.description_station-text {
	color: #000;
	margin-bottom: 8px;
}

.description_station-text img {
	width: 34px;
	object-fit: cover;
	padding-top: 7px;
}

.table-facilities>tbody>tr>td {
	border: 0px solid transparent;
	padding: 12px 14px;
}

.table-facilities>tbody>tr:nth-child(2) {
	background-color: #21498e;
}

.table-facilities>tbody>tr:nth-child(2)>td {
	color: #fff;
}

.station_header {
	font-size: 20px;
	color: #fff;
	line-height: 2em;
}

.menu-icon-left {
	width: 65px;
}

.list-group {
	margin-bottom: 20px;
}

.list-item-menu {
	padding: 15px 0px;
	background-color: #21498e;
	border-bottom: 1px solid #969696;
}

.tab-list-group a {
	color: #fff;
	cursor: pointer;
}

.list-item-active {
	background-color: #189008;
	pointer-events: none;
}

.tab-list-group .list-item-active div:last-child img {
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.tab-list-group .list-item-menu img {
	width: 35px;
	height: 35px;
	vertical-align: text-top;
}

.sub_header_station {
	padding: 15px 0px;
	background: #2758aa;
	color: #fff;
}

img.header_icon {
	width: 55px;
	height: 55px;
}

@media screen and (max-width: 892px) {
	.panel-body {
		padding: 15px 0px;
	}

	.freespace_or {
		margin: 0px 3%;
	}

	.freespace_or {
		margin-bottom: 0px;
	}

	.btn_search {
		width: 100%;
		margin-top: 2%;
	}
}

table {
	font-size: 14px;
}

.table-bordered th {
	text-align: center;
	padding: 13px 0;
	color: #d53359;
	font-size: 14px;
	background-color: #f8dbe2;
}

.table-bordered {
	border: 1px solid #cecece;
	margin-bottom: 30px;
}

div.list-group a button.list-group-item {
	margin-bottom: 5px;
	font-size: 20px;
	font-family: "Sarabun", sans-serif;
}

button.list-group-item.tab_main_list.active {
	margin-bottom: 2px;
	border-radius: 2px;
}

button.list-group-item.active,
button.list-group-item:hover {
	color: white;
	background-color: #20488e !important;
	border-color: #20488e !important;
}

.box_landmark {
	display: inline-flex;
}

.station_landmark {
	padding: 2px 0px;
	border-radius: 3px;
	width: fit-content;
	margin-bottom: 5px;
}

.img_landmark {
	border: 1px solid #e5e5e5;
	margin: 12px 12px 12px 0px;
	height: 120px;
}

.landmark_thumb {
	width: 120px;
	object-fit: contain;
	height: 120px;
	border-radius: 8px;
}

.title_landmark {
	font-size: 18px;
	height: 26px;
	font-weight: 600;	
	overflow: hidden;
	line-height: 27px;
	text-overflow: ellipsis;
}

.readmore_landmark {
  margin-top: 20px;
}

@media screen and (max-width: 620px) {
	.box_landmark {
		display: inline-block;
	}

	.img_landmark {
		text-align: center;
		margin: 12px 0px;
	}

}

@media (max-width: 420px) and (min-width: 320px) {
	.landmark_thumb {
		width: 100%;
	}
}