.topnav {
  overflow: hidden;
  float: right;
  height: 60px;
  line-height: 30px;
}

.topnav a {
  float: left;
  display: block;
  text-align: center; 
  padding: 14px 16px;
  text-decoration: none;
  color: #717f86;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 5px;
  padding: 10px 15px;
} 

.topnav a:hover {
  color: #5fa0cf;
}

.topnav a.active {
  color: #5fa0cf;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .navbar-brand {
  	display:none;
  }
  
  .navLogo {
  	position: absolute; 
    left: 45%; 
    padding: 0px !important;
  }
}

@media screen and (max-width: 600px) {	
  .topnav {
  	float: none; 
  	height: auto; 
    line-height: normal;
  }  
  .topnav.responsive {
  	position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .unloginLogo {
	width:122px; 
	height:auto;
	position: relative;
    left: -10%;
    top: -5px;
    margin-top: 12px;
}
}

.lSSlideOuter .lSPager.lSpg {
    margin: 0 auto !important;
    transform: translate(0, -30px) !important;
    z-index: 10;
} 

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff !important;
}
 
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca !important;
}

.unloginLogo {
	width:122px; 
	height:auto;
    position: relative;
}

.slider-container {
    max-width: 2000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 70px;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .banner-slider img {
    display: block;
    width: 100%;
}

#loginModal .model-content{
	background-color: #ffffff;
}

.sideBtn-telegram {
    width: 60px;
    height: 60px;
    font-size: 60px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 25px;
    bottom: 30px;
    transition: all .3s ease-in-out;
    border: none;
    color: #0088cc;
    background: #fff;
}

.sideBtn-telegram-2 {
    width: 60px;
    height: 60px;
    font-size: 60px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 25px;
    bottom: 120px;
    transition: all .3s ease-in-out;
    border: none;
    color: #0088cc;
    background: #fff;
}