#corporate {
	padding-top:0px !important;
	padding:35px 0px;
}
#corporate .head {
	font-size: 36px;
    line-height: 46px;
    color: var(--textColor);
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}
#corporate .head article {
	color: var(--textColor);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    opacity: .8;
    width: 60%;
    display:table;
    margin:auto;
}
#corporate .marginReverse {
	margin-top:-20%;
	position: relative;
	z-index: 16;
}
#corporate .marginReverse .caption {
	border-radius: 25px;
    color:var(--textColor);
    font-weight: 600;
    line-height: 25px;
    border-bottom:0px;
}
#corporate .marginReverse .caption p {
	opacity: .8;
}
#corporate .item img {
	border-radius:5px;
}
#corporate .item .center-content article p:first-child b {
	font-size:30px;
	color:var(--secondaryColor);
}
#corporate .item .center-content article {
	color:var(--textColor);
	font-size:15px;
	line-height: 26px;
}
#corporate .videoContent {
	width: 100%;
	overflow: hidden;
	height:65vh;
	margin:auto;
	margin-bottom:45px;
	position: relative;
}
#corporate .videoContent:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	bottom:-30%;
	background-image:url(../img/smokeBg.png);
	background-size: cover;
	background-position: top center;
	z-index: 15;
}
#corporate .owl-carousel .item .title {
	color:var(--secondaryColor);
	font-weight: 600;
	font-size:20px;
	margin-top:15px;
	text-align: center;
}
#corporate .owl-carousel article {
	font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    opacity: .8;
    color: var(--textColor);
    min-height: 130px;
    text-align: center;
}
#corporate .owl-carousel .owl-stage-outer {
	padding:18px 2px 18px 2px;
	margin-right:-2px;
}
#corporate .owl-carousel .item {
	height: 100%;
    padding: 25px;
    background-color: rgb(255 255 255 / 50%);
    backdrop-filter: blur(20.9px);
    -webkit-backdrop-filter: blur(5.9px);
    border-radius: 10px;
    transition: .3s;
}
#corporate .owl-carousel .item .visual {
	border-radius: 100%;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1/1;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
#corporate .owl-carousel .item:hover {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
#corporate .owl-carousel .owl-prev {
	left:-60px;
}
#corporate .owl-carousel .owl-next {
	right:-63px;
}
#corporate .owl-nav {
	margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 40.5%;
}
#corporate  .owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	border-radius: 15px;
}
#corporate  .owl-theme .owl-dots .owl-dot.active span {
	width: 25px !important;
	height: 5px !important;
}
#corporate .owl-prev span, #corporate .owl-next span {
	background-color:transparent;
	color:var(--primaryColor);
	transition: .3s;
}
#corporate .owl-prev span:hover, #corporate .owl-next span:hover {
	color:white;
	background-color:var(--primaryColor);
}
#corporate .owl-nav button i {
    font-size: 17px;
    line-height: 17px;
    display: block;
    padding: 13px;
}
#corporate .owl-nav button:hover {
    background-color: rgba(0,0,0,0.8) !important;
    color:white;
    cursor: pointer;    
}
#corporate .products .owl-carousel > div {
	padding:0px !important;
}
#corporate .catalog {
	padding:35px 0px;
}
#corporate .catalog .box {
	padding:35px;
	border-radius: 25px;
	background: linear-gradient(218deg, #d2d3d8, #bdd7d6, #000000, #6a6a6e, #d4d7de, #000000);
    background-size: 1200% 1200%;
    -webkit-animation: springColors 20s ease infinite;
    -moz-animation: springColors 20s ease infinite;
    animation: springColors 20s ease infinite;
}
#corporate .catalog .box .title {
	color:white;
	font-weight: 600;
	font-size:22px;
}
#corporate .catalog .box .title article {
	font-size:14px;
	font-weight: 300;
	line-height: 24px;
	margin-top:10px;
}
#corporate .catalog .box img {
	height: 300px;
    margin-top: -100px;
    margin-bottom: -100px;
}
#corporate .gallery {}
#corporate .gallery .galleryList {
	-moz-column-width: 25em !important;
    -webkit-column-width: 25em !important;
    -moz-column-gap: .5em !important;
    -webkit-column-gap: .5em !important;
}
#corporate .gallery .galleryList .item {
	display: inline-block !important;
    width: 100% !important;
    margin-bottom:.5em !important;
}
#corporate .gallery .galleryList .item a,
#corporate .gallery .galleryList .item img {
    width: 100% !important;
}
#corporate .gallery .galleryList .item img {
	-webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
#corporate .gallery .galleryList .item img:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media screen and (min-width:992px) {
	#corporate .videoContent:before {
		bottom:-15%;
	}
	#corporate .item:nth-child(odd) .row > div:first-child {
		order:1;
		padding:0px;
	}
	#corporate .item:nth-child(even) .row > div:first-child {
		padding:0px;
	}
	#corporate .item .center-content {
		padding:35px;
	}
}



@media screen and (max-width:992px) {
	#corporate .catalog {
		margin-top:130px;
	}
	#corporate .catalog .box img {
	    margin-top: -200px;
	    margin-bottom: 0px;
	}
	#corporate .marginReverse .caption {
		zoom:85%;
	}
	#corporate {
		padding-top:0px;
	}
	#corporate .videoContent {
		height:21vh;
		margin:auto;
		margin-bottom:35px;
	}
	#corporate .videoContent video {
		margin-top:0%;
	}
	footer .bottom {
		margin-top:0px !important;
	}
	#corporate .item .center-content article {
		font-size:14px;
		line-height: 20px;
	}
	#corporate .item .center-content article p:first-child b {
		font-size:20px;
	}
	#corporate .item .center-content {
		margin-top:35px;
	}
	#corporate .item {
		margin-bottom:25px;
	}
	#corporate .head {
		zoom:85%;
	}
	#corporate .head article {
		width: 100%;
		font-size:18px;
	}
	#corporate .item {
	    margin-bottom:15px;
	}
	#corporate .item .box article {
	    font-size:12px;
	    line-height: 20px;
	}
	#corporate .item .box .title {
	    color: var(--secondaryColor);
	    font-size: 18px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	#corporate .item .box {
		align-items: flex-start;
	}
	#corporate .item .box .visual {
	    border-top-left-radius: 0%;
	    border-bottom-left-radius: 100%;
	}
	#corporate .item .box:hover .visual {
	    border-top-left-radius: 0%;
	    border-bottom-left-radius: 0%;
	}
	#corporate .item .box .data {
		padding:20px;
		height: 100%;
	}
}