.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.8);
  border-right: 1.1em solid rgba(255, 255, 255, 0.8);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.8);
  border-left: 1.1em solid #00a0e9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.clickable{
  cursor:pointer;
}
.Page_Hotel .Advisor--listbox {
  padding: 15px 50px;
  background-color:white;
}

.Page_Hotel .Advisor--listbox .box--bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.Page_Hotel .Advisor--listbox .box--bottom .box--txt {
  font-size: 11px;
  color: #A5A5A5;
}

.Page_Hotel .Advisor--listbox .box--bottom .box--logo {
  width: 120px;
  margin-left: 15px;
}

a.faq_anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.ta-head {
  font-size: 12px;
  color: #A5A5A5;
}
.ta-link {
  font-size: 12px;
  color: #1D78C6;
  text-decoration: underline;
}
.width_100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.text_right {
  text-align: right;
}
ol.list_number {
	counter-reset: number;
  list-style-type: none;
}
ol.list_number li:before {
  counter-increment: number;
  content: counter(number);
  padding-right:2px;
}
ol.list_number li {
  padding-left: 12px;
  text-indent: -12px;
  padding-top: 5px;
}
ol.list_number li:first-child {
  padding-top: 0;
}
ol.list_number ol {
  padding-top: 5px;
}
ol.list_number ol.list_number {
  margin-left: 2em;
}
ol.list_nonumber ol {
  margin-left: 2em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ft_table {
  margin-top:60px;
}

@media screen and (max-width: 700px), screen and (max-width: 926px) and (orientation: landscape) {
  .ft_table {
    margin-top: 40px;
  }
}

/*----------------------#bn_detail-----------------------*/

#bn_detail{
	/* width:1220px; */
	margin:0 auto;
	padding:40px 0;
}
#bn_detail .box--heading{
	font-weight:bold;
	font-size:22px;
}
#bn_detail ul{
	margin:1% 0 0 0;
	/* width:65%; */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#bn_detail ul li{
	margin:2% 0;
	width:48%;
	background: url(/assets/img/tour/banner/arrow.png) no-repeat right center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	position: relative;
}
#bn_detail ul li:hover{
	opacity: .75;
}
#bn_detail ul li img{
	width:28%;
	margin:0 2% 0 0;
}
#bn_detail ul li p{
	font-size:14px;
	width:65%;
}
#bn_detail ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
#bn_detail .box--heading{
	font-size: calc(.66298vw + 13.51381px);
}
#bn_detail{
	width:92%;
	padding:4%;
}
#bn_detail ul{
	width:100%;
}
#bn_detail ul li{
	margin:2% 0;
	width:100%;
}
#bn_detail ul li img{
	width:20%;
}
#bn_detail ul li p{
	width:74%;
}
}
