:root {
	--underline-height: 0.5em;
	--transition-duration: 0.5s;
}

#sync_slider .slider-nav .slick-track {
	position: relative;
}

#sync_slider .slider-nav .underline {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 14.3%;
	background-color: #03b0ef;
	pointer-events: none;
	mix-blend-mode: multiply;
	transition: transform var(--transition-duration) ease-in-out;
}

#sync_slider .slider-nav .swiper-slide {
	display: inline-block;
	z-index: 10;
	width: 20%;
	padding: 1em 0;
	text-align: center;
	cursor: pointer;
}

#sync_slider .slick-dots {
	display: none !important;
}

#sync_slider .slider-nav .slick-track .underline {
	background-color: #03b0ef;
	border-radius: 0.25em;
	height: calc(var(--underline-height) / 2);
	height: 7px;
	mix-blend-mode: initial;
}

#content .landa-syncing-slider .slider-nav .slick-current .tech-name {
	/* visibility: hidden; */
	font-weight: bold;
}

#content .landa-syncing-slider h3 {
	margin-bottom: 50px;
}

#content .landa-syncing-slider .slider-nav {
	border-bottom: 1px solid #b0c0c7;
	margin-bottom: 10px;
}

#content .landa-syncing-slider .slider-nav .img {
	margin: 0 auto 25px;
	width: auto;
	max-width: 68px;
	height: 36px;
}

#content .landa-syncing-slider .slider-nav .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#content .landa-syncing-slider .slider-nav .tech-name {
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: 400; 
}
#content .landa-syncing-slider .slider-nav .content:hover {
    color: #00afef;
}
/* #content .landa-syncing-slider .slider-for .swiper-slide:hover {
	opacity: 0.5!important;
} */
#content .landa-syncing-slider .slider-for span.landa-btn:hover {
    color: rgba(160, 160, 160, 0.64)!important;
}
#content .landa-syncing-slider .slider-for .content {
	max-width: 1195px;
	width: 100%;
	margin: 40px auto;
	position: relative;
}

#content .landa-syncing-slider .slider-for .content .img {
	width: 53%;
	margin-right: 5%;
	margin-left: 5%;
}

#content .landa-syncing-slider .slider-for .content .img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	text-align: center;
}

#content .landa-syncing-slider .slider-for .textual-content {
	width: 47%;
	text-align: left;
}

#content .landa-syncing-slider .slider-for .textual-content h3 {
	font-size: 25.2px;
	font-weight: 300;
	line-height: 1;
	color: #00afef;
	margin-bottom: 21px;
}

#content .landa-syncing-slider .slider-for .textual-content p {
	margin-bottom: 31px;
	line-height: 1.6;
	color: #525D66;
}
 

#content .landa-syncing-slider .slider-for .slick-prev,
#content .landa-syncing-slider .slider-for .slick-next {
	background: transparent;
	top: 39%;
}

#content .landa-syncing-slider .slider-for .slick-prev {
	left: 33px;
	z-index: 1;
}

#content .landa-syncing-slider .slider-for .slick-next {
	right: 0;
}

#content .landa-syncing-slider .slider-for .slick-next:before,
#content .landa-syncing-slider .slider-for .slick-prev:before {
	content: '';
	right: 10px;
	top: 11px;
	position: absolute;
	display: block;
	margin: 2px auto;
	width: 20px;
	height: 20px;
    border-top: 3px solid #00AFEF;
    border-left: 3px solid #00AFEF;
	transform: rotate( 135deg);
}
#content .landa-syncing-slider .slider-for .slick-prev:hover:before, #content .landa-syncing-slider .slider-for .slick-prev:focus:before, #content .landa-syncing-slider .slider-for .slick-next:hover:before, #content .landa-syncing-slider .slider-for .slick-next:focus:before {
    opacity: 1;
    border-top: 3px solid rgba(160, 160, 160, 0.64);
    border-left: 3px solid rgba(160, 160, 160, 0.64);
}
#content .landa-syncing-slider .slider-for .slick-prev:before {
	transform: rotate( -45deg);
}

.homepage .articles {
	background-color: #fff;
}

.articles h3 {
	padding-top: 47px;
}

.articles .sub-text {
	max-width: 765px;
	margin: 0 auto 40px;
}

.articles .textual-content {
	text-align: left;
	padding: 57px 41px 49px 28px;
	background-color: #282828;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	top: -1px;
}

.articles h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.articles h4 strong {
	font-weight: 500;
}

.articles .textual-content p {
	color: #afc7da;
}

.our-products {
	background-color: #f0f4f5;
}

.our-products h3 {
	padding-top: 47px;
}

.our-products .sub-text {
	max-width: 765px;
	margin: 0 auto 40px;
	font-weight: 400;
}

.our-products .textual-content {
	text-align: left;
	padding: 57px 41px 49px 28px;
	background-color: #282828;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	top: -1px;
}

.our-products h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.our-products h4 strong {
	font-weight: 500;
}

.our-products .textual-content p {
	color: #afc7da;
}

