/*
Theme Name:  Flatsome child
Author: Ux Buider
Template: flatsome
Version: 3.19.3
*/
.caption h4 {
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.caption h4:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.caption h4:before,
.header .caption h4:after {
	content: '';
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caption h1 {
	position: relative;
	margin-bottom: 20px;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	color: #fff;
	font-weight: 300 !important;
	letter-spacing: 3px;
}
.caption p {
	font-size: 15px;
	line-height: 1.75em;
	margin-bottom: 30px;
	color: #fff !important;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	margin-right: 15px;
}
.caption span {
	font-size: 15px;
	line-height: 1.75em;
	margin-bottom: 30px;
	color: #fff !important;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	margin-right: 15px;
}

.button-light {
	display: inline-block;
	height: auto;
	padding: 7px 30px;
	border: 1px solid #fff;
	border-radius: 80px;
	background-color: transparent;
	-webkit-transition: border-color 400ms ease, color 400ms ease,
		background-color 400ms ease;
	transition: border-color 400ms ease, color 400ms ease,
		background-color 400ms ease;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}
.button-light:hover {
	cursor: pointer;
	background-color: transparent !important;
}
.flickity-button {
	opacity: 1 !important; /* Luôn hiển thị nút */
	visibility: visible !important;
	transition: none !important; /* Loại bỏ hiệu ứng ẩn/hiện */
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
	display: block !important; /* Đảm bảo nút luôn được hiển thị */
}

.flickity-prev-next-button {
	pointer-events: auto; /* Đảm bảo nút có thể được bấm */
}
.flickity-prev-next-button {
	top: 50%; /* Canh giữa theo chiều dọc */
	transform: translateY(-50%); /* Điều chỉnh vị trí */
	z-index: 1000; /* Đảm bảo nút nằm trên slider */
}

.flickity-prev-next-button {
	background-color: transparent;
	border: none;
	bottom: 40%;
	color: #111;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	padding: 0;
	top: 10%;
	position: absolute;
	right: 0%;
	transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s;
	width: 36px;
}

.flickity-prev-next-button svg {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
	right: -14%;
}
.flickity-prev-next-button.previous {
	left: 80%;
	transform: translateX(20%);
	bottom: 12%;
}

.flickity-prev-next-button.next {
	right: 14%;
	transform: translateX(-20%);
	bottom: 12%;
}
.flickity-page-dots {
	bottom: 15px;
	left: -54%;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20%;
	text-align: center;
	bottom: 10%;
}
.flickity-page-dots .dot {
	border: 1px solid #111;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	opacity: 0.4;
	transition: opacity 0.3s;
	width: 12px;
}
.slider-nav-dots-dashes .flickity-page-dots .dot {
	border-radius: 0;
	height: 1px;
	margin: 0;
	width: 40px;
}
.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
	border: 1px solid;
	border-radius: 100%;
	padding: 10px;
}

/* số */
.slider-counter {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}

.slider-counter .current-slide,
.slider-counter .total-slide {
	font-size: 18px;
}

.flickity-page-dots {
	margin-top: 10px;
}
.nav-dark .nav > li.active > a {
	color: var(--primary-color) !important;
}
.nav-dark .nav > li > a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 1px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	padding-right: 12px;
	padding-left: 12px;
	font-family: 'Barlow', sans-serif;
}
.header-main.nav-dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-dark .nav > li > a:hover {
	color: var(--primary-color);
}

.sub-title.border-bot-light {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 5px 0px 15px 15px;
}
.sub-title.border-bot-light p {
	margin: 0;
}
.sub-title:before,
.sub-title:after {
	content: '';
	position: absolute;
	display: block;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub-title:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: var(--primary-color);
	border-radius: 50%;
}
.sub-title {
	color: #1b1b1b;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
}

