
/* variables color */
:root {
	--text-color: #555;
	--border-color: #dedede;
	--background-color: #224229;
	--main-color: #1b5352;
	--sub-color: #828787;
	--main-font: 'Roboto', sans-serif;
	--header-font: 'Raleway', sans-serif;
	--styled-font: "Libre Baskerville", serif;
}
/*	1.0 - Reset
------------------------------------------------------------------------*/
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:	border-box;
		box-sizing:		 border-box;
	}
	
	html {
		height: 100%;
		font-size: 10px;
		font-family: var(--main-font);
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	body {
		padding: 0;
		margin: 0;		
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		color: var(--text-color);
		font-family: var(--main-font);
	}

	a {
		text-decoration: none;
		color: var(--text-color);
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-color: transparent;
		font-weight: 500;
	}

	a:hover, a:active, a:focus{
		color: var(--main-color);
		outline: 0;
	}

	p {
		display: block;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: 500;
		line-height: 1.2;
		font-family: var(--header-font);
	}

	h1 {
		font-size: 2.8rem;
		font-size: 2.8rem;		
		margin: 20px 0;
		margin: 1.2em 0 1em 0;
	}

	h2 {
		font-size: 2.4rem;
		margin: 1em 0 .8em 0;
	}

	h3 {
		font-size: 1.8rem;
	}

	h4 {
		font-size: 1.25em;
	}

	h5 {
		font-size: 1.4rem;
	}

	b,
	strong {
		font-weight: 600;
	}

	dfn {
		font-style: italic;
	}

	holy {
		background: #ff0;
		color: #000;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	ul {
		list-style-type: disc;
		margin-left: 1.5rem;
	}

	article,
	aside, 
	details, 
	figcaption, 
	figure, 
	footer, 
	header, 
	main,
	menu, 
	nav, 
	section, 
	summary {
		display: block;
	}

	audio,
	canvas,
	progress,
	video {
		display: inline-block;
		vertical-align: baseline;
	}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	[hidden],
	template {
		display: none;
	}

	nav ul,
	nav ol,
	footer ul,
	ul.menu, 
	.menu ul,
	.site-navigation ul {
		list-style: none;
		list-style-image: none;		
		margin-left: 0;
		padding-left: 0;
	}

	li > ul,
	li > ol {
		margin: 0;
	}

	img {
		border: 0;
		max-width: 100%;
		height: auto;
		object-fit: cover;
		vertical-align: middle;
		border-style: none;
	}

	div {
		display: block;
	}

	section {
		display: block;
		width: 100%;
		max-width: 100%;
		position: relative;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
	}
	
	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 1px solid;
		border-radius: 0;
		background: #111;
		color: #fff;
		font-size: 19.2px;
		font-size: 1.2rem;
		line-height: 1;
		padding: 1.5rem 2rem;
		transition: .3s;
		cursor: pointer;
		-webkit-appearance: button;
	}

	input[type=submit], 
	button[type=submit] {
		color: #fff;
		background: var(--main-color);
		letter-spacing: .16em;
		border: 1px solid var(--main-color);
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
		-webkit-appearance: auto;
		width: 1em;
		height: 1em;
	}

	input,
	textarea, 
	select { 
		outline: none;
		-webkit-appearance: none;
	}

	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	input[type=text], 
	input[type=email], 
	input[type=url], 
	input[type=password], 
	input[type=search], 
	input[type=number], 
	input[type=tel], 
	input[type=range],
	input[type=date], 
	input[type=month], 
	input[type=week],
	 input[type=time], 
	 input[type=datetime], 
	 input[type=datetime-local], 
	 input[type=color], 
	 textarea {
		color: #666;
		border: 1px solid #dedede;
		border-radius: 0;
		padding: 8px 10px 7px;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	button {
		padding: 5px;
		border: none;
		display: inline-block;
		padding: 1rem 2rem 1rem;
		text-decoration: none;
		outline: none;		
		background: #7a7a7a;
		color: #fff;
	}

	button:hover,
	button:active,
	button:focus {
		background: #5c5c5c;
	}

	embed,
	iframe,
	object,
	video {
		max-width: 100%;
	}

	::-webkit-input-placeholder {
		color: rgb(0 0 0 / .48);
		font-size: 1em;
	}

	::active,
	::selection,
	*:active,
	*:focus, 
	*:focus-within,
	*:hover,
	*:visited {
		border: unset;
		shape-outside: unset;
		outline: unset;
		background: unset;
		background-color: unset;
	}

	textarea {
		overflow: auto;
		vertical-align: top;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 0 1.5rem;
		width: 100%;
		max-width: 100%;
	}

	td,
	th  {
		font-weight: normal;
		text-align: left;
		padding: 0;
  		border: 1px solid var(--border-color);
  		padding: .25em .5em;
	}
	
	.blog-article td,
	.blog-article th {
		padding: 10px;
		border: 1px solid var(--border-color);
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 40px;
	}

	hr {
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	code {
		background: #f1f1f1;
		display: block;
		margin: 20px 5px;
		padding: 10px;
		overflow-x: scroll;
		overflow-y: visible;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	optgroup {
		font-weight: bold;
	}

	address {
		font-style: normal;
		font-size: 1.4rem;
		font-size: 14px;
	}

	blockquote:before {
		content: "\efcd";
		font-family: 'IcoFont';
		color: var(--sub-color);
	}

	@keyframes fadeInUp {
		from {
			transform: translate3d(0, 20px, 0);
		}
		to {
			transform: translate3d(0, 0, 0);
			opacity: 0.9;
		}
	}

	@keyframes fadeInDown {
		from {
			transform: translate3d(0, -20px, 0);
		}
		to {
			transform: translate3d(0, 0, 0);
			opacity: 0.9;
		}
	}

	@keyframes j {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(359deg);
		}
	}

	@keyframes s {
		16.65% {
			transform: translateX(8px);
		}
		33.3% {
			transform: translateX(-6px);
		}
		49.95% {
			transform: translateX(4px);
		}
		66.6% {
			transform: translateX(-2px);
		}
		83.25% {
			transform: translateX(1px);
		}
		100% {
			transform: translateX(0);
		}
	}
	
	@keyframes k {
		0% {
			transform: rotateY(0);
		}
		100% {
			transform: rotateY(20deg);
		}
	}

	.style-heading {
		font-family: var(--styled-font);
	}

	.style-heading span {
		font-style: italic;
	}

	h2.style-heading {
		font-size: 46px;
		font-size: 4.6rem;
	}

	h3.style-heading {
		font-size: 26px;
		margin: 0.3em 0;
	}

	p.headline {
		color: #828787;
		margin-top: -10px;
		padding-top: 0;
	}

/*	2.0 - Structure
------------------------------------------------------------------------*/
	.site {
		max-width: 100%;
		overflow-x: hidden;
		position: relative;
	}

	.page-content {
		position: relative;
		overflow: hidden;
	}

	.site-main {
		position: relative;
	}

	.site-content {
		margin: 1.5em auto 3em;
	}

	.hidden {
		display: none !important;
	}

	.active{
		visibility: visible !important;	
	}
	
	.left{
		float: left !important;
	}

	.right {
		float: right !important;
	}

	.design0 {
		display: none !important;
	}

	.container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		max-width: 1440px;
		padding-right: 10px;
		padding-left: 10px;
	}

	@media (min-width: 768px) {
		.container {
			padding-right: 15px;
			padding-left: 15px;
		}
	}

	@media (min-width: 1280px) {
		.container {
			padding-right: 30px;
			padding-left: 30px;
		}
	}

	@media (min-width: 1440px) {
		.container {
			max-width: 1440px;
		}
	}

	@media (min-width: 1770px) {
		.container {
			max-width: 1770px;
		}
	}

	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}


	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col {
		-ms-flex-preferred-size: 0;
			flex-basis: 0;
		-ms-flex-positive: 1;
			flex-grow: 1;
		max-width: 100%;
	}

	.col-auto {
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-1 {
		-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-2 {
		-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-3 {
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
		max-width: 25%;
	}

	.col-4 {
		-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-5 {
		-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-6 {
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
		max-width: 50%;
	}

	.col-7 {
		-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-8 {
		-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-9 {
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
		max-width: 75%;
	}

	.col-10 {
		-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-11 {
		-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-12 {
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
		max-width: 100%;
	}

	@media (min-width: 576px) {
		.col-sm {
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
			-ms-flex-positive: 1;
				flex-grow: 1;
			max-width: 100%;
		}
		.col-sm-auto {
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.col-sm-1 {
			-ms-flex: 0 0 8.333333%;
				flex: 0 0 8.333333%;
			max-width: 8.333333%;
		}
		.col-sm-2 {
			-ms-flex: 0 0 16.666667%;
				flex: 0 0 16.666667%;
			max-width: 16.666667%;
		}
		.col-sm-3 {
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
			max-width: 25%;
		}
		.col-sm-4 {
			-ms-flex: 0 0 33.333333%;
				flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.col-sm-5 {
			-ms-flex: 0 0 41.666667%;
				flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
		.col-sm-6 {
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
			max-width: 50%;
		}
		.col-sm-7 {
			-ms-flex: 0 0 58.333333%;
				flex: 0 0 58.333333%;
			max-width: 58.333333%;
		}
		.col-sm-8 {
			-ms-flex: 0 0 66.666667%;
				flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.col-sm-9 {
			-ms-flex: 0 0 75%;
				flex: 0 0 75%;
			max-width: 75%;
		}
		.col-sm-10 {
			-ms-flex: 0 0 83.333333%;
				flex: 0 0 83.333333%;
			max-width: 83.333333%;
		}
		.col-sm-11 {
			-ms-flex: 0 0 91.666667%;
				flex: 0 0 91.666667%;
			max-width: 91.666667%;
		}
		.col-sm-12 {
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 768px) {
		.col-md {
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
			-ms-flex-positive: 1;
				flex-grow: 1;
			max-width: 100%;
		}
		.col-md-auto {
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.col-md-1 {
			-ms-flex: 0 0 8.333333%;
				flex: 0 0 8.333333%;
			max-width: 8.333333%;
		}
		.col-md-2 {
			-ms-flex: 0 0 16.666667%;
				flex: 0 0 16.666667%;
			max-width: 16.666667%;
		}
		.col-md-3 {
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
			max-width: 25%;
		}
		.col-md-4 {
			-ms-flex: 0 0 33.333333%;
				flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.col-md-5 {
			-ms-flex: 0 0 41.666667%;
				flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
		.col-md-6 {
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
			max-width: 50%;
		}
		.col-md-7 {
			-ms-flex: 0 0 58.333333%;
				flex: 0 0 58.333333%;
			max-width: 58.333333%;
		}
		.col-md-8 {
			-ms-flex: 0 0 66.666667%;
				flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.col-md-9 {
			-ms-flex: 0 0 75%;
				flex: 0 0 75%;
			max-width: 75%;
		}
		.col-md-10 {
			-ms-flex: 0 0 83.333333%;
				flex: 0 0 83.333333%;
			max-width: 83.333333%;
		}
		.col-md-11 {
			-ms-flex: 0 0 91.666667%;
				flex: 0 0 91.666667%;
			max-width: 91.666667%;
		}
		.col-md-12 {
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 992px) {
		.col-lg {
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
			-ms-flex-positive: 1;
				flex-grow: 1;
			max-width: 100%;
		}
		.col-lg-auto {
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.col-lg-1 {
			-ms-flex: 0 0 8.333333%;
				flex: 0 0 8.333333%;
			max-width: 8.333333%;
		}
		.col-lg-2 {
			-ms-flex: 0 0 16.666667%;
				flex: 0 0 16.666667%;
			max-width: 16.666667%;
		}
		.col-lg-3 {
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
			max-width: 25%;
		}
		.col-lg-4 {
			-ms-flex: 0 0 33.333333%;
				flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.col-lg-5 {
			-ms-flex: 0 0 41.666667%;
				flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
		.col-lg-6 {
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
			max-width: 50%;
		}
		.col-lg-7 {
			-ms-flex: 0 0 58.333333%;
				flex: 0 0 58.333333%;
			max-width: 58.333333%;
		}
		.col-lg-8 {
			-ms-flex: 0 0 66.666667%;
				flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.col-lg-9 {
			-ms-flex: 0 0 75%;
				flex: 0 0 75%;
			max-width: 75%;
		}
		.col-lg-10 {
			-ms-flex: 0 0 83.333333%;
				flex: 0 0 83.333333%;
			max-width: 83.333333%;
		}
		.col-lg-11 {
			-ms-flex: 0 0 91.666667%;
				flex: 0 0 91.666667%;
			max-width: 91.666667%;
		}
		.col-lg-12 {
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 1200px) {
		.col-xl {
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
			-ms-flex-positive: 1;
				flex-grow: 1;
			max-width: 100%;
		}
		.col-xl-auto {
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.col-xl-1 {
			-ms-flex: 0 0 8.333333%;
				flex: 0 0 8.333333%;
			max-width: 8.333333%;
		}
		.col-xl-2 {
			-ms-flex: 0 0 16.666667%;
				flex: 0 0 16.666667%;
			max-width: 16.666667%;
		}
		.col-xl-3 {
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
			max-width: 25%;
		}
		.col-xl-4 {
			-ms-flex: 0 0 33.333333%;
				flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.col-xl-5 {
			-ms-flex: 0 0 41.666667%;
				flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
		.col-xl-6 {
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
			max-width: 50%;
		}
		.col-xl-7 {
			-ms-flex: 0 0 58.333333%;
				flex: 0 0 58.333333%;
			max-width: 58.333333%;
		}
		.col-xl-8 {
			-ms-flex: 0 0 66.666667%;
				flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.col-xl-9 {
			-ms-flex: 0 0 75%;
				flex: 0 0 75%;
			max-width: 75%;
		}
		.col-xl-10 {
			-ms-flex: 0 0 83.333333%;
				flex: 0 0 83.333333%;
			max-width: 83.333333%;
		}
		.col-xl-11 {
			-ms-flex: 0 0 91.666667%;
				flex: 0 0 91.666667%;
			max-width: 91.666667%;
		}
		.col-xl-12 {
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
			max-width: 100%;
		}
	}

	.d-none {
		display: none !important;
	}

	.d-block {
		display: block !important;
	}

	.d-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.flex-wrap {
		-ms-flex-wrap: wrap !important;
			flex-wrap: wrap !important;
	}

/*	3.0 - Assets
------------------------------------------------------------------------*/		
/*	3.1 - Icon
------------------------------------------------------------------------*/
/*	3.2 - Swiper
------------------------------------------------------------------------*/
/* Swiper 4.5.0 */
	.swiper{margin:0 auto;position:relative;list-style:none;padding:0;overflow:hidden}.swiper-wrapper{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}
	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: calc(50% - 1.5em);
		z-index: 10;
		cursor: pointer;
		border-radius: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		color: var(--text-color);
	}
	.swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled {
		opacity:.35;
		cursor:auto;
		pointer-events:none;
		background-color: rgb(113 113 113 / 0.68);
		color: #fff;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next{
		left:0.5em;
		right:auto;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev{
		right:0.5em;
		left:auto
	}

	.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{display:inline-block;border-radius:100%;background:#c5c5c5;opacity:.6}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#c5c5c5}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
		.swiper-button-next:hover,
		.swiper-button-prev:hover{
			background-color: var(--main-color);
			color: #fff;
		}

		.swiper-button-prev:before,
		.swiper-button-next:before {
			font-family: 'Linearicons';
			padding: 0.8em 1em;
			display: inline-block;
		}

		.swiper-button-next:before{
			content: "\e876";
		}

		.swiper-button-prev:before{
			content: "\e875";
		}
/*	4.0 - Header CSS
------------------------------------------------------------------------*/
	.main-header {
		border-bottom: 1px solid var(--border-color);
		text-align: center;
		position: relative;
		animation: fadeInUp .5s ease-in-out;
	}
/*	4.1 - Site Navigation
------------------------------------------------------------------------*/

	.menu {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2.58;
		font-family: var(--main-font);
	}

	#main-navigation {
		z-index: -1;
		opacity: 0;
		-ms-flex: 1;
		flex: 1;
		display: none;
	}
	
	body.scrolling #main-navigation {
		z-index: 1;
		opacity: 1;
	}
	
	@media (max-width: 1023px) {
		#primary-menu {
			display: none;
		}
		#main-navigation {
			padding: 17px 0;
		}
	}

	.site-navigation ul,
	.menu ul,
	ul.menu {
		margin: 0;
	}

	.site-navigation li {
		float: left;
		position: relative;
	}

	.site-navigation a {
		display: block;
		text-decoration: none;
		padding: 1.3em 1em;
	}

	.site-header {
		clear: both;
	}

	.site-header .site-navigation ul:not(.children) > li > a {
		padding: 0.9em 0.8em 0.9em 1.5em;
	}

	.site-navigation li.menu-item-has-children > a:after, 
	.site-navigation li.page_item_has_children > a:after {
		content: "\ea99";
		speak: none;
		font: normal normal normal 16px/1 'IcoFont';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 7px;
		display: inline-block;
	}

	#main-header .site-navigation ul.menu > li > a:before {
		bottom: 1em;
		left: 1.3em;
		content: "";
		position: absolute;
		width: 0;
		height: 1px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background: #313232;
		opacity: 0;
		visibility: hidden;
	}

	#main-header .site-navigation ul.menu > li > a:hover:before {
		opacity: 1;
		visibility: visible;
		width: calc(100% - 2.3em);
	}
	#main-header .site-navigation ul.menu > li.menu-item-has-children > a:before {
		width: calc(100% - 4em);
	}
	.site-navigation ul ul {
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		float: left;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		z-index: 99999;
		transition: all .3s;
		background: #fff;
	}

	.site-navigation ul li:hover > ul, 
	.site-navigation ul li.focus > ul, 
	.site-navigation ul li:focus > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.site-navigation ul ul li {
		border-bottom: solid 1px #f1f1f1;
		transition: all .3s;
		padding: 0;
	}

	.site-navigation ul ul a {
		width: 220px;
		padding: 10px;
	}

	.site-navigation li li.menu-item-has-children > a:after, 
	.site-navigation li li.page_item_has_children > a:after {
		content: '\eaa0';
		font-family: icofont;
		speak: none;
		font: normal normal normal 16px/1 'IcoFont';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 12px;
		font-size: 1.2rem;
		padding-right: 10px;
		position: absolute;
		right: 0;
		top: 37%;
		display: inline-block;
		text-rendering: auto;
	}

	.site-navigation ul ul ul {
		top: 0;
		left: 100%;
	}

	ul.sub-menu {
		color: var(--text-color);
		text-align: left;
	}
	.site-navigation ul.menu > li > a {
		color: var(--text-color);
	}
/*	4.2 - Header Search & Login
------------------------------------------------------------------------*/
		.button-navigation {
			position: absolute;
			right: 0.5em;
		}

		.header-icon {
			font-size: 1.25em;
			color: var(--sub-color);
			display: -ms-flexbox;
			display: flex;
			-ms-flex-align: center;
			align-items: center;
			z-index: 9;
			margin: 0 0.3em;
		}

		.header-icon:hover,
		.header-icon:focus {
			color: var(--main-color);
		}

		.header-icon .lnr-cart {
			font-size: 1.1em;
		}

		.header-search {
			display: inline-block;
			position: relative;
			top: 0.1em;
		}

		@media(max-width: 500px){
			.login-button, 
			.header-heart {
				display: none;
			}
		}

		.search-popup {
			position: fixed;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			z-index: 9999;
			opacity: 0;
			filter: alpha(opacity=0);
			visibility: hidden;
			overflow: hidden;
			background: rgba(0,0,0,.8);
			margin: 0;
			width: 100%;
			height: 100%;
			transform: scale(.2,.2);
			transition: all .25s cubic-bezier(.4,0,1,1);
		}

		.search-popup .search-popup-bg {
			width: 100%;
			height: 100%;
			position: absolute;
			cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress;
		}

		.search-popup .search-form {
			max-width: 90%;
			width: 600px;
			position: absolute;
			z-index: 10;
			margin: auto;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			height: 55px;
    		padding: 0 5%;
		}

		.search-form label {
			width: 100%;
		}

		.search-popup .search-form .search-field {
			width: 100%;
			border-radius: 0;
			border: 0;
			height: 55px;
			margin: 0;
			padding-left: 20px;
			padding-right: 70px;
			background: #fff;
			color: #999;
			font-size: 15px;
			font-style: italic;
		}

		.search-popup .search-form .search-submit {
			position: absolute;
			right: 0;
			bottom: 0;
			top: 0;
			padding: 8.5px 15px;
			border: 1px solid #1788de;
			font-size: 25.6px;
			font-size: 1.6rem;
			background: var(--main-color);
			border-color: var(--main-color);
			opacity: 1;
			border-radius: unset;
		}

		.search-popup .search-form .search-submit i {
			color: #fff;
			font-size: 32px;
			font-size: 2rem;
		}

		.search-popup .search-form .search-submit i:before {
			color: #fff;
		}

		.search-active .search-popup {
			opacity: 1;
			filter: alpha(opacity=100);
			visibility: visible;
			transform: scale(1, 1);
		}
/*	4.3 - Top Header #top-header
------------------------------------------------------------------------*/
	#top-header .right.site-navigation ul {
		float: right;
	}
	#top-header .site-navigation li::before {
		position: absolute;
		content: "";
		right: 0;
		background: rgba(0,0,0,.15);
		width: 1px;
		height: 1.2em;
		top: calc(50% - 0.6em);
	}

	#top-header .site-navigation li {
		display: inline-block;
		padding-right: 1.2em;
		margin-right: 0.8em;
		position: relative;
	}

	#top-header .site-navigation li:last-child:before {
		display: none;
	}

	.menu-icon:before {
		content: "";
	}

	.menu-icon a {
		padding-left: 1em;
	}

	.menu-icon.map-icon a:before {
		content: "\eeed";
	}

	.menu-icon a:before {
		font-family: 'IcoFont';
		padding-right: 0.5em;
		font-size: 1.5em;
		position: relative;
		line-height: 0;
		top: 0.15em;
	}

	.menu-icon.email-icon a:before {
		content: "\ea34";
	}

	@media(max-width: 767px){
		#top-header {
			display: none;
		}
	}
/*	4.4 - main header #main-header
------------------------------------------------------------------------*/

	#main-header .site-navigation a {
		text-transform: uppercase;
		letter-spacing: .16em;
	}

	#main-header .container {
		align-items: center;
		position: relative;
	}
/*	4.4.1 - #primary-navigation
------------------------------------------------------------------------*/
	#primary-navigation {
		margin: 0 auto;
		display: inline-block;
		padding: 1em 0;
	}

	#primary-navigation > .row {
		align-items: end;
	}
	

	@media(max-width: 899px){
		#primary-left-menu,
		#primary-right-menu {
			display: none;
		}
	}

	.site-navigation a.custom-logo-link {
		max-width: 9em;
		display: inline-block;
		padding: 0 1em 0 1.5em;
	}
/*	4.5 - Menu Toggle
------------------------------------------------------------------------*/
	.button-menu-toggle {	
		display: none;
		position: absolute;
		z-index: 3;
		background: none !important;
		border: none;
		left: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
		font-size: 1.8em;
		line-height: 0;
	}
	@media(max-width: 1023px){
		.button-menu-toggle {
			display: inline-block;
		}
	}
/* 
	 * Slide Out Sidebar 
	*/
	.slideout-sidebar {
		width: 384px;
		overflow: hidden;
		max-width: 100%;
		transform: translate3d(-100%,0,0);
		transition: all .6s cubic-bezier(.77,0,.175,1);
		background: var(--main-color);
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		bottom: 0;
		overflow-y: auto;
		visibility: hidden;
	}

	body.admin-bar .slideout-sidebar {
		top: 32px;
	}

	.slideout-sidebar-open .slideout-sidebar {
	    transform: translate3d(0,0,0);
		transition: all .6s cubic-bezier(.77,0,.175,1);
	    visibility: visible;
	    background: #fff;
	    z-index: 9999999;
	    display: flex;
	    flex-flow: column;
	}

	.page-overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity .5s;
		z-index: -1;
		visibility: visible;
		background: rgba(0,0,0,.8);
		cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress;
	}

	.slideout-sidebar-open .page-overlay {
		opacity: 1;
		z-index: 999;
	}

	.slideout-sidebar__header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1.5em 1.5em 1.5em 2em;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid rgba(0,0,0,.11);
		margin-bottom: 20px;
	}

	.slideout-sidebar__header h2 {
		margin: 0 0 -6px;
		letter-spacing: 2px;
	}

	.slideout-sidebar__header .header__close {
		font-size: 1.8em;
		letter-spacing: .1em;
		cursor: pointer;
		background: 0 0;
		border: 0;
		padding: 0;
		color: var(--text-color);
	}

	.slideout-sidebar__body,
	.slideout-sidebar__footer {
		padding-left: 40px;
		padding-right: 40px;
	}

	.slideout-sidebar__body {
	    flex-grow: 1;
	}

	.slideout-sidebar__footer {
	    margin-top: 2em;
	}

	.slideout-sidebar .site-navigation ul {
		display: flex;
    	gap: 0.5em;
	}

	.slideout-sidebar .site-navigation li {
		flex-grow: 1;
	}

	.slideout-sidebar .site-navigation a {
		border: 1px solid #e2e2e2;
		width: auto;
		height: auto;
		padding: 10px 8px;
	}

	.slideout-sidebar__body ul.menu, 
	.slideout-sidebar__body .menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.slideout-sidebar__body ul.menu li {
		position: relative;
	}

	.slideout-sidebar__body ul.menu > li {		
		border-bottom: 1px solid var(--border-color);
	}

	.slideout-sidebar__body ul.menu > li.expanded {
		border-bottom: none;
	}

	.slideout-sidebar__body .menu li a {
		display: block;
		padding: 13px 10px;
		font-size: 1.2rem;
		text-transform: uppercase;
		letter-spacing: .1em;
		position: relative;
	}

	.slideout-sidebar__body .menu li span.chidren-expanded {
	    font-size: 1.5em;
	    position: absolute;
	    right: 0;
	    top: .4em;
	    border-radius: 50%;
	    display: inline-block;
	    transition: all .3s;
	    z-index: 1;
	}

	.slideout-sidebar__body .menu li span.chidren-expanded i {
		transition: transform .3s;
		display: inline-block;
	}

	.slideout-sidebar__body .menu li.expanded > span.chidren-expanded i {
		transform: rotate(-180deg);
		transition: transform .3s;
	}

	.slideout-sidebar__body ul.menu > li.menu-item-has-children > ul.sub-menu,
	.slideout-sidebar__body ul.menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
		visibility: hidden;
		z-index: -1;
		max-height: 0;
		transition: z-index 0s ease, visibility 0s ease, max-height .5s ease;
		margin-left: 1em;
	}
	
	.slideout-sidebar__body ul.menu > li.menu-item-has-children.expanded > ul.sub-menu,	
	.slideout-sidebar__body ul.menu > li.menu-item-has-children.expanded > ul.sub-menu > li.menu-item-has-children.expanded > ul.sub-menu {
		z-index: 1;
		max-height: 300px;
		visibility: visible;
	}

	.slideout-sidebar .site-navigation ul.menu > li > a {
		color: var(--text-color);
	}

	.slideout-sidebar a.custom-logo-link {
		max-width: 6em;
	}

	.slideout-sidebar .social-navigation ul.menu > li > a:hover,	
	.slideout-sidebar .social-navigation ul.menu > li > a:active {
		background: var(--main-color);
		color: #fff;
	}

	.slideout-sidebar .social-navigation ul.menu > li > a:hover svg,	
	.slideout-sidebar .social-navigation ul.menu > li > a:active svg{
		fill: #fff;
		transition: fill .3s;
	}

	.slideout-sidebar .social-navigation ul li a[href*=tiktok] svg {
	    width: 1.2em;
	    height: 0.9em;
		top: 1px;
		position: relative;
	}

	.slideout-sidebar .social-navigation ul li a[href*=zalo] {
	    padding: 9px 11px;
	}

	.slideout-sidebar .social-navigation ul li a[href*=zalo] svg{
	    width: 1em;
	    height: 1em;
		top: 2px;
		position: relative;
	}
/*	4.6 - Breadcrumbs
------------------------------------------------------------------------*/
	.breadcrumbs {
		margin: 0;
		font-size: 0.8em;
		padding: 1.5em 2em;
		letter-spacing: 0.5px;
	}

	.breadcrumbs .breadcrumbs-item {
		list-style: none;
		display: inline-block;
	}

	.breadcrumbs i {
		margin: 0 8px;
	}
	.breadcrumbs a {
		color: #828787;
	}
	.breadcrumbs a:hover {
		color: var(--main-color);
	}
	.breadcrumbs .last-item span {
		color: var(--text-color);
	}
/*	4.7 - Social Navigation
------------------------------------------------------------------------*/

	.social-navigation {
		padding-bottom: 1em;
		text-align: center;
		position: relative;
		z-index: 0;
	}

	.social-navigation ul li {
		display: inline-block;
		margin: 0;
		line-height: 1;
		float: none;
	}

	.social-navigation a {
		border: 0;
		height: 1em;
		text-decoration: none;
		width: 1em;
		font-size: 16px;
		font-size: 1.6rem;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
	}

	.social-navigation a:before {
		font-family: icofont;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;		
	    width: 1.3em;
	    height: 1em;
	    display: inline-block;
	}

	.social-navigation ul li a[href*=facebook]:before {
		content: "\ed37";
	}

	.social-navigation ul li a[href*=instagram]:before {
		content: "\ed46";
	}

	.social-navigation ul li a[href*=twitter]:before {
		content: "\ed7a";
	}

	.social-navigation ul li a[href*="youtube"]:before {
		content: "\ecbb";
	}

	.social-navigation ul li a[href*=pinterest]:before {
		content: "\ed5d";
	}

	.social-navigation ul li a[href*=linkedin]:before {
		content: "\ed4d";
	}

	.social-navigation ul li a:hover svg {
		fill: var(--main-color);
		transition: fill .3s;
	}
/*	4.8 - is-sticky
------------------------------------------------------------------------*/
	.admin-bar .is-sticky.main-header {
	    top: 32px;
	}

	.is-sticky.main-header {
	    position: fixed;
	    width: 100%;
	    background: #fff;
	    animation: fadeInDown .5s ease-in-out;
	    top: 0;
	    left: 0;
    	z-index: 9999999;
	}

	.is-sticky.main-header .site-navigation a.custom-logo-link {
	    display: none;
	}

	.is-sticky.main-header #primary-navigation {
		padding-right: 0;
	}

	.is-sticky.main-header .site-navigation a.custom-logo-link {
	    display: none;
	}

	.is-sticky.main-header #primary-navigation {
	    padding: 0.3em 0;
	    min-height: 63px;
	}

	.is-sticky.main-header #primary-navigation:before {
	    content: "";
	    display: inline-block;
	    position: absolute;
	    left: 10%;
	    top: 6%;
	    height: 80%;
	    width: 20%;
	    background-image: url(./images/logo-menu.png);
	    max-width: 86px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
    	opacity: 0.86;
	}
	
	@media(max-width: 899px){
		.is-sticky.main-header #primary-navigation:before {
		    left: 50%;
		    transform: translateX(-50%);
		}
	}

	.is-sticky.main-header .button-menu-toggle {
	    color: #000;
	}
/*	4.8 - page header
------------------------------------------------------------------------*
/*	5.0 - Body
------------------------------------------------------------------------*/

	/* Loop */
	.article-container {
		padding: 20px;
		position: relative;
		background: #fff;
	}

	.entry-header__category {
		text-transform: uppercase;
		margin-right: 15px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: .16em;
	}

	.entry-meta {
		text-transform: uppercase;
		color: #888;
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: .5px;
	}

	.posted-on i.icofont-clock-time {
		margin-right: 3px;
	}

	.content-loop {
		margin-top: 30px;
	}

	.content-loop .entry-meta {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.content-loop .entry-meta i {
		margin-right: 3px;
		font-size: 1.1em;
		color: var(--main-color);
	}

	.entry-header__category {
		text-transform: uppercase;		
	}

	.entry-header__category a {
		letter-spacing: .5px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.entry-title {
		margin-bottom: 10px;
	}
	
	.entry-title a {
		color: var(--text-color);

	}

	.entry-title a:hover {
		color: var(--main-color);
	}

	.content-loop .entry-title {
		font-size: 20px;
		font-size: 2rem;
		margin: 10px 0;
		max-height: 2.4em;
		overflow: hidden;
		font-family: var(--main-font);
	}

	.content-loop .blog-article {
		margin-bottom: 30px;
	}

	.content-loop .blog-article article {
		box-shadow: 1px 2px 3px var(--border-color);
		border: 1px solid var(--border-color);
	}
/*	6.0 - Sidebar CSS
------------------------------------------------------------------------*/
	.widget-area {
		width: 100%;
		float: right;
		padding: 0 0 2em 2em;
	}
	
	.widget-area .widget {
		padding-right: 2.5rem;
	}

	.widget-area .widget-title {
		font-size: 1.2em;
		text-transform: capitalize;
		margin-top: 2em; 
	}

	.widget_search .search-form input[type=text] {
		width: 100%;
		padding: 1.4rem 50px 1.4rem 22px;
		border-radius: 100px;
		font-size: 22.4px;
		font-size: 1.4rem;
		color: #888;
		border: 1px solid var(--border-color);
	}

	.search-form {
		position: relative;
	}

	.widget_search .search-form .search-submit {
		position: absolute;
		right: 10px;
		background: 0 0;
		border: none;
		font-size: 14px;
		color: #666;
		bottom: 0;
		padding: 1.4rem;
	}

	.widget-area ul,	
	.widget-area .menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.widget-area .widget_categories ul,
	.widget-area .widget_categories .menu {
		margin: -10px 0;
	}

	.widget-area .widget_categories ul li {
		border-top: 1px solid var(--border-color);
	}

	.widget-area .widget_categories ul li:first-child {
		border-top: unset;
	}
	
	.widget-area .widget_categories ul li a,
	.widget-area .widget_categories .menu li a {
		font-size: 14px;
		font-size: 1.4rem;
		color: #000;
		text-decoration: none;
		margin-right: 5px;
		padding: 1em 0;
		display: inline-block;
	}

	.widget-area .widget_categories ul li a:hover:before, 
	.widget-area .widget_categories ul li a:hover, 
	.widget-area .widget_categories .menu li a:hover:before, 
	.widget-area .widget_categories .menu li a:hover {
		color: var(--main-color);
	}

	.widget-area .widget_categories ul li a:before, 
	.widget-area .widget_categories .menu li a:before {
		content: '\ea98';
		font-family: icofont;
		speak: none;
		font: normal normal normal 16px/1 'IcoFont';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 14px;
		font-size: 1.4rem;
		color: #888;
		margin-right: 15px;
		transition: all .3s ease;
	}
/*	6.1 - wp-block-latest-posts
------------------------------------------------------------------------*/
	.wp-block-latest-posts {
		font-size: 14px;
		line-height: 1.2;
		font-size: 1.4rem;
		margin: 0;
	}

	.wp-block-latest-posts li {
		display: inline-block;
		width: 100%;
		border-top: 1px solid var(--border-color);
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.wp-block-latest-posts li:first-child {
		border-top: unset;
		padding-top: 0;
	}

	.wp-block-latest-posts li > * {
		float: left;
	}

	.wp-block-latest-posts li > a,
	.wp-block-latest-posts li time {
		display: inline-block;
		width: 100%;
		max-width: calc(100% - 100px);
	}

	.wp-block-latest-posts li > a {
		float: left;
		margin-bottom: .5em;
		padding-top: 1em;
		height: 3.5em;
		overflow: hidden;
	}

	.wp-block-latest-posts li img {
		max-width: 80px;
		height: 80px;
		border-radius: 50%;
	}

	.wp-block-latest-posts .alignleft {
		margin-right: 1em !important;
	}

	#secondary .search-hint {
		display: none;
	}
/*	7.0 - Footer CSS
------------------------------------------------------------------------*/

/*	7.1 - CTA before Footer
------------------------------------------------------------------------*/
		.cta-before-footer {
			padding: 1em 0;
			border-top: 1px solid var(--border-color);
		}

		.cta-thumb img,
		.cta-thumb svg {
			width: 100%;
			height: auto;
			max-width: 3em;
		}
		.cta-thumb:hover {
			animation-name: s;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: 1;
		}
		.cta-before-footer .cta-thumb img,
		.cta-before-footer .cta-thumb svg {			
			fill: var(--main-color);
			opacity: 0.8;
		}

		.cta-before-footer .col-md-3 {
			display: flex;
			padding: 2em 0;
			align-items: center;
			margin: 0 auto;
			width: fit-content;
    		min-width: max-content;
		}

		.cta-text {
			margin-left: 1em;
			font-size: 1.1em;
			line-height: 1.2;
			font-weight: 400;
			max-width: 11em;
		}

		footer a.custom-logo-link {
			max-width: 10em;
			display: block;
			filter: brightness(0) invert(1);
			position: relative;
			margin-left: -1.5em;
			margin-bottom: 2em;
		}
/*	7.2 - Footer Lastest Posts
------------------------------------------------------------------------*/

	.lastest-post {
		text-align: center;
		background: #fff;
		padding: 2em 0 4em;
		border-top: 1px solid var(--border-color);
		clear: both;
	}

	.lastest-post h2.style-heading {
	    margin-bottom: 0.5em;
	    position: relative;
	    width: fit-content;
	    margin-left: auto;
	    margin-right: auto;
	}

	.lastest-post .post-thumbnail-list {
		margin: 0;
		position: relative;
	}

	.lastest-post .post-thumbnail-list ul {
		padding: 0;
		margin: 0;
		max-width: 100%;
		list-style: none;
	}

	.lastest-post .post-thumbnail-list li {
		width: 50%;
		transition: opacity .2s;
		margin: 0;
		padding: 0.5em;
	}

	@media (min-width: 1024px){
		.lastest-post .post-thumbnail-list li {
			width: 25%;
		}
	}

	.lastest-post 
	.post-thumbnail-list ul li a {
		padding: 1px;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		position: relative;
		align-items: center;
		display: flex;
	}

	.post-thumbnail-list li a:before, 
	.post-thumbnail-list li a:after {
		position: absolute;
		left: 8px;
		right: 8px;
		top: 8px;
		bottom: 8px;
		content: '';
		opacity: 0;
		transition: opacity .5s,transform .5s;
		z-index: 1;
	}

	.post-thumbnail-list li a:before {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: scale(0,1);
	}

	.post-thumbnail-list li a:after {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: scale(1,0);
	}

	.post-thumbnail-list li a:hover:after, 
	.post-thumbnail-list li a:hover:before {
		opacity: 1;
		transform: scale(1);
	}

	.lastest-post .post-thumbnail-list a:hover img{
		opacity: .86;
	}

	.lastest-post .post-thumbnail-list a .lastest-post-title {
		color: #fff;
		padding: 20px 18px;
		margin: 10px;
		position: absolute;
		display: flex;
		opacity: 0;
		top: 0;
		left: 0;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		background: rgb(0 0 0 / 68%);
		text-transform: uppercase;
		line-height: 2;
		align-items: center;
		font-size: 1.5rem;
		font-weight: bold;
		transition: opacity .5s;
    	justify-content: center;
	}

	.lastest-post .post-thumbnail-list a:hover .lastest-post-title {
		opacity: 1;
		transition: opacity .5s;
	}
/*	7.3 - Site Footer
------------------------------------------------------------------------*/
	.site-footer {
		background: var(--background-color);
		color: #fff;
		padding-top: 2%;
	}

	.footer-sidebar {
	    padding-top: 2em;
	}

	@media(max-width: 767px){		
		.footer-sidebar {
		    padding-left: 1em;
		    padding-right: 1em;
		}
	}

	.footer-sidebar .col-md-5 {
		padding-right: 5%;
	}

	.site-footer .social-navigation a:before,
	.site-footer .social-navigation a svg {
		padding: 12px;
		border: 1px solid #e2e2e2;
		width: auto;
		height: auto;
		border-radius: 100%;
		display: inline-block;
		color: #fff;
		fill: #fff;
	}

	.site-footer .social-navigation a:hover:before,
	.site-footer .social-navigation a:hover svg {		
		background-color: var(--main-color);
		transition: background-color .5s;
	}

	.site-footer .social-navigation a {
		width: auto;
		height: auto;
		display: inline-flex;
	}

	.site-footer .social-navigation ul li {
		margin: 8px 0;
	}


	.site-footer .site-navigation ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		width: fit-content;
	}

	.footer-sidebar .col-md-8 {
	    padding: 0;
	}

	@media(min-width: 767px){
		.site-footer #social-menu {
			margin-left: 0;
		}	
	}

	.site-footer #social-menu a {
		font-weight: normal;
		padding: 5px 10px 5px 0;
	}

	.footer-payment img {
	    margin: 1em 15px 0;
	}
/*	7.2 - Siteinfo
------------------------------------------------------------------------*/
	.site-info {
		border-top: 1px solid var(--main-color);
		position: relative;
		margin-top: 1.5em;
	}

	.scroll-to-top {
		text-transform: uppercase;
		background: #fff;
		padding: 0.25em .45em;
		position: fixed;
		z-index: 2;
		bottom: 4em;
		right: 1em;
		border-radius: 2px;
		border: 1px solid var(--text-color);
		text-align: center;
		font-size: 1.5em;
	}

	.scroll-to-top:hover {
		background: var(--background-color);
		color: #fff;
	}

	.site-info .dmca-badge {
		top: -2px;
		position: relative;
	}

	.site-info .right {
		text-align: right;
	}

	footer .menu a {
		text-transform: none;
		font-size: 1.2em;
		font-weight: 400;
	}

	footer .site-navigation a {
		padding: 10px 12px;
	}

	#footer-navigation ul {
		float: right;
	}

	@media(max-width: 767px){		
		.site-info .right {
			text-align: center;
		}
		
		.site-info .menu a {
			font-size: 1em;
		}

		footer .site-navigation a {
			padding: 5px 8px;
		}

		#footer-navigation ul {
			float: none;
			margin-left: auto;
			margin-right: auto;
		}

		p.copyright {
			margin-top: 2em;
			margin-bottom: 0.25em;
		}

	}

	.footer-widget {
		margin-top: -10px;
		z-index: 1;
		position: relative;
	}

	.footer-widget address i {
		color: var(--main-color);
		font-size: 1.25em;
	}
	.footer-widget address a {
		font-weight: 400;
	}
	footer a,
	footer .site-navigation ul.menu > li > a {
		color: var(--border-color);
	}

	footer a:hover,
	footer .site-navigation ul.menu > li > a:hover {
		color: #fff;
	}

	.site-info address i {
		font-size: 1.5em;
		top: .15em;
		position: relative;
		margin-right: 4px;
		margin-bottom: 5px;
		display: inline-block;
	}

	.site-info strong, 
	.site-info i {
		color: #fff;
	}
	
	@media (max-width: 767px){
		.footer-payment {
			padding: 0 15px;
		}
		.site-info .left {
			text-align: center;
		}
	}	
/*	8.0 - WooCommerce
------------------------------------------------------------------------*/
	bdi,
	.woocommerce ul.products li.product .price {
		color: var(--background-color);
		font-weight: 500;
	}		
	.price {
		color: var(--background-color) !important;
	}
	.woocommerce ul.products li.product .price {
		font-size: 0.86em;
		line-height: 1.2;
	}
	ins {
		text-decoration: none;
	}
	del {			
		display: block;
	}
	del bdi {
		font-size: 0.8em;
		color: red;
	}

	.woocommerce ul.products li.product .price del {
		margin-top: -0.5em;
		display: block;
		position: relative;
	}
	
	.woocommerce ul.products li.product .price > span > bdi {
		padding-top: 10px;
		display: inline-block;
		font-size: 1.2em;
	}
	
	.woocommerce ul.products li.product .onsale {
		top: 1em;
		right: auto;
		left: 0.6em;
	}
	
	.woocommerce span.onsale {
		background: var(--main-color);
		padding: .102em .7em;
		left: 44%;
		top: 0.5em;
	}

	.add_to_cart_box {
	    position: absolute;
	    top: 73%;
	    left: 50%;
	    transform: translateX(-50%) translateY(1.5em);
	    font-size: 1em;
	    width: max-content;
	    transition: all .5s ease;
	    visibility: hidden;
	    opacity: 0;
	}

	.woocommerce ul.products li.product:hover .add_to_cart_box,
	.woocommerce-page ul.products li.product:hover .add_to_cart_box {
	    visibility: visible;
	    opacity: 1;
	    transform: translateX(-50%);
	}

	.wc-add-to-cart-icon.wc-add-to-cart-no-text .add_to_cart_button.text_replaceable,
	.wc-add-to-cart-icon.wc-add-to-cart-no-text .single_add_to_cart_button {
		width: fit-content;
	}
	
	.woocommerce ul.products li.product .button {
		margin-top: 0;
		float: left;
		display: inline-flex;
		align-items: center;
		background-color: #fff;
		border-radius: 50%;
			padding: 0.618em 1em;
	}

	.woocommerce ul.products li.product .button:before {
		content: "\efe7";
		font-family: 'IcoFont';
		font-weight: 400;
	}

	.icon_after_add_to_cart {
		background: #fff;
		border-radius: 50%;
		padding: 0.618em 1em;
	}

	.icon_after_add_to_cart:hover {
		background: var(--main-color);
	}

	.icon_after_add_to_cart:hover img {
		filter: invert(1);
	}

	.icon_after_add_to_cart:hover a {
		color: #fff;
	}


	.wt-wishlist-button,
	.wt-wishlist-button:hover {
		margin: 0;
	}

	.add_to_cart_wrapper .wt-wishlist-button {
	    padding: 0.6em 1em;
	    display: inline-block;
	}

	.add_to_cart_box .row {
		gap: 10px;
	}

	.view-product-button {
		background: #fff;
		border-radius: 50%;
		padding: 0.68em 1em;
	}
	.view-product-button:hover,		
	.woocommerce ul.products li.product .button:hover {
		background: var(--main-color);
		color: #fff;
	}

	.woocommerce ul.products li.product .icon_after_add_to_cart a {
		display: inline-block;
		line-height: 0;
	}

	.woocommerce ul.products li.product a span.lnr.lnr-heart,
	.woocommerce ul.products li.product a i.icofont.icofont-search {
		position: relative;
		display: inline-block;
		margin-top: 3px;
	}
	
	.woocommerce-loop-product__title {
		float: left;
		display: inline-block;
		height: 2.8em;
		overflow: hidden;
		min-height: 1.5em;
	}

	.woocommerce .woocommerce-breadcrumb {
		margin-top: 1em;
	}
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
		font-weight: 500;
	}
	a.added_to_cart.wc-forward {
		display: none;
	}

	.woocommerce ul.products li.product .row {
		width: 100%;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		flex-grow: 1;
		font-weight: 600;
	}

	.woocommerce ul.products li.product .hot {
		top: 0.5em;
		right: 0.5em;
		left: auto;
		position: absolute;
		padding: .202em .8em;
		background: #ba0000;
		color: #fff;
		border-radius: 5px;
	}

/*	8.1 - product cate
------------------------------------------------------------------------*/
	.woocommerce.archive #primary {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}

	@media (min-width: 768px) {
		.woocommerce.archive #primary {
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%;
		}
	}

	header.woocommerce-products-header {
		position: relative;
		text-align: center;
		height: 300px;
		overflow: hidden;
	}

	@media(min-width: 1280px){
		header.woocommerce-products-header {
			height: 42vH;
		}
	}

	header.woocommerce-products-header img {
		width: 100%;
		top: 50%;
		position: relative;
		transform: translateY(-50%);
		display: block;
	}

	.woocommerce-products-header-text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translateY(-50%) translateX(-50%);
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}


	.woocommerce nav.woocommerce-pagination ul li a,  .woocommerce nav.woocommerce-pagination ul li span.current {
		padding: 0.8em 1em;
		border: 1px solid var(--border-color);
		font-size: 1.1em;
	}

	.woocommerce nav.woocommerce-pagination ul li {
		margin-right: 5px;
		background: transparent;
		border: none;
	}

	.woocommerce nav.woocommerce-pagination ul {
		border: navajowhite;
	}

	.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
		background: var(--background-color);
		color: #fff;
	}
