.layout-about{
	padding-bottom: 40px;
}
.ab-subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: calc(26/16);
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ab-title {
	font-size: 32px;
	line-height: calc(48/32);
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 11px;
}
.ab-des{
	font-size: 13px;
	line-height: calc(21/13);
	font-weight: 400;
}
.ab-btn{
	display: inline-block;
	padding: 10px 21px;
	font-size: 14px;
	font-weight: 500;
	line-height: calc(21/14);
	border-radius: 5px;
	border: 1px solid transparent;
}

.ab-btn1{
	background: #E40000;
	color: #fff;
}
.ab-btn2 ,.ab-btn1:hover {
	color: #E40000;
	background: #fff;
	border-color: #E40000;
}
.ab-btn2{
	background:#fff;
	color:#2F2F2F;
}
.ab-gradient{
	background: var(--bg, linear-gradient(89deg, #06F 0%, #0041A2 100%), radial-gradient(50% 50.00% at 50% 50.00%, #D7DBFF 0%, rgba(234, 236, 255, 0.58) 100%));
	color: #fff;
}
.ab-gradient:hover {
    border-color: #fff;
    color: #fff;
}
.style-nav .owl-nav button{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
.style-nav .owl-nav .owl-prev{
	left: -32px;
}
.style-nav .owl-nav .owl-next{
	right: -32px;
}

.ab-blog__list{
	padding:0 40px;
}
.ab-blog__item .ab-blog__image{
	border-radius: 10px;
	overflow: hidden;
}
.ab-blog__item .ab-blog__detail{padding-top:20px;}
.ab-blog__detail h3{
	font-size: 16px;
	font-weight: 500;
	line-height: calc(26/16);
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ab-blog__item .ab-blog__content{
	font-size: 13px;
	line-height: calc(21/13);
}

.ab-description{
	margin-top:20px;
}
.ab-description__wrapper{
	padding: 0 60px;
	font-size: 13px;
	line-height: calc(21/13);
}
.ab-description h2{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	line-height: calc(30/20);
	font-weight: 700;
	margin-bottom: 20px;

}
.ab-description ul li{
	padding: 14px 18px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.ab-description ul li a{
	color: var(--color_secondary) !important;
}
.video-wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:767px){
	.products-owl .owl-stage{padding-left:0 !important;}
	.ab-subtitle{
		font-size: 14px;
		line-height: calc(15/10);
		font-weight: 400;
		margin-bottom: 5px;
	}
	.ab-title{
		font-size: 16px;
		line-height: calc(24/16);
		margin-bottom: 10px;
	}
	.ab-des{
		font-size: 14px;
		line-height: calc(15/10);
	}
	.ab-btn{
		font-size:13px;
		padding:7px 13px;
	}
	.ab-blog__list{padding:0;}
	.ab-blog__item .ab-blog__detail{
		padding-top:10px;
	}
	.ab-blog__detail h3{
		font-size:14px;
	}
	.ab-description__wrapper{
		padding: 0 20px;
	}
	.ab-description h2{
		font-size:14px;
	}
}