.content-lines-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.content-lines-inner {
	position: absolute;
	width: 1140px;
	left: 50%;
	margin-left: -600px;
	top: 0;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.content-lines {
	position: absolute;
	left: 33.666666%;
	right: 33.666666%;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.section-title p {
	color: var(--primary-color);
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
}
.section-title.m0 p {
	margin: 0 !important;
}
.section-title span {
	color: #1b1b1b;
}
p {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	line-height: 1.75em;
	margin: 0 0 20px;
	color: #777;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: justify;
}
.about-box h5 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #1b1b1b;
}
.icon-box-img img {
	height: 40px;
}
.cont h6 {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	margin-bottom: 0px;
	padding-top: 10px;
	color: var(--primary-color);
	line-height: 1em;
}
.cont span {
	font-size: 13px;
	color: #fff;
	margin-right: 5px;
	line-height: 1.25em;
}
.info img {
	padding: 3px;
	border: 1px solid;
	border-radius: 99px;
	height: 55px;
}
.arrow-none .flickity-prev-next-button.next,
.arrow-none .flickity-prev-next-button.previous {
	display: none !important;
}
.item h3 {
	height:100px;
}
.item p {
	height:50px;
}


.item h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 0px;
		font-family: Roboto, sans-serif !important;

}
.item p {
	margin-bottom: 15px;
	color: #777;
}
.item .phone {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #1b1b1b;
	font-weight: 400;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.item .mail {
	font-size: 15px;
	line-height: 3em;
	color: #777;
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.item .mail:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--clr-theme-color);
	content: '';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.absolute-footer.dark.medium-text-center.small-text-center {
	display: none !important;
}
/* Page about */
.about .wrap .con {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 2rem;
}
.about .wrap .info {
	bottom: 56%;
	left: 30px;
	position: absolute;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.about .wrap .info2 {
	bottom: 15px;
	left: 30px;
	position: absolute;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.about .wrap .info .name {
	font-family: 'Barlow', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 400;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 0px;
	word-spacing: 5px;
	color: #777;
}
.about .wrap .info2 .name2 {
	font-family: 'Barlow', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 400;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 0px;
	word-spacing: 5px;
	color: #777;
}
.about .wrap .info2 .name2:before,
.about .wrap .info2 .name2:after {
	content: '';
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about .wrap .info .name:before {
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: var(--primary-color);
	border-radius: 50%;
}

.about .wrap .info .name:before,
.about .wrap .info .name:after {
	content: '';
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about .wrap .info2 .name2:before {
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: var(--primary-color);
	border-radius: 50%;
}

.about .states {
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 20px;
}
.about .states .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin-left: 10px;
}
.about .states .flex .col-inner {
	display: flex;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	align-items: baseline;
}
.valign.mt {
	margin-top: 11px;
}
.about .states h1 {
	font-size: 60px;
	color: var(--primary-color);
	margin-right: 15px;
}
.about .states p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 0px;
	color: #1b1b1b;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 5px;
}
#wpsm_progress_b_row_532 .wpsm_progress .wpsm_progress-bar {
	background-color: #c5a47e;
	animation: animate-positive 2s;
	height: 3px !important;
}
/* Page Service */
.blog-page-service .is-divider {
	display: none;
}
.blog-page-service .box-text-inner.blog-post-inner {
	display: flex;
	flex-direction: column-reverse;
}
.blog-page-service .box-text-inner.blog-post-inner .button.is-link {
	order: -1;
	text-align: left;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: transparent;
	-webkit-text-stroke: 1px var(--primary-color);
	opacity: 1;
	margin-bottom: 20px;
	display: contents;
}
.blog-page-service .box-text-inner.blog-post-inner h5 a {
	color: black;
}
.blog-page-service .box-text-inner.blog-post-inner .from_the_blog_excerpt {
	order: -1;
	color: black;
}

.blog-page-service .box-image .image-cover {
	padding-top: 100% !important;
	overflow: hidden; /* Ensure the image is hidden initially */
	opacity: 0;
}

.blog-page-service .col-inner:hover .image-cover {
	padding-top: 90% !important; /* Make the image visible on hover */
	transition: padding-top 0.5s linear; /* Smooth transition effect */
	opacity: 1;
}
.box-overlay.dark .box-text,
.box-shade.dark .box-text {
	text-shadow: none !important;
}

.blog-page-service .col-inner:hover h5 a,
.blog-page-service .col-inner:hover .from_the_blog_excerpt {
	color: white;
}
.flex-col.flex-center.text-center {
	text-align: left;
	margin: 0;
}
.posted-on,
.byline,
.entry-divider,
.comment-respond {
	display: none !important;
}
.flex-col.flex-center.text-center h6 {
	color: var(--primary-color);
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 400;
	word-spacing: 3px;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0px;
}

.flex-col.flex-center.text-center h6:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: var(--primary-color);
	border-radius: 50%;
}
.flex-col.flex-center.text-center h6:before,
.flex-col.flex-center.text-center h6:after {
	content: '';
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Page process */
.process .wrap .cont h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #1b1b1b;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.process .wrap .number h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: transparent;
	-webkit-text-stroke: 1px var(--primary-color);
	opacity: 0.8;
	margin-bottom: 20px;
}
/* Page BLog */
.blog-page-cs .is-divider {
	display: none;
}
.blog-page-cs .post-meta.is-small.op-8 {
	font-size: 14px;
	font-style: italic;
}
.blog-page-cs .post-title is-large {
	font-size: 36px;
}
.title-widget-cs {
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--primary-color);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}
.wp-block-search__inside-wrapper button,
.wp-block-search__label {
	display: none !important;
}
/* Home */
.box-push .box-text {
	background-color: hsla(0, 0%, 100%, 0.95);
	margin: -15% 0% !important;
	max-width: 85%;
	padding: 15px 20px;
}

