:root {
	--font-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--border-color: #ebebeb;
	--black: #000;
	--white: #fff;
	--swiper-button-color: #ee6d30;
	--font-normal: 400;
	--font-semibold: 600;
	--font-bold: 700;
	--grid-gutter: 10px;
	--grid-gutter-m: 16px;
	--container-gutter: 20px;
	--container-gutter-s: 40px;
	--container-gutter-m: 60px;
	--container-gutter-ml: 80px;
	--container-max: 1040px;
	--element-space-sm: 10px;
	--element-space: 20px;
	--element-space-lg: 30px;
	--column-space: 10px;
	--section-space: 1em;
	--section-space-lg: 6em;
	--section-header: 2em;
	--section-header-lg: 4em;
	--s: 480px;
	--sm: 576px;
	--md: 768px;
	--lg: 992px;
	--xl: 1200px;
	--xxl: 1400px;
	--text-large: calc(1.15 * var(--bs-body-font-size));
	--text-small: calc(0.85 * var(--bs-body-font-size));
	--gutter: 1.5rem;
	--shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0 1px 3px -1px;

	--swiper-pagination-color: #032435;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 16px;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	--swiper-navigation-color: #032435;
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #032435;

	--primary-color: #27bdbe;
	--fs-color-secondary: #7141b1;
	--secondary-color: #7141b1;
}

.gfield {
	padding: 0 !important;
	margin: 0 0 15px !important;
}

.gfield {
	width: 100%;
}

.gfield input[type='address'],
	.gfield input[type='tel'],
	.gfield input[type='text'],
	.gfield input[type='email'],
	.gfield textarea {
		width: 100% !important;
		padding: 0 10px !important;
	}

.gfield input[type='address'],
	.gfield input[type='tel'],
	.gfield input[type='text'],
	.gfield input[type='email'],
	.gfield textarea {
		box-shadow: none;
	}

.gfield input[type='address'],
	.gfield input[type='tel'],
	.gfield input[type='text'],
	.gfield input[type='email'] {
		height: 36px;
		line-height: 36px;
	}

@media (min-width: 550px) {
		.gfield.gf_left_half {
			padding-right: 6px !important;
		}
		.gfield.gf_right_half {
			padding-left: 6px !important;
		}
	}

.gfield_description.gfield_validation_message {
		opacity: 1;
	}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
	margin: 0 !important;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
	width: 100%;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	box-sizing: border-box;
}

.gform_wrapper.gform_validation_error
	.gform_body
	ul
	li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
}

.bg-gradient-primary-secondary {
	background-image: linear-gradient(
		90deg,
		#27bdbe 0%,
		#7141b1 100%
	) !important;
	background-image: linear-gradient(
		90deg,
		var(--primary-color) 0%,
		var(--secondary-color) 100%
	) !important;
}

.bg-gradient-primary-secondary > .col-inner {
	background-image: linear-gradient(
		90deg,
		#27bdbe 0%,
		#7141b1 100%
	) !important;
	background-image: linear-gradient(
		90deg,
		var(--primary-color) 0%,
		var(--secondary-color) 100%
	) !important;
}

.bg-gradient-primary > .col-inner {
	background: linear-gradient(
		90deg,
		var(--fs-color-primary) -30%,
		#bde3e2 50%,
		var(--fs-color-primary) 130%
	);
}

@media (min-width: 850px) {

.section-bg-inherit .section-bg {
		background-size: inherit !important;
}
	}

.icon-box p {
		margin-bottom: 0;
	}

.tabbed-content .nav-simple > li.active a {
					color: var(--fs-color-primary);
				}

.tabbed-content .nav-simple > li a {
				font-size: 1em;
			}

.tabbed-content .nav-simple > li:after {
				content: '';
				display: inline-block;
				margin-left: 15px;
				margin-right: 15px;
				width: 8px;
				height: 8px;
				background: var(--fs-color-primary);
				transform: rotate(45deg);
			}

.tabbed-content .nav-simple > li:last-child:after {
					content: none;
				}

.dvls_maps_row.dvls_maps_header {
		display: none;
	}

.dvls_result_status.show {
	display: none !important;
}

.alt-font {
	font-size: 24px;
}

.alt-font p {
	margin-bottom: 0.5em;
}

.text-justify {
	text-align: justify;
}

.icon-box p {
	margin-bottom: 0;
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
	text-shadow: none;
}

.button.is-outline,
input[type='button'].is-outline,
input[type='reset'].is-outline,
input[type='submit'].is-outline {
	border-width: 1px;
	font-weight: inherit;
}

a.button {
	font-weight: inherit;
}

