.detail-blog-content{ 
	line-height: 35px !important;
}

.panel-tickets-item ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background-color: transparent !important;
    margin: 0 8px;
}


.detail-blog-author img {
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.18);
	margin-left: 10px !important;
  }

.detail-blog-author .name {
	font-size: 16px !important;
	line-height: 37px;
	color: #333;
	margin-bottom: 10px;
}

.detail-blog-author{
	background-color: #fff;
	border: 1px dashed #D2D2D2;
	border-radius: 12px;
	padding: 5px 21px 0px 14px !important;
	margin: 10px 0 11px !important;
  }




.btn-reply{ 
	height: 35px !important;
	border-radius: 10px;
	padding: 1px 5px;
	width: 100px;
	background-color: #ff0000;
	padding: 3px 10px;
	color: #ffffff;
}

.blink {
	animation: blinker 0.7s linear infinite;
}
	
@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.border{ 
	border: 1px solid #eeeeee; 
	border-radius: 10px;
};

.border-danger{ border-color: #ff0000 !important;}
.border-grey{ border-color: #70737d !important;}

.alarm{
	border: 3px dashed #ff0000 !important; 
	border-radius: 10px;
}

.direct_buy{
	background-color: #ff0000;

	color: #ffffff !important;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	padding: 13px 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.border-3{ border-width: 3px !important;}
.border-4{ border-width: 4px !important;}
.border-5{ border-width: 5px !important;}


.border-warning{ border-color: red !important;}
.align-justify{ text-align: justify !important;}

@media only screen and (max-width: 767px) {
	.detail-blog-author img {
		margin: 0 0 8px 10px;
		width: 32px !important;
		height: 32px !important;
	}
}
.nice-select .current{
	overflow: auto !important;
  }
  
.tour-item ul li.itemtype2 {
	flex: 0 0 auto;
	max-width: 100% !important;
	max-width: 50%;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px;
	color: #333;
  }

@media only screen and (max-width: 575px) {

	.tour-item ul li.itemtype2 {
		flex: 0 0 auto;
		max-width: 100%;
		padding: 0 12px;
		font-size: 12px;
		font-weight: 600;
		line-height: 19px;
		color: #333;
	  }
}

.text-danger{ color: #ff0000 !important; }
.text-light{ color: #cecece;}

.btn-light {
	background-color: #cecece;
	color: #fff;
}

.rtl{ direction: rtl !important;}
.ltr{ direction: ltr !important;}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: 700
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}

.total-price{
	border-radius: 9px;
	background-color: #fafafa;
	border: 1px dashed #dedede;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	padding: 13px 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.panel-detail-order-danger-item {
	background-color: #fbfcfd;
	border-radius: 8px;
	border: 1px solid #f2f2f2;
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
  }
  .panel-detail-order-danger-item span {
	font-weight: 600;
	color: #70737d;
	margin-top: 4px;
  }

  .panel-detail-order-danger > *:nth-child(2) .panel-detail-order-danger-item {
	background-color: #e6fcff;
  }
  .panel-detail-order-danger > *:nth-child(2) .panel-detail-order-danger-item span {
	color: #bc2c4b;
  }

  .auth-right .back {
	top: 23px;
	left: 10px !important;
	transform: translateX(-12px);
  }

  .search-mobile .form-control {
	border-radius: 8px;
	background-color: #fafbfd;
	border-color: #a8a7a7 !important;
	height: 51px;
	padding-right: 41px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #9c9faa;
  }

  .top-header-auth-dropdown li a {
	font-size: 14px;
	font-weight: 500;
	color: #212341;
	line-height: 30px !important;
	position: relative;
  }

  .isearch ul{
	margin-bottom: 10px;
	border: 1px solid #eee; 
	border-radius: 10px;
	line-height: 10px;
	padding: 10px;
  }

.isearch ul li{
padding: 10px; 
font-size:12px;

}

.detail-tour{
margin-top: 20px !important;
}

.mt-1{ margin-top: 10px;}
.mt-2{ margin-top: 20px;}
.mt-3{ margin-top: 30px;}

.mb-1{ margin-bottom: 10px;}
.mb-2{ margin-bottom: 20px;}
.mb-3{ margin-bottom: 30px;}
.mb-4{ margin-bottom: 40px;}
.mb-5{ margin-bottom: 50px;}

.mr-1{ margin-right: 10px;}
.mr-2{ margin-right: 20px;}
.mr-3{ margin-right: 30px;}

.p-1{ padding:10px;}
.p-2{ padding:20px;}
.p-3{ padding:30px;}

.date-item2{ 
font-weight: 600;
line-height: 24px;
width: 100%;
padding: 0 15px;
}

.date-item2 span {
font-size: 18px;
font-weight: bold;
line-height: 24px;
color: #333;
margin-top: 5px;
}


.radius-10{ border-radius: 10px;}

.detail-tour-sidebar {
position: unset !important;
top: 12px;
}

.blog {
margin-top: 0px !important;
}

.blog-category {
margin: 20px 0 20px !important;
}

.category {
margin-top: 29px !important;
}

.pointer{ cursor: pointer !important;}

.whatsapp-button {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect 5s infinite ease-in;
  }
  
  .instagram-button {
	position: fixed;
	bottom: 75px;
	right: 15px;
	z-index: 99;
	background-color: #833AB4;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect 5s infinite ease-in;
  }