
	.sl .cont{width: 100%;height: 100%;padding: 0px auto;/* display: flex; */}
	.sl .image{object-fit: cover;height: 600px;}
	.sl .social img{height: 35px;}
	.sl h3{width: 100%;color: #fff;font-weight:bold;font-size: 47px;}
	.pro{position: absolute;width: 70%;top: 10%;}
	@media(max-width:1425px){.pro{width: calc(100% - 20px);left: 20px;}}
	.pro a{text-decoration: none;color: #fff;}
	.pro .col-12{padding-right: 0px;padding-left: 0px;}
	/* .pro p{font-weight: bold;color: #fff;font-size: 1.75rem;background-color: #3F9D00;border-radius: 20px;padding: 5px 10px;max-width: 200px;text-align: center}*/
	.pro p {width: 100%;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				line-height: 25px;
				overflow: hidden;
				margin-top: 20px;
			}
	.pro .l{width: 60px;border-bottom: 3px solid #3F9D00;margin-left: 9px;}
	#slider-home .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 70px;left: 0;width: 100%;}
	#slider-home {background-color: #5c94a9;}
	#slider-home .swiper-slide:nth-child(n+2) .social{
		display: none !important;
	}
	@media(max-width:575px){
		.sl .image{height: 280px;}
		#slider-home .swiper-slide .item{display: none}
		#slider-home .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {left: 75px!important;}
	}
	@media (max-width:635px){
		.sl h1 {
			width: 60%;
			padding-left: 20px;
		}
		.sl img {
			height: 350px;
		}

		#slider-home .pro .pt-5{padding-top: 0px !important;}

		#slider-home .btn-jumbo-home .btn{
			box-shadow: none;
			padding-left: 50px;
			padding-right: 50px;
		}
		
		

		
	}
	#slider-home .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 15px;
		/*left: 165px;*/
		left: 12%;
		width: 100%;
		z-index: 4;
	}
	@media (min-width:1480px){

	}

	.swiper-pagination-bullet {
		border-radius: 0px;
		width: 80px;
		height: 3px;
		background-color: #fff;
    	opacity: inherit;
	}
	.swiper-pagination-bullet-active {
		background-color: #1d5064;
	}