/* -- Start Products Slider   -------------------------------------------------- */

.product-slider {
	position: relative;
	line-height: 0px;
}

.product-slider .product-slider-top img {
	width: 100%;
}

.product-slider .product-slide-info {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 332px;
	padding: 16px;
  margin-left:1%;
}

.product-slider .product-slide-info h4 {
	text-transform: capitalize;
}

.product-slider .product-slide-info span {
	margin: 0px;
	line-height: 20px;
}

.product-slider .product-slide-info a {
  width:48%;
	line-height: 34px;
	text-align: right;
	padding: 0px 16px;
	cursor: pointer;
	margin-left: auto;
  border-radius:10px;
}

.product-slider .product-slider-thumbs {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


.product-slider-thumbs .swiper-slide:last-of-type {
	border-right: none;
}

.product-slide-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	cursor: pointer;
}

.product-slide-thumb > div {
	/* padding-left: 16px; */
	/* line-height: 20px; */
}

.product-slide-thumb > div > h4 {
	text-transform: capitalize;
}

@media (min-width: 320px) {
	.product-slider {
		margin-top: 0px;
	}

	.product-slider .product-slide-info {
		display: none;
	}

	.product-slider .product-slider-thumbs {
		position: relative;
	}

	.product-slider-thumbs .swiper-wrapper {
		/*-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
	}

	.product-slide-thumb {
		padding: 8px;
	}

	.product-slider-thumbs .swiper-slide {
		width: 50%;
        border-right:1px solid;
        border-bottom:1px solid;
	}

	/*.product-slider-thumbs .swiper-slide:nth-child(2) {
		border-right: none;
	}*/

	.product-slide-thumb > img {
		 width: 28px; 
		/* height: 28px; */
	}

	.product-slide-thumb > div > h4 {
		font-size: 14px;
		margin: 0px;
	}

	.product-slide-thumb > div > span {
		display: none;
	}
}

@media (min-width: 767px) {
	.product-slider {
		margin-top: 0px;
	}

	.product-slider .product-slide-info {
		display: block;
	}

	/*.product-slide-thumb {
		padding: 16px;
	}*/

	/*.product-slide-thumb > img {
		width: 50px;
		height: 50px;
	}*/

	.product-slide-thumb > div > h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.product-slide-thumb > div > span {
		display: block;
	}
}

@media (max-width: 767px) {
    .product-slide-thumb button {
        border: 0px !important;
    }
}

@media (min-width: 1200px) {
	.product-slider .product-slider-thumbs {
		position: absolute;
	}

	.product-slider-thumbs .swiper-slide {
		border-bottom: none;
		width: 25%;
	}
}



/* -- End Products Slider   -------------------------------------------------- */

/* -- Start Products List   -------------------------------------------------- */

/*.products {
	padding: 30px 0px;
	overflow: hidden;
}*/

/*.products > div > div {*/
	/* padding: 0px 200px; */
/*}*/

/*.product > div {
	text-align: center;
	margin-bottom: 16px;
	min-height: 100px;
}*/

/*.product > p {
	text-align: justify;
	margin-bottom: 16px;
}*/

/*.product > button {
	margin: auto;
}*/

/*.product > div > img {*/
    /* border-radius: 10px 10px 0px 0px; */
    /*height: 70px;
}*/
/* -- End Products List   -------------------------------------------------- */

/* --Start Latest News   -------------------------------------------------- */

.lst-new {
	background-image: url(../SiteImages/New/news.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 16px;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content:center;
}

.news-item > div:first-child {
	width: 200px;
}

.news-item > div > img {
	width: 100%;
}

.news-item > div:last-child {
	padding-left: 16px;
}

.news-item > div:last-child > * {
	text-align: justify;
}
.textLstnew {
  text-align: left !important;
}
.news-item > div:last-child > button {
	/*border-radius: 0px;*/
	padding: 2px 30px;
	margin-left: auto;
}

@media (min-width: 320px) {
	.lst-new {
		/*padding: 16px;*/
	}

	.news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-item > div:first-child {
		/*width: 440px;*/
		/*margin: auto;*/
	}

	.news-item > div > img {
		width: 165px;
	}

	.news-item > div:last-child > button {
		margin-left: auto;
	}
}
@media (max-width:600px) {
	.news-item {
	    display:block !important;
    }
	.news-item > div:first-child {
	    margin:0 auto;
    }
}
@media (min-width: 992px) {
	.lst-new {
		padding: 50px 16px;
	}

	.news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.news-item > div:first-child {
		width: 200px;
		margin: 0px;
	}

	.news-item > div > img {
		width: 100%;
	}

	.news-item > div:last-child {
		padding-left: 16px;
		padding-top: 0px;
		width: 70%;
	}

	.news-item > div:last-child > button {
		margin: 0px;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	.lst-new {
		padding: 100px 16px;
	}

	.news-item > div:last-child {
		padding-left: 16px;
		padding-top: 0px;
		width: 60%;
	}
}
.lst-new .swiper-pagination-bullets {
  line-height: 0px;
  bottom:-0px !important;
}
.lst-new .swiper-pagination-bullet {
  width:15px;
  height:15px;
}
.news-item > div:last-child {
    height:180px;
}
@media (max-width:992px) {
  .news-item > div:last-child {
    height:200px !important;
   }
}
@media (max-width:450px) {
  .news-item > div:last-child {
    height:230px !important;
   }
}
/*-- End Latest News   -------------------------------------------------- */
@media (max-width:768px){
    .lst-new {
       padding: 30px 16px; 
     }
}
/* -- Start Portfolio   -------------------------------------------------- */

.smes-portfolio {
	background-image: url(../SiteImages/New/containers.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 16px;
}

.portfolio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.portfolio-item > div:first-child h4 {
	text-align: center;
	margin-bottom: 16px;
}

.portfolio-item > div:last-child {
	width: 70%;
	margin: auto;
	text-align: center;
}

.portfolio-item > div:last-child > p {
	text-align: center;
	width: 100%;
}

.portfolio-item > div:last-child > button {
	border-radius: 0px;
	padding: 2px 30px;
	min-width: 200px;
	display: inline-block;
	margin: 10px;
}

@media (min-width: 320px) {
	.smes-portfolio {
		padding: 16px;
	}

	.portfolio-item > div:last-child {
		width: 100%;
	}
}

@media (min-width: 767px) {
	.smes-portfolio {
		padding: 30px 16px;
	}

	.portfolio-item > div:last-child {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.smes-portfolio {
		padding: 50px 16px;
	}

	.portfolio-item > div:last-child {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.smes-portfolio {
		padding: 100px 16px;
	}

	.portfolio-item > div:last-child {
		width: 70%;
	}
}

/*-- End Portfolio   -------------------------------------------------- */

/* -- Start Certicicate   -------------------------------------------------- */



.cert-section > div > ul {
	margin: 0px;
	padding: 0px !important;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cert-section > div > ul > li {
	margin: 0px 5px;
}

.cert-section > div > ul > li > button {
	padding: 0px;
	margin-bottom: 0px
}

.cert-section > div > ul > li img {
	width: 100%;
}

@media (max-width: 767px) {
	.cert-section > div {
		padding: 0px
	}
}

/* -- End Certicicate   -------------------------------------------------- */

/* -- marketing slider   -------------------------------------------------- */

.market-slider {
	position: relative;
	padding: 16px;
	display: block;
}

.market-thumbs {
	max-width: 300px;
	height: calc(100% - 2px) !important;
	position: absolute !important;
	top: 0px;
	right: 0px;
}

.market-thumbs .swiper-slide-next {
	padding-bottom: 0px;
}

#zninsHomeSections_Default .swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#zninsHomeSections_Default .swipe-content {
	width: 100%;
	position: relative;
}

/* -- marketing slider   -------------------------------------------------- */

/* -- Magazin section   -------------------------------------------------- */

.mag-section {
	min-height: 270px;
	background-image: url(../SiteImages/magazin-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	background-size: cover;
	padding: 32px 16px;
	margin-top: -8px;
}

.mag-section > div > h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.mag-section > div > p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.mag-dropdown {
	display: flex;
}

.mag-dropdown > select {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../SiteImages/home_ddl_open.svg);
	background-size: 13px;
	background-position: calc(100% - 10px) calc(50% + 1px);
	width: calc(100% - 91px);
	height: 34px;
	background-repeat: no-repeat;
	margin-right: 8px;
	padding: 0px 16px;
	border-radius: 10px;
	font-family: inherit;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	cursor: pointer;
}

.mag-dropdown > select.flip-arrow {
	background-image: url(../SiteImages/home_ddl_close.svg);
}

.mag-dropdown > select::-ms-expand {
	display: none;
}

.mag-dropdown > button {
	display: inline-block;
	border-radius: 10px;
	min-width: 78px;
	margin-bottom: 0px;
}

/* -- Magazin section   -------------------------------------------------- */

/* -- contacts   -------------------------------------------------- */

.contacts-list {
	padding: 0;
}

.contacts-list .section {
	/*padding-bottom: 16px;
  padding-top: 16px;*/
}

.contacts-list > div > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 0px !important;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts-list > div > ul > li {
	text-align: center;
	cursor: pointer;
	padding: 10px 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.contacts-list > div > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-list > div > ul > li {
		width: 50%;
	}

	.contacts-list > div > ul > li:nth-of-type(even) {
		border-right: none;
	}
}

.contacts-list > div > ul > li:last-child {
	border: none;
}

.contacts-list > div > ul > li > a > img,
.contacts-list > div > ul > li > div > img {
	margin-bottom: 8px;
	height: 40px;
}

.contacts-list > div > ul > li > a > label,
.contacts-list > div > ul > li > div > label {
	text-align: center;
	line-height: 16px;
	margin: 0px;
	/*font-family: Helvetica-thin;*/
	font-size: 16px;
}

/* -- contacts   -------------------------------------------------- */

/* -- Tablet media query start from 991px to 768px -----------------*/

@media (max-width: 991px) {
	.menu-item > button {
		padding: 8px 16px;
	}

	.menu-item > button > img {
		width: 39px;
	}

	.mega-menu {
		top: 82px;
	}

	.product-01,
	.product-02,
	.product-03 {
		margin-bottom: 16px;
	}
}

/* -- Special media query --------------------------------------- */
@media(max-width:920px) {
	.prod-slider {
		height: 400px;
	}
}

.favorite-btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.favorite-btn > button {
	padding: 0px;
	margin: 0px;
	width: 145px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.favorite-btn > button > img {
	width: 33px;
}

.favorite-btn > button h6 {
	margin: 0px;
}

.favorite-btn > button h6:hover {
	text-decoration: underline;
}

.fb-share-btn {
	display: inline-block;
	float: left;
	margin: 15px 8px 0px 0px;
}

.payment_landing {
	overflow: hidden;
	padding-bottom: 103px;
}

.module-tag:hover {
	text-decoration: underline;
	cursor: pointer;
}

.no-search-result {
	text-align: center;
	margin-top: 32px;
}

.search-results > span {
	margin: 16px 0px;
	display: block;
}

.search-result {
	border-radius: 10px;
	padding: 8px;
	margin-bottom: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid;
}

.search-result > div:last-of-type {
	padding-left: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}

.cert-section > div > div > ul > li > button:hover {
	opacity: 1 !important;
}

.facebook-share {
	margin: 0px;
	height: 20px;
}

#divContentManagementMultiArticeCopons select {
	width: 95%;
	margin-bottom: 10px;
  margin-top:10px;
	padding-right: 33px;
	background-image: url(../SiteImages/downArrow.svg);
	background-position: calc(100% - 10px) calc(100% - 7px);
	background-size: 14px 13px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {

	#zninsHomeSections_Default .swipe-data {
		top: 0px !important;
	}

	#zninsHomeSections_Default .swipe-data h1 {
		font-size: 18px !important;
	}

	.swipe-data > p {
		font-size: 16px !important;
	}

	.swipe-data ul li {
		margin-bottom: 22px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.swipe-data ul li button {
		font-size: 16px !important;
	}
}

/*Images hover style*/
.cert-section > div > div > ul > li > a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cert-section > div > div > ul > li > a:hover {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.landing-login-panel > button:first-of-type {
	margin: 0px auto 8px auto;
	line-height: 22px;
	margin: 0px auto 8px auto;
	line-height: 22px;
	border: 1px solid;
}

.landing-login-panel > button:last-of-type {
	width: 100%;
	margin: 0px;
}

.WidgetInstance_wginsCustomerLogin_Home_Class .login-group .login-panel {
	display: inline-block;
	 border: 1px solid;
}

.lang_career_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 0 0;
}

.career_mob {
	max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career_mob img {
	height: 100%;
}



#MainMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/* ## Start Inner Layout CSS ## */

/* Landing product slider */
/*.product-slide-thumb > div {
	padding-left: 16px;
	line-height: 20px;
}

.product-slide-thumb button {
	border-radius: 0px;
	margin-left: auto;
	margin-top: auto;
    text-decoration:underline;
}*/


/* Certificate section */
/*.cert-section {
	background-image: url(../SiteImages/Certificate-section-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover !important;
	padding: 32px 16px;*/
	/* display: flex; */
/*}*/

/*.cert-section > div > h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.cert-section > div > p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.cert-section > div > div > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
  overflow:hidden;
}

.cert-section > div > div > ul > li {
	display: inline-block;
	padding: 0px 4px;
	margin-bottom: -2px;
}

.cert-section > div > div > ul > li > button {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

@media (min-width: 320px) {
	.cert-section > div > div > ul > li > button {
		width: 63px;
	}
}

@media (min-width: 767px) {
	.cert-section > div > div > ul > li > button {
		width: 100px;
	}
}

@media (min-width: 992px) {
	.cert-section > div > div > ul > li > button {
		width: 160px;
	}
}*/

/* Landing priducts */
/*.products {
	padding: 16px;
	overflow: hidden;
}

.product-01,
.product-02,
.product-03,
.product-04 {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 293px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: auto;
}

.product-01 > div,
.product-02 > div,
.product-03 > div,
.product-04 > button > div {
	 position: absolute; 
	 width: 100%; 
	 bottom: 0px; 
	 padding: 0px 16px 16px; 
}

.product-01 > div > strong {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.product-01 > div > button {
	width: 100%;
	font-size: 14px;
	margin: 0px;
}

.product-01 > div > button:last-child {
	text-decoration: underline;
}

.product-02 > div > strong {
	display: block;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

.product-02 > div > p {
	font-family: Helvetica-thin;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin: 0px;
}

.product-02 > div > label {
	text-align: center;
	font-size: 42px;
	line-height: 46px;
	margin: 0px;
}

@media (max-width: 1200px) {
	.product-02 > div > label {
		font-size: 17px;
		line-height: 21px;
	}

	.product-02 > div > p {
		font-size: 14px;
		line-height: 18px;
	}

	.product-02 > div > strong {
		font-size: 17px;
		line-height: 16px;
	}
}

.product-02 > div > button,
.product-03 > div > button {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.product-03 > div > p {
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	line-height: 47px;
	margin: 0px 0px 18px 0px;
}

.product-04 > button {
	padding: 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
	width: 100%;
}

.product-04 > button > div > p {
	margin: 0px;
}

.product-04 > button > div > p > label:nth-child(1) {
	margin: 0px;
	line-height: 47px;
	font-weight: bold;
	font-size: 41px;
	text-transform: uppercase;
}

.product-04 > button > div > p > label:nth-child(2) {
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-04 > button > div > p > label:nth-child(3) {
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 767px) {

	.product-03 > div > p {
		font-size: 28px;
		text-align: center;
		text-transform: uppercase;
		line-height: 27px;
		margin: 0px 0px 8px 0px;
	}

	.product-02 > div > label {
		text-align: center;
		font-size: 22px;
		line-height: 25px;
		margin: 0px;
	}

	.product-02 > div > p {
		font-family: Helvetica-thin;
		font-size: 16px;
		text-align: center;
		line-height: 16px;
		margin: 0px;
	}
}

.product-01 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}

.product-01 > div > .special_link {
	text-decoration: underline;
}

.product-01 > div > .special_link:hover {
	text-decoration: none;
}

.product-02 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}

.product-03 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}*/


/* Marketig swiper */
/*#zninsHomeSections_Default .swipe-data {
	position: absolute;
	top: 40px;
	left: 32px;
}

.swipe-data > p {
	font-size: 28px;
	margin-bottom: 20px;
}

.swipe-data ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.swipe-data > button {
	padding: 0px 30px;
	margin-left: 31px;
}

.swipe-data ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	margin-bottom: 27px;
	font-size: 25px;
}

.swipe-data ul li button {
	display: inline-block;
	text-align: left;
	font-size: 19px;
	width: 395px;
}

.swipe-data ul li button:hover {
	text-decoration: underline;
}

.swipe-data ul li img {
	margin-right: 10px;
	vertical-align: middle;
}

.market-thumbs .swiper-slide {
	width: calc(100% - 32px);
	padding: 0px;
}


.market-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}


.market-thumbs .swiper-slide p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-next {
	position: absolute;
	top: 0px;
	right: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-prev {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


#zninsHomeSections_Default .swiper-button-next,
#zninsHomeSections_Default .swiper-container-rtl .swiper-button-prev {
	background-image: url(../SiteImages/ico-swiper-up-arrow.png);
	right: 10px;
	left: auto;
}

#zninsHomeSections_Default .swiper-button-prev,
#zninsHomeSections_Default .swiper-container-rtl .swiper-button-next {
	background-image:url(../SiteImages/ico-swiper-down-arrow.png);
	left: 10px;
	right: auto;
}

@media (min-width: 767px) {
	.product-slide-thumb {
		padding: 16px;
	}

	.product-slide-thumb > img {
		width: 50px;
		height: 50px;
	}
}*/

/* -- Start Hidden Products List "New Design" -------------------------------------------------- */
.products {
	padding: 16px;
	overflow: hidden;
}

.products > div > div {
	padding: 0;
}


@media (min-width: 320px) {
	.products > div > div {
		padding: 0;
	}
}

@media (min-width: 550px) {
	.products > div > div {
		padding: 0;
	}
}

@media (min-width: 767px) {
	.products > div > div {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.products > div > div {
		padding: 0;
	}
}
/*
.product-01>div,
.product-02>div,
.product-03>div,
.product-04>button>div {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px 16px 16px;
}

.product-01,
.product-02,
.product-03,
.product-04 {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 293px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width: 1200px) {
    .product-02>div>label {
        font-size: 17px;
        line-height: 21px;
    }

    .product-02>div>p {
        font-size: 14px;
        line-height: 18px;
    }

    .product-02>div>strong {
        font-size: 17px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .product-03>div>p {
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        line-height: 27px;
        margin: 0px 0px 8px 0px;
    }

    .product-02>div>label {
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        margin: 0px;
    }

    .product-02>div>p {
        font-family: Helvetica-thin;
        font-size: 16px;
        text-align: center;
        line-height: 16px;
        margin: 0px;
    }
}

.product-01>div>a {
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    cursor: pointer;
}

.product-01>div>.special_link {
    text-decoration: underline;
}

.product-01>div>.special_link:hover {
    text-decoration: none;
}

.product-02>div>a {
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    cursor: pointer;
}

.product-03>div>a {
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    cursor: pointer;
}
*/

/* -- End Products List   -------------------------------------------------- */

.mag-dropdown > select {
	border: 1px solid;
	background-image: url(../SiteImages/downArrow.svg);
	background-position: calc(100% - 10px) calc(100% - 7px);
	background-size: 14px 13px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

/* -- latest News   -------------------------------------------------- */

.news-content p {
    padding-top: 40px;
    margin: 0px;
}

.lst-new {
    /*background-image: url();
    padding: 16px;
    height: auto;
    display: block;*/
}

.lst-new>div>h3 {
    font-weight: bold;
}

.lst-new .swiper-button-next,
.lst-new .swiper-container-rtl .swiper-button-prev {
    background-image: url(../SiteImages/ico-prv-btn.png);
    background-size: 31px 30px;
    top: 0px;
    right: 54px;
    left: auto;
}

.lst-new .swiper-button-prev,
.lst-new .swiper-container-rtl .swiper-button-next {
    background-image: url(../SiteImages/ico-nex-btn.png);
    background-size: 31px 30px;
    top: 0px;
    right: 16px;
    left: auto;
}

#zninsHomeSections_Default .swiper-button-next {
    position: absolute;
    top: 0px;
    right: calc(50% - 17px);
    width: 30px;
    height: 30px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#zninsHomeSections_Default .swiper-button-prev {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 17px);
    width: 30px;
    height: 30px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.market-slider .swiper-button-prev {
    top: calc(100% - 30px);
}

#lst-news .swiper-button-next {
    right: calc(0% + 17px);
    background-image: url(../SiteImages/ico-nex-btn.png) !important;
    opacity: 0.8;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: auto;
}

#lst-news .swiper-button-prev {
    left: calc(100% - 84px);
    background-image: url(../SiteImages/ico-prv-btn.png) !important;
    opacity: 0.8;
    cursor: pointer;
    pointer-events: auto;
}

#lst-news .swiper-button-prev:hover,
#lst-news .swiper-button-next:hover,
#lst-news .swiper-button-disabled:hover {
    opacity: 1 !important;
}

.news-item>span {
    padding: 0px 4px 0px 0px;
}

.news-item>span>img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news-item>div {
    padding: 0px 16px 0px 4px;
    height: 100%;
    direction: rtl;
}

.news-item>div>a {
    display: inline-block;
    line-height: 34px;
    padding: 0px 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news-item p , 
.news-item div div {
    font-size: 16px;
    direction: ltr;
    text-align: left;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-ellipsis-lastline: 4;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
}

.news-item>span>img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 118px;
}

@media (max-width: 768px) {
    .news-item>span>img {
        height: auto;
    }
}

.img-full-width {
    display: block;
    width: 100%;
    height: auto;
}

/* -- latest News   -------------------------------------------------- */

/* -- Login   -------------------------------------------------- */

.landing-login-panel {
	width: 25%;
	position: absolute;
	top: 16px;
	right: 16px;
	border: solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
	z-index: 2;
}

.landing-login-panel > img {
	margin-bottom: 8px;
}

.landing-login-panel > h3 {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.landing-login-panel > p {
	text-align: center;
	line-height: 20px;
}

.landing-login-panel > input {
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 0px 10px;
	margin-bottom: 8px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid;
}

.landing-login-panel {
    width: 25%;
    position: absolute;
    top: 16px;
    right: 16px;
    border: solid 1px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    z-index: 2;
}

.landing-login-panel>img {
    margin-bottom: 8px;
}

.landing-login-panel>h3 {
    text-align: center;
    font-weight: bold;
    margin: 0px;
}

.landing-login-panel>p {
    text-align: center;
    line-height: 20px;
}

.landing-login-panel>input {
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 0px 10px;
    margin-bottom: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid;
}

.landing-login-panel>button:first-of-type {
    border: 1px solid;
}

.login-group .login-panel {
    border: 1px solid;
}

/* -- Login   -------------------------------------------------- */

@media (max-width: 767px) {
    .active-form-nav {
        padding-bottom: 12px !important;
    }
}

.news-item > div:last-child > button {
    border-radius:10px;
}
.portfolio-item > div:last-child > button {
    border:1px solid;
}

.market-thumbs .swiper-slide-active img {
    opacity: 0.1;
}
.contacts-list > div > ul > li {
    border-right:1px solid;
}

@media(min-width:1200px) {
    .product-slider-thumbs .swiper-slide:nth-child(2) {
        border-right: 1px solid;
    }

    .favorite-btn > button {
        order: -1;
        display: flex;
        align-items: center;
    }
}
    .career_mob p {
        margin: 0px;
        cursor: pointer;
    }
/* ## End Inner Layout CSS ## */