: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;
}

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

.gfield {
	width: 100%;
}

.gfield input[type='address'],
	.gfield input[type='tel'],
	.gfield input[type='text'],
	.gfield input[type='email'] {
		width: 100% !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;
}

.footer-wrapper .widget_nav_menu {
	padding-left: 0;
	padding-right: 0;
}

.bg-radient {
	background: linear-gradient(to right, rgb(204, 254, 216), rgb(149, 187, 254));
}

.img-inner.dark {
	border-radius: 16px !important;
}

.gallery_img {
	max-height: 600px;
	overflow: auto;
}

.gallery_img::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5;
}

.gallery_img::-webkit-scrollbar-track {
	border-radius: 16px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.gallery_img::-webkit-scrollbar-thumb {
	border-radius: 16px;
	background-color: #f37447;
}

.bg_red {
	padding: 0.5rem 0.2em;
	background-color: #ee2323;
	margin-bottom: 0.5rem;
	border-radius: 12px;
}

.accordion-item {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 1rem;
	border: 1px solid rgb(12, 71, 127);
	overflow: hidden;
}

.accordion-title {
	color: rgb(12, 71, 127) !important;
}

.accordion-title {
	font-weight: 700;
	border-top: 0;
	border-top: initial;
	padding-left: 15px;
}

.accordion-title.active {
	color: rgb(12, 71, 127) !important;
}

.accordion-title.active {
	border-top: 0;
	border-top: initial;
	border-bottom: 1px solid rgb(12, 71, 127);
}

.accordion .toggle {
	opacity: 1;
	left: auto;
	left: initial;
	right: 0;
}

.accordion-inner {
	background-color: #fff;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}

.bao_gia {
	background-color: #052f57;
	padding: 0.5rem;
	margin-bottom: 0.8rem;
	border-radius: 12px;
}

.bao_gia p {
	margin-bottom: 0;
}

.p0 p {
	margin-bottom: 0.35em;
}

.p0 h2,
.p0 h3 {
	margin-bottom: 0.4em;
}

.p0 h4 {
	line-height: 1;
}

.h20 h2 {
	margin-bottom: 0;
}

a.btn-box {
	width: 100%;
	margin-top: 0.5rem;
}

#header .header-inner {
	padding: 0 3%;
}

.img_logo img {
	border-radius: 16px;
}

.footer-widgets.footer .row {
	max-width: 1240px;
}

.widget-title {
	font-size: 1.2rem !important;
}

.is-divider {
	height: 0;
}

.widget > ul > li + li,
ul.menu > li + li {
	border-top: 0;
	border-top: initial;
}

.wpcf7-form .row .col {
			padding-bottom: 10px;
		}

.wpcf7-form .row .col .wpcf7-form-control:not(.wpcf7-submit) {
				background: #ffffff;
				box-shadow: none;
				color: #111111;
				border: 1px solid #eaeaea;
				border-radius: 4px;
				font-size: 16px;
				padding: 15px 20px 15px 20px;
				height: 55px;
				font-weight: 400;
				line-height: 1.5;
			}

.wpcf7-form .row .col .wpcf7-submit {
				font-weight: 500;
				font-size: 1rem;
				position: relative;
				z-index: 2;
				padding: 6px 28px;
				border-radius: 4px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				background: linear-gradient(245deg, #5a49f8 40%, #7a64f2 100%);
				color: #ffffff;
				transition: all 0.5s ease-in-out;
			}

.wpcf7-form .row .col .wpcf7-submit:hover {
					background: linear-gradient(245deg, #7a64f2 40%, #5a49f8 100%);
				}

.wpcf7-form .wpcf7-response-output {
		margin: 0 !important;
	}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
	border-radius: 16px;
}

.box_img_hover1:hover > .col-inner {
	background-color: #052f57 !important;
}

.box_img_hover2:hover > .col-inner {
	background-color: #052f57 !important;
}

.box_img_hover2:hover > .col-inner .text,
.box_img_hover2:hover > .col-inner h4 {
	color: #fff !important;
}

.box_img_hover2:hover > .col-inner a.btn-box.white.button.is-outline {
	background-color: #f36e21 !important;
	color: #fff !important;
	border: medium none currentColor !important;
	border: initial !important;
}

.box_img_hover1:hover > .col-inner p,
.box_img_hover1:hover > .col-inner h3 {
	color: #fff;
}

@media screen and (max-width: 549px) {
	.gallery_img {
		max-height: 450px;
	}
	.box-vertical .box-image {
		width: 25% !important;
	}
}

@media screen and (max-width: 1080px) {
	.header-nav.header-nav-main > .menu-item {
		display: none;
	}
}

@media screen and (min-width: 1081px) {
	.header-nav.header-nav-main > .nav-icon {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.header-nav.header-nav-main > .menu-item {
		margin-left: 8px;
		margin-right: 8px;
	}
	.header-nav.header-nav-main > .menu-item > a {
		font-size: 13px;
	}
}

@media screen and (min-width: 1440px) {
	.header-nav.header-nav-main > .menu-item {
		margin-left: 15px;
		margin-right: 15px;
	}
	.header-nav.header-nav-main > .menu-item > a {
		font-size: 14px;
	}
	.h2,
	h2 {
		font-size: 2em;
	}
}

.bg-gradient-primary-secondary {
	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,
		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;
}
	}

.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: var(--primary-color);
		color: white;
		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 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;
}

.gallery-logo {
	padding: 0;
}

.gallery-logo > .gallery-col {
		padding: 0 !important;
		flex-basis: calc(100% / 3) !important;
		max-width: calc(100% / 3) !important;
	}

.gallery-logo > .gallery-col > .col-inner:after {
				content: '';
				height: 1px;
				background: #ddd;
				position: absolute;
				bottom: 0;
				width: calc(100% - 16px);
				left: 8px;
			}

.gallery-logo > .gallery-col > .col-inner::before {
				content: '';
				width: 1px;
				background: #ddd;
				position: absolute;
				top: 8px;
				height: calc(100% - 16px);
				left: 0;
			}

.gallery-logo > .gallery-col > .col-inner .box-image {
				padding: 15px 20px;
			}

.gallery-logo > .gallery-col > .col-inner .box-image img {
					height: 60px;
					-o-object-fit: contain;
					   object-fit: contain;
				}

@media (min-width: 550px) {

.gallery-logo > .gallery-col > .col-inner .box-image {
					padding: 20px 30px;
			}
				}

@media (min-width: 850px) {

.gallery-logo > .gallery-col > .col-inner .box-image {
					padding: 20px 40px;
			}
				}

.gallery-logo > .gallery-col:nth-child(3n + 1) > .col-inner::before {
					background: transparent;
				}

@media (min-width: 550px) {

.gallery-logo > .gallery-col {
			flex-basis: calc(100% / 4) !important;
			max-width: calc(100% / 4) !important;
	}
					.gallery-logo > .gallery-col:nth-child(3n + 1) > .col-inner::before {
						background: #ddd;
					}
					.gallery-logo > .gallery-col:nth-child(4n + 1) > .col-inner::before {
						background: transparent;
					}
		}

@media (min-width: 850px) {

.gallery-logo > .gallery-col {
			flex-basis: calc(100% / 6) !important;
			max-width: calc(100% / 6) !important;
	}
					.gallery-logo > .gallery-col:nth-child(4n + 1) > .col-inner::before {
						background: #ddd;
					}
					.gallery-logo > .gallery-col:nth-child(6n + 1) > .col-inner::before {
						background: transparent;
					}
		}

.tabbed-content .nav-outline .tab {
			margin-left: 1em;
		}

.tabbed-content .nav-outline .tab:first-child {
				margin-left: 0;
			}

.tabbed-content .nav-outline .tab > a {
				border-color: currentColor;
				padding: 0 1em;
			}

.tabbed-content .nav-outline.nav-size-normal {
			margin-bottom: 1em;
		}

.sktmedia-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 .is-divider:after {
				content: '';
				position: absolute;
				width: 30px;
				height: 2px;
				background-color: var(--fs-color-primary);
				bottom: 0;
				left: 0;
			}

.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: 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: 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-nav-main .nav-dropdown.nav-dropdown-default {
			padding: 10px;
			border: 1px solid #ddd;
		}

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

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

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;
			}

