/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* New */
.html.custom.html_nav_position_text .gtranslate_wrapper {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}
.header-button .button {
	color: black;
}
.ux-search-submit.submit-button.secondary.button.icon {
	background: var(--primary-color);
}
#headerCatProduct {
	display: none !important;
}
.row-mt-border {
	margin-top: -4rem;
}
.col-mt-border {
	background: white;
	border-radius: 16px;
	padding: 20px;
	border: 1px solid;
}
.title-text-transform h1 {
	text-transform: capitalize;
}
.slogan__title h2 {
	font-family: math;
	font-size: 40px;
	font-weight: bold;
	color: var(--primary-color);
	font-family: 'icomoon' !important;
}

.row-mt-home {
	margin-top: -10rem;
}
.col-mt-home {
	background: azure;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 1px 2px 2px 0 black;
}
.imagebox-home .box-image,
.imagebox-home {
	border-radius: 12px !important;
}
.imagebox-home .icon-box-img img {
	filter: brightness(0.5);
}
.iconbox-home h5 {
	font-weight: 200;
	font-size: 16px;
}
.iconbox-home:hover .icon-box-img {
	width: 80px;
}
.col-m0 .col-inner .img {
	margin: 0;
	padding: 0;
}
.img-border-radius img {
	border-radius: 12px;
}
.product_meta_content {
	margin: 0 !important;
}
span.posted_in.product_meta_content_custom {
	font-size: 16px;
	text-transform: uppercase;

	text-align: center;
}
.product-small-custom {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px #ddd;
	box-shadow: 0 2px 5px #ddd;
	border-bottom: 4px solid #f8f9fa;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.product-small-custom .box-text p a {
	color: var(--primary-color);
	font-size: 17px;
	font-weight: bold;
}
.custom-product-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.contact-price {
	color: white;
	margin-top: 7px;
	border: 1px solid var(--primary-color);
	padding: 5px;
	width: max-content;
	text-align: center;
	margin: auto;
	border-radius: 8px;
	font-size: 16px;
	background: var(--primary-color);
}
.contact-price:hover {
	cursor: pointer;
}
.product_meta {
	font-size: 16px;
	font-weight: bold;
}
.product_meta .sku_wrapper {
	color: var(--primary-color);
}

.tabs-category h4 {
	text-align: CENTER;
	font-size: 38px;
}
.tabs-category ul .tab.has-icon span {
	color: black;
}
.text-title-home h2 {
	font-size: 42px;
	display: inline;
	color: var(--primary-color);
	position: relative;
}
.text-title-home h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	top: 88%;
	z-index: 9999;
	overflow: auto;
	background: black;
}


@media screen and (max-width: 768px) {
	.tabs-category ul {
		justify-content: center;
	}
}
.html.header-button-1 .header-button .button {
	background: var(--fs-color-secondary);
	color: white;
}
.header-nav.header-nav-main {
	justify-content: center !important;
}

/* KING SHOW */
.sec-vct .section-bg.fill{
	opacity:0.3;
}
.product-title.product_title.entry-title{
color: var(--primary-color);
    text-align: left;
	
}
.product-home .title-wrapper p a{
	    color: black;
    font-weight: bold;
    font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Giới hạn 3 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-home .title-wrapper p a:hover{
	text-decoration:underline;	
}
.product-home .col-inner,
.product-home .product-small.box ,
.product-home .box-image{
	border-radius:12px;
}
.row-ft .section-title-normal,
.row-ft .section-title-normal span {
    border:none;
}
.ux-menu-link__link.flex {
    justify-content: left;
    color: black;
}
.ux-menu-link__link.flex:hover {
    color: var(--primary-color);
}
.row-ft .container.section-title-container{
	margin:0;
}
.text-banner h3{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 135.43%;
    color: #FFF;
}
.button.btn-home span {
    display: inline-block;
    line-height: 1.6;
    font-size: 16px;
    color: black;
}
.button.btn-home:hover {
	background:var(--primary-color) !important;
	transform:scale(1.1);
	color:white;
	border:1px solid black;
} 
.button.btn-home:hover span{
color:white;	
}
.text-line h2{
	    display: inline;
	color:var(--primary-color);
}
/* .text-line h2:after {
    content: "";
    width: 120px;
    height: 11px;
    position: absolute;
    background-image: url('https://ktech1.k-tech-services.com/info150/wp-content/uploads/2025/04/ic-underline.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
	    filter: brightness(0.5);
} */
.text-icon-home h2{
	text-transform:capitalize;
}

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

.row-icon-home .icon-box-img .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    transform: rotate(-45deg);
	left:0;
}

.row-icon-home .icon-box-img .icon img {
	
	padding:15px;	
}
.text-icon-home{
	margin-top:2rem;
}
.text-un h2{
	text-transform:uppercase;
}
.row.product-home{
	display: flex;
    justify-content: center;
} 
.gallery-home .box-image img{
	    height: 80px;
    width: 190px;
    object-fit: contain;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7-form-control-wrap input{
	    background: transparent;
    border-radius: 5px;
    box-shadow: 0 1px 5px white;
}
.form-tuvan input::placeholder{
	color:white !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner{
	border-radius:12px
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	transform:scale(1.1);
}
.absolute-footer .container.clearfix{
	display: flex;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
/*  */
.iconbox-js {
  cursor: pointer;
  transition: all 0.3s ease;
}

.iconbox-js:hover {
  transform: translateY(-5px);
}

.active-iconbox {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.iconbox-js-text-block .col-inner {
  min-height: 100px;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.iconbox-js-text-block .col-inner:not(:empty) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.iconbox-js-text-block h4{
	text-transform:uppercase;
}
.breadcrumbs a {
    color: black;
    font-weight: 400;
}
.woocommerce-products-list li{
	    list-style: none;
	    font-size: 18px;
    border-left: 2px solid;
    margin-left: 0rem;
}
.woocommerce-products-list li a{
	margin-left: 1rem;
}
.woocommerce-products-list li:hover a{
	color:var(--primary-color);
}






@media only screen and (max-width: 800px) {
	.gtranslate_wrapper {
		display: flex;
		width: 90px;
	}
	
	.glink:first-child {
		margin-right: 17px;
	}
}