.bgt-50-light::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: rgb(248, 248, 248);
	top: 0;
	left: 0;
}

.bgy-50-light::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: rgb(248, 248, 248);
	bottom: 0;
	left: 0;
}

@media (min-width: 550px) {

.text-md-right,
.text-md-right .col-inner {
		text-align: right;
}
	}

@media (min-width: 850px) {

.text-lg-right,
.text-lg-right .col-inner {
		text-align: right;
}
	}

.slider-nav-outside {
	padding-bottom: 20px;
}

.video-button-wrapper .button.open-video.icon.circle {
		background-color: #27bdbe;
		background-color: var(--primary-color);
		color: white;
		border-color: #27bdbe;
		border-color: var(--primary-color);
		position: relative;
	}

.video-button-wrapper .button.open-video.icon.circle::after,
		.video-button-wrapper .button.open-video.icon.circle::before {
			content: '';
			position: absolute;
			display: block;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			border: 1px solid #27bdbe;
			border: 1px solid var(--primary-color);
			width: 100%;
			height: 100%;
			border-radius: 50%;
		}

.video-button-wrapper .button.open-video.icon.circle::after {
			animation: circle-fade-after 2s infinite ease-in-out;
		}

.video-button-wrapper .button.open-video.icon.circle::before {
			animation: circle-fade-before 2s infinite ease-in-out;
		}

.social-icons.follow-icons .icon i, .social-icons.share-icons .icon i {
			margin-top: 4px !important;
		}

.mt-0 {
	margin-top: 00;
}

.mt-25 {
	margin-top: 0.25em;
}

.mt-05 {
	margin-top: 0.5em;
}

.mt-1 {
	margin-top: 1em;
}

.mt-2 {
	margin-top: 2em;
}

.mt-3 {
	margin-top: 3em;
}

.mt-4 {
	margin-top: 4em;
}