.blog .blog-archive .box-vertical.box-blog-post .tag-label, .archive.category .blog-archive .box-vertical.box-blog-post .tag-label, .archive.tag .blog-archive .box-vertical.box-blog-post .tag-label {
				background-color: var(--fs-color-primary);
			}

.blog .blog-archive .box-vertical.box-blog-post .box-image,
			.archive.category .blog-archive .box-vertical.box-blog-post .box-image,
			.archive.tag .blog-archive .box-vertical.box-blog-post .box-image,
			.blog .blog-archive .box-vertical.box-blog-post .box-text,
			.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;
			}

.blog .blog-archive > .row .archive-page-header .row > .col, .archive.category .blog-archive > .row .archive-page-header .row > .col, .archive.tag .blog-archive > .row .archive-page-header .row > .col {
						padding-left: 0;
						padding-right: 0;
					}

@media (min-width: 850px) {
							.blog .blog-archive > .row #post-list .row.large-columns-1 > .col, .archive.category .blog-archive > .row #post-list .row.large-columns-1 > .col, .archive.tag .blog-archive > .row #post-list .row.large-columns-1 > .col {
								padding-left: 0;
								padding-right: 0;
							}
						}

.post-item .col-inner {
		border-radius: 10px;
		overflow: hidden;
	}

.post-item .col-inner .tag-label {
			background-color: var(--fs-color-primary);
		}

.post-item .col-inner .box-vertical.box-blog-post {
			border-radius: 10px;
			transition: 0.3s ease;
			border: 1px solid rgba(0, 0, 0, 0.1);
			overflow: hidden;
		}

.box-push.box-blog-post .is-divider {
		display: none;
	}

.box-push.box-blog-post .box-image {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}

.box-push.box-blog-post .box-text {
		border-radius: 6px;
	}

.skt-breadcrumb {
	padding: 10px 0;
	background: whitesmoke;
}

.skt-breadcrumb p {
		margin-bottom: 0;
	}

.skt-breadcrumb .col {
		padding-bottom: 0;
	}

.single-featured_item .skt-breadcrumb {
		text-align: center;
	}

.mobile-sidebar .sidebar-menu .nav > .menu-item > a {
					font-size: 0.85em;
				}

.mobile-sidebar .sidebar-menu .nav > .menu-item a {
					color: var(--fs-color-secondary);
					text-transform: capitalize;
				}

.mobile-sidebar .sidebar-menu .nav > .menu-item.current-menu-item a {
						color: var(--fs-color-primary);
					}

.mobile-sidebar .sidebar-menu .nav > .menu-item .toggle {
					color: var(--fs-color-secondary);
				}

.mobile-sidebar .sidebar-menu .nav > .menu-item .toggle i {
						font-size: 1.2em;
					}

.mobile-sidebar .sidebar-menu .nav > .menu-item.menu-item-has-children .sub-menu li {
							padding: 0;
						}

.mobile-sidebar .sidebar-menu .nav > .menu-item.menu-item-has-children .sub-menu li a {
								font-size: 0.85em;
							}

.mobile-sidebar .sidebar-menu .nav > .menu-item.menu-item-has-children.active {
						background-color: rgba(0, 0, 0, 0.025);
					}

