@font-face {
  src: url(../fonts/KozGoPr6N-Regular.ttf);
  font-family: kozgopr6n-rgl;
}
@font-face {
  src: url(../fonts/KozGoPr6N-Medium.ttf);
  font-family: kozgopr6n-medium;
}
@font-face {
  src: url(../fonts/KozGoPr6N-Bold.ttf);
  font-family: kozgopr6n-bold;
}
@font-face {
  src: url(../fonts/SVN-Poppins-Medium.ttf);
  font-family: svn-poppin-medium;
}
html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  color: #000;
  position: relative;
  background: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

:focus,
:hover {
  outline: none !important;
}

img {
  max-width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* BUTTON SLIDE */
.slick-slider{
  margin:0px !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 32px !important;
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 40px !important;
  color: #000 !important;
  border-radius: 0px;
  border-radius: 50%;
}
.slick-next:before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 32px !important;
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 40px !important;
  color: #000 !important;
  border-radius: 50%;
}
.slick-prev {
  left: 42%;
  top: -24%;
  margin-top:-30px;
  width: 42px;
  height: 42px;
  display: block !important;
}
.slick-next {
  right: 36.3% !important;
  top: -24%;
  margin-top:-30px;
  width: 42px;
  height: 42px;
  display: block !important;
}
.slick-prev:hover::before, .slick-next:hover::before{
  color:#f69600  !important;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0px;
  list-style-type: none;
  bottom: -20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: initial;
  height: initial;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: blue;
  text-indent: -9999px;
  width: 13px !important;
  height: 13px !important;
  background: #e0ecf0 !important;
}
.slick-dots li.slick-active button {
  background-color: #034ec0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: -2px 0px 0px 0px;
}
/*SLIDE*/