/*	8.2 - Woo sidebar
------------------------------------------------------------------------*/
	.woocommerce ul.product_list_widget li img {
		min-width: 6em;
	}

	.woocommerce .woocommerce-ordering select {
		padding: 0.8em;
		font-size: 1em;
	}

	.wp-block-search__button {
		position: absolute;
		background: transparent !important;
		border: none !important;
		right: 0;
		letter-spacing: 0;
	}

	.wp-block-search__input {
		width: 100%;
		padding: 1rem 5.5rem 1rem 1.5rem !important;
	}

	.wp-block-search__inside-wrapper {
		position: relative;
	}

	li.wc-block-product-categories-list-item {
		cursor: pointer;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	li.wc-block-product-categories-list-item a {
		color: var(--sub-color);
	}

	.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
		max-width: 9em !important;
	}

	.woocommerce ul.product_list_widget li a {
		font-weight: 400;
		font-family: 'Libre Baskerville';
	}
	.woocommerce ul.product_list_widget li span.product-title {
		padding-bottom: 0.5em;
		display: inline-block;
		height: 3em;
		max-width: calc(100% - 6.3em);
		margin-bottom: 0.5em;
	}
/*	8.3 - Product
------------------------------------------------------------------------*/
	.woocommerce-product-gallery {
		max-width: 52%;
		width: 52%;
		float: left;
		position: relative;
	}

	.woocommerce-product-gallery .main_slider .swiper-slide:hover img {
	    transform: scale(1.15);
	    transition: transform 0.3s ease;
	}


	.woocommerce-product-gallery .main_slider .swiper {
		margin-left: 1em;
	}

	.woocommerce-product-gallery .thumb_slider .swiper {
		overflow: hidden;
	}

	.woocommerce-product-gallery .thumb_slider .swiper {
		margin-top: 1.5em;
		overflow: visible;
	}

	.woocommerce-product-gallery .main_slider {
		max-width: 80%;
		float: left;
		margin-left: 18%;
	}

	.woocommerce-product-gallery .thumb_slider .swiper-slide {
		height: fit-content !important;
		padding: 5px;
	}

	.woocommerce-product-gallery .main_slider .swiper-slide {			
		width: fit-content !important;
	}

	.woocommerce-product-gallery .thumb_slider {
		float: left;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		max-width: 20%;
	}
		
	.woocommerce-product-gallery .thumb_slider .swiper-wrapper {
		flex-flow: column;
	}

	.woocommerce-product-gallery .thumb_slider .swiper {			
		max-height: calc((100vW - 30px) / 6.66666 / 600 * 713 * 5);
	}
	.woocommerce-product-gallery .thumb_slider {
		max-width: calc((100vW - 30px) / 6.66666);
	}

	@media(min-width: 900px){
		.woocommerce-product-gallery .thumb_slider .swiper {			
			max-height: calc((100vW - 30px) / 1.923 / 6.66666 / 600 * 713 * 5);
		}
		.woocommerce-product-gallery .thumb_slider {
			max-width: calc((100vW - 30px) / 1.923 / 6.66666);
		}
	}

	@media(min-width: 1280px){
		.woocommerce-product-gallery .thumb_slider .swiper {			
			max-height: calc((100vW - 60px) / 1.923 / 6.66666 / 600 * 713 * 5);
		}
		.woocommerce-product-gallery .thumb_slider {
			max-width: calc((100vW - 60px) / 1.923 / 6.66666);
		}
	}


	@media(min-width: 1440px){
		.woocommerce-product-gallery .thumb_slider .swiper {			
			max-height: calc(1440px / 1.923 / 6.66666 / 600 * 713 * 5);
		}
		.woocommerce-product-gallery .thumb_slider {
			max-width: calc(1440px / 1.923 / 6.66666);
		}
	}

	@media(min-width: 1770px){
		.woocommerce-product-gallery .thumb_slider .swiper {			
			max-height: calc(1770px / 1.923 / 6.66666 / 600 * 713 * 5);
		}
		.woocommerce-product-gallery .thumb_slider {
			max-width: calc(1770px / 1.923 / 6.66666);
		}
	}		
	
	.woocommerce-product-gallery .thumb_slider:hover .swiper-button{
		opacity: 1;
		visibility: visible;			
	}


	.woocommerce-product-gallery .swiper-slide-thumb-active,
	.woocommerce-product-gallery .thumb_slider .swiper-slide-active {
		border: 2px solid var(--text-color);
	}

	.woocommerce-product-gallery .thumb_slider .swiper-button {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		background: var(--main-color);
		color: #fff;
		border-radius: 0;
		font-size: 0.6em;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		visibility: hidden;
		opacity: 0;
	}

	.woocommerce-product-gallery .thumb_slider .swiper-button-disabled {
		background: rgb(113 113 113 / 0.68);
	}
	.woocommerce-product-gallery .thumb_slider .swiper-button-next {
		bottom: 0;
		top: unset;
	}

	.woocommerce-product-gallery .thumb_slider:hover .swiper-button-next {
		bottom: -1.5em;
	}

	.woocommerce-product-gallery .thumb_slider .swiper-button-prev {
		bottom: unset;
		top: 0;
	}

	.woocommerce-product-gallery .thumb_slider:hover .swiper-button-prev {
		top: -1.5em;
	}
	
	.woocommerce-product-gallery .thumb_slider .swiper-button:before {
		padding: 1em 1.2em;
	}

	.woocommerce-product-gallery .thumb_slider .swiper-button-prev:before{
		content: "\e873";
	}

	.woocommerce-product-gallery .thumb_slider .swiper-button-next:before{
		content: "\e874";
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding: 5%;
	}
	@media(max-width: 899px){
		.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
		.woocommerce-product-gallery {
			width: 100%;
			max-width: 100%;
		}
	}
	.product_meta {
		display: grid;
		gap: 10px;
		clear: both;
	}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
		background-color: var(--main-color);
	}
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
		background-color: var(--background-color);
	    width: max-content;
	}

	.add_to_cart_wrapper {
	    position: relative;
	    margin-bottom: 2em;
	    display: inline-block;
	    width: fit-content;
	}

	.woocommerce-product-details__short-description .description {
	    text-align: justify;
	}

	.woocommerce div.product form.cart {
	    display: block;
	    margin-bottom: 0;
	}

	.woocommerce div.product form.cart div.quantity {
		margin-right: 1em;
    	margin-top: 1em;
	}

	.woocommerce .quantity .qty {
		padding: 0.9em 0.5em 0.9em 0.9em;
		width: 6em;
		text-align: center;
	}

	button.single_add_to_cart_button.button.alt {
		padding: 1.1em 1.5em;
    	margin-top: 1em;
    	margin-bottom: 1em;
    	margin-right: 4em;
	}

	button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
	    margin-bottom: 10px;
	}

	.single_product_div {
		display: inline-block;
		position: absolute;
		bottom: 20px;
		right: 0;
		width: fit-content;
		padding: 0;
	}

	.single_product_div a {
	    transform: scale(1.15);
	    border: 1px solid var(--border-color);
	    display: inline-block;
	}

	.single_product_div a:hover {
	    background: var(--main-color);
	}

	.woocommerce div.product .woocommerce-tabs .panel {
	    max-width: 1140px;
	    margin: 0 auto;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
	    max-width: 1140px;
	    margin: 1em auto;
	    text-align: center;
	}

	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs,
	.related_product_wrapper {
	    margin-top: 2em;
	    padding-top: 2em;
	    border-top: 1px solid var(--border-color);
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	    display: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    font-family: 'Libre Baskerville';
	    font-size: 1.5em;
	    font-weight: normal;
	    border: none;
	    padding: 0;
	    margin: 0 1.5em;
	    background-color: transparent;
	    text-transform: capitalize;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-weight: 600;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-weight: 400;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
		width: 100%;
		background: var(--text-color);
		height: 3px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	    display: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {}

	.comment-reply-title {
	    font-weight: 400;
	}

	.woocommerce-Tabs-panel--reviews .comment-form {
	    display: block;
	    font-size: 1em;
	}

	.related.products h2 {
	    text-align: center;
	    font-size: 1.75em;
	    text-transform: capitalize;
	    position: relative;
	    display: inline-block;
	    line-height: 1;
	    margin-bottom: 2em;
	}

	.related_product_wrapper.container {
	    text-align: center;
	}

	.related.products h2:after {
	    content: "";
	    width: 30%;
	    height: 2px;
	    background: var(--text-color);
	    display: inline-block;
	    max-width: 86px;
	}

/*  variations */
	.woocommerce div.product form.cart .variations select {
	    padding: 0.5em 0.8em;
	    min-width: min-content;
	    margin-right: 5px;
	}

	.woocommerce div.product form.cart .reset_variations {
	    background: var(--border-color);
	    padding: 0.8em 1em;
	}

	.woocommerce div.product form.cart .reset_variations:hover {
	    background: var(--text-color);
	    opacity: 0.5;
	    color: #fff;
	}
	.woocommerce div.product form.cart .variations th {
	    width: max-content;
	    display: block;
	}
/*	8.4 - Cart Page
------------------------------------------------------------------------*/
	.woocommerce table.shop_table td {
	    border-left: 0;
	    border-right: 0;
	}

	.woocommerce table.shop_table {
	    border: none;
	}

	.woocommerce table.shop_table th {
	    border: none;
	}

	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	    width: 6em;
	}

	.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	    width: 100%;
	}

	.woocommerce table.shop_table td.product-remove {
	    padding: 0;
	    margin: 0;
	}

	.woocommerce table.shop_table td.product-remove a {
	    color: var(--border-color) !important;
	    border: 1px solid var(--border-color);
	    font-weight: 400;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 1.2em;
	    width: 1.2em;
	    height: 1.2em;
	}

	.woocommerce table.shop_table td.product-remove a:hover {
	    background: transparent;
	    color: var(--main-color) !important;
	    border-color: var(--text-color);
	}
	@media (min-width: 1280px){
		form.woocommerce-cart-form {
		    width: 60%;
		    float: left;
		}

		.woocommerce .cart-collaterals,
		.woocommerce-page .cart-collaterals {
		    width: 40%;
		    float: right;
		    padding-left: 10%;
		}

		.woocommerce .cart-collaterals .cart_totals,
		.woocommerce-page .cart-collaterals .cart_totals {
		    width: 100%;
		}
	}
	@media(max-width: 767px){
		.woocommerce table.shop_table td.product-remove {
		    position: absolute;
		    z-index: 1000;
		    border: none;
		    left: -1.25em;
		    top: 3.25em;
		    transform: translateY(-50%);
		}

		.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		    display: block;
		    background: transparent;
		    border: none;
		}

		td.product-thumbnail {}

		.woocommerce-page table.shop_table_responsive tr td.product-name, .woocommerce table.shop_table_responsive tr td.product-name {
		    display: grid;
		    position: absolute;
		    top: 0;
		    right: 0;
		    background: transparent;
		    border: none;
		}

		.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		    position: relative;
		}

		.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		    content: attr(data-title);
		}

		.woocommerce table.shop_table td.product-remove a {
		    border-width: 2px;
		    font-weight: 600;
		}
	}
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
		background-color: var(--text-color);
	}
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
		vertical-align: -webkit-baseline-middle;
   		vertical-align: middle;
	}
