
.tab-wrap3 .tab-box{
    background:transparent;
    margin:0;
    border:none;
    width:60px;
   	line-height:44px;
   	position:relative;
   	z-index:100;
}

.tab-wrap3 .tab-box .flag-th, .tab-wrap3 .tab-box .flag-gb{
	color:transparent;
}

.tab-wrap3 span{
	font-weight:normal;
}
.tab-wrap3 .tab-content{
	background:none;
	padding:0;
    position:relative;
    z-index:10;
}
     
     
.tab-wrap3 .tab-label::after{
	line-height:40px;
}
     
.tab-wrap3 ul li{
    width:60px;
    border:none;
    background:rgba(255,255,255,0.9);
    font-weight:normal;
}

.tab-wrap3 ul{
    overflow-y:hidden;
    overflow-x:hidden;  z-index:100;
}

.tab-wrap3 ul li span {
    color:transparent;
    text-shadow:none;
}

.tab-content ul li.inactive{
	color:rgba(33,33,33,0.4);
}
	
.swiper-slide-invisible-blank{
	display:none;
}	

                             
.tickertxt::after  {
  -webkit-animation-iteration-count:5;
  animation-iteration-count: 5;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: tickertxt ;
  animation-name: tickertxt ;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

@-webkit-keyframes tickertxt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
   -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
   }  
}
@keyframes tickertxt  {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
     visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
    100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.upload-svg-bg{
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%, -50%);
	
}
.have-favor{
	color:#F87171;
}

#container-p-1{
		
}


@media screen and (max-width: 640px){
	#container-p-1,.inner-main{
		min-height: calc(100vh - 136px);
	}
}

@media (min-width: 640px){
	#container-p-1, .inner-main{
		min-height: calc(100vh - 242px);
	}
}