.blog-home-latest .is-divider {
	display: none;
}
.blog-home-latest .box-text-inner.blog-post-inner {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.blog-home-latest .box-text-inner.blog-post-inner h5 {
	order: 1;
}
.blog-home-latest .post-meta.is-small.op-8 {
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: 10%;
}
.blog-home-latest .box-text-inner.blog-post-inner .cat-label {
	color: var(--primary-color);
	font-weight: bold;
}
.blog-home-latest .post-meta.is-small.op-8:hover {
	cursor: pointer;
}
.blog-home-latest .box-text-inner.blog-post-inner .cat-label:hover {
	cursor: pointer;
}

/* Product */
.product-title.product_title.entry-title {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
	display: none;
}

.product-home .box-push .box-text {
	background-color: white;
	margin: -15% 0% !important;
	max-width: 85%;
	padding: 15px 20px;
	position: absolute;
	top: 35%;
	left: -15%;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px var(--primary-color);
	height: 100px;
}
.product-home .col:nth-child(even) {
	padding: 100px;
}
.product-home .box-push .box-text .category {
	opacity: 1;
	color: var(--primary-color);
	font-size: 30px;
}

.product-home .box-push .box-text .woocommerce-LoopProduct-link {
	color: black;
	font-size: 21px;
}
.product-home .box-push .box-text:hover {
	background-color: bisque !important;
	margin: -15% 0% !important;
	max-width: 85%;
	padding: 15px 20px;
	position: absolute;
	top: 35%;
	left: -15%;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px black;
	border-radius: 6px !important;
}

.row-lienhe-form input {
	max-width: 100%;
	margin-bottom: 12px;
	padding: 15px 0;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: white !important;
	background-image: none;
	border-bottom: 1px solid #ccc;
	border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-radius: 0px;
	outline: none;
}
input::placeholder {
	color: white;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
	background-color: transparent;
	box-shadow: 0 0 5px #ccc;
	color: #333;
	opacity: 1 !important;
	outline: 0;
}
.wpcf7-spinner {
	display: none;
}
.col-inner.btn-cf7 {
	background: var(--primary-color);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.col-inner.btn-cf7 input {
	color: #111;
}
.product-detail-gallery .flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
	height: 600px !important;
	touch-action: pan-y;
}

/* Điều chỉnh các thành phần cho màn hình nhỏ */
@media only screen and (max-width: 768px) {
	.flickity-prev-next-button.previous {
		left: 65%;
		transform: translateX(20%);
		bottom: 12%;
	}
	.flickity-page-dots {
		bottom: 15px;
		left: -35%;
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 20%;
		text-align: center;
		bottom: 10%;
	}
	.caption h1 {
		position: relative;
		margin-bottom: 20px;
		font-size: 35px;
	}
	.content-lines-inner {
		left: 58%;
	}
	.product-home .box-push .box-text:hover {
		left: 5%;
	}
	.product-home .box-push .box-text {
		left: 5%;
	}
	.product-home .col:nth-child(even) {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.blog-home-latest .col.post-item > div {
		margin-bottom: 4rem;
	}
	.box-push .box-text {
		border-bottom: 1px solid #ccc;
	}
	.about .wrap .con img {
		width: 85%;
	}
	.custom-product-page .col.medium-5.small-12.large-5 > div {
		padding-left: 1rem;
	}
	.product-detail-gallery .flickity-enabled.is-draggable .flickity-viewport {
		cursor: move;
		cursor: grab;
		height: 230px !important;
		touch-action: pan-y;
	}
	.product-detail-gallery .flickity-prev-next-button.previous {
		left: 62%;
		transform: translateX(20%);
		bottom: 12%;
	}
}
.nav-dropdown-bold .nav-column li>a:hover, .nav-dropdown-bold.dark .nav-column li>a:hover, .nav-dropdown.nav-dropdown-bold.dark>li>a:hover, .nav-dropdown.nav-dropdown-bold>li>a:hover {
    background-color: #FCB918 !important;
    color: #fff !important;
}
.text-message .dark, .dark p, .dark td {
/*         color: #777 !important; */
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white !important;
}

h1.entry-title {
    text-transform: uppercase !important;
}

.page-title-bg.fill .title-bg{
	background-image: url(https://demo1.k-tech-services.com/wp-noithat/wp-content/uploads/2024/12/z6168582704619_d290abe….jpg);
    height: 444.889px;
    backface-visibility: hidden;
    transform: translate3d(0px, -3.61px, 0px);
    opacity: 0.8 !important;
    background-size: 100% 100% !important;
}