/* 	8.5 - checkout Page
------------------------------------------------------------------------*/	
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    width: 100%;
	    padding: 0;
	}

	@media(min-width: 900px){
		.woocommerce .col2-set, .woocommerce-page .col2-set {
		    width: 60%;
		    float: left;
		    padding-right: 5%;
		}

		#order_review_heading,.woocommerce-checkout-review-order {
		    width: 40%;
		    float: right;
		}
	}
	
	.woocommerce form .form-row textarea {
	    height: 6em;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding: 0.4em 0.8em;
	}

	.select2-container .select2-selection--single {
	    height: 2.4em;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
	    height: 2.4em;
	    right: 0.5em;
	}
	@media(max-width: 767px){
		.woocommerce #order_review table.shop_table td,
		.woocommerce #order_review table.shop_table th {
		    width: 100%;
		    max-width: 100%;
		    display: block;
		}

		.woocommerce #order_review table.shop_table td:nth-child(n+2),
		.woocommerce #order_review table.shop_table th:nth-child(n+2),
		.woocommerce #order_review table.shop_table tfoot td {
		    text-align: right;
		}
	}
/*	9.0 - Custom CSS
------------------------------------------------------------------------*/	
/*	9.1 - Reponsive Items
------------------------------------------------------------------------*/
		.reponsive_iframe{
			position: relative;
			display: block;
			height: 0;
			padding: 0;
			margin: 0 auto 1em;
			overflow: hidden;
			padding-bottom: 56%;
		}

		.reponsive_iframe iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
