	
/* search thuê xe  */
/**
 * 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:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



 /*************** ADD CUSTOM CSS HERE.   ***************/
 
 @font-face {
  font-family: 'Hertine';
  src: url('font/Hertine.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.sub-title p{
    font-family:Hertine !important;
    font-weight:400;
    font-size:21px;
}

.list-item-work {
	width: 100%;
	border-radius:20px;
	overflow:hidden;
}
.list-item-work .item {
	display: block;
	overflow: hidden;
	transition: .8s all ease-in-out;
	flex: 1;
}
.list-item-work .item.hover {
	cursor: pointer;
	flex: 6.5
}

.list-item-work .item.hover .inner::before {
	width: 40%
}

.list-item-work .item.hover .box-content {
	transform: rotate(0deg) translateX(0px)
}

.list-item-work .item .inner {
	position: relative;
	height: 70vh
}
.list-item-work .item .inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .8;
	z-index: 3;
	transition: .4s all ease-in-out
}
.list-item-work img.img-background {
	transition: 1s allease-in-out;
}
.list-item-work .box-content {
	display: block;
	transition: .4s all ease-in-out;
	transform: rotate(-90deg);
	transform-origin: 0;
	left: 50%;
	bottom: 50px;
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align:left;
}
.list-item-work .item.hover .box-content{
	bottom: 0px;
	padding-bottom:20px;
	padding-right:40px;
	left:0px;
	background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, rgb(144 188 187 / 20%) 9.15%, rgb(144 188 187 / 60%) 15.24%, rgb(144 188 187 / 80%) 42.51%, #90bcbb 100%);
	text-align:right
}
.list-item-work .box-content h3{
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	text-transform:uppercase;
	width:400px;
}

.list-item-work .item.hover .box-content h3{
	font-size: 24px;
	text-align: left;
	width:100%;
}
.list-item-work .item.hover .box-content{
    padding-left:30px;
}
.list-item-work .item.hover .box-content .desc{
    color:#fff;
    text-align: left;
    display:block;
	font-size:14px;
}
.list-item-work .box-content .desc
{
	color:#fff;
	display:none
}
.list-item-work .item.hover p,
.list-item-work .item.hover a{
	display:inline-flex;
	opacity:1;
	margin-bottom:0px !important;
	line-height:1.4;
}
img.img-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
	transition: .4s all ease-in-out;
}
a.btn.btn-primary{
	padding:8px 16px;
	background:#fff;
	color:var(--primary-color);
	border-radius:99px;
	font-weight:700;
	font-size:18px;
	line-height:normal;
}
.box-content .name p{
	max-width:70%
}
.box-content .btn{
	font-family: "Red Rose", sans-serif;
	text-transform:uppercase
}
@media only screen and (max-width: 800px) {
	.list-item-work .box-content h3{
		width:auto
	}
	.row-list-du-thuyen{
		max-width:100% !important;
	}
	.list-item-work .item{
		border-radius:16px;
		margin-bottom:15px;
	}
	.list-item-work .box-content {
		position: absolute !important;
		bottom: 0;
		color: var(--blue) !important;
		font-weight: 600
	}
	.d-flex.flex-wrap.d-block{
		display: block !important;
	}
	.list-item-work .item.hover .inner {
		position: relative;
		height: 690px !important;
		padding-bottom: 1rem;
		border-radius:16px;
	}
	.list-item-work .item .inner{
		height: 80px !important;
	}
	.list-item-work .box-content{
		 transform: rotate(0deg);
		left:0 !important;
		padding:10px 20px;

	}
	.list-item-work .item.hover .box-content {
		margin: 0;
		padding: 20px !important;
	}
	.list-item-work .item.hover .box-content h3 {
		font-size: 16px !important;
		margin-bottom:0px !important;
	}
	.list-item-work .box-content h3{
		font-size:16px !important;
		margin-bottom:0px !important;
	}
	.box-content .name p {
		max-width: 100%;
	}
	.list-item-work{
		border-radius:0px
	}
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}
.d-flex{
	display:flex
}