/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        20250916
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



/*************** ADD CUSTOM CSS HERE.   ***************/
.text-white span {
    color: rgb(241, 241, 241);
}

.border-60 {
    border-radius: 60px;
    overflow: hidden
}

.h-146 {
    max-height: 146.8px;
}




div#contact-menu{
    position: fixed;
    z-index: 999;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
}
div#contact-menu ul {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}
div#contact-menu ul li{
	margin-bottom: 0;
}
div#contact-menu ul li a {
    font-size: 12px;
    white-space: nowrap;
    color: #0d6799;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
div#contact-menu ul li a img{
	max-width: 44px;
}
div#contact-menu ul li a img.is-sp{
	display: none;
}
@media screen and (max-width:550px){
	div#contact-menu{
		left: 0;
        right: 0;
        bottom: 0;
		padding: 6px 25px 4px;
	}
	div#contact-menu ul{
		display: flex;
		justify-content: space-between;
	}
	div#contact-menu ul li a{
		margin-bottom: 0;
	}
	div#contact-menu ul li a img {
		max-width: 32px;
	}
	.img-bac-si-form .col-inner.text-right>div{
		margin-right: auto;
	}
	body.home .google-map-iframe{
		border-radius: 10px;
		margin-right: 10px;
    	margin-left: 10px;
    	margin-top: 15px;
	}
	.wrapper-breadcrumbs{
		display: none;
	}
	.box-text.text-center {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width:550px){
	div#contact-menu{
		border-radius: 35px;
		right: 10px;
		top: 50%;
		width: 66px;
		transform: translateY(-50%);
		padding: 12px 0 10px;
	}
}
@media screen and (min-width:1400px){
	div#contact-menu{
		right: 25px;
	}
}


.gtranslate_wrapper {
    position: relative;
    z-index: 9;
}


.tab-content .tab-pane .card .card-title a {
	font-size: 22px;
	color: var(--fs-color-secondary);
}

.tab-content .tab-pane .card {
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.tab-content .tab-pane .card .card-body .card-text {
	font-size: 15px;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 20px;
}

.tab-content .tab-pane .card .card-footer a {
	color: var(--fs-color-success);
	text-decoration: underline;
}

.tab-content .tab-pane .card .card-footer a:hover {
	font-weight: 600;
	color: var(--fs-color-secondary);
}


.header-main .header-inner .header-nav {
	justify-content: center !important;
}



.header-main .header-inner::before {
    width: 25%;
}

.list-category .category-item .thumbnail {
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 65%;
}


 .list-category .category-item .title-name {
    font-size: 16px;
    color: var(--primary-color);
    line-height: 1.5;
    padding: 15px;
    text-align: center;
}

.list-category .category-item .thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.price-txt {
	color: var(--fs-color-secondary);
}


.list-items .items .items-inner .items-action .btn-sec {
    background: #ddd;
    color: var(--primary-color);
}




.list-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.list-category .category-item {
    border-radius: .8rem;
    overflow: hidden;
    background: #fff;
    display: block;
    box-shadow: 0 0 2.4rem 0 rgba(0,0,0,.08);
    height: 100%
}

.list-category .category-item:hover .thumbnail img {
    transform: scale(1.1);
    transition: .3s ease-in-out
}

.list-category .category-item:hover .title-name {
    color: var(--fs-color-secondary)
}
.list-category .category-item .thumbnail {
    overflow: hidden
}

 .list-category .category-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-in-out
}





@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home-services .list-category {
		    grid-template-columns: repeat(2, 1fr);
	}


}