/***
** templats css
** 2024-05-26
*/

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

/**/
.nav-bgcolor{
	background-color:#025be0;
}

.nav-active-bgcolor{
	background-color:#0084ff;
}
.footer-bgcolor{
	background-color:#0084ff;
}


.bg-1{
	background-color:#e2e2e2;
}
.bg-2{
	background-color:#f4f4f4;
}
.w-1000{
	width:1000px;
}
.w-150{
	width:150px;
}
.title-img-h{
	height:60px;
}
.font-color-more{
	color:#9c9c9c;
}
.card-no-border{
	border:none;
}

/*nav*/
.nav{
	--bs-nav-link-color:#fff;
	font-size:h3;
}
.nav-pills {
	--bs-nav-pills-link-active-bg: #0980dc;
	--bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: #fff;
	--bs-nav-pills-border-radius: none;
	--bs-nav-link-font-size:18px;
}
.nav-height{
	height:62px;
}
.nav-item{
	height:62px;
	width:7rem;
}
.nav-link{
	height:62px;
	border-radius:none;	
	text-align:center;
	padding: 1rem var(--bs-nav-link-padding-x);
}

.list-group{
	--bs-list-group-border-width: 0;
}
/*title*/
.title-height{
	height:44px;
}


/*swiper*/
.swiper {
      width: 100%;
      height: 355px;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.swiper-title-cont {bottom: 0;*bottom: 0;width: 100%;height: 50px; background:#333;position: absolute;z-index: 150;left: 0;}
.swiper-title-cont a{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;width: 80%;font-size: 19px;line-height: 50px;margin-left: 10px;font-weight: normal;color: white;}

.mySwiper2{
	height:300px;
}