/* ! client */
.client img {
	height: 100px;
	object-fit: contain;
}
/* ! product */
.detail-product,
.detail-product img {
	width: 100%;
}
.detail-product img {
	height: 450px;
	object-fit: contain;
}
.product .thumbnail-attachment img {
	height: 250px;
}
.product .entry-body {
	overflow-wrap: anywhere;
}
/* ! project */
.project .project-image img {
	height: 250px;
}
/* ! article */
.latest-article .thumbnail-attachment,
.latest-article-big .thumbnail-attachment {
	width: 100% !important;
}
.latest-article .thumbnail-attachment img {
	width: 100%;
	height: 80px;
}
.latest-article-big .thumbnail-attachment img,
.latest-article-big .entry-body {
	width: 100%;
	height: 250px;
}
.related-article .thumbnail-attachment img {
	width: 100%;
	height: 150px;
}
.detail-article .thumbnail-attachment img {
	width: 100%;
	height: 500px;
}
.article .thumbnail-attachment img {
	width: 100%;
	height: 250px;
}
.article .owl-item {
	width: 100%;
	/* height: 250px; */
}

/* ! global */

.tagcloud a:hover {
	background: var(--custome-primary);
	color: #fff !important;
}

.info-btn:hover {
	border-image-source: var(--custome-primary) !important;
	border-image-slice: 1;
}
a:hover {
	color: var(--custome-primary-solid) !important;
}

.breadcrumbs-wrap {
	position: relative;
	z-index: 1;
}
.breadcrumbs-wrap::after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--custome-primary-transparent);
}
.thumbnail-attachment img {
	object-fit: cover;
}
.no-data {
	width: 100%;
	max-width: 400px;
	min-width: 270px;
}
.isotope-nav > a.is-checked {
	color: #fff;
	background: var(--custome-primary);
}
.isotope-nav > a {
	font-family: "Oswald", sans-serif;
	margin: 0 2px 4px;
	text-transform: uppercase;
	color: #222;
	background-color: #e3e3e3;
	padding: 7px 30px;
	letter-spacing: 0.8px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 3px;
}

.project-image > img {
	height: 270px;
}

.fab {
	width: 42px;
	height: 42px;
	border-radius: 3px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	position: fixed;
	z-index: 103;
	left: 0;
	bottom: 7%;
	background: rgba(42, 44, 50, 0.8);
	color: #e2e2e3;
	opacity: 0;
	visibility: hidden;
	font-family: "Linearicons";
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fab.fab-visible {
	left: 40px;
	opacity: 1;
	visibility: visible;
}

.go-to-top {
	right: 0;
	bottom: 7% !important;
}

.breadcrumbs-wrap {
	padding: 30px 0 30px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
.clamp {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-wrap: revert;
}
.clamp-1 {
	-webkit-line-clamp: 1;
}
.clamp-2 {
	-webkit-line-clamp: 2;
}
.clamp-3 {
	-webkit-line-clamp: 3;
}
.clamp-4 {
	-webkit-line-clamp: 4;
}
.clamp-5 {
	-webkit-line-clamp: 5;
}
