	.container{
		max-width: 1640px;
		margin: 0 auto;
	}
	.slider-nav {
	    margin-top: -40%;
	}
	.slider-nav .slick-list {
	    height: 680px;
	}
	.slider-nav .slider-small-img img{
		height: 500px;
	    object-fit: cover;
	    object-position: center;
	    display: inline-block;
	    width: 100%;
	   transition: opacity 1s cubic-bezier(.215,.61,.355,1);
	}
	.slider-nav .slider-small-img{
		transition: opacity 1s cubic-bezier(.215,.61,.355,1);
		    overflow: hidden;
	}
	.slider-nav .slick-center img {
	    opacity: 0;
	    visibility: hidden;
	    height: 600px;
	}
	.slider-nav  .slick-center{	   
	 	box-shadow: 0px 0.6rem 3.2rem rgba(61, 57, 52, .5);
	}
	.slider-nav .slider-small-img{
		margin:  0 15px;
		position: relative;
	}
	.slider-nav .slider-small-img:after {
	    content: "";
	    background: #00000057;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    transition: all 1s ease;
	}
	.slider-nav  .slider-small-img.slick-center:after{
		opacity: 0;
	}
	.slider-for .slider-main-img img{
		object-fit: cover;
		object-position: center;
		display: inline-block;
		height: 900px;
		width: 100%;
	}
	.post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 30px;
    transition: all 0.7s ease;
    height: 0;
    width: 100%;
}
	.slick-center .post-content {
  height: 51%;
}
	.post-content:after{
		background-color: #121d39;
	    bottom: 0;
	    content: "";
	    display: block;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    right: 0;
	    transform: translateY(100%);
	    transition: transform 1s cubic-bezier(.215,.61,.355,1);
	    z-index: 0;	
	}

	.slick-center .post-content:after{
	    transform: none;
	}
	.post-content .content {
	    position: relative;
	    z-index: 1;
	}
.post-content .content h5 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-transform: uppercase;
}
	.post-content .content h3 {
	    color: #fff;
	    font-size: 30px;
	    text-transform: uppercase;
	    margin: 0;
	    overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	    transition: height 0.7s cubic-bezier(.25,.46,.45,.94) 0s, visibility 0s linear 0s;
	    height: 0;
	    visibility: hidden;
		line-height: 1.2;
  font-weight: bolder;
	}
	.slick-center .post-content .content h3 {
  visibility: visible;
  opacity: 1;
  height: 70px;
}
	.post-content .content hr {
	    margin: 25px 0;
	}
	.read-more-text {
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.7s ease;
	}
.read-more-text a {
  background: #fff;
  color: #121d39;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
	transition: all 0.7s ease;
}
	
.read-more-text a:hover {
  background: #6f6f6f;
  color: #fff;
}

	.slick-center .read-more-text {
	    opacity:1;
	    visibility: visible;
	}
	.slider-wrp{
		position: relative;
	}
.slider-nav .slick-arrow {
 background: #121d39;
  padding: 10px;
  height: 60px;
  width: 60px;
  z-index: 11;
  position: absolute;
  top: 40%;
  font-size: 0;
  border-radius: 0;
  border: 0;
}
	.slick-prev{
		left: 0;
	}
	.slick-next{
		right: 0;
	}
.slick-prev:before {
    content: '←';
}
.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	@media screen and (min-width: 1501px) and (max-width: 1800px) {
		.slider-nav .slick-list {
			height: 600px;
		}
		.slider-for .slider-main-img img {
			height: 780px;
		}
		.slider-nav {
		    margin-top: -670px;
		}
	}
	@media screen and (min-width: 1024px) and (max-width: 1500px) {
		.slider-nav {
		    margin-top: -600px;
		}
		.slider-for .slider-main-img img {
		    height: 800px;
		}
		.slider-nav .slider-small-img img {
		    height: 380px;
		}
		.slider-nav .slick-center img {
		    height: 500px;
		}
		.post-content {
		    padding: 50px 20px;
		}
		.post-content .content h3 {
		    font-size: 28px;
		}
		.slick-center .post-content .content h3 {
		    visibility: visible;
		    opacity: 1;
		        -webkit-line-clamp: 3;
		    height: 81px;
		}
		.slick-center .post-content {
		    height: auto;
		}
		.slider-nav .slick-list {
		    height: auto;
		}
		.post-content .content {
		    bottom: 20px;
		}
		.slick-center .post-content .content {
		    bottom: 0;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
		.slider-nav .slick-list {
		    height: 650px;
		}
		.slider-for .slider-main-img img {
		    height: 760px;
		}
		.slider-nav {
		    margin-top: -90%;
		}
		.post-content .content h3{
			font-size: 24px;
		}
		.slick-center .post-content .content h3 {
		    visibility: visible;
		    opacity: 1;
		        -webkit-line-clamp: 3;
		    height: 81px;
		}
	}
	@media screen and (max-width: 767px) {
	   	.slider-for {
		    display: none;
		}
		.slider-nav {
		    margin-top: 0;
		}
		.slider-nav .slick-list {
		    height: auto;
		}
		.slider-nav .slick-center img {
		    opacity: 1;
		    visibility: visible;
		}
		.slick-center .post-content {
		    height: auto;
		}
		.post-content {
		    padding: 25px;
		}
		.post-content .content h5 {
		    font-size: 16px;
		}
		.slick-center .post-content .content h3 {
		    visibility: visible;
		    opacity: 1;
		        -webkit-line-clamp: 3;
		    height: 81px;
		}
		.post-content .content h3{
			font-size: 24px;
		}
	}