.our-products .item .img {
	height: 225px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 225px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* .our-products .item .img:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; 
    top: 0;
    bottom: auto;
    transform: translate(0%, -100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */

.our-products .items-list  .item{
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.our-products .items-list .item:hover { 
    -webkit-box-shadow: 0px 0px 11px -1px #949494;
    box-shadow: 0px 0px 11px -1px #949494; 
	 border-radius: 15px;
}
.our-products .item .img:hover:after {
    opacity: 1;
}
 
.our-products .items-list .img img {
	width: auto;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.items-list {
	flex-wrap: wrap;
	justify-content: space-between;
}

.items-list .item {
	width: 29%;
	margin-bottom: 65px;
}

.articles .item .img {
	height: 225px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 225px;
	background-repeat: no-repeat;
	background-size: cover;
}

.articles .items-list .img img {
	width: auto;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	height: 140px;
	object-fit: contain;
	vertical-align: middle;
}

#content .pr-section .flex {
	justify-content: space-between;
	padding: 4px 0 0;
	align-items: center;
	flex-wrap: wrap;
}

#content .pr-section .img {
	margin: 0 4% 0 0;
	width: 57%;
}

#content .pr-section .text-content p {
	font-weight: normal;
	line-height: 1.67;
	color: #525d66;
	margin-bottom: 13.3px;
}

#content .pr-section .img img,
#content .pr-section .img iframe {
	width: 100%;
	height: auto;
	min-height: 348px;
}

#content .pr-section .text-content {
	width: 38%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.articles {
	padding: 20px 0 0;
	margin-bottom: 84px;
}

.articles .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.articles article {
	width: 30%;
	width: 23%;
	height: 320px;
	height: auto;
	position: relative;
}

#content article .img {
	border-radius: 10px;
	height: 320px;
	height: 240px;
}

#content article .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border-radius: 10px; */
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow: hidden;
}
/* #content article .img img:hover { 
    filter: brightness(50%);
	-moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; 
} */
#content article .text-content {
	/* position: absolute; */
	 position: relative;
	/* bottom: 0; */
	top: -1px;
	/* height: 141px; */
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 25px 25px;
	overflow: hidden;
	width: 100%;
}
#content article .text-content h5:hover { 
    color: #26ace2;
}
#content article .text-content .text {
	height: 100px;
	overflow: hidden;

	height: auto;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

#content article .text-content .date {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	/* color: #26ace2; */
	margin-bottom: 11px;
}
#content article:nth-child(1) .text-content .date {
	color: #26ace2;
}
#content article:nth-child(2) .text-content .date {
	color: #ff13cc;
}

#content article:nth-child(3) .text-content .date {
	color: #ffe013;
}

#content article .text-content h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 11px;
}

#content article .text-content .sub-text {
	line-height: 1.33;
	color: #a3b8c9;
}

#content article .text-content .sub-text:hover {
	color: #0eade9;
}

@media (min-width: 800px) {
	#content .landa-syncing-slider .slider-nav .slick-track {
		transform: translate3d(0px, 0px, 0px) !important;
	}
}

@media (max-width: 1450px) {
	#content .landa-syncing-slider .slider-for .textual-content { 
		padding-right: 5%;
	}
}


@media (max-width: 1199px) {
	#content article .text-content h5 {
		font-size: 17px;
	}
	#content article .text-content .sub-text {
		font-size: 16px;
	}
}

@media (max-width: 770px) {
	#content .landa-syncing-slider .slider-for .slick-prev,
	#content .landa-syncing-slider .slider-for .slick-next {
		display: none!important;
	}
	#content .landa-syncing-slider .slider-for .content {
		flex-wrap: wrap;
		max-width: 350px;
		margin: 100px auto 0;
	}
	#content .landa-syncing-slider .slider-for .textual-content h4 {
		position: absolute;
		top: -83px;
	}
	#content .landa-syncing-slider .slider-for .content .img,
	#content .landa-syncing-slider .slider-for .textual-content {
		width: 100%;
		margin: 0 auto 31px;
		font-weight: 400;
	}
}

@media (max-width: 550px) {
	.homepage h2 {
		line-height: 30px;
		font-size: 30px;
	}
	#sync_slider .slider-nav .swiper-slide.slick-current {
		border-bottom: 6px solid #03b0ef;
	}
	#sync_slider .slider-nav .underline {
		display: none;
	}
	#content .landa-syncing-slider .slider-nav .img {
		max-width: 53px;
	}
	#content .landa-syncing-slider .slider-nav .tech-name {
		font-size: 12px; 
	}
	#content .landa-syncing-slider .slider-for .textual-content h3 {
		font-size: 22px;
		position: absolute;
		top: -52px;
		margin-bottom: 0;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
	#sync_slider .slider-nav .swiper-slide { 
		padding: 1em 0 0;
	}
	#sync_slider .inner-width.center {
		max-width: 100%;
	}
	#sync_slider .swiper-wrapper.slider-for {
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#sync_slider .landa-btn { 
		font-size: 19px;
	}
	#content .landa-syncing-slider .slider-for .content {
		margin: 72px auto 0;
	}
	.articles .textual-content {
		padding: 27px 21px;
	}
	#content .pr-section .inner-width {
		max-width: 100%;
	}
	#content .pr-section .img {
		order: 1;
	}
	#content .pr-section .text-content {
		max-width: 320px;
		order: 0;
		text-align: center;
		margin: 0 auto 25px;
	}
	.our-products .items-list .item {
		margin: 0 auto 10px;
		width: 100%;
	}
	.our-products .items-list .item,
	.articles article {
		margin-bottom: 35px!important;
	}
	#content article .text-content { 
		/* height: 60%;  */
	}	
	.our-products .textual-content {
		padding: 27px 21px;
	}
	#content article .text-content .text {
		height: auto;
		/* display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis; */
	}
}