.mt-auto {
	margin-top: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-25 {
	margin-bottom: 0.25em;
}

.mb-05 {
	margin-bottom: 0.5em;
}

.mb-1 {
	margin-bottom: 1em;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-3 {
	margin-bottom: 3em;
}

.mb-4 {
	margin-bottom: 4em;
}

@keyframes circle-fade-before {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}

@keyframes circle-fade-after {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.related-post {
	background: #efefef;
	padding: 15px 15px 6px;
	border-radius: 6px;
}

.related-post__items {
	padding-left: 10px;
	list-style: square;
	margin-left: 15px;
	margin-bottom: 0;
}

.cyno-count-up__number {
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
}

.post-sidebar .widget {
		font-size: 14px;
		margin-bottom: 45px;
	}

.post-sidebar .widget .is-divider {
			position: relative;
			width: 100%;
			height: 1px;
			max-width: 100%;
		}

.post-sidebar .widget .widget-title {
			font-size: 20px;
			font-weight: 700;
			text-transform: inherit;
		}

.post-sidebar .widget_categories .cat-item {
			border-top: none !important;
		}

.post-sidebar .widget_categories .cat-item a {
				color: #1b1d21;
				text-transform: uppercase;
				font-weight: 700;
			}

.post-sidebar .widget_categories .cat-item a:hover {
					color: #7141b1;
					color: var(--fs-color-secondary);
				}

.post-sidebar .tagcloud .tag-cloud-link {
			font-size: 14px !important;
			color: #1b1d21 !important;
		}

.post-sidebar .tagcloud .tag-cloud-link {
			font-weight: 600;
			padding: 10px 12px;
			margin: 0 3px;
			margin-bottom: 10px;
			line-height: 1;
			display: inline-block;
			background-color: #f6f6f6;
		}

.post-sidebar .tagcloud .tag-cloud-link:hover {
				color: #fff !important;
			}

.post-sidebar .tagcloud .tag-cloud-link:hover {
				background-color: #7141b1;
				background-color: var(--fs-color-secondary);
			}

.post-sidebar .widget_search input[type='search'] {
			padding: 0 66px 0 20px;
			height: 46px;
			line-height: 1;
			border-color: #e6e6e6;
			box-shadow: none;
		}

.post-sidebar .widget_search input[type='search']:hover {
				box-shadow: none;
			}

.post-sidebar .widget_search button {
			height: 46px;
			width: 46px;
		}

.header-nav.header-bottom-nav .nav-dropdown {
		transition: all 0.5s;
		left: 0;
		transform: perspective(600px) rotateX(-90deg);
		transform-origin: 0 0 0;
	}

.header-nav.header-bottom-nav .nav-dropdown.nav-dropdown-default {
			padding: 10px;
			border: 1px solid #ddd;
		}

.header-nav.header-bottom-nav > li.has-dropdown:hover .nav-dropdown, .header-nav.header-bottom-nav > li.current-dropdown .nav-dropdown {
			transform: perspective(600px) rotateX(0);
			transition: 0.5s ease;
		}

.header-nav.header-bottom-nav > li.current-dropdown > .nav-dropdown-full,
	.header-nav.header-bottom-nav > li.has-dropdown:hover > .nav-dropdown-full {
		max-width: 1200px !important;
	}

.header-nav.header-bottom-nav > li.current-dropdown > .nav-dropdown-full .nav-dropdown-col, .header-nav.header-bottom-nav > li.has-dropdown:hover > .nav-dropdown-full .nav-dropdown-col {
			white-space: nowrap;
			width: auto;
		}

.header-nav.header-bottom-nav > li.current-dropdown > .nav-dropdown-full .nav-dropdown-col > a, .header-nav.header-bottom-nav > li.has-dropdown:hover > .nav-dropdown-full .nav-dropdown-col > a {
				font-size: 16px;
			}

.flex-right .header-block-block-2 > .row {
			margin-right: 0;
		}

.nav-left .header-block img {
			margin-bottom: 0 !important;
		}

.nav-sidebar .header-block {
		padding: 15px 20px;
	}

article.post .entry-category {
		margin-bottom: 1em;
	}

article.post .entry-meta {
		margin-bottom: 1em;
	}

article.post .entry-content {
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}

article.post .social-icons.share-icons .icon i {
				margin-top: 4px;
			}

.archive.category .blog-archive .box-vertical.box-blog-post, .archive.tag .blog-archive .box-vertical.box-blog-post {
			border: 1px solid #e7e7e7;
			transition: 0.3s ease;
		}

/* .archive.category .blog-archive .box-vertical.box-blog-post:hover, .archive.tag .blog-archive .box-vertical.box-blog-post:hover {
				border-color: transparent;
				box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
			} */

.archive.category .blog-archive .box-vertical.box-blog-post .box-image,
			.archive.tag .blog-archive .box-vertical.box-blog-post .box-image,
			.archive.category .blog-archive .box-vertical.box-blog-post .box-text,
			.archive.tag .blog-archive .box-vertical.box-blog-post .box-text {
				vertical-align: top;
			}

.cyno-breadcrum {
	padding: 10px 0;
}

.cyno-breadcrum p {
		margin-bottom: 0;
	}

.woocommerce-breadcrumb {
	display: none;
}

.shop-page-title {
	font-size: 30px !important;
}

.shop-page-title {
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 40px;
}

.product-small .box-image .image-zoom a:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				background-size: 101% 100%;
				pointer-events: none;
				z-index: 2;
				background-position: center center;
			}

.box-text .woocommerce-loop-product__title {
	font-size: 1.125rem;
}

.portfolio-box .box-image .image-zoom:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				background-size: 101% 100%;
				pointer-events: none;
				z-index: 2;
				background-position: center center;
			}

.sticky-contact {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 1002;
}

.sticky-contact > * {
		width: 50px;
		height: 50px;
		position: relative;
		background: var(--fs-color-primary);
		margin-bottom: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.4s ease;
	}

.sticky-contact > * a {
			display: flex;
			align-items: center;
			justify-content: center;
		}

.sticky-contact__img {
	width: 70%;
	height: auto;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

@keyframes phone-vr-circle-fill {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

.sticky-contact__zalo,
.sticky-contact__phone,
.sticky-contact__fanpage {
	position: relative;
	display: flex;
}

.sticky-contact__zalo::after,
	.sticky-contact__phone::after,
	.sticky-contact__fanpage::after,
	.sticky-contact__zalo::before,
	.sticky-contact__phone::before,
	.sticky-contact__fanpage::before {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}

.sticky-contact__zalo::after, .sticky-contact__phone::after, .sticky-contact__fanpage::after {
		width: 120%;
		height: 120%;
		animation: circle-fade-after 1s infinite;
		background-color: rgba(7, 41, 103, 0.35);
		opacity: 0.4;
	}

.sticky-contact__zalo::before, .sticky-contact__phone::before, .sticky-contact__fanpage::before {
		width: 100%;
		height: 100%;
		animation: circle-fade-before 1s infinite;
		border: 2px solid #27bdbe;
		border: 2px solid var(--primary-color);
	}

@keyframes circle-fade-before {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	100% {
		width: 140%;
		height: 140%;
		opacity: 0;
	}
}

@keyframes circle-fade-after {
	0% {
		width: 130%;
		height: 130%;
	}

	50% {
		width: 150%;
		height: 150%;
	}

	100% {
		width: 130%;
		height: 130%;
	}
}