/*	9.2 - 404 Page
------------------------------------------------------------------------*/
		.not-found {
			width: 100%;
			text-align: center;
			background: #fff;
			padding: 30px 30px 40px;
			margin: 0 -15px 30px;
		}

		.search-no-results .not-found {
			margin: 0 0 30px;
		}

		.not-found .page-header {
			border: 0;
		}

		.not-found .search-form {
			width: 70%;
			margin: 0 auto;
		}

		.not-found .search-form .search-submit {
			position: absolute;
			right: 10px;
			background: 0 0;
			border: none;
			font-size: 14px;
			font-size: 1.4rem;
			color: #888;
		}

		.not-found .search-form input[type=text] {
			width: 100%;
			padding: 12px 50px 12px 22px;
			border-radius: 100px;
			font-size: 14px;
			font-size: 1.4rem;
			color: #888;
		}

		.not-found .search-form .search-submit {
			position: absolute;
			right: 10px;
			background: 0 0;
			border: none;
			font-size: 14px;
			font-size: 1.4rem;
			color: #888;
			bottom: 0;
			top: 0;
			padding: 8.5px 15px;
		}

		.not-found .search-form .search-submit:hover {
			background: 0 0;
			border: none;
			color: var(--main-color);
		}
/*	9.3 - Others CSS
------------------------------------------------------------------------*/
/* 	ads-box */	
		.ads-box {
			background-image: url(./images/ads-box.png);
			padding-bottom: 81%;
			background-size: 100% 100%;
			position: relative;
		}

		.ads-box .inner {
			position: absolute;
			transform: translateY(-50%);
			top: 50%;
			padding: 10px 30px;
			text-align: center;
		}

		.ads-box a {
			color: var(--sub-color);
		}

		.ads-box a:hover {
			color: var(--main-color);
		}

		.ads-box h3 {
			margin-bottom: .5em;
			text-transform: uppercase;
			font-weight: 700;
		}

		.ads-box p {
			margin-top: 0;
		}
