.mobile-logo a img {background:#fff;padding:5px;border-radius:5px;}
.swiper-button-prev {margin-left:-10px;}
.swiper-button-next {margin-right:-10px;}
.swiper-button-prev, .swiper-button-next {background:#fff;width:50px;height:50px;border-radius:100%;top:40%;border:5px solid #fff;overflow:hidden}
.th-btn.th-icon:after {
	content: '\27A4';
	position: relative;
    margin-top:-9px;
	background-color: transparent !important;
	width: 25px;
	height: 15px;
    font-size:18px;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-mask-image:none;
    mask-image: none
}
.tour-box .tour-action .th-btn:after {
	content: '\27A4';
	position: relative;
    -webkit-mask-image:none;
    mask-image: none
  }