.gap_20 {
	gap:20px;
}

.kv-plg-baner-element {
	height: 854px ;
	/*padding-top: 60px;*/
	background: rgb(28 43 96);
    background: radial-gradient(at top right, rgb(57 89 201) 0%, rgb(28 43 96) 53%, rgba(2, 0, 36, 1) 100%);
    background-size: cover;
    background-position: center;
	position: relative;
	overflow: hidden;
}
    #kv-plg-img-slider-background {
		display:none;
        position: absolute;
        width: 110%;
		left: -10px;
		top: -10px;
		height: 110%;
        background-size: cover;
        background-position: center;
        filter: grayscale(0.3);
       /* transition: background-image 0.3s;*/
		filter: blur(21px);
        /*mask: radial-gradient(at bottom left, rgba(0, 0, 0, 0) 45%, rgb(255, 255, 255, 1) 100%);*/
    }

	#kv-plg-img-slider-background:before {
		content:'';
		position:absolute;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		background: #0000006b;
		background: radial-gradient(at top right, rgba(255,255,255,0) 30%, rgb(2, 0, 36, 1) 80%)
	}
	
	.kv-plg-baner-element .container{
		z-index: 2;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-content: stretch;
		justify-content: center;
		align-items: center;
		padding: 105px 0px 93px 0px;
		height: inherit;
	}

.baner_content{
	display: flex;
    width: 100%;
	height: 364px;
    justify-content: space-evenly;
}

	.baner_content figure#kv-plug-logo-project {
		height: 85px;
		margin: 0px 0px 15px 0px;
	}

		.baner_content figure#kv-plug-logo-project img{
			height: 100%;
		}

	.baner_content figure#kv-plg-baner-picture {
		height: 100%;
		/*max-height: 314px;*/
		margin: 0px;
		width: 100%;
	}

#kv-plg-title-h1 {
	margin-bottom:10px !important;
}

.baner_content .line-info{
	color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

	.baner_content .line-info .fa-solid {
		margin-right: 10px;
    	width: 18px;
    	text-align: center;
	}

.baner_content .btnslider {
	width: 239px;
    padding: 12.25px 0px;
}

.post img{
	height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.post .playBtn, .kv-plg-image-container .playBtn {
	font-family: "Font Awesome 5 Free";
    width: 83px;
    height: 83px;
    display: none;
    position: absolute;
    z-index: 7;
    background: #00000042;
    border-radius: 50%;
    color: #fff;
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
    text-align: center;
    align-items: center;
    justify-content: center;
	transition:all 0.3s;
	text-decoration:none !important;
}

	.post .playBtn .fa-play, .kv-plg-image-container .playBtn .fa-play{
		font-size: 2.5rem;
    	padding-left: 5px;
		transition:all 0.3s;
	}

	.post .playBtn:hover {
		background: #00000082;
	}

		.post .playBtn:hover .fa-play {
			font-size: 2.6rem;
		}

.kv-plg-image-container .playBtn {
	display: flex;
	width: 36px;
    height: 36px;
}

	.kv-plg-image-container .playBtn .fa-play{
		font-size: 1rem;
    	padding-left: 5px;
		transition:all 0.3s;
	}

.textcontent {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	align-content: space-between;
    color: #fff;
}

	.textcontent a{
		text-decoration: none;
		padding-top: 10px;
	}

.button1 {
  display: inline-block;
  width: 239px ;
  height: 49px;
  border: 1px solid;
  border-radius: 5px;
  background-color: #FF243F;
  text-align: center;
}
.button1:hover{
  background-color: #ff243eab;
}
.button2 {
  display: inline-block;
  width: 239px ;
  height: 49px;
  border: 1px solid;
  border-radius: 5px;
  background-color: #ffffff00;
  text-align: center;
}
.button2:hover{
  background-color: #0000002c;
}


.kv-plg-baner-element .slider-region{
	/*height: 40%;*/
    width: 100%;
}

	.kv-plg-baner-element .slider {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		margin-top:46px;
		height:304px;
	}

#kv-plugin-wrapper {
  	width: 100%;
  	/*max-width: 964px;*/
  	position: relative;
	margin: 0px 20px;
}

#kv-plugin-carousel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#kv-plugin-carousel::-webkit-scrollbar {
  height: 0;
}