/*	button-cta */
		.button-cta1 {
			line-height: 45px;
			display: inline-block;
			background-color: var(--main-color);
			width: fit-content;
			color: var(--border-color);
			padding: 0 30px;
			font-weight: 500;
		}

		.button-cta1:hover {
			color: #fff;
			background-color: var(--background-color);
		}

		.button-cta2 {
			position: relative;
			line-height: 2.5em;
			display: inline-block;
		}

		.button-cta2:before {
			position: absolute;
			content: "";
			background: #313232;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}
		.button-cta2:hover:before {
			width: 50%;
			background: #224229;
		}

/*		1.2 - Swiper
------------------------------------------------------------------------*/
	#main-slider .swiper-pagination {
		position: absolute;
		text-align: center;
		-webkit-transition: .3s opacity;
		-o-transition: .3s opacity;
		transition: .3s opacity;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
		display: grid;
		bottom: unset;
		left: unset;
	}
	.swiper-pagination.swiper-pagination-hidden{opacity:0}
	.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		width: fit-content;
	}
	@media(min-width: 1440px){
		.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
			right: calc((100vW - 1440px) / 2 + 1em);
		}
	}
	@media(min-width: 1770px){
		.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
			right: calc((100vW - 1770px) / 2 + 1em);
		}
	}
	.swiper-pagination-bullet {
		display:inline-block;
		border-radius:100%;
		background:#c5c5c5;
		opacity:.6; 
		width: 0.5em;
		height: 0.5em;
	} 
	.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #fff;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 1.2em;
		width: 0.6em;
		height: 0.6em;
	}
	.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-button-next:hover,.swiper-button-prev:hover{background-color: rgb(250 150 0 / 1);}
	
	.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		content: "";
		border: 1px solid #fff;
		width: 1.8em;
		height: 1.8em;
		border-radius: 50%;
		display: block;
		transform: translate(-0.68em, -0.68em);
	}