/*CSS HEADER*/
.logo_site {
  display: table;
  width: 100%;
  padding: 20px 0px;
  background: #efefef;
  border-bottom: 1PX solid #000;
}
.logo_site figure.logo_left_img {
  float: left;
}
.logo_site figure.logo_right_img {
  float: right;
  margin: 5px 0px 0px 0px;
}
/*END CSS HEADER*/
.tg_my_booking_fy {
  display: table;
  width: 100%;
  margin: 10px 0px;
}
ul.tg_color_code_nsx {
  display: table;
  float: left;
  margin: 14px 0px 0px 0px;
}
ul.tg_color_code_nsx li {
  font-size: 15px;
  line-height: 23px;
  color: #000;
  float: left;
  position: relative;
  padding: 0px 30px;
}
ul.tg_color_code_nsx li.tg_yellow::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #facd91;
  left: 0px;
  top: 2px;
}
ul.tg_color_code_nsx li.tg_gray::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #aaaaaa;
  left: 0px;
  top: 2px;
}
ul.tg_color_code_nsx li.tg_white::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  left: 0px;
  top: 2px;
  border: 1px solid #ccc;
}
ul.tg_my_booking_fee {
  float: right;
  display: table;
  width: 100%;
  max-width: 550px;
}
ul.tg_my_booking_fee li {
  float: left;
  width: 33%;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
ul.tg_my_booking_fee li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #f69600;
  padding: 10px 0px 10px 25px;
  display: table;
  width: 100%;
  max-width: 260px;
  float: left;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
ul.tg_my_booking_fee li a::before {
  position: absolute;
  content: "";
  background: url("../images/booking_icon1.png") no-repeat;
  width: 30px;
  height: 32px;
  left: 14px;
  top: 7px;
}
ul.tg_my_booking_fee li:nth-child(2) a {
  background: #3190d2;
}
ul.tg_my_booking_fee li:nth-child(2) a::before {
  background: url("../images/booking_icon2.png") no-repeat;
  width: 35px;
  height: 35px;
  top: 3px;
  left: 10px;
}
ul.tg_my_booking_fee li:nth-child(3) a {
  background: #13bc75;
}
ul.tg_my_booking_fee li:nth-child(3) a::before {
  background: url("../images/booking_icon3.png") no-repeat;
  height: 32px;
  top: 6px;
  left: 20px;
}
p.tg_sos_ft {
  font-size: 21px;
  line-height: 29px;
  color: #ff0020;
  text-align: center;
  margin: 0px 0px 10px 0px;
  font-family: kozgopr6n-bold;
  font-weight: 500;
}
.tg_table_booking_system table {
  width: 100%;
}
.tg_table_booking_system table tr td input {
  border: none;
  display: table;
  width: 100%;
  max-width: 112px;
}
.tg_table_booking_system table tr th {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background: #222222;
  padding: 10px 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #9f9f9f;
}
.tg_table_booking_system table tr th span {
  display: table;
  width: 100%;
}
.tg_table_booking_system table tr th strong {
  display: table;
  width: 100%;
  font-weight: 500;
}
.tg_table_booking_system table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  padding: 7px 20px;
  border: 1px solid #9f9f9f;
  cursor: pointer;
  text-align: center;
}
.tg_table_booking_system table tr td.bg_yellow_ver2 {
  background: #facd91;
}
.tg_table_booking_system table tr td.bg_yellow_ver2 input {
  background: #facd91;
}
.tg_table_booking_system table tr td.bg_gray_ver2 {
  background: #d5d5d5;
}
.tg_table_booking_system table tr td.bg_gray_ver2 input {
  background: #ededed;
}
.tg_table_booking_system {
  display: block;
  width: 100%;
  margin: 0px 0px 50px 0px;
}
.tg_footer {
  display: table;
  width: 100%;
  background: #222222;
  padding: 40px 0px;
}
ul.text_footer_nsx {
  display: table;
  width: 100%;
  max-width: 700px;
  margin: 0px auto 40px auto;
}
ul.text_footer_nsx li {width: 33%;
  float: left;
  text-align: center;
}
ul.text_footer_nsx li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: table;
  margin: 0px auto;
  position: relative;
}
ul.text_footer_nsx li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 40px;
  left: -15px;
  top: 9px;
}
p.coy_right_ft {
  display: table;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0px;
}
.wrap_detail_ticket_pop {
  display: table;
  margin: 20px auto 10px auto;
  position: relative;
  width: 100%;
  max-width: 280px;
}
.wrap_detail_ticket_pop p.current_lang {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  margin: 0px;
}
.click-ul-tog {
  position: relative;
  display: table;
  width: 100%;
  max-width: 150px;
  padding: 10px 60px 10px 40px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 0px auto;
}
.click-ul-tog::before {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  right: 15px;
  top: 8px;
  font-size: 28px;
}
.click-ul-tog .ul-tog {
  position: absolute;
  display: none;
  top: 60px;
  width: 100%;
  max-width: 156px;
  left: 0px;
  box-shadow: 3px 3px 3px #e4e4e4, -3px -3px 3px #e4e4e4;
  border-radius: 5px;
  z-index: 999;
}
.click-ul-tog .ul-tog li {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.click-ul-tog .ul-tog li.active {
  background: #ededed;
}
/* .flatpickr-calendar {
  top: 176px !important;
}
.tg_bos011_ft .flatpickr-calendar {
  top: 676px !important;
} */
.wrap_detail_ticket_pop .wrap_date_choose {
  position: relative;
  display: table;
  width: 100%;
  max-width: 200px;
}
p.tg_date_ver2 {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 10px 0px 0px;
  text-align: right;
}
.flatpickr-day.selected {
  background: #f69600 !important;
  border: none !important;
}
.flatpickr-months .flatpickr-month {
  background: #222222 !important;
  color: #fff !important;
  fill: #fff !important;
  height: 50px !important;
  padding: 8px 0px;
  border-radius: 10px 10px 0px 0px;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  color: #fff !important;
  fill: #fff !important;
  top: 6px !important;
}
.tg_flatpickr_nsx {
  display: table;
  float: left;
  margin: 0px 30px 0px 0px;
}
 .tabs-contents{
     display: none;
     padding: 0px;
}
 .tabs-contents.currents{
     display: inherit;
     -webkit-animation: slide-down 0.3s ease-out;
     -moz-animation: slide-down 0.3s ease-out;
}
.tabs-contents.currents li{
    animation: none;
}
.tg_table_booking_system table tr th {
  width: 14%;
}
.tg_table_booking_system table tr td {
  padding: 7px 10px;
}
.tg_table_booking_system table tr td .text_table_booking {
  height: 130px;
}
.tg_table_booking_system table tr td.tg_next_month_ft {
  background: #f1f1f1;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p {
  background: #fbd7a6;
  padding: 3px 0px 3px 15px;
  width: 100%;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p u {
  text-decoration: initial;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p::before {
  position: absolute;
  content: "";
  background: url("../images/icon_time_yellow.png") no-repeat;
  width: 15px;
  height: 15px;
  left: 14px;
  top: 7px;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft p {
  background: #cdcdcd;
  padding: 3px 0px 3px 15px;
  width: 100%;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft p u {
  text-decoration: initial;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft p::before {
  position: absolute;
  content: "";
  background: url("../images/icon_time_gray.png") no-repeat;
  width: 15px;
  height: 15px;
  left: 14px;
  top: 7px;
}
.slide_table_week_ft .slick-prev {
  top: -13.5%;
}
.slide_table_week_ft .slick-next {
  top: -13.5%;
}
.tg_menu_ber_boolong_nsx {
  display: table;
  width: 100%;
  padding: 10px 0px;
}
.tg_menu_ber_boolong_nsx ul li {
  float: left;
}
.tg_menu_ber_boolong_nsx ul li a {
  display: table;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  color: #222;
  padding: 0px 30px 0px 0px;
  position: relative;
}
.tg_menu_ber_boolong_nsx ul li a::before {
  position: absolute;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  line-height: 24px;
  right: 10px;
}
.tg_menu_ber_boolong_nsx ul li:last-child a::before {
  display: none;
}
.tg_new_booking_nsx {
  display: table;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 6px #ccc, -3px -3px 6px #ccc;
  border-radius: 8px;
  padding: 40px;
  margin: 10px 0px 50px 0px;
}
.tg_text_new_booking_ft h3 {
  font-size: 23px;
  line-height: 31px;
  color: #292f33;
  margin: 0px 0px 15px 0px;
  font-weight: 600;
}
.tg_text_new_booking_ft p {
  font-size: 19px;
  line-height: 27px;
  margin: 0px 0px 10px 0px;
  color: #292f33;
  font-weight: 600;
}
.tg_text_new_booking_ft ul {
  display: table;
  width: 100%;
}
.tg_text_new_booking_ft ul li {
  display: table;
  width: 52%;
  margin: 0px 0px 15px 0px;
}
.tg_text_new_booking_ft ul li label {
  font-size: 15px;
  line-height: 23px;
  color: #292f33;
  display: table;
  width: 100%;
  max-width: 120px;
  float: left;
  font-weight: 400;
  text-align: right;
  margin: 9px 30px 0px 0px;
}
.tg_text_new_booking_ft ul li label span {
  color: red;
}
.tg_text_new_booking_ft ul li input {
  width: 100%;
  padding: 10px;
  border: 1px solid #aeaeae;
  border-radius: 6px;
}
.tg_text_new_booking_ft ul li .textwidget {
  display: table;
  width: 72%;
}
.tg_text_new_booking_ft ul li .textwidget i.tg_sos_nsx {
  font-size: 15px;
  line-height: 23px;
  color: #ff0020;
  font-weight: 500;
  margin: 5px 0px 0px 0px;
  font-style: initial;
  display: table;
  width: 100%;
}
.tg_text_new_booking_ft {
  display: table;
  width: 100%;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 30px 0px;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft {
  border: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul {
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:first-child {
  width: 100%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:first-child label {
  width: 11%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:first-child .textwidget {
  width: 86%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:first-child input {
  width: 100%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li.text_scheduled .textwidget {
  width: 72%;

}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li.text_scheduled input {
  width: 80%;
  float: left;
  margin: 0px 10px 0px 0px;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li.text_scheduled p {
  font-size: 15px;
  line-height: 23px;
  color: #292f33;
  margin: 7px 0px 0px 0px;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:last-child {
  width: 80%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft {
  display: table;
  width: 80%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li {
  float: left;
  width: 45%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li:last-child .textwidget {
  width: 100%;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li figure {
  float: left;
  margin: 0px 10px 0px 0px;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li p {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  margin: 10px 0px 0px 0px;
  font-weight: 500;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li select {
  font-size: 17px;
  line-height: 25px;
  color: #222222;
  padding: 7px 25px 7px 10px;
  border-radius: 5px;
  border: 1px solid #aeaeae;
  float: left;
}
.tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li:last-child p {
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  margin: 7px 18px;
  float: left;
}
.tg_price_booking_nsx>p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  padding: 12px 20px;
  display: table;
  width: 100%;
  background: #3190d2;
  border-radius: 5px;
}
.tg_price_booking_nsx>p>strong {
  font-weight: 400;
  float: right;
}
.question_answer_fe {
 display: table;
 width: 100%;
 margin: 10px auto 20px auto;
 max-width: 970px;
}
.question_answer_fe .botton_line .textwidget {
 padding: 20px 20px 20px 50px;
 display: table;
 width: 100%;
 margin: 0px 0px 0px 0px;
 cursor: pointer;
 background: #ebf7ff;
 position: relative;
 border-radius: 10px;
}
.question_answer_fe .botton_line.active .textwidget {
  border-radius: 10px 10px 0px 0px;
}
.question_answer_fe .botton_line.active .textwidget {
  background: #ebf7ff;
}
.question_answer_fe .botton_line.active .textwidget p {
  color: #292f33;
}
.question_answer_fe .botton_line.active .textwidget .arrdown i, .question_answer_fe .botton_line.active .textwidget .arrup i {
  background: #000;
  color: #fff;
}
.question_answer_fe .botton_line .textwidget p {
 margin: 0px;
 font-size: 17px;
 line-height: 25px;
 color: #292f33;
 font-weight: 600;
 width: 100%;
 max-width: 650px;
 margin: 0px 0px 10px 0px;
}
.question_answer_fe .botton_line .textwidget .arrdown, .question_answer_fe .botton_line .textwidget .arrup {
 position: absolute;
 top: 28%;
 left: 27px;
 transform: translate(-50%, -50%);
}
.question_answer_fe .botton_line .textwidget .arrdown i, .question_answer_fe .botton_line .textwidget .arrup i {
 font-size: 12px;
 width: 22px;
 height: 22px;
 text-align: center;
 line-height: 23px;
 color: #fff;
 background: #000;
 font-weight: 400;
 border-radius: 50%;
}
.question_answer_fe .botton_line .textwidget p i {
 margin: 0px 10px 0px 0px;
}
.question_answer_fe .expand {
 padding: 10px 35px 40px 55px;
 display: none;
}
.question_answer_fe .expand p {
 font-size: 16px;
 line-height: 24px;
 margin: 0px;
 color: #000;
}
.text_left_tab_ft>h5 {
  font-size: 19px;
  line-height: 27px;
  color: #f69600;
  font-weight: 600;
  margin: 0px;
}
.tg_left_booking_nsx .text_left_tab_ft {
  display: table;
  float: left;
}
.tg_left_booking_nsx .text_right_tab_ft {
  float: right;
  display: table;
  width: 100%;
  max-width: 170px;
  text-align: center;
}
.text_right_tab_ft ul {display: table;width: 100%;border: 1px solid #adadad;border-radius: 7px;max-width: 170px;margin: 0px auto;background: #fff;}
.text_right_tab_ft ul li {
  float: left;
}
.text_right_tab_ft ul li a {
  font-size: 19px;
  line-height: 40px;
  display: table;
  color: #adadad;
  width: 40px;
  height: 40px;
  font-weight: bold;
}
.text_right_tab_ft ul li:first-child a {
  font-size: 26px;
  line-height: 37px;
}
.text_right_tab_ft ul li:nth-child(2) a {
  width: 87px;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  color: #292f33;
}

.expand .tg_left_booking_nsx {
  display: table;
  width: 100%;
  padding: 15px 20px 15px 52px;
  border-bottom: 1px solid #8ed2ff;
}
.expand .tg_left_booking_nsx:last-child {
  border: none;
}
.question_answer_fe .expand {
  padding: 0px;
}
.botton_line {
  border: 1px solid #8ed2ff;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.question_answer_fe {
  display: none;
}
.tab_content_booking_ver2_nd .tab_click_ver2_nd {
  display: table;
  width: 100%;
  padding: 15px 50px;
  background: #ececec;
  border-radius: 10px;
  position: relative;
}
.tab_content_booking_ver2_nd .tab_click_ver2_nd p {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  font-weight: 600;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.tab_content_booking_ver2_nd .tab_click_ver2_nd .arrdown, .tab_content_booking_ver2_nd .tab_click_ver2_nd .arrup {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.tab_content_booking_ver2_nd .tab_click_ver2_nd .arrdown i, .tab_content_booking_ver2_nd .tab_click_ver2_nd .arrup i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #000;
    font-weight: 400;
    border-radius: 50%;
}
.tab_content_booking_nsx .tab_content_booking_ver2_nd {
  margin: 0px 0px 10px 0px;
}
.tab_content_booking_nsx {
  display: none;
  width: 100%;
  max-width: 1010px;
  margin: 0px auto;
}
.tab_content_booking_ver3_hd .text_tab_ver3_hd {
  display: table;
  width: 100%;
  padding: 8px 50px;
  border-radius: 10px;
  position: relative;
}
.tab_content_booking_ver3_hd .text_tab_ver3_hd .arrdown, .tab_content_booking_ver3_hd .text_tab_ver3_hd .arrup {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.tab_content_booking_ver3_hd .text_tab_ver3_hd .arrdown i, .tab_content_booking_ver3_hd .text_tab_ver3_hd .arrup i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #000;
    font-weight: 400;
    border-radius: 50%;
}
.tab_content_booking_ver3_hd .text_tab_ver3_hd p {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  font-weight: 600;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.tg_left_booking_nsx {
  display: table;
  width: 100%;
}
.tab_content_booking_ver4_hd .text_tab_ver4_hd .arrdown, .tab_content_booking_ver4_hd .text_tab_ver4_hd .arrup {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.tab_content_booking_ver4_hd .text_tab_ver4_hd .arrdown i, .tab_content_booking_ver4_hd .text_tab_ver4_hd .arrup i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #000;
    font-weight: 400;
    border-radius: 50%;
}
.tab_content_booking_ver4_hd .text_tab_ver4_hd {
    display: table;
    width: 100%;
    padding: 8px 50px;
    border-radius: 10px;
    position: relative;
}
.text_tab_ver4_hd p {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  font-weight: 600;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.botton_line_ver4 {
  border: 1px solid #8ed2ff;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.botton_line_ver4 .textwidget {
  padding: 20px 20px 20px 50px;
  display: table;
  width: 100%;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  background: #ebf7ff;
  position: relative;
  border-radius: 10px;
}
.botton_line_ver4 .textwidget .text_left_tab_ft p {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  margin: 0px 0px 10px 0px;
}
.botton_line_ver4 .tg_left_booking_nsx .arrup {
    position: absolute;
    top: 30%;
    left: 27px;
    transform: translate(-50%, -50%);
}
.botton_line_ver4 .tg_left_booking_nsx .arrup i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #000;
    font-weight: 400;
    border-radius: 50%;
}
.botton_line_ver4 {
    display: none;
    width: 100%;
    max-width: 1010px;
    margin: 0px auto 15px auto;
}
.tab_content_booking_ver4_hd>span {
  font-size: 21px;
  line-height: 29px;
  color: #ff0020;
  margin: 0px 0px 10px 15px;
  font-family: kozgopr6n-bold;
  font-weight: 500;
  display: table;
  width: 100%;
}
.text_total_price_ft>p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 15px 20px;
    display: table;
    width: 100%;
    background: #222222;
    border-radius: 5px;
    font-weight: 500;
}
.text_total_price_ft>p>strong {
  font-weight: 500;
  float: right;
}
.tg_total_price_nsx {
  display: table;
  width: 100%;
  margin: 25px 0px 0px 0px;
  padding: 25px 0px 0px 0px;
  border-top: 2px solid #222222;
}
.bt_price_total_nsx {
  display: table;
  margin: 30px auto;
  max-width: 330px;
  width: 100%;
}
.bt_price_total_nsx>a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background: #222222;
  font-weight: 500;
  display: table;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 15px 25px 15px 0px;
  float: left;
  margin: 0px 15px 0px 0px;
  border-radius: 10px;
  position: relative;
}
.bt_price_total_nsx>a:last-child {
  margin: 0px;
}
.bt_price_total_nsx>a::before {
  position: absolute;
  content: "";
  background: url("../images/bt_close_price.png") no-repeat;
  width: 25px;
  height: 25px;
  right: 17px;
  top: 20px;
}
.bt_price_total_nsx>a:last-child {
  background: #f69600;
}
.bt_price_total_nsx>a:last-child::before {
  background: url("../images/bt_tick_price.png") no-repeat;
}
.text_note_price_nsx {
  display: table;
  width: 100%;
  padding: 20px;
  border: 1px dashed #222;
  border-radius: 15px;
  background: #f5f5f5;
}
.text_note_price_nsx p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}
.text_note_price_nsx ul {
  display: table;
  width: 100%;
}
.text_note_price_nsx ul li {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  padding: 0px 0px 5px 15px;
}
.text_my_booking_ft {
  display: table;
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px dashed #ccc;
}
.text_my_booking_ft:last-child {
  border: none;
  padding: 0px;
  margin: 0px;
}
.text_my_booking_ft h3 {
  font-size: 23px;
  line-height: 31px;
  color: #292f33;
  margin: 0px 0px 15px 0px;
  font-weight: 600;
}
.text_my_booking_ft>p {
  font-size: 19px;
  line-height: 27px;
  margin: 0px 0px 10px 0px;
  color: #292f33;
  font-weight: 600;
}
.text_my_booking_ft ul li {
  display: table;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.text_my_booking_ft ul li label {
  font-size: 15px;
  line-height: 23px;
  color: #292f33;
  display: table;
  width: 100%;
  max-width: 120px;
  float: left;
  font-weight: 400;
  text-align: right;
  margin: 0px 30px 0px 0px;
}
.text_my_booking_ft ul li label span {
  color: red;
}
.text_my_booking_ft ul li strong {
  display: table;
  font-size: 15px;
  line-height: 23px;
  color: #292f33;
  font-weight: 500;
}
.tg_my_price_hd {
  display: table;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #3190d2;
  margin: 0px 0px 10px 0px;
}
.tg_my_price_hd h3 {
  font-size: 20px;
  line-height: 28px;
  color: #292f33;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.tg_my_price_hd h5 {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  margin: 0px 0px 10px 0px;
  display: table;
  width: 100%;
}
.tg_my_price_hd h5:last-child {
  margin: 0px;
}
.tg_my_price_hd h5 p {
  float: left;
  margin: 0px;
}
.tg_my_price_hd h5 span {
  float: right;
  font-weight: 600;
  display: table;
  width: 100%;
  max-width: 200px;
}
.tg_my_price_hd h5 span i {
  font-style: initial;
  display: table;
  float: left;
  margin: 0px 0px 0px 0px;
}
.tg_my_price_hd h5 span u {
  text-decoration: initial;
  display: table;
  width: 100%;
  max-width: 130px;
  float: right;
  text-align: right;
}
.tg_my_booking_nsx .tg_price_booking_nsx {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 25px 0px;
  border-bottom: 2px solid #222222;
}
.tg_my_price_hd ul {
  display: table;
  width: 100%;
}
.tg_my_price_hd ul li {
  font-size: 17px;
  line-height: 25px;
  color: #292f33;
  margin: 0px 0px 10px 20px;
  display: table;
  width: 100%;
}
.tg_my_price_hd ul li span {
  margin: 0px 50px 0px 0px;
  float: left;
  display: table;
  width: 100%;
  max-width: 450px;
}
.tg_my_price_hd ul li i {
    font-style: initial;
    display: table;
    font-weight: 500;
}
.tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx {
  border: none;
  padding: 0px;
}
.tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx .bt_price_total_nsx {
  max-width: 372px;
}
.tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx .bt_price_total_nsx a {
  max-width: initial;
  width: initial;
  padding: 15px 30px 15px 30px;
}
.tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx .bt_price_total_nsx a::before {
  background: url(../images/bt_prev_price.png) no-repeat;
}
.tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx .bt_price_total_nsx a:last-child::before {
  background: url(../images/bt_next_price.png) no-repeat;
}
.text_note_price_nsx>p.tg_sos {
  color: red;
}
.tg_my_booking_ver2_nsx .text_my_booking_ft h3 {
  display: table;
  width: 100%;
}
.tg_my_booking_ver2_nsx .text_my_booking_ft h3 span {
  float: left;
  margin: 5px 0px 0px 0px;
}
.tg_my_booking_ver2_nsx .text_my_booking_ft h3 a {
  float: right;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background: #f69601;
  padding: 5px 20px;
  color: #fff;
  border-radius: 8px;
}
.bt_price_total_nsx.bt_price_total_ver2_nsx a:last-child {
 background: #fff;
 border: 1px solid #222;
 color: #222;
}
.bt_price_total_nsx.bt_price_total_ver2_nsx a:last-child::before {
  width: 30px;
  height: 30px;
  top: 14px;
  right: 11px;
}
/*CSS POPUP*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgb(0, 0, 0, 0.5);
  font-size: 15px;
  overflow: auto;
  transition: all 0.3s;
/*    display: none;*/
}
.popup .content_popup {
  position: relative;
  margin: 140px auto 0px auto;
  z-index: 9;
  width: 80%;
  text-align: center;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background: none;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  animation-name: animatetop;
  animation-duration: 0.3s;
  background: #f2f2f2;
}
.popup .popup_title{
/*  font-family: kozgopr6n-medium;*/
  font-size: 23px;
  line-height: 31px;
  color: #fff;
  background: #3190d2;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  padding: 15px;
}
.popup_bos13{
}
.popup_bos13 h3{
  font-family: kozgopr6n-medium;
  font-size: 23px;
  line-height: 31px;
  color: #3190d2;
  margin: 0px 0px 15px 0px;
}
.popup .form_group{
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
.popup_bos13 .form_group span{
  font-family: 17px;
  line-height: 25px;
  font-family: kozgopr6n-medium;
  display: block;
  margin: 0px 0px 15px 0px;
}
.popup_bos13 .form_group button[type="submit"]{
    font-family: kozgopr6n-medium;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    background: #3190d2;
    padding: 5px 20px 11px 20px;
    border-radius: 10px;
    border: none;
}
.popup_bos14 .bos14_form .list_group{

display: flex;

margin: 0px 0px 20px 0px;

align-items: center;
}
.popup_bos14 .bos14_form .list_group_2 {
  margin: 0px 0px 5px 0px;
}
.popup_bos14 .bos14_form .list_group label{

font-size: 16px;

line-height: 24px;

font-family: 'kozgopr6n-medium';

margin: 0px;

width: 30%;

text-align: right;

padding: 0px 10px 0px 0px;
}
.popup_bos14 .bos14_form .list_group .bos14_ipu{width: 70%;}
.popup_bos14 .bos14_form .list_group input{

width: 100%;

border: 1px solid #ccc;

border-radius: 10px;

padding: 8px;
}
.popup_bos14 .bos14_form .bos14_note{

color: #e21d1d;
}
.popup_bos14 .bos14_btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_bos14 .bos14_btn button{
    font-family: kozgopr6n-medium;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 5px 20px 10px 20px;
    border-radius: 10px;
    border: none;
    display: table;
    width: 100%;
    max-width: 120px;
}
.popup_bos14 .bos14_btn .bos14_close_btn{
  background: #000;
  margin: 0px 8px 0px 0px;
}
.popup_bos14 .bos14_btn .bos14_confirm_btn{
  background: #3190d2;
  margin: 0px 0px 0px 8px;
}
/*END CSS POPUP*/
/*KEY FRAMES*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/*END KEY FRAMES*/
.table_ver1_rental_fee {
  display: table;
  width: 100%;
}
.table_ver1_rental_fee h3 {
  font-size: 21px;
  line-height: 29px;
  color: #292f33;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.table_ver1_rental_fee table {
  width: 80%;
  margin: 0px 0px 40px 0px;
}
.table_ver1_rental_fee table tr th {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  background: #328fd2;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #c8c8c8;
}
.table_ver1_rental_fee table tr th:nth-child(1) {
  width: 80%;
}
.table_ver1_rental_fee table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #c8c8c8;
  font-weight: 500;
}

.table_ver2_rental_fee {
  display: table;
  width: 100%;
}
.table_ver2_rental_fee h3 {
  font-size: 21px;
  line-height: 29px;
  color: #292f33;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.table_ver2_rental_fee table {
  width: 100%;
}
.table_ver2_rental_fee table tr th {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  background: #328fd2;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #c8c8c8;
}
.table_ver2_rental_fee table tr th:nth-child(1) {
  width: 23%;
}
.table_ver2_rental_fee table tr th:nth-child(2) {
  width: 41%;
}
.table_ver2_rental_fee table tr th:nth-child(3) {
  width: 16%;
}
.table_ver2_rental_fee table tr th:nth-child(4) {
  width: 10%;
}
.table_ver2_rental_fee {
  display: block;
  width: 100%;
  overflow: auto;
}
.table_ver2_rental_fee table tr td {
  font-size: 15px;
  line-height: 23px;
  color: #151515;
  padding: 10px 10px 10px 20px;
  text-align: center;
  border: 1px solid #c8c8c8;
  font-weight: 500;
}
.table_ver2_rental_fee table tr td:nth-child(1) {
  text-align: left;
}
.table_ver2_rental_fee table tr td:nth-child(2) {
  text-align: left;
}
.table_ver2_rental_fee table tr td a {
  font-size: 14px;
  line-height: 22px;
  color: #0096ff;
  font-weight: 600;
}
.tg_rental_fee_nsx {
  /* display: table; */
  width: 100%;
  margin: 20px 0px 70px 0px;
}
.tg_privacy_policy_nsx h3 {
  font-size: 21px;
  line-height: 29px;
  color: #292f33;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
.tg_privacy_policy_nsx h5 {
  font-size: 15px;
  line-height: 23px;
  color: #292f33;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}
.tg_privacy_policy_nsx p {
  font-size: 14px;
  line-height: 22px;
  color: #292f33;
  margin: 0px 0px 10px 0px;
}
.tg_privacy_policy_nsx ul {
  display: table;
  width: 100%;
  border-bottom: 1px solid #97cef5;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 25px 0px;
}
.tg_privacy_policy_nsx ul li {
  font-size: 14px;
  line-height: 22px;
  color: #292f33;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 15px;
  position: relative;
}
.tg_privacy_policy_nsx ul li:last-child {
  margin: 0px;
}
.tg_privacy_policy_nsx ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #292f33;
  border-radius: 50%;
  left: 2px;
  top: 10px;
}
.tg_privacy_policy_nsx {
  display: table;
  width: 100%;
  margin: 50px 0px;
}
.popup_bos18 .content_popup table {
  width: 100%;
}
.popup_bos18 .content_popup table tr th:nth-child(1) {
  width: 70%;
}
.popup_bos18 .content_popup table tr th {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background: #222;
  padding: 8px 10px;
  border: 1px solid #e4e4e4;
}
.popup_bos18 .content_popup table tr td {
  font-size: 15px;
  line-height: 23px;
  color: #222;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid #e4e4e4;
}
.popup_bos18 .content_popup table tr td:nth-child(1) {
  text-align: left;
}
.popup.popup_bos18 .content_popup {
  max-width: 550px;
}
.popup.popup_bos18 button {
  font-family: kozgopr6n-medium;
  font-size: 21px;
  line-height: 29px;
  color: #fff;
  background: #3190d2;
  padding: 5px 20px 10px 20px;
  border-radius: 10px;
  border: none;
  margin: 15px 0px 0px 0px;
}
.shortcut-buttons-flatpickr-buttons>button{
  display: none !important;
}
.shortcut-buttons-flatpickr-buttons>button:nth-child(2){
  display: block !important;
  background: #f69600;
  border: none;
  color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
}
.flatpickr-month .flatpickr-current-month{
  display: table;
    margin: 0px auto;
    width: auto;
    left: 0px;
    right: 0px;
}
.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months{
      width: auto;
      float: right;
      padding: 0px;
      margin: 3px 0px 0px 0px;
}
.light.shortcut-buttons-flatpickr-wrapper {
    background-color: #ffffff;
    color: #5a6171;
    float: right;
    border-radius: 0px 0px 10px 0px;
    padding: 0px 12px 12px 0px;
}
.flatpickr-month .numInputWrapper{
  width: 48px;
  float: left;
  display: inline-block;
  margin: 1px 20px 0px 0px;
}
.flatpickr-month  .numInputWrapper .arrowUp{
  color: #fff;
  opacity: 1;
  top: 6px;
  left: 46px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after , .flatpickr-current-month .numInputWrapper span.arrowDown:after{
  opacity: 0 !important;
  display: none !important;
}
.flatpickr-months select::-ms-expand {  display: none; }
.flatpickr-months select{
    -webkit-appearance: none !important;
    appearance: none !important;
}

.flatpickr-months select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.flatpickr-rContainer {
  padding: 10px 0px 0px 0px;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  display: none;
}
.tg_border_bottom_nsx {
  display: table;
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-bottom: 3px solid #222222;
  margin: 0px 0px 15px 0px;
}
a.bt_click_rental_fee {
    font-family: kozgopr6n-medium;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    background: #3190d2;
    padding: 5px 20px 11px 20px;
    border-radius: 10px;
    border: none;
    display: table;
    margin: 30px auto 0px auto;
}
@media(min-width:  1366px) and (max-width:  1600px) {
  .tg_table_booking_system table tr th {
      font-size: 15px;
      line-height: 23px;
      padding: 5px 20px;
  }
  .tg_table_booking_system table tr td {
    font-size: 15px;
    line-height: 22px;
  }
  .tg_table_booking_system table tr td .text_table_booking {
    height: 100px;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p {
  margin: 5px 0px 0px 0px;
}
.tg_table_booking_system table tr td {
  overflow-y: scroll;
}
.slick-next, .slick-prev {
  top: -25.5%;
}
.slide_table_week_ft .slick-prev, .slide_table_week_ft .slick-next {
  top: -16.5%;
}
}
@media (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .logo_site figure.logo_left_img {
    float: none;
    text-align: center;
  }
  .logo_site figure.logo_right_img {
    float: none;
    text-align: center;
  }
  .wrap_detail_ticket_pop .wrap_date_choose::before {
    left: -60px;
  }
  .wrap_detail_ticket_pop {
    margin: 30px auto 0px auto;
  }
  .tg_my_booking_fy {
    margin: 10px 0px 10px 0px;
  }
  ul.tg_color_code_nsx {
    float: initial;
    margin: 0px auto 0px auto;
  }
  ul.tg_my_booking_fee li {
    width: 31%;
    margin: 0px 4px;
    padding: 0px 0px 9px 0px;
  }
  .tg_table_booking_system table tr th {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
  }
  .tg_table_booking_system table tr td {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
  }
  .tg_table_booking_system {
    overflow-x: scroll;
  }
  ul.text_footer_nsx li {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  ul.text_footer_nsx {
    margin: 0px auto 20px auto;
  }
  p.coy_right_ft {
    font-size: 14px;
    line-height: 22px;
  }
  .tg_new_booking_nsx {
    padding: 15px;
  }
  .tg_text_new_booking_ft ul li label {
    text-align: left;
  }
  .tg_text_new_booking_ft ul li {
    width: 100%;
  }
  .tg_text_new_booking_ft ul li input {
    width: 100%;
  }
  .tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li:first-child label {
    width: 100%;
  }
  .tg_text_new_booking_ft ul li label {
    max-width: initial;
    margin: 0px 0px 5px 0px;
  }
  .tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft ul.tg_time_nd li {
    width: 100%;
  }
  .tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li .text_date_time_ft {
    width: 100%;
  }
  .tab_content_booking_ver4_hd>span {
    font-size: 15px;
    line-height: 23px;
  }
  .botton_line_ver4 .textwidget {
    padding: 15px 20px 15px 50px;
  }
  .botton_line_ver4 .tg_left_booking_nsx .arrup {
    top: 17%;
  }
  .tg_left_booking_nsx .text_right_tab_ft {
    float: initial;
    padding: 10px 0px 0px 0px;
    max-width: initial;
  }
  .tg_left_booking_nsx .text_right_tab_ft p {
    float: left;
    margin: 13px 0px 0px 0px;
  }
  .bt_price_total_nsx>a {
    max-width: 140px;
  }
  .bt_price_total_nsx {
    max-width: 300px;
  }
  .tg_my_price_hd h5 {
    margin: 0px 0px 15px 0px;
  }
  .tg_my_price_hd h5 span {
    float: initial;
  }
  .tg_my_price_hd h5 p {
    display: table;
    width: 100%;
    max-width: 300px;
  }
  .tg_new_booking_nsx.tg_my_booking_nsx .tg_total_price_nsx .bt_price_total_nsx a {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li.text_scheduled input {
    width: 50%;
  }
  .tg_text_new_booking_ft.tg_text_new_booking_ver2_ft ul li.text_scheduled p {
    margin: 5px 0px 0px 0px;
    display: table;
  }
  .question_answer_fe .botton_line .textwidget .text_right_tab_ft p {
    float: left;
    padding: 8px 0px 0px 0px;
    max-width: initial;
    width: initial;
  }
  .text_right_tab_ft ul li a {
    font-size: 17px;
  }
  .question_answer_fe .botton_line .textwidget .arrdown, .question_answer_fe .botton_line .textwidget .arrup {
    top: 20%;
  }
  .question_answer_fe .expand p {
    display: table;
    float: left;
    margin: 8px 0px 0px 0px;
  }
  .slick-prev {
    left: 26%;
    top: -29.5%;
  }
  .slick-next {
    right: 8% !important;
    top: -29.5%;
  }
  .slide_table_week_ft .slick-prev {
    top: -12.9%;
}
  .slide_table_week_ft .slick-next {
    top: -12.9%;
  }
  .tg_bos011_ft .flatpickr-calendar {
    top: 866px !important;
}
ul.tg_my_booking_fee li a {
    font-size: 13px;
    line-height: 21px;
    }
ul.tg_my_booking_fee li:nth-child(2) a::before {
  top: 4px;
  left: 2px;
  background-size: contain;
}
ul.tg_my_booking_fee li:nth-child(3) a::before {
  top: 6px;
  background-size: contain;
  left: 9px;
  width: 25px;
}
ul.tg_my_booking_fee li a::before {
  width: 25px;
  background-size: contain;
  left: 6px;
  top: 8px;
}
ul.tg_my_booking_fee {
  margin: 0px 0px 10px 0px;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p {
  padding: 20px 0px 3px 0px;
  font-size: 12px;
  line-height: 13px;
  max-width: 45px;
  margin: 5px 0px 0px 0px;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft span {
  display: table;
  width: 100%;
}
.tg_table_booking_system table tr td {
  padding: 7px 3px;
}
.tg_table_booking_system table tr td.tg_yellow_table2_ft p::before {
  left: 16px;
  top: 3px;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft p {
  padding: 20px 0px 3px 0px;
  font-size: 12px;
  line-height: 13px;
  max-width: 45px;
  margin: 5px 0px 0px 0px;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft span {
  display: table;
  width: 100%;
}
.tg_table_booking_system table tr td {
  padding: 7px 3px;
}
.tg_table_booking_system table tr td.tg_gray_table2_ft p::before {
  left: 16px;
  top: 3px;
}
.text_my_booking_ft ul li label {
  font-size: 13px;
  line-height: 21px;
  max-width: 108px;
  margin: 0px 10px 0px 0px;
}
.text_my_booking_ft ul li strong {
  font-size: 13px;
  line-height: 21px;
}
}