.kv-plg-baner-element .slider-btn {
	background: rgb(255 255 255 / 49%);
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
	position: absolute;
	/*display:none;*/
}

	.kv-plg-baner-element .slider-btn:hover {
		background: rgb(255 255 255 / 75%);
	}

.kv-plg-baner-element .slider-btn#kv-plugin-slider-prev {
	left: -50px;
}

.kv-plg-baner-element .slider-btn#kv-plugin-slider-next {
	right: -50px;
}

#kv-plugin-content {
  display: grid;
  grid-gap: 35px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 15px;
  align-items: center;
  justify-content: start;
  align-content: center;
}

.kv-plg-slider-item {/* text-align: center; */}

	.kv-plg-slider-item img{
	  	width: 100%;
	  	height: 100%;
	  	background: #BBDEFB;
	  	filter: grayscale(0.8);
	  	transition: all 0.3s;
		object-fit:cover;
	}
	.kv-plg-slider-item .kv-plg-title{
		color: #6D6E70;
		margin: 5px 0px;
		display: block;
		transition: all 0.3s;
	}


.kv-plg-slider-item.active, .kv-plg-slider-item:hover {
	
}

    .kv-plg-slider-item .kv-plg-image-container {
        position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
        overflow: hidden;
        height: 225px;
		width: 159px;
		border-radius: 5px;
        transition: all 0.3s;
    }


	.kv-plg-slider-item.active .kv-plg-image-container{
		transform: scale(1.07);
		margin-bottom: 10px;
	}
	
	    	.kv-plg-slider-item.active .kv-plg-image-container img, .kv-plg-slider-item:hover .kv-plg-image-container img{
	    	    filter:none;
	    	}
	
	.kv-plg-slider-item.active .kv-plg-title, .kv-plg-slider-item:hover .kv-plg-title{
		color: #fff;
	}


.kv-plg-baner-figure{
	width:90% !important;
	height: 340px !important;
	margin-top: 50px !important;
	
}

@media (max-width: 767px) {
	.textcontent{
		display: flex;
		flex-direction: column;
		min-height: 470px;
		justify-content: space-between;
	}
	.kv-plg-baner-element {
		height:689px;
	}
	.kv-plg-baner-element .container {
		padding: 40px 16px 24px 16px;
	}
	.baner_content {
		height: 100%;
        flex-direction: column-reverse;
        padding-bottom: 40px;
	}
	.kv-plg-baner-element .slider {
		height: 20px;
        margin: 0px;
        padding: 0px;
	}

	#kv-plugin-content {
		gap: 10px;
        display: flex;
        margin: 0px;
        padding: 0px;
	}
	#kv-plugin-wrapper {
		margin:0px;
	}
	
	.kv-plg-slider-item .kv-plg-image-container, .kv-plg-slider-item .kv-plg-title, .kv-plg-baner-element .slider button {
		display:none !important;
	}
	
	.kv-plg-slider-item {
		height: 2px;
        background: #fff6;
    	width: 100%;
    	display: block;
	}
	
	.kv-plg-slider-item.active {
		background: #fff;
	}
	
	.baner_content figure#kv-plg-baner-picture {
		width: 100%;
        display: flex;
        overflow: hidden;
        height: 210px;
		justify-content: center;
	}
	.baner_content .gap_20 {
		flex-direction: column;
	}
	.kv-plg-baner-figure{
	width:100% !important;
	height: 340px !important;
	margin:0px !important;
	}
	.kv-plg-baner-figure img{
		width:100% !important;
	}
}