/* 	Header */
	header#masthead {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		color: #fff;
	}

	.main-header {
		border-bottom: 1px solid hsla(0,0%,100%,.15);
	}

	header a.custom-logo-link {
		filter: brightness(0) invert(1);
	}

	#main-header .site-navigation ul.menu > li > a:before,
	#top-header .site-navigation li::before {
		background: #fff;
	}

	.site-navigation ul.menu > li > a {
		color: #fff;
	}

	.header-icon,
	.header-icon a {
		color: #fff;
	}

	.header-icon a:hover {
		color: var(--main-color);
	}

	.is-sticky.main-header .site-navigation ul.menu > li > a {
		color: var(--text-color);
	}
	
	.is-sticky.main-header .site-navigation ul.menu > li > a:hover,
	.is-sticky.main-header .site-navigation ul.menu > li > a:active {
		color: var(--main-color);
	}

	.is-sticky.main-header .header-icon,
	.is-sticky.main-header .header-icon a {
		color: var(--text-color);
	}

/*	 Default Style for Home Page */

	.site-content {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.home .header-branding {
		margin-bottom: 0;
		border-bottom: unset;
	}

	.homepage-slider {
		clear: both;
		width: 100%;
		display: inline-block;
	}

	.homepage-slider .slick-track .slick-slide {
		border: 1px solid var(--border-color);
	}
	@media (min-width: 768px){
		.box-text.right {
			padding-left: 10%;
		}

		.box-text.left {
			padding-right: 10%;
		}
	}

	.box-text {
		display: grid;
		align-content: center;
		align-items: center;
	}

	.box-img {
		padding: 2em 0;
	}

	.img-hover {
		position: absolute;
	}

	section {
		padding-top: 2em;
		padding-bottom: 2em;
		border-top: 1px solid var(--border-color);
		z-index: 1;
	}

	.row .right {
		order: 2;
	}

	.row .left {
		order: 1;
	}

	h2.style-heading.larger {
		font-size: 62px;	
		line-height: 1.15;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 0.5em;
		max-width: 10em;
	}

	@media (max-width: 1199px){
		h2.style-heading.larger {
			font-size: 30px;
			line-height: 40px;
		}
	}

	@media (max-width: 767px){
		h2.style-heading.larger {
			font-size: 25px;
			line-height: 35px;
		}
		.row .right {
			order: 1;
		}
	}

/*  #main-slider */
	#main-slider {
		padding: 0;
		border: none;
	}

	.swiper-slide {
		height: 100vH;
		width: 100vW;
		display: inline-flex;
		align-items: center;
		text-align: center;
	}

	@media(max-width: 1279px){		
		.swiper-slide {
			max-height: 86vH;
			height: 600px;
		}
	}

	.background-slide {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.text-box {
		max-width: 1400px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		color: #fff;
	}

	#main-slider h2.style-heading.larger {
		margin: 0.5em auto;
	}

	#main-slider p.headline {
		color: #fff;
	}

/*	#aboutus */
	#aboutus {
		background: var(--border-color);
		padding-top: 0;
	}

	.intro-box .text-box {
		position: absolute;
		color: var(--text-color);
		bottom: 1.5em;
		left: 10%;
	}

	.intro-box h3.style-heading {
		margin-bottom: 0;
	}

	.intro-box .col-md-3 .text-box {
		left: 50%;
		transform: translateX(-50%);
	}
	.intro-box .col-md-3 .text-box .button-cta2:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.intro-box img {
		cursor: pointer;
		width: 100%;
	}
	.intro-box img:hover {
		animation-name: s;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
	}

	@media(min-width: 768px){
		.intro-box .col-md-4 {
			flex: 0 0 36.467%;
			max-width: 36.467%;
			padding: 0 7.5px;
		}
		.intro-box .col-md-3 {
			flex: 0 0 26.268%;
			max-width: 26.268%;
			padding: 0 7.5px;
		}
	}

	@media(min-width: 1200px){
		.intro-box .col-md-3 img,
		.intro-box .col-md-4 img {
			max-width: 100%; 
		}
	}
	@media(max-width: 767px){
		.intro-box .row > div {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.intro-box {
			padding: 10px 0 20px;
		}
		.intro-box .col-md-3 .text-box {
			transform: none;
			left: 10%;
		}
	}
	@media(min-width: 767px){
		.intro-box .col-md-3 .text-box {
			text-align: center;
		}

		.intro-box > div {
			transform: translateY(-50%);
		}

		.unity-box > .row {
			transform: translateY(-6%);
			justify-content: center;
		}
	}	
/* #unity-box */ 
	#unity-box{
		overflow: hidden;
	}

	.unity-list .cta-thumb {
		background: var(--background-color);
		padding: 1.25em 1.25em;
		display: flex;
		border-radius: 50%;
		text-align: center;
		height: fit-content;
		align-self: center;
		align-items: center;
	}

	.unity-list .cta-thumb img {
		max-width: 2.4em;
		fill: var(--border-color);
	}

	.unity-list .unity-item:nth-child(2) .cta-thumb img {
		padding: 0.2em;
	}
	
	.unity-list .cta-text {
		max-width: 24em;
	}

	@media (min-width: 768px){
		#unity-box .box-text.left,
		#unity-box .box-text.right {
			flex: 0 0 100%;
			max-width: 100%;
		}
	}
	@media (min-width: 950px){
		#unity-box .box-text.left,
		#unity-box .box-text.right {
			flex: 0 0 50%;
			max-width: 50%;
		}
	}

	.unity-item {
		display: flex;
	}
	#aboutus .box-img {
		text-align: right;
	}

	#aboutus .img-hover {
		transform: rotateY(40deg);
		animation: k 2.5s infinite;
		animation-direction: alternate;
	}

	#aboutus #img-hover1 {
		bottom: 8%;
		right: -7%;
	}

	#aboutus #img-hover2 {
		bottom: 14%;
		right: -10%;
	}

/* product */
	.tab-button {
		text-align: center;
	}

	.tab-button li {
		display: inline-block;
		position: relative;
	}

	.tab-button li:nth-child(n+2):before {
		position: absolute;
		content: "";
		width: 1px;
		height: 50px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		background: #313232;
		bottom: 3em;
	}

	.tab-button li:nth-child(n+2) {
		padding-left: 3em;
		margin-left: 3em;
	}

	.single-tab-content {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		z-index: -1;
		transition: opacity .1s linear,transform .2s linear, max-height 0s linear;
		transform: translateX(-5%);
	}

	.single-tab-content.tab_active {
		opacity: 1;
		max-height: unset;
		transform: translateX(0);
	}

	.tab-button h2.style-heading {
		cursor: pointer;
		color: #8a8d8d;
	}

	.tab-button h2.style-heading.tab_active {
		color: var(--background-color);
	}
/* #service1 */
	
	#service1 .button-cta1 {
		margin-top: 1.5em;
	}

	#service1 .img-hover {
		top: calc(2em - 53px);
		left: 10%;
	}

	#service1 .right .img-hover {
		right: 10%;
		left: unset;
	}	

	#service1 .img-hover img {
		animation: j 15s infinite linear;
	}

	@media(max-width: 767px){
		#service1 .box-text {
			text-align: center;
			justify-content: center;
		}

		#service1 .button-cta1 {
			margin-left: auto;
			margin-right: auto;
		}
	}
/* #gallery1 */
	#gallery1 {
		text-align: center;
	}

	#gallery1 img {
		padding: 10px;
		width: 100%;
		height: auto;
	}

	#gallery1 img:hover {
		transform: scale(1.05);
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.img-gallery {
		margin-bottom: 25px;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	@media(max-width: 1279px){
		.img-gallery a:nth-child(n+16){
			display: none;
		}
	}

	@media(max-width: 767px){
		.img-gallery a:nth-child(n+11){
			display: none;
		}
	}

	@media (min-width: 900px){
		.img-gallery {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
		}
	}

	@media (min-width: 1280px){
		.img-gallery {
			-webkit-column-count: 4;
			-moz-column-count: 4;
			column-count: 4;
		}
	}
	#gallery1 h2.style-heading {
		margin-bottom: 0.5em;
		position: relative;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	p.sub-heading {
	margin-top: -0.5em;
	margin-bottom: 2em;
	}