.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
body.active:before {
    content: '';
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #092F4E;
}
/*banner*/ 
.wrapper {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.wrap-content {
	flex:1;
}
header .top-header {
	background: #F0F9FF; 
}
header .top-header .container {
	height: 41px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top-header a { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px; 
	color: #092F4E;  
}
header {
	background:#fff;
}
header .dv-main-navigation {
	display:flex;
	align-items:center;
}
header .dv-wrap-main-navigation {
	display:flex;
	align-items:center; 
}
.topbar {
	border-bottom:1px solid #D9D9D9;
}
.topbar .container {
	padding-top:0;
	padding-bottom:0;
}
.topbar .container .box-right {
	min-height:45px;
}
.bottom-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D0E1F0;
}

.wrap-content {
    margin-top: 110px;
}

.bottom-header .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-header .box-left {
	width:190px;
	position:relative;
	z-index:99;
}
.bottom-header .box-right {
    width: calc(100% - 190px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bottom-header .box-right .log-user {
    border-left: 1px solid #D0E1F0;
    padding-left: 26px;
    margin-left: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    gap: 20px;
}
.bottom-header .box-right .log-user >a {
    font-weight: 500;
    font-size: 16px;
    color: #092F4E;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}
.inner-banner {
	min-height:459px;
	background-repeat: no-repeat;
    background-position: top right;
	display: flex;
    align-items: center;
}
header .container {
	max-width:1440px;
}
.home .banner >.container {
	position: relative;
	overflow: hidden; 
	max-width:1440px;
}
.home .inner-banner {
	min-height:670px;
}
.home .inner-banner:after {
	content:'';
	position: absolute; 
	background: url(../images/before-banner01.svg) center center no-repeat;
	width: 100%;
    height: 787px;
    z-index: -1;
    background-size: 100% 80%; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.inner-banner .box-left {
	max-width:657px;
	padding-left:100px;
}
.inner-banner .box-left h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #000000; 
	margin:0;
}
.inner-banner .box-left p {    
	line-height: 24px; 
	color: #000000; 
	margin-top:5px;
	margin-bottom:35px;
}

.inner-banner .pattern {
	position:static;
}
.list-box-category {
	margin-bottom:41px;
}
.home .section-category {
	padding-top:70px;
	border-top:1px solid #D0E1F0;
}
.section-category {
	border-bottom:1px solid #D0E1F0;
	padding-top:30px;
	padding-bottom:59px;
}
.section-category .container >h3 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000; 
	margin: 0 0 53px 0;
}
.list-box-category span.tabs-link {
	background:#F0F9FF;
	border:1px solid #D0E1F0;
	border-radius:10px;
	min-height:142px;
	padding:20px;   
	display:flex;
	flex-direction: column;
	justify-content: center;
    text-align: center; 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px; 
	text-align: center; 
	color: #000000;  
	cursor:pointer;
}
.home .slick-list,
.page-template-template-category-item .slick-list {
	margin:0 -7.5px;
}  
.tab.slick-slide {
	padding:0 7.5px;
}

.tab.slick-slide.active .tabs-link {
	background:#319BF3;
	color:#fff;
}
.tab.slick-slide .wrap {
	margin-bottom:40px;
}
.tab.slick-slide .tabs-link .icon {
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 auto 10px;
    border: 1px solid #D0E1F0;
	border-radius:50%; 
	padding:10px;
}
.tab.slick-slide .tabs-link .icon svg {
	width:35px;
	height:35px;
}
.tab.slick-slide.slick-current .tabs-link .icon {
	border: 1px solid #ffffff;
}


.list-box-category span.tabs-link img,
.list-box-category span.tabs-link svg {
	display:block; 
	border-radius:8px; 
}
.info-category .wrap {
	display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 20px 20px; 
}
.parent-wrap {
	max-width:848px;
	width:100%;
}
.info-category .wrap-post-map {
	display:flex;
}
.info-category .box-map {
	max-width:380px;
	padding-left:36px;
	width:100%;
}
.info-category .box-map iframe {
	border-radius:10px;
}
.info-category .wrap-post-map .wrap {
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	gap: 40px;
	margin-bottom:30px;
}
.home .info-category .wrap-post-map .wrap {
	grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.info-category .wrap .post h3,
.info-category .wrap .post h3 a { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px; 
	color: #000000;  
	margin:0;
}
.info-category .wrap .post a {
	display:block;
	position:relative;
}
.info-category .wrap .post a.btn {
	margin-top:10px;
}
.info-category .wrap .post span.category,
.info-category .wrap .post .box-thumbnail a span,
.info-category .post a span {
	position:absolute;
	top:9px;
	left:16px; 
	font-family: 'Poppins'; 
	font-weight: 500;
	font-size: 12px;
	line-height: 20px; 
	color: #000000;   
	padding: 3px 14px;   
	background: #FFFFFF;
	border-radius: 100px; 
}
.info-category .wrap .post p { 
	font-size: 12px;
	line-height: 18px; 
	color: #000000; 
	margin-top:5px;
}
.info-category .wrap .post {
	border:1px solid #D0E1F0;
	border-radius:8px;
}
.single .info-category .wrap .post {
	border:none;
}
.info-category .wrap .post a img {
	display:flex;
	border-radius:8px 8px 0 0;
	height:220px;
}
.info-category .wrap .post .inner-post {
	padding:15px 15px 20px 15px;
	text-align:left;
}
.info-category .wrap .post .inner-post .sale-price,
.info-category .wrap .post .inner-post .regular-price bdi { 
	font-family: 'Poppins';
	font-style: normal; 
	line-height: 20px; 
	color: #000000;   
	font-weight:600;
	font-size:24px;
}
.info-category .wrap .post .inner-post .sale-price .woocommerce-Price-amount.amount bdi {
	font-weight: 600;
	font-size: 20px;
	margin-right:15px;
}

.home .slick-next:before,
.home .slick-prev:before,
.list-box-category .slick-next:before,
.list-box-category .slick-prev:before,
.slider-single .slick-next:before,
.slider-single .slick-prev:before {
	display:none;
}
.home .slick-next,
.list-box-category .slick-next,
.slider-single .slick-next,
.slider-single .slick-prev {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2%202L10%2010L2%2018%22%20stroke%3D%22%23319BF3%22%20stroke-width%3D%223%22/%3E%3C/svg%3E") no-repeat center;
    background-size: contain; /* Đảm bảo hình ảnh không bị cắt */
    width: 13px; /* Đặt kích thước phù hợp */
    height: 20px;
    display: block; /* Nếu là phần tử inline */
	z-index:9;
}
.home .slick-prev,
.list-box-category .slick-prev {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11%202L3%2010L11%2018%22%20stroke%3D%22%23319BF3%22%20stroke-width%3D%223%22/%3E%3C/svg%3E") no-repeat center;
	background-size: contain; /* Đảm bảo hình ảnh không bị cắt */
    width: 13px; /* Đặt kích thước phù hợp */
    height: 20px;
    display: block; /* Nếu là phần tử inline */
	z-index:9;
	
}
.slider-single .slick-slide img {
	border-radius:10px;
	width: 100%;
} 
.slider-single .slick-next {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='33' viewBox='0 0 21 33' fill='none'%3E%3Cpath d='M2 2L16.4432 16.4432L2 30.8865' stroke='white' stroke-width='5.41622'/%3E%3C/svg%3E") no-repeat center;
	right:53px;
	width:21px;
	height:33px;
}
.slider-single .slick-prev {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='33' viewBox='0 0 21 33' fill='none'%3E%3Cpath d='M18.4434 31L4.00012 16.5568L18.4434 2.11351' stroke='white' stroke-width='5.41622'/%3E%3C/svg%3E") no-repeat center;
	left:53px;
	width:21px;
	height:33px;
}
.section-category .container {
	text-align:center;
}
.btn,
.section-rented-from .box-top .in-box-right button,
.btn span,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{ 
	font-weight: 600;
    font-size: 16px!important;
    text-align: center;
    color: #FFFFFF!important;
    padding: 9px 19px;
    line-height: 26px;
    background: #3C9DED;
	border:1px solid #3C9DED;
    border-radius: 100px;
    font-family: 'Inter'!important;
    display: inline-block;  
}
.btn span {
	position: static!important;
    background: transparent!important;
	border:none!important;
	padding:0;
}
.btn:hover,
.section-rented-from .box-top .in-box-right button:hover { 
	background:#fff;
	color:#3C9DED!important;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn:hover span {
	color:#3C9DED!important;
}
.btn:hover path {
	stroke:#3C9DED;
}
/*section-product-rental-steps*/
.section-product-rental-steps {
	background:#F0F9FF;
	padding:76px 0 79px 0;
	position:relative;
}
.section-product-rental-steps:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='1168' viewBox='0 0 1440 1168' fill='none'%3E%3Cg opacity='0.05'%3E%3Cpath d='M1039.91 243.38L1309.69 87.0299C1320.78 80.6034 1334.66 88.6046 1334.66 101.421V414.121C1334.66 426.938 1320.78 434.939 1309.69 428.512L1039.91 272.162C1028.85 265.754 1028.85 249.788 1039.91 243.38Z' fill='%23319BF3'/%3E%3Cpath d='M1467.43 698.456L6.64929 1160.53C-4.07275 1163.92 -15.0004 1155.92 -15.0004 1144.67L-14.9989 25.717C-14.9989 13.649 -2.55056 5.59777 8.45591 10.5471L1469.24 667.428C1483.17 673.692 1482 693.849 1467.43 698.456Z' fill='%23319BF3'/%3E%3C/g%3E%3C/svg%3E"); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
	/* max-width: 1440px; */
    height: 100%;
    width: 100%;
    margin: 0 auto;
	background:url('../images/thumbnail29.svg') bottom center no-repeat;
	background-size: 100% 100%;
	background-position:bottom center;
}
.section-product-rental-steps .container {
	position:relative;
	z-index:9;
}
.section-product-rental-steps .container >h3 {  
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000;
	margin:0;
}
.section-product-rental-steps .container >p {
	margin-top:5px; 
	font-weight: 500;
	font-size: 14px;
	line-height: 20px; 
	text-align: center; 
	color: #000000; 
}
.section-product-rental-steps .inner {
	max-width:887px;
	width:100%;
	margin:50px auto 0;
	text-align:center;
}
.section-product-rental-steps .inner >a.btn {
	margin-top:29px;
}
.list-product-rental-steps .box {
	background:#fff;
	border-radius:6px;
	padding:35px 55px;
	display: flex;
    align-items: center;
	margin-bottom:30px;
	border:1px solid #D0E1F0;
}
.list-product-rental-steps .box:nth-child(even) {
	flex-direction: row-reverse;
}
.list-product-rental-steps .box .box-left {
	width:60%;
	display:flex; 
}
.list-product-rental-steps .box .box-left .number {
	width:58px;
}
.list-product-rental-steps .box .box-left .info {
	width:calc(100% - 58px);
	padding-left:35px;
	text-align:left;
}
.list-product-rental-steps .box .box-right {
	width:40%;
}
.list-product-rental-steps .number {
	width:58px;
	height:58px;
	border-radius:50%;
	border:1px solid #D7E3FF; 
	font-weight: 600;
	font-size: 20px;
	line-height: 20px; 
	text-align: center; 
	color: #000000; 
	display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.list-product-rental-steps .box .box-left .info h3 { 
	font-weight: 600;
	font-size: 20px;
	line-height: 30px; 
	color: #000000; 
	margin:0;
}
.list-product-rental-steps .box .box-left .info p { 
	line-height: 24px; 
	color: #000000; 
	margin:0;
}
/*section-why-choose-deelen*/
.section-why-choose-deelen {
	padding:100px 0;
	background-color:#092F4E;
	background-image:url('../images/bg-z.svg');
	background-position:top right;
	background-repeat:no-repeat;
}
.section-why-choose-deelen .inner {
	text-align:center;
}
.section-why-choose-deelen .container >h3 { 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #FFFFFF; 
	margin:0;
}
.section-why-choose-deelen .container >p { 
	font-weight: 500;
	font-size: 14px;
	line-height: 20px; 
	text-align: center; 
	color: #FFFFFF; 
	margin-top:10px;
}
.list-why-choose-deelen {
	/* border: 1px solid rgb(255 255 255 / 20%); */
	border-radius: 10px;
    max-width: 1130px;
	width:100%;
    margin: 50px auto 50px;
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));  
	gap:20px;
}
.list-why-choose-deelen .box {
	padding:45px 40px;
	display:flex;
	/* border-right: 1px solid rgb(255 255 255 / 20%); */
	/* border-bottom: 1px solid rgb(255 255 255 / 20%); */
	background: #00203B;
	border-radius:10px;
}

.list-why-choose-deelen .box:nth-last-child(-n+2) {
    /* border-bottom:none; */
}

.list-why-choose-deelen .box:nth-child(even) {
	/* border-right:none; */
}
.list-why-choose-deelen .box .icon {
	width:30px;
}
.list-why-choose-deelen .box .info {
	width:calc(100% - 30px);
	padding-left:35px;
	text-align:left;
}
.list-why-choose-deelen .box .info h3 { 
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;  
	color: #FFFFFF;  
	margin:0;
}
.list-why-choose-deelen .box .info p { 
	line-height: 24px; 
	color: #FFFFFF; 
	margin:0;
}
/*section-documennt-rent*/
.section-documennt-rent {
	padding-top:190px;
	
} 
.wrap-inner {
	/* background:#FFF6EA; */
	padding-top:100px;
	padding-bottom:92px;
	position:relative;
} 
.wrap-inner:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 346px;
    background: #FFF6EA;
    clip-path: polygon(0 56%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.wrap-inner .inner {
	
}
.section-documennt-rent .inner {
	max-width: 817px;
    width: calc(100% - 60px);
    border: 1px solid #D0E1F0;
    border-radius: 10px; 
    margin: -200px auto 0;
	background:#fff;
	padding:45px 40px;
	text-align:center;
}
.section-documennt-rent .inner h3 { 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000; 
	margin:15px 0 25px 0;
}
/*footer*/
footer {
	background-color:#092F4E; 
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:34px;
	padding-bottom:39px;
	min-height:154px;
	position:relative;
}
footer:before {
	content:'';
	position:absolute;
	top:10px;
	left:15px;
	background-image:url('../images/bg-z2.svg');
	width:180px;
	height:135px;
}
footer .box-left {
	width:280px;
}
footer .box-right {
	width:calc(100% - 280px);
}
footer .inner {
	display:flex;
}
footer .box-right {
	display:flex;
}
.box-right .box-search {
	width:268px;
	position:relative;
}
.box-right .box-search .pattern {
	position:static;
}
.box-right .box-search .pattern input[type=search] {
	width:100%;
	background:transparent;
	border-color:#fff;
	color:#fff;
	border-radius:45px;
	padding-left:45px;
}
.box-right .box-search .pattern input[type=submit] {
	left:15p;x
}

.box-right .box-search .pattern input[type=search]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.box-right .box-search .pattern input[type=search]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}


.box-right .box-search i { 
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px; 
	text-align: right; 
	color: #FFFFFF;  
	display:block;
}
.box-right .box-menu {
	width:calc(100% - 268px);
	text-align:right;
	padding-top:3px;
}
.box-right .box-menu ul {
	margin:0;
}
.box-right .box-menu ul li {
	list-style:none;
	display:inline-block;
	margin-right:40px;
}
.box-right .box-menu ul li a { 
	font-weight: 500;
	font-size: 16px;
	line-height: 26px; 
	text-align: center; 
	color: #FFFFFF;  
	line-height:40px;
}
/*****single services*****/
.wrap-top-single {
    background: #F6FBFF;
    padding-top: 100px;
    margin-top: 330px;
    padding-bottom: 75px;
}
.top-single {
	margin-top:-380px;
}
.top-single h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	text-align: center; 
	color: #000000; 
	margin: 0 0 60px 0;
}
.section-rented-from .inner {
    background: #fff;
    border-radius: 10px;
    padding: 35px 60px;
	margin-top:25px;
	display:flex;
	border: 1px solid #D0E1F0;
	border-radius: 10px;
}
.section-rented-from .inner .box-left {
	width:calc(100% - 250px);
	margin-right:80px;
} 
.section-rented-from .box-top {
	display:flex;
}
.section-rented-from .box-top .in-box-left {
	width:50%;
	display:flex;
}
.section-rented-from .box-top .in-box-left .box-avata {
	width:70px;
}
.section-rented-from .box-top .in-box-left .box-avata img {
	border-radius:50%;
	display:flex;
	border:1px solid #319BF3;
}
.section-rented-from .box-top .in-box-left .box-name {
	width:calc(100% - 70px);
	padding-left:30px;
}
.section-rented-from .box-top .in-box-left .box-name span {  
	font-size: 12px;
	line-height: 18px;   
	color: #000000;  
}
.section-rented-from .box-top .in-box-left .box-name h3 { 
	font-weight: 600;
	font-size: 20px;
	line-height: 24px; 
	color: #000000;  
	margin:0;
} 
.section-rented-from .box-top .in-box-right {
	width:50%;
	text-align:right;
}
.section-rented-from .box-top .in-box-right a.btn:hover svg path {
	stroke: #3C9DED;
}
.section-rented-from .box-bottom {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 18px;
	margin-top:25px;
} 
.section-rented-from .box-bottom ul {
	margin:0;
	padding:30px 0 0 0; 
	border-top:1px solid #E1E1E1;
}
.section-rented-from .box-bottom ul li {
	list-style:none; 
	margin-bottom:10px;
	display:flex;
	align-items:center;
}
.section-rented-from .box-bottom ul li svg {
	margin-right:20px;
}
.section-rented-from .inner .box-right {
	width:170px;
} 
.section-rented-from .inner .box-right ul {
	margin:0;
	padding:0;
}
.section-rented-from .inner .box-right ul li,
.section-rented-from .inner .box-right ul li p {
	list-style:none;
	text-align:center; 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px; 
	text-align: center; 
	color: #000000; 
	margin:0;
}
.section-rented-from .inner .box-right ul li{
	padding:15px 0;
	background:#FFF6EA;
	border-radius:5px;
	margin-bottom:11px;
}
.section-rented-from .inner .box-right ul li h3 { 
	font-family: 'Poppins'; 
	font-weight: 600;
	font-size: 20px;
	line-height: 24px; 
	color: #000000;  
	margin:0;
}
.button-request {
	display: flex;
    align-items: center;
    justify-content: center;
}
.button-request {
	margin:65px 0 0 0;
	padding-bottom:65px;
}
.button-request h3,
.button-request a {
	margin:0 10px;
}  
.section-infomation-product .inner {  
	padding: 0px 0 90px 0;
}
.section-infomation-product .box-map {
	border-radius:10px;
	border:1px solid #D0E1F0;
	padding:50px 80px;
	margin-bottom:94px;
}
.list-box-reviews .box-reviews {
	background: #F0F9FF;
    border-radius: 10px;
    padding: 30px;
}
.list-box-reviews .box-reviews .star { 
	display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    align-items: center;
}
.list-box-reviews .box-reviews .star svg {
	margin-right:18px;
}
.list-box-reviews .box-reviews .box-comment { 
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
	margin: 25px 0;
}
.list-box-reviews .box-reviews .avata-name {
	display:flex; 
}
.list-box-reviews .box-reviews .avata-name .box-avata {
	width:62px; 
	margin-right:30px;
}
.list-box-reviews .box-reviews .avata-name .box-avata img,
.list-box-reviews .box-reviews .avata-name .box-avata svg {
	border-radius:50%;
}

.list-box-reviews .slick-list {
	margin:0 -12px;
	padding-right:150px;
}
.list-box-reviews .wrap-box-reviews {
	padding:0 12px;
}
.section-reviews {
	margin-bottom:74px;
}
.section-reviews .inner >h3 { 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #000000;  
	margin:0 0 30px 0;
}
.section-more-products {
	margin-bottom:98px;
}
.section-more-products .info-category .wrap { 
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 40px 40px;
}
.section-more-products .button-request {
    margin: 98px 0 0 0;
    padding-bottom: 0;
}
/*page contact*/
.section-contact {
    position: relative;
    min-height: 80vh;
}
.section-contact:before {
    content: '';
    position: absolute;
    top: 110px;
    left: 0;
    max-width: 568px; 
	width:100%;
    height: 652px; 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='568' height='652' viewBox='0 0 568 652' fill='none'%3E%3Cpath d='M557.072 257.269L-78.1685 2.16886C-89.0972 -2.21993 -101 5.82689 -101 17.604L-100.999 635.352C-100.999 648.12 -87.2084 656.127 -76.1199 649.797L559.12 287.15C571.201 280.252 569.981 262.454 557.072 257.269Z' fill='%23F0F9FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.section-contact:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 716px; 
	width:100%;
    height: 954px;  
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='716' height='549' viewBox='0 0 716 549' fill='none'%3E%3Cpath d='M10.8884 284.113L712.162 2.18145C723.092 -2.21256 735 5.83437 735 17.6142L734.999 700.336C734.999 713.108 721.201 721.114 710.113 714.777L8.83942 313.987C-3.23321 307.087 -2.01323 289.3 10.8884 284.113Z' fill='%23FFF6EA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
	z-index:-1;
}
.section-contact .inner {
	display:flex;
	padding-bottom:84px;
	position:relative; 
	padding-top:50px;
}

.section-contact .box-left {
	width:400px;
}
.section-contact .box-left h3 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px;   
	color: #000000; 
	margin:0 0 55px 0;
}
.section-contact .box-right {
	width:calc(100% - 400px);
	padding-left:120px;
}
.section-contact .box-right label,
.wrap-form label { 
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #000000;  
	display:block;
	margin-bottom:5px;
}
.section-contact .row br {
	display:none;
}
.Input, .p-FauxInput {
	border:none!important;
	box-shadow:none!important; 
}
.section-contact .box-right input,
.section-contact .box-right textarea,
.wrap-form input,
.wrap-form textarea {  
	padding: 13px 19px; 
	height: 45px; 
	background: #FFFFFF;
	border: 1px solid #A0A0A0!important;
	border-radius: 5px;   
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px; 
	color: #000; 
	width:100%;
}
.section-contact .box-right textarea,
.wrap-form textarea {
	height:115px;
	line-height:17px;
	
}
.style-label-radio  {
	display:flex;
	align-items:center;
}
.style-label-radio label {
	display:flex;
	align-items:center;
	margin-right:22px;
}
.style-label-radio input {
	width: auto !important;
    height: auto !important;
    margin: 0 10px 0 0 !important;
}
.row.row50 {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
}
.row.row3 {
	display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}
.row p {
	margin-top:0; 
}
.section-contact .row p,
.wrap-form p{
	margin-bottom:18px;
}
.section-contact .box-right input.sb,
.wrap-form input.sb,
input.sb { 
	font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    background: #3C9DED;
    width: auto;
    height: 46px;
    border-radius: 30px;
	margin-top:0px;
}
.section-contact .box-infomation {
	border-radius:10px;
	border:1px solid #D0E1F0;
	padding: 40px 40px 48px 40px;
	position:relative;
	z-index:99;
	background:#fff;
	margin-top:52px;
}
.section-contact .box-infomation h3 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000; 
	margin:0 0 30px 0;
}
.section-contact .box-infomation .inner-box {
	display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 25px;
}
.section-contact .box-infomation .box,
.section-contact .box-infomation .box a { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
}
.section-contact .box-infomation .box a {
	display:block;
}
.section-contact .box-infomation .box p {
	margin:0;
}
.section-contact .box-infomation .box h5 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px; 
	color: #000000;  
	margin:0 0 7px 0;
}
/*about page*/
.banner-page { 
	padding-bottom:66px;
	position:relative;
}
.banner-page:after {
    content: '';
    position: absolute;
    bottom: -400px;
    right: 0;
    max-width: 926px; 
	width:100%;
    height: 812px;  
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='926' height='812' viewBox='0 0 926 812' fill='none'%3E%3Cpath d='M11.6658 489.639L1030.36 811.17C1041.08 814.553 1052 806.549 1052 795.308L1052 16.694C1052 4.6318 1039.56 -3.41947 1028.56 1.51846L9.86307 458.602C-4.08469 464.86 -2.9127 485.038 11.6658 489.639Z' fill='%23F0F9FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
	z-index:-1;
}
.page-template-template-how-it-works .banner-page:after{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='921' height='733' viewBox='0 0 921 733' fill='none'%3E%3Cpath d='M11.6362 443.262L926.357 732.164C937.078 735.55 948 727.546 948 716.303L947.999 16.7008C947.999 4.63694 935.559 -3.41439 924.553 1.52702L9.83277 412.227C-4.11023 418.487 -2.93805 438.658 11.6362 443.262Z' fill='%23FFF6EA'/%3E%3C/svg%3E");
	max-width: 921px; 
	width:100%;
    height: 733px;  
}
.page-template-template-how-it-works .section-product-rental-steps:after {
	display:none;
}
.page-template-template-faq .banner-page:after {
	display:none;
}
.list-faq {
	position:relative;
}
.list-faq:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 1310px;  
	width:100%;
	z-index:-1;
    height: 964px;  
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1310' height='964' viewBox='0 0 1310 964' fill='none'%3E%3Cpath opacity='0.6' d='M12.6052 618.788L1317.35 1031.16C1328.08 1034.55 1339 1026.54 1339 1015.3L1339 16.7081C1339 4.64234 1326.55 -3.40893 1315.55 1.53602L10.8011 587.756C-3.13696 594.018 -1.9646 614.183 12.6052 618.788Z' fill='%23F0F9FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-page .inner {
	max-width: 960px;
    width: 100%;
    margin: 0 auto;
    min-height: 280px;
    display: flex;
    align-items: center;
	justify-content:center;
}
.banner-page .box-left {
	max-width:450px;
	padding-top:50px;
}
.page-template-template-faq .banner-page .box-left { 
    padding-top: 0;
} 
.page-template-template-faq .banner-page {
    padding-bottom: 0px;
}
.banner-page .box-left h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #000000;  
	margin:0;
}
.banner-page .box-left p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
}
.banner-page .box-right {
	max-width:510px;
	padding-left:30px; 
		padding-top:30px;
}   
/**/ 
.view-our-fqas {
	background:#092F4E;
}
.view-our-fqas .inner {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:70px 0;
}
.view-our-fqas .inner h3 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #FFFFFF; 
	margin:0 30px 0 30px;
}
.list-faq {
	padding-bottom:138px;
}
.box-faq {
	margin: 0 auto;
    padding: 0;
    max-width: 775px;
}

.box-faq .level-1-children .faq-item,
.box-faq >li {
	list-style:none;
	background:#fff;
	border-radius:5px;
	margin-bottom:20px;
	cursor:pointer;
}

.box-faq .level-1-children .faq-item {
	border: 1px solid #D0E1F0;
}

.box-faq >li ul li {
	margin-left:30px;
}


.box-faq .level-1-children .faq-item.active > h4 > svg,
.box-faq li.active h3 > svg {
	transform: rotate(-90deg);
}

.box-faq .level-1-children .faq-item > h4,
.box-faq li h3 { 
	font-weight: 500;
	font-size: 20px;
	line-height: 30px; 
	color: #000000;  
	margin:5px 0 5px 0;
	position:relative;
	padding:20px 25px;
	border: 1px solid #D0E1F0;
}


.box-faq .level-1-children .faq-item > h4 {
	border: 0;
}

.box-faq .level-1-children .faq-item .faq-answer {
	padding:20px 25px;
}

.level-1-children {
    padding-top: 20px;
}

.box-faq .level-1-children .faq-item > h4 > svg,
.box-faq li h3 svg {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
}
.box-faq li p { 
	line-height: 24px; 
	color: #000000; 
	margin-top:0px;
}
.box-faq li .info {
	display:none;
}
/*page default*/
.site-main {
	max-width:940px;
	margin:0 auto;
	width:100%;
	padding:0 20px 87px 20px;
}
.page-template-default .content-area {
	position:relative;
	overflow:hidden;
}
.page-template-default .content-area:before {
	content: '';
    position: absolute;
    bottom: 500px;
    left: 40px;
    width: 364px;
    height: 279px;
    clip-path: polygon(0 0, 0% 100%, 100% 60%);
    background-color: #F0F9FF;
    z-index: -1;
}
.page-template-default .content-area:after {
   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	width:2500px;
    height: 1164px;
    z-index: -1;
    margin: 0 auto;  
	clip-path: polygon(0 64%, 100% 0, 100% 100%, 0 100%);
	background-color:#FFF6EA;
}
 

.site-main .entry-header {
	padding-bottom:71px;
	padding-top:55px;
}
.site-main .entry-header h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	text-align: center; 
	color: #000000; 
	margin:0;
}
.site-main h2 { 
	font-weight: 600;
	font-size: 20px;
	line-height: 30px; 
	color: #000000;  
}
.site-main p { 
	line-height: 24px; 
	color: #000000; 
}

/*category item*/
.box-top-category {
	position: relative;
    display: flex;
    justify-content: space-between; 
	margin: 0 0 53px 0;
}
.box-top-category h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000; 
}
.pattern .is-vishidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.box-top-category .right {
	display:flex;
	align-items:center;
}
.box-top-category .right >a {
	margin-right:30px;
}
.right .pattern {
	position:static;
}
.pattern {   
	position:absolute;
	top:-3px;
	right:0;
}
.pattern .f {
   position: relative; 
}

.pattern input {
  display: block;
  border: 1px solid #A0A0A0;
}

.pattern input[type=search] { 
    padding: 11.5px 15px;
    padding-left: 35px;
	    border-radius: 5px;
    position: relative;
    top: 0;
	width:333px;
}

.pattern input[type=submit] {
    position: absolute;
    left: 10px;
    top: 13px;
    bottom: 0.5em;
    z-index: 1;
    width: 19px;
    height: 19px;
    padding: 0;
    cursor: pointer;
	text-indent: -9999px;
    border: none;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M7.125 14.25C8.81125 14.25 10.3629 13.6563 11.586 12.6746L17.6502 18.7665C17.8046 18.9208 18.0065 19 18.2123 19C18.4181 19 18.616 18.9248 18.7704 18.7704C19.0792 18.4617 19.0831 17.959 18.7704 17.6502L12.7023 11.5504C13.6681 10.3352 14.254 8.79938 14.254 7.125C14.25 3.19438 11.0556 0 7.125 0C3.19438 0 0 3.19438 0 7.125C0 11.0556 3.19438 14.25 7.125 14.25ZM7.125 1.58333C10.1808 1.58333 12.6667 4.06917 12.6667 7.125C12.6667 10.1808 10.1808 12.6667 7.125 12.6667C4.06917 12.6667 1.58333 10.1808 1.58333 7.125C1.58333 4.06917 4.06917 1.58333 7.125 1.58333Z' fill='%23A0A0A0'/%3E%3C/svg%3E") no-repeat center;
    background-size: 19px 19px; /* Đặt kích thước SVG */
    background-size: contain; /* Đảm bảo SVG không bị cắt */
}
footer input[type=submit] {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M7.125 14.25C8.81125 14.25 10.3629 13.6563 11.586 12.6746L17.6502 18.7665C17.8046 18.9208 18.0065 19 18.2123 19C18.4181 19 18.616 18.9248 18.7704 18.7704C19.0792 18.4617 19.0831 17.959 18.7704 17.6502L12.7023 11.5504C13.6681 10.3352 14.254 8.79938 14.254 7.125C14.25 3.19438 11.0556 0 7.125 0C3.19438 0 0 3.19438 0 7.125C0 11.0556 3.19438 14.25 7.125 14.25ZM7.125 1.58333C10.1808 1.58333 12.6667 4.06917 12.6667 7.125C12.6667 10.1808 10.1808 12.6667 7.125 12.6667C4.06917 12.6667 1.58333 10.1808 1.58333 7.125C1.58333 4.06917 4.06917 1.58333 7.125 1.58333Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M7.125 14.25C8.81125 14.25 10.3629 13.6563 11.586 12.6746L17.6502 18.7665C17.8046 18.9208 18.0065 19 18.2123 19C18.4181 19 18.616 18.9248 18.7704 18.7704C19.0792 18.4617 19.0831 17.959 18.7704 17.6502L12.7023 11.5504C13.6681 10.3352 14.254 8.79938 14.254 7.125C14.25 3.19438 11.0556 0 7.125 0C3.19438 0 0 3.19438 0 7.125C0 11.0556 3.19438 14.25 7.125 14.25ZM7.125 1.58333C10.1808 1.58333 12.6667 4.06917 12.6667 7.125C12.6667 10.1808 10.1808 12.6667 7.125 12.6667C4.06917 12.6667 1.58333 10.1808 1.58333 7.125C1.58333 4.06917 4.06917 1.58333 7.125 1.58333Z' fill='%23A0A0A0'/%3E%3C/svg%3E") no-repeat center;
filter: brightness(0) invert(1);
}
.section-fillter {
	padding:47px 0 57px 0;
	background:#F6FBFF;
}
.top-fillter .box .inner-box {
	background:#319BF3;
	border-radius:10px;
	padding:20px 25px;
}
.top-fillter {
	display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 15px;
	max-width: 962px;
    margin: 0 auto;
}
.top-fillter .box .inner-box span { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #FFFFFF; 
	display:block;
}
.top-fillter .box-date .inner-box input {
	background:transparent;
	border:none; 
	font-size: 12px;
	line-height: 18px; 
	color: #FFFFFF; 
}
.daterangepicker {
	width: 640px!important;
	margin:0 auto;
	left:0!important;
	margin-top:30px;
}
.daterangepicker .drp-calendar {
	max-width:inherit!important; 
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background-color: #319BF3!important; 
}
.daterangepicker .calendar-table td {
	width:42px!important;
	height:42px!important;
}
.daterangepicker td.start-date.end-date {
    border-radius: 100%;
	width:42px!important;
	height:42px!important;
} 

.top-fillter .box .inner-box select{ 
    border-radius: 0; 
    padding: 0;
    line-height: 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    width: 100%;
    background: transparent; 
	font-size: 12px;
	line-height: 18px; 
	color: #FFFFFF;
}



.wrap-box-map {
    position: relative; /* Đảm bảo các phần tử con được định vị tương đối */ 
    width: 100%; /* Kích thước mong muốn */
    height: 100%; /* Chiều cao mong muốn */
    overflow: hidden; /* Đảm bảo phần tử con không tràn */ 
}
.daterangepicker {
    position: static; /* Định vị bảng chọn ngày bên trong wrap-box-map */
    top: 0; /* Hoặc tùy chỉnh */
    left: 0; /* Hoặc tùy chỉnh */
    z-index: 9999; /* Đảm bảo luôn nằm trên các thành phần khác */
}
.box-date input::placeholder {
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

.box-date input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFFFFF;
}

#googlemap {
  height: 100%;
}

.box.box-search {
	position: relative;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #D0E1F0;
    border-radius: 10px;
}
.box.box-search .pattern input[type=search] {
	width: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.box.box-search .pattern {
	position:static;
}
/*page login1*/
.banner-login .inner {
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:50px;
}
.banner-login .inner h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	text-align: center; 
	color: #000000;   
}
.wrap-form-login {
	/* background:#F0F9FF; */
	padding-top:250px;
	margin-top:204px;
	padding-bottom:250px;
	position:relative;
}
.wrap-form-login:after,
.wrap-form-singup:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:url('../images/bg-login01.svg') center center no-repeat; 
	margin:0 auto;
	width:100%;
	height:857px;
	z-index:-1;
	background-size:cover;
}
.wrap-form-singup:after {
	background:url('../images/bg-singup01.svg') center center no-repeat;
}
.wrap-form-login .inner {
	    max-width: 668px;
    border: 1px solid #D0E1F0;
    background: #fff;
    border-radius: 10px; 
    margin: 0 auto;
    margin-top: -420px;
	padding:45px 60px;
}
.login-form-container input {
	padding: 13px 19px; 
	height: 45px; 
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
	border-radius: 5px;   
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px; 
	color: #A0A0A0; 
	width:100%;
	margin-bottom:15px;
}
.login-form-container button.btn {
	font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 19px;
    line-height: 26px;
    background: #3C9DED;
	border:1px solid #3C9DED;
    border-radius: 100px;
    font-family: 'Inter';
    display: inline-block; 
	margin-top:5px;
} 
.login-form-container button.btn:hover {
	background:#fff;
	color:#3C9DED!important;
	border:1px solid #3C9DED;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.login-form-container label { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #000000; 
	margin-bottom:3px;
	display:block;
}
.login-links a { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #319BF3; 
	margin-bottom:10px;
	display:inline-block;
}
.login-links {
	margin-top:25px;
}
.login-links p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
	margin:0;
}
.login-links p a { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px; 
	color: #319BF3; 
	margin:0;
}

/*****template-profile-rentee.php*****/
.infomation-peopel {
	background:#FFF6EA;
}
.infomation-peopel .inner {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 45px;
	padding:36px 0; 
}
.infomation-peopel .box-left {
	display:flex;
	align-items:center;
}
.infomation-peopel .box-left img {
	border-radius:100%;
	margin-right:45px;
	width:119px;
	height:119px;
	object-fit: cover;
}
.infomation-peopel .box-left h3 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px; 
	color: #000000; 
	margin:0;
}
.infomation-peopel .box-right {
	display: flex;
    align-items: center; 
	justify-content: flex-end;
}

.infomation-peopel .box-right .box-white {
	background:#fff;
	border:1px solid #D0E1F0;
	border-radius:10px;
	padding:23px; 
	font-size: 16px;
	line-height: 30px; 
	text-align: center; 
	color: #000000;  
	max-width:194px;
	width:100%;
	display:inline-block;
	margin-right:20px;
}
.infomation-peopel .box-right .box-white:last-child {
	margin-right:45px;
}
.infomation-peopel .box-right .box-white strong { 
	font-weight: 500;
	font-size: 40px;
	line-height: 45px; 
	text-align: center; 
	color: #000000;  
	display:block;
}
.box-message .inner {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 35px;
	padding:33px 0;
}
.box-message .inner .box {
	border-radius:10px;
	border:1px solid #ADCCE7;
	padding:55px;
	text-align:center;
}
.box-message .inner .box img {
	display:block;
	margin:0 auto 15px;
}
.box-message .inner .box h3 {
	margin:0; 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	text-align: center; 
	color: #000000;  
}
.box-message .inner .box .box-link {
	margin-top:20px;
}
.box-message .inner .box .box-link a {
	margin:0 7px;
}
.box-setting {
	padding-top:10px;
}
.box-setting .box-faq {
	max-width:100%;
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
}
.box-setting .box-faq li { 
	align-self: flex-start;
	margin:0;
}
.box-setting .inner {
	margin-bottom:60px;
}
.box-setting .inner >h3 { 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;  
	color: #000000; 
	margin:0 0 25px 0;
}
/*Profile edit*/
.section-profile .inner {
	display:flex;
	padding-bottom:102px;
}
.section-profile .box-left {
	background:#FFF6EA;
	border-radius:10px;
	padding:40px 43px;
	width:456px;
	text-align:center;
}
.section-profile .box-left >h3 { 
	font-weight: 600;
	font-size: 36px;
	line-height: 42px; 
	text-align: center; 
	color: #000000; 
	margin:0 0 30px 0;
}
.section-profile .box-left .box-profile {
	background:#fff;
	border-radius:10px;
	padding:50px;
}
.section-profile .box-left .box-profile img {
	border-radius:50%;
	width:169px;
	height:169px;
	object-fit:cover;
	margin:0 0 20px 0;
}
.section-profile .box-left .box-profile h3 { 
	font-weight: 700;
	font-size: 24px;
	line-height: 32px; 
	text-align: center; 
	color: #000000;  
	margin:0;
}
.section-profile .box-left .box-profile span { 
	font-size: 20px;
	line-height: 30px; 
	text-align: center; 
	color: #000000; 
}
.section-profile .box-right {
	width:calc(100% - 456px);
	padding-left:70px;
}
.section-profile .box-right h3 { 
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #000000; 
	margin:0 0 25px 0; 
}
.section-profile.section-contact:after {
	display:none;
} 
.login-form-container .code-inputs input {
	height:93px;
}
.code-inputs {
	display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
    gap: 20px;
}
/*page singup*/
 

.singleup-form-container .form-step.active {
	display:block!important;
}
.singleup-form-container .form-step{ 
	display: none; 
}
.singleup-form-container .form-step >h3 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #000000; 
	margin:0 0 15px 0;
}

.tab-step ul {
	margin:0 0 50px 0;
	padding:0;
	border-bottom:1px solid #D0E1F0; 
}
.singleup-form-container .tab-step ul {
	margin-bottom:20px;
}
.tab-step ul li {
	list-style: none;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #092F4E;
    padding: 10px;
    margin-right: 20px; 
	position:relative;
	cursor:pointer;
}
.tab-step ul li.active:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	border-bottom:2px solid #319BF3;
}
.tab-step ul li.active {
	color:#319BF3;
}
.tab-step ul li.tick {
	padding-left:20px;
}
.tab-step ul li.tick.active:before {
	content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 17px; 
    height: 13px;  
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M1 6.34946L5.74265 11L16 1' stroke='%23319BF3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	border: none;
}
.tab-step ul li.tick:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M1 6.34946L5.74265 11L16 1' stroke='%23092F4E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 17px; 
    height: 13px;  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	border: none;
}



.inner-div {
	display:flex;
}
.inner-div #locality {
	width:calc(100% - 127px);
}
.inner-div #postal_code {
	width: 117px;
    margin-right: 0;
    padding: 13px 10px;
    text-align: center;
	margin-right:10px;
}
.section-item-single-product {
	background:#092F4E;
	padding-top:93px;
}
.section-item-single-product .info-category .wrap .post .inner-post {
	background:#fff;
	min-height: 165px;
	border-radius: 0 0 8px 8px;
}
.section-more-products {
	margin:0;
}
.section-item-single-product .section-more-products {
	padding-bottom:98px;
} 
.section-item-single-product .container >h3 {  
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #FFFFFF; 
	margin-top:0;
	margin-bottom:30px;
}
.page-template-default .entry-content {
	padding:60px 80px;
	background:#fff;
	border:1px solid #D0E1F0;
}
/*section-dashboard*/
.page-template-template-dashboard .container {
	max-width:1440px;
}
.section-dashboard .inner {
	display:flex;
}
.section-dashboard .box-left {
	width:367px;
	padding:37px 30px;
	background:#F0F9FF;
}
.section-dashboard .box-left h2 {  
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 32px; 
	color: #000000;  
	margin-top:0;
} 
.section-dashboard .box-left ul {
	margin:0;
	padding:0;
	width:100%;
}
.section-dashboard .box-left ul li {
	list-style: none;
    font-weight: 600;
    font-size: 16px;
    color: #092F4E;
    padding: 9px 19px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    font-family: 'Inter';
    margin-bottom: 10px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
	cursor:pointer;
	position:relative;
}
.section-dashboard .box-left ul li svg {
	position: absolute;
    top: -5px;
    right: 15px;

}
.section-dashboard .box-left ul li.active {
	background: #3C9DED;
	border:1px solid #3C9DED; 
	color: #fff;
}
.section-dashboard .box-left ul li.active svg path{
	stroke:#fff;
}
.section-dashboard .box-right {
	width:calc(100% - 367px);
	padding-left:60px;
}
.section-dashboard .box-right .info-box .box-top {
	display:flex;
	align-items:center;
	margin-bottom:40px;
}
.section-dashboard .box-right .info-box .box-top .left {
	max-width:350px;
	width:100%;
}
.section-dashboard .box-right .info-box .box-top .left h3 { 
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;
    color: #000000;
    margin: 0;
}
.section-dashboard .box-right .info-box .box-top .right {
    max-width: 512px;
    width: 100%;
    display: flex;
    align-items: center;
}
.section-dashboard .box-right .left-in-right {
	position:relative;  
	margin-right:20px;
}
.section-dashboard .box-right .right-in-right {
	width:212px;
}
.section-dashboard .box-right .left-in-right .pattern { 
    position:static; 
}
.section-dashboard .box-right .left-in-right  .pattern input[type=search] {
	width:auto;
}
.section-dashboard .info-category {
	padding-bottom:97px;
}
.section-dashboard .info-category {
	text-align:center;
}
.section-dashboard .info-category .wrap { 
    grid-template-columns: repeat(3, minmax(0px, 1fr)); 
	padding-bottom:40px;
}
.tab-bottom-product ul {
	margin:0 0 30px 0;
	padding:0;
}
.tab-bottom-product ul li {
	list-style:none;
	display:inline-block;
	padding:10px;
	margin-right:20px; 
	font-weight: 500;
	font-size: 16px;
	line-height: 26px; 
	color: #092F4E;  
	position:relative;
	cursor:pointer;
}
.tab-bottom-product ul li.active {
	color:#319BF3;
}
.tab-bottom-product ul li.active:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:2px;
	background:#319BF3;
	width:100%;
	bottom:0;
}
.section-dashboard .list-info-bookings .info-category .wrap {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.list-info-bookings .info-category .wrap .post {
	display:flex;
}
.list-info-bookings .info-category .wrap .post .box-thumbnail{
	width:437px;
}
.list-info-bookings .info-category .wrap .post .box-thumbnail a {
	height:100%;
}
.list-info-bookings .info-category .wrap .post .box-thumbnail img {
    border-radius: 8px 0 0 8px;
    width: 100%;
    height: 295px;
    object-fit: cover;
}
.list-info-bookings .info-category .wrap .post .inner-post {
	width:calc(100% - 437px); 
	padding:30px 30px 35px 30px;
}
.list-info-bookings .info-category .wrap .post .inner-post .chat-btn {
	margin-top:20px;
}
.list-info-bookings .info-category .wrap .post h3, 
.list-info-bookings .info-category .wrap .post h3 a { 
	font-size: 28px;
	line-height: 34px; 
	color: #000000; 
}
.list-info-bookings .info-category .wrap .post h3 {
	min-height:inherit;
}
.list-info-bookings .info-category .wrap .post .inner-post >span {
	margin-bottom:15px;
	margin-top:10px;
	font-size:18px;
	line-height:18px;
}
.list-info-bookings .info-category .wrap .post .inner-post >span,
.list-info-bookings .info-category .wrap .post .inner-post >strong {
	display:block;
}
.list-info-bookings .info-category .wrap .post .inner-post >a {
	display:inline-block;
	margin-top:15px;
}
.section-dashboard .box-right .info-box.info-box-system-notifications .box-top .left {
	max-width:100%;
} 
.info-box-system-notifications .list-date .select-all {
	text-align:right;
}
.info-box-system-notifications .list-date .select-all button {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    background: transparent;
    color: #000000;
    border: none;
}
.info-box-system-notifications .notification-list .section {
	border-radius:8px;
	border:1px solid #D0E1F0;
	margin-bottom:30px;
}
.notification-list .section .notification-item {
	padding:17px 20px; 
	border-bottom:1px solid #D0E1F0;
}
.notification-list .section .notification-item:last-child {
	border-bottom:none;
}
.notification-item .details .topic { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px; 
	color: #000000;  
}
.notification-item .details {
	padding-right:150px;
}
.notification-item .details .message { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #000000; 
}
.notification-item {
	position:relative;
}
.notification-item .date {
	position: absolute;
    top: 17px;
    right: 20px;
}
.notification-item .date span {  
	font-weight: 500;
	font-size: 14px;
	line-height: 20px; 
	text-align: right; 
	color: #000000; 
	padding:5px 10px;
	border-radius:5px;
	background:#D7E3FF;
	margin-right:20px;
}
.wrap-section-message .section-header { 
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #000000;  
	margin-bottom:10px;
}
.info-box-system-notifications >h3 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #000000; 
	margin-top:0;
}
.box-profile {
	display: flex; 
    align-items: flex-start;
}
.box-profile .left-profile{
	padding:35px;
	background:#FFF6EA;
	border-radius:10px;
	text-align:center;
	font-size: 20px;
	line-height: 30px; 
	text-align: center; 
	color: #000000; 
	text-align:center;
	width:296px;
}
.box-profile .left-profile img { 
	 border-radius:50%;
}
.box-profile .left-profile h3 { 
	font-weight: 700;
	font-size: 24px;
	line-height: 32px; 
	text-align: center; 
	color: #000000; 
	margin:0;
}
.box-profile .right-profile {
	width:calc(100% - 296px);
	padding-left:40px;
}
.box-profile .right-profile input {
	margin-bottom:10px;
}
.box-profile .right-profile input.sb {
	margin-top:20px;
}
.section-dashboard .box-right .info-box.info-create-a-new-listing .box-top .left {
	max-width:100%;
}
.singleup-form-container .form-step {
	padding-bottom:30px;
}
.singleup-form-container .form-step .wrap-form {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D0E1F0;
}
.wrap-button-next-prev {
	display: flex;
    justify-content: space-between;
}
.thumbnail-and-title .inner {
	display:flex;
	align-items:center;
	padding:40px 0;
}
.thumbnail-and-title .thumbnail {
	width:198px;
}
.thumbnail-and-title .thumbnail img {
	display:flex;
	border-radius:10px;
	height: 170px;
	object-fit: cover; 
} 
.thumbnail-and-title .info {
	width:calc(100% - 198px);
	padding-left:40px;
}
.thumbnail-and-title .info span { 
	font-size: 16px;
	line-height: 20px; 
	color: #000000;  
}
.thumbnail-and-title .info h1 {  
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #000000; 
	margin:0;
}
.list-tab-breadcrumbs .container >ul {
	margin:0 0 30px 0;
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #D0E1F0;
}
.list-tab-breadcrumbs .container >ul li {
	display:inline-block;
	vertical-align:middle;
	list-style:none; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px; 
	color: #092F4E; 
	padding:0 37px 0 10px;
	margin-right:20px;
	position:relative;
}
.list-tab-breadcrumbs .container >ul li:last-child:after {
	display:none;
}
.list-tab-breadcrumbs .container >ul li span {
	color: #092F4E;
}
.list-tab-breadcrumbs .container > ul li:after {
  content: '';
  position: absolute;
  top: 6.5px;
  right: 0;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"%3E%3Cpath d="M1 13L7 7L1 1" stroke="%23092F4E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  width: 8px;
  height: 14px;
}
.list-tab-breadcrumbs .container >ul li.active,
.list-tab-breadcrumbs .container >ul li.active span {
	color:#319BF3;
}
.list-tab-breadcrumbs .inner .box-left {
	padding:35px 45px 45px 45px;
	border:1px solid #D0E1F0;
	border-radius:10px;
	width:calc(100% - 300px);
	margin-right:30px; 
}
.list-tab-breadcrumbs .inner .box-right {
	width: 300px;
	border-radius:10px;
	border:1px solid #D0E1F0;
	background:#F0F9FF;
	padding:30px;
}
.list-tab-breadcrumbs .inner .box-right p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px; 
	color: #000000;  
	margin-top:0;
}
.list-tab-breadcrumbs .inner .box-right p strong { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
}
.list-tab-breadcrumbs .inner .box-right a { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #319BF3;  
}
.list-tab-breadcrumbs .inner {
	display:flex;
	padding-bottom:60px;
	    place-items: flex-start;
}
.list-tab-breadcrumbs .inner .box-left .box-post {
	display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D0E1F0
}
.list-tab-breadcrumbs .inner .box-left .box-post:last-child { 
    margin-bottom: 0px; 
}
.list-tab-breadcrumbs .inner .box-left .box-post .thumb-small {
	width:65px;
}
.list-tab-breadcrumbs .inner .box-left .box-post .box-title {
	width:calc(100% - 65px);
	padding-left:25px;
}
.list-tab-breadcrumbs .inner .box-left .box-post .box-title h3 {
	margin:0; 
	font-weight: 400;
	font-size: 24px;
	line-height: 34px; 
	color: #000000;  
}
.box-note {
	background:#FFF6EA;
	border-radius:5px;
	padding:10px 20px; 
	font-size: 16px;
	line-height: 24px; 
	color: #000000;  
}
.wrap-note-button {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px; 
	margin-top:40px;
}
.wrap-note-button .list-button {
	    display: flex;
    justify-content: right;
    align-items: center;
}
.wrap-note-button .list-button a {
	margin-left:15px;
}
.list-tab-breadcrumbs .inner .box-left .box-post strong {
	margin-top:20px;
}
.list-tab-breadcrumbs .inner .box-left .box-post input.sb {
	margin-top:20px;
}
.section-date {
	padding-top:60px;
}
.section-date .daterangepicker {
	width:100%!important;
}
.section-date .inner {
	display:flex;
	align-items: flex-start;
}
.section-date .choose-date {
	max-width:815px;
	padding-right:30px;
	width:100%;
}
.section-date .choose-date >h3 {  
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #000000; 
	margin-top:0;
} 
.section-date .wrap-input {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 25px; 
}
.section-date .wrap-input.full {
	display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 25px; 
}
.section-date .wrap-input label {
	display:block; 
	font-weight: 600;
	font-size: 16px;
	line-height: 26px; 
	color: #000000;  
}

.section-date .wrap-input select,
.section-date .wrap-input input {
	padding: 13px 19px; 
	height: 45px; 
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
	border-radius: 5px;   
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px; 
	color: #A0A0A0; 
	width:100%;
}

.section-date .wrap-input select {
    padding: 10px;
}

.filter-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}

.section-date .show-date {
	border-radius:10px;
	border:1px solid #D0E1F0;
	padding:30px;
	background:#fff; 
	max-width:385px;
	width:100%;
}
.section-date .show-date .info {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
	border-bottom:1px solid #D0E1F0;
	padding-bottom:10px;
	margin-bottom:15px;
}
.section-date .show-date .info p,
.section-date .show-date .price p { 
	font-size: 16px;
	line-height: 20px; 
	color: #000000; 
	margin-top:0;
}
.section-date .show-date .info strong { 
	font-weight: 600;
	font-size: 20px;
	line-height: 24px; 
	color: #000000;  
	display:block;
	margin-top:5px;
}
.section-date .show-date .price p {
    display: flex;
    justify-content: space-between;
}
.section-date .show-date .price p span { 
	font-weight: 500;
	font-size: 20px;
	line-height: 24px; 
	color: #000000; 
}
.section-date .show-date .price .total {
	background:#D0E1F0;
	padding:22px 20px;
	border:1px solid #D0E1F0; 
	border-radius:5px;
	margin-bottom:35px;
}
.section-date .show-date .price .total p {
	margin:0;
	color:#000; 
	font-weight: 700;
	font-size: 20px;
	line-height: 20px; 
	color: #000000; 
}
.section-date .show-date .price >a {
	display:block;
}
/**/
.wrap-no-posts-found { 
	padding: 50px 0px 180px;   
	background: #FFFFFF;
	border: 1px solid #D0E1F0;
	border-radius: 10px; 
	text-align:center;
}
.wrap-no-posts-found .top-box {
	max-width:478px;
	width:100%;
	margin:0 auto 35px;
	padding-bottom:35px;
	border-bottom:1px solid #D0E1F0;
}
.wrap-no-posts-found .top-box h5 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px; 
	text-align: center; 
	color: #000000;  
	margin:25px 0 0 0;
}
.wrap-no-posts-found .top-box p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	text-align: center; 
	color: #000000;  
	margin-top:0;
}
.wrap-no-posts-found .bottom-box {
	text-align:left;
	max-width:478px;
	width:100%;
	margin:0 auto 35px;
}
.wrap-no-posts-found .bottom-box form {
	display:flex;
}
.wrap-no-posts-found .bottom-box input { 
	padding: 12px 19px; 
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
	border-radius: 5px;   
	width:100%;
	margin-right:20px;
}
.wrap-no-posts-found .bottom-box button {
	font-weight: 600;
    font-size: 16px!important;
    text-align: center;
    color: #FFFFFF!important;
    padding: 9px 19px;
    line-height: 26px;
    background: #3C9DED;
	border:1px solid #3C9DED;
    border-radius: 100px;
    font-family: 'Inter'!important;
    display: inline-block;  
}
.wrap-no-posts-found .bottom-box strong {
	margin-bottom:8px;
	display:block;
}
/*fix*/
/*avata product*/ 
.info-category .wrap .post .wrap-thumbnail {
    position: relative;
    min-height: 220px;
}
.info-category .wrap .post .wrap-thumbnail .product-author-avatar {
	position:absolute;
	bottom:10px;
	right:24px;
}
.info-category .wrap .post .wrap-thumbnail .product-author-avatar img {
	width:60px;
	height:60px;
	border-radius:50%;
}

.home .info-category .tab,
.page-template-template-category-item .info-category .tab{
	display: none;
}
.home .info-category .tab:first-child,
.page-template-template-category-item .info-category .tab:first-child { 
  display: block;
}
.list-content-category {
	margin-bottom:40px;
}
.page-template-template-category-item .section-category { 
    border-bottom: none; 
}
.banner-login .inner h1 {
	margin-right:40px;
}
.wrap-form-login.wrap-enter-code .code-inputs input {
	text-align:center;
	font-size: 25px;
}
.wrap-button-listing {
	display: flex; 
    justify-content: space-between;
}
.wrap-button-listing svg {
	margin-top:19px;
}
.tab-bottom-product {
	overflow-x: auto; /* Cho phép cuộn ngang */
    white-space: nowrap; /* Ngăn các mục xuống dòng */
    border-bottom: 1px solid #ddd;
}
.tab-bottom-product >ul {
	display: flex;
}
.tab-bottom-product >ul li {
	transition: border-bottom 0.3s ease;
}
.bp-messages-wrap .threads-list .thread .pic img {
	border-radius: 50%!important;
}
.bp-messages-wrap .threads-list .thread .pic {
	padding-left: 20px;
}
.bp-messages-wrap .threads-list .thread>* { 
    vertical-align: middle; 
	border-bottom: 1px solid #D0E1F0;
}
.bp-messages-wrap .bp-messages-side-threads>* {
	border-right:1px solid #D0E1F0;
}
.bp-messages-wrap .bm-reply {
	border-top:1px solid #D0E1F0;
}
.bp-messages-wrap .threads-list .thread .bm-info .name { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px; 
	color: #000000;   
}
.bp-messages-wrap .threads-list .thread .bm-info .last-message { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px; 
	color: #000000; 
}
.bp-messages-wrap {
	border-radius: 10px!important;
	border: 1px solid #D0E1F0;
}
.bp-messages-wrap .threads-list .thread .time { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px; 
	color: #000000;  
	vertical-align: top;
}
.bp-messages-wrap .threads-list .thread {
	border: none!important;
} 
.wrap-form #image-upload-container {
	min-height:348px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-form .upload-ui p {
	margin:0;
}
.wrap-form .upload-ui p strong {
	color:#319BF3;
}
.wrap-form .upload-ui p {
	color:#000;
}
.wrap-form .upload-ui p.small {
	font-size:12px;
}
.wrap-form .image-upload-area {
    border: 2px dashed #A0A0A0; 
}
.list-post .inner-list-post .post h3,
.info-category .wrap .post h3{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 60px;

}
 
.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img {
	border-radius:50%!important;
}
.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic{
	width:50px;
} 
.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img{
	width:50px!important;
	height:50px!important;
}
.bp-messages-wrap .chat-header .thread-info .avatar img {
	width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}
.bp-messages-wrap .threads-list .thread.bp-messages-active-thread {
    background: #F0F9FF!important;
}
body:not(.bm-mobile-device) .bp-messages-wrap .threads-list .thread:hover>* {
    background: #F0F9FF!important; 
}
.bp-messages-wrap .threads-list .thread .bm-info .name+h4 {
    font-size: 16px; 
    line-height: 22px;
    font-weight: 500;
}
.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time .time-wrapper {
	font-size:14px;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content {
	padding-top:16px;
	padding-bottom:16px;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
	border-radius:10px 10px 0 10px!important;
	background: #3C9DED!important; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	text-align: right; 
	color: #FFFFFF;  
	position: relative;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time,
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) *{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	text-align: right; 
	color: #FFFFFF;  
}
 .bp-messages-wrap .thread-not-selected .empty .bpbm-empty-or,
.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-link,
.bp-messages-wrap .chat-header.side-header,
.bp-messages-wrap .chat-header,
.bp-messages-wrap .chat-footer{
	display:none!important;
}
.bp-messages-wrap .threads-list .thread>* {
    vertical-align: top;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-sticky-date {
	background:#FFF6EA;
	border-radius:5px!important; 
	padding:15px 16px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px; 
	color: #000000;  
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
	background: #F0F9FF;
	    border-radius: 10px 10px 10px 0 !important;
}
.bp-messages-wrap .bm-reply .bm-send-message svg path {
	fill:#319BF3;
}

.request_remove_product svg {
    width: 30px;
    height: 30px;
}

.info-category .wrap .post .request_remove_product {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 3;
}

/**checkout**/
.page-template-default.woocommerce-checkout .entry-content {
    padding: 0; 
    border: none;
} 
.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box{
    background: transparent;
    border-radius: 5px;
}
fieldset,
.woocommerce-checkout #payment div.payment_box{
	border:none;
	padding:0;
	margin:0;
}
.woocommerce table.shop_table,
.woocommerce-checkout #payment div.payment_box{
	border:none!important; 
}
.woocommerce-checkout #payment div.payment_box::before {
	display:none;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row {
    padding: 20px 40px;
}
.woocommerce-checkout #payment div.form-row  {
	padding-left:0;
	padding-right:0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-checkout #payment ul.payment_methods{
	padding-left:0px;
	padding-right:0px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:left;
}
.woocommerce-checkout .site-main {
	max-width:695px;
}
.page-template-default.woocommerce-checkout .content-area:before,
.page-template-default.woocommerce-checkout .content-area:after {
	display:none;
}
#order_review a {
	color:#3C9DED;
}
/*********/
.woocommerce-checkout.woocommerce-order-received .site-main {
    max-width: 860px;
}
.woocommerce-checkout.woocommerce-order-received .entry-header {
	display:none;
}
.top-icon-title-product {
	display:flex;
	padding-top:16px;
}
.top-icon-title-product .box-icon {
	width:200px;
}
.top-icon-title-product .info {
	width:calc(100% - 200px);
	padding-left:40px;
}
.top-icon-title-product .info h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #000000;  
	margin:0;
}
.top-icon-title-product .info p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px; 
	color: #000000; 
}
 .inner-payment-container {
	 background-color: #eaf6ff;
	 padding: 35px 35px 20px 35px;
	 border-radius: 10px;
	 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	 margin-bottom:25px;
}
.payment-container h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
}
.payment-container {
	margin-top:40px;
}
.payment-container >h2 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px; 
	color: #000000; 
	margin-bottom:10px;
}
.payment-container .payment-detail { 
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	margin-bottom:18px;
}
.payment-container .payment-detail span:first-child { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #000000; 
}
.payment-container .payment-detail span:last-child { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px; 
	text-align: right; 
	color: #000000; 
}
.payment-container .payment-detail:last-child span:last-child { 
	padding: 4px 12px; 
	background: #000000;
	border-radius: 18px; 
	color:#fff;
}
.payment-container .status {
	color: #fff;
	background-color: #000;
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
}
.payment-container .finish-btn {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}
.payment-container .finish-btn:hover {
	background-color: #0056b3;
}
/*notifications-count*/
.user-dashboard,
.notifications-count {
	position:relative;
	margin-left:20px;
}
.notifications-count a span {
	position:absolute;
	top:0;
	right:-3px;
	min-width:16px;
	height:16px;
	border-radius:50%;
	background:#319BF3; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 11.8672px;
	line-height: 14px; 
	color: #FFFFFF; 
	justify-content: center;
    align-items: center;
    display: flex;
}
/**woocommerce-order-pay**/
.woocommerce-order-pay .woocommerce h3,
.woocommerce-order-pay .woocommerce h1{
	text-align:center;
}
.woocommerce-order-pay .woocommerce h3 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px; 
	text-align: center; 
	color: #000000;  
	margin:0 0 10px 0;
}
.woocommerce-order-pay .woocommerce h1 { 
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	text-align: center; 
	color: #000000;  
	margin:0;
}
.woocommerce-order-pay .top-icon-title-product .info h1 {  
	font-size: 30px;
	line-height: 38px; 
	color: #000000;  
	font-weight:700;
	font-family: 'Inter';
	text-align: left;
}
.woocommerce-order-pay .top-icon-title-product {
	align-items: center;
}

.woocommerce-order-pay .inner-payment-container {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: inherit;
    margin-bottom: 25px;
}
.woocommerce-order-pay .payment-container .payment-detail:last-child span:last-child { 
    font-weight: 700; 
    color: #000000;
	background: transparent;
	padding:0;
}
.woocommerce-order-pay .payment-container .payment-detail span:last-child {
	font-weight: 700;
}
.woocommerce-order-pay .payment-container { 
    border-top: 1px solid #D0E1F0;
    padding-top: 25px;
}
.woocommerce-order-pay .payment-container .payment-detail {
	margin-bottom:10px;
}
.woocommerce-order-pay .inner-payment-container {
	border-bottom: 1px solid #D0E1F0;
	padding-bottom: 20px;
}
.woocommerce-order-pay .woocommerce-privacy-policy-text {
	background:#F0F9FF;
	padding:1px 20px;
	margin-bottom:20px;
}
.woocommerce-order-pay #payment h3 {  
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px; 
	color: #000000; 
	text-align: left;
	margin:0;
}

/**/
.template-referral-system .top-icon-title-product {
	max-width:855px;
	margin:0 auto;
	align-items: center;
	justify-content: center;
}
.template-referral-system .top-icon-title-product .info {
	padding-left:0;
	padding-right:50px;
	width:auto;
}
.container-custom,
.referrals-container {
	max-width:855px;
	margin:0 auto;
} 
.container-custom h5 { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;  
	color: #000000;  
	margin-bottom:12px;
}
.container-custom p {
	margin-top:0;
}
.stats-container {
	max-width:855px;
	margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #D0E1F0;  
  border-radius: 10px; 
  background-color: #fff;  
  gap: 50px; 
	margin-top:40px;
}
.stats-container p { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px; 
	color: #000000; 
	margin:0;
}
 
.stats-container .stat-item {
  display: flex; 
  align-items: center;
  text-align: center;
}

 
.stats-container .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: 1px solid #D0E1F0;  
  border-radius: 50%;  
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px; 
	text-align: center; 
	color: #000000; 
	margin-right:25px;
}
 
.stats-container .label {
    margin-top: 8px; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px; 
	color: #000000; 
}
 
.divider {
  width: 1px;
  height: 48px;
  background-color: #D0E1F0;  
}

/* Container */
.referrals-container {
  padding: 35px; 
  border-radius: 10px;
  background-color: #F0F9FF; 
  margin: 60px auto 60px;
}
 
.referrals-container .title { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px; 
	color: #000000; 
	margin-top:0;
}
 
.referrals-grid {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;  
  gap: 16px; 
}
 
.grid-header {
  display: contents; 
  font-weight: bold 
}
 .grid-header .col { 
	 font-family: 'Inter';
	 font-style: normal;
	 font-weight: 600;
	 font-size: 16px;
	 line-height: 24px;  
	 color: #000000; 
}

.grid-row {
  display: contents;
  border-bottom: 1px solid #e5e7eb;
  padding: 8px 0;
}
 
.grid-row .col { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;  
	color: #000000; 
}
 
.grid-row:last-child {
  border-bottom: none;
}

/**********************************/
/******responsive******/
@media screen and (max-width: 2500px) and (min-width: 1199px) {
	.slider-single .slick-slide img {
		height:476px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 1366px) {  
	.home .banner >.container, 
	header .container {
		max-width:1240px;
	}
	.inner-banner .box-left {
		padding-left:0;
		max-width: 557px;
	}
}

@media only screen and (max-width: 1199px) { 
	.dv-main-navigation ul li {
		padding: 0px 6px;
	}	
	.bottom-header .box-right .log-user {
		padding-left: 12px;
		margin-left: 12px;
	}
	.section-dashboard .box-right .info-box .box-top {
		display:block;
	}
	.section-dashboard .box-right .info-box .box-top .left h3 { 
		font-size: 30px;
		line-height: 42px; 
		margin-bottom:15px;
	}
	.list-info-bookings .info-category .wrap .post .box-thumbnail {
		width:270px;
	}
	.list-info-bookings .info-category .wrap .post .inner-post {
		width: calc(100% - 270px);
		padding-left: 30px;
	}
	.section-dashboard .box-right {
		padding-left:30px;
	}
	.box-profile .left-profile {
		width: 226px;
	}
	
	.box-profile .right-profile {
		width: calc(100% - 226px); 
	}
	.box-profile .left-profile img { 
		width: 126px;
		object-fit: cover;
	}
	.list-box-category {
		padding-left:30px;
		padding-right:30px;
	}
	.home .slick-prev, .list-box-category .slick-prev {
		left:0;
	}
	.home .slick-prev, .list-box-category .slick-next {
		right:0;
	}
}


@media only screen and (min-width: 1025px) {
	body.active:before {
		display:none;
	}
}
@media only screen and (max-width: 1024px) { 
	.inner-banner {
		background-position: bottom right!important;
		background-size: 70% auto!important;
	}
	.info-category .wrap {
		grid-template-columns: repeat(3, minmax(0px, 1fr));
	}
	.info-category .wrap .post a img {
		width:100%;
	}
	.box-right .box-menu ul li {		
		margin-right: 20px;
	}
	.section-contact .box-right {
		padding-left: 30px;
	}
	.info-category .wrap-post-map .wrap {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 20px;
	}
	.home .info-category .wrap-post-map .wrap {
		grid-template-columns: repeat(3, minmax(0px, 1fr));	 
	}
	.info-category .box-map {
		max-width: 398px;
		padding-left: 18px;
	}
	.section-dashboard .info-category .wrap {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
	.section-contact {
		height: auto;
	}
	.section-contact:before {
		max-width: 370px;
		height: 400px;
	}
	.section-contact:after {
		max-width: 700px;
        height: 900px;
	}
	.list-tab-breadcrumbs .container >ul li { 
		padding: 0 17px 0 10px;
		margin-right: 5px; 
	} 
	.home .inner-banner:after {
		top:65%;
		left:65%;
	}
}	
@media only screen and (min-width: 981px) {
	body.active:before {
		display:none;
	}
	
}
@media only screen and (max-width: 980px) { 
	.bottom-header .box-right .log-user .sign-up-btn {
	    border-radius: 1000px !important;
        line-height: 1.5 !important;
	}
	.notifications-count svg path:first-child, 
	.notifications-count svg circle, 
	.user-dashboard svg path, 
	.user-dashboard svg circle {
		fill: #ffffff !important;
	}
	
	.notifications-count svg path:last-child {
		stroke: #fff !important;
	}
	.main-header {
		position: static;
        background: transparent;
	}
	.wrap-content {
		margin-top: 0px;
	}

	.bottom-header .box-right .log-user >a {
		font-weight: 600;
		font-size: 16px!important;
		text-align: center;
		color: #FFFFFF!important;
		padding: 9px 19px;
		line-height: 26px;
		background: #3C9DED;
		border:1px solid #3C9DED;
		border-radius: 100px;
		font-family: 'Inter'!important;
		display: inline-block;  
	}
	.notifications-count {
		margin-left:0;
		display:inline-block;
	}
	.user-dashboard, .notifications-count {
		display: inline-block;
		margin: 0 10px;
	}
	
	.notifications-count svg path {
		fill:#fff;
	}
	.notifications-count a span {
		top:-5px;
	}
	.wpml-switch {
		display:flex;
		justify-content:center;
		margin-left:0!important;
		margin-top: 30px;
	}
	.bottom-header .box-right .log-user {
		padding-top:0;
		margin-top:30px;
		margin-bottom:40px;
	}
	body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		border: 1px solid #319BF3;  
		color:#fff;
		padding-right:10px!important; 
		padding-top:5px!important;
		border-radius:50%;
		width:50px!important;
		height:50px!important;
		border-radius:50%!important;
		display: flex;
        align-items: center;
		flex: none;
        justify-content: center;
		background:#319BF3!important;
	}
	
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
		width:50px!important;
		height:50px!important;
		border-radius:50%!important;
		display: flex;
        align-items: center;
		justify-content:center;
	}
	
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before { 
		display:none;
	}
	.bottom-header { 
		border-bottom: none;
	}
	.dv-main-navigation ul ul {
		opacity:1;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		visibility: inherit;
		position:static;
		    -webkit-transform: inherit;
    	transform: inherit;
	} 
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
		margin-top:0!important;
		    border: 1px solid #fff!important;
		background:transparent!important;
		color:#fff!important;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-item {
		display:flex;
		gap:20px;
	}
	.bottom-header .dv-main-navigation.active-menu {
		padding-bottom:200px;
	}
	.bottom-header .dv-main-navigation.active-menu:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22392%22 height=%22294%22 viewBox=%220 0 392 294%22 fill=%22none%22%3E%3Cpath opacity=%220.05%22 d=%22M307.819 137.303C317.184 137.303 324.846 129.686 324.846 120.186C324.846 110.686 317.269 103.069 307.819 103.069L61.5287 102.898L140.532 29.7234C147.428 23.3045 147.854 12.5209 141.469 5.50304C135.084 -1.42928 124.357 -1.8572 117.376 4.47603L6.44742 107.434C1.33942 112.226 -0.448375 119.672 2.10562 126.262C4.65962 132.852 10.9595 137.131 17.9404 137.131L307.734 137.388L307.819 137.303Z%22 fill=%22white%22/%3E%3Cpath opacity=%220.05%22 d=%22M389.876 167.124C387.318 160.525 381.008 156.239 374.015 156.239L67.1238 155.896C57.744 155.896 50.0696 163.524 50.0696 173.038C50.0696 182.551 57.6587 190.179 67.1238 190.179L330.356 190.522L251.48 263.459C244.573 269.887 244.062 280.686 250.457 287.714C253.783 291.399 258.387 293.285 262.992 293.285C267.085 293.285 271.263 291.828 274.504 288.742L385.527 186.065C390.729 181.266 392.434 173.809 389.876 167.21V167.124Z%22 fill=%22white%22/%3E%3C/svg%3E');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height:294px;
	}
 
	
	.section-date .inner {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.section-date .show-date {
		max-width: 100%;
	}
	
	.section-date .choose-date {
		max-width: 100%;
		padding: 0;
	}
	
	.slider-single .slick-slide img {
		height: 305px;
		border-radius: 0;
		object-fit: cover;
	}
	
	.slider-single {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.section-rented-from .box-top {
		display: flex;
		flex-direction: column;
	}
	
	.section-rented-from .box-top .in-box-right,
	.section-rented-from .box-top .in-box-left {
		width: 100%;
	}
	
	.section-rented-from .inner {
		padding: 25px 30px 35px;
		display: flex;
		flex-direction: column;
	}
	
	.section-rented-from .inner .box-right {
		width: auto;
	}
	
	.section-rented-from .box-bottom ul {
		border-top: 0;
		padding: 0;
	}
	
	.section-infomation-product .box-map {
		padding: 20px;
	}
	
	.section-rented-from .box-bottom {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
	}
	
	.section-rented-from .inner .box-right ul {
		display: flex;
		margin-top: 20px;
		gap: 11px;
	}
	
	.section-rented-from .inner .box-right ul li {
		width: 100%;
	}
	
	.section-rented-from .inner .box-left {
		width: auto;
		margin-right: 0;
	}
	
	.section-rented-from .box-top .in-box-right {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 12px;
		margin-top: 20px;
	}
	
	.section-rented-from .box-top .in-box-right .btn {
		margin: 0 !important;
	}
	
	.bottom-header .box-right .dv-toggle-menu,
	.bottom-header .box-right .dv-toggle-menu.active svg.close {
		display:block;
		position: relative;
        z-index: 99;
	}
	.bottom-header .box-right .dv-main-navigation,
	svg.close,
	.bottom-header .box-right .dv-toggle-menu.active svg.open	{
		display:none;
	} 
	
	.bottom-header .dv-main-navigation.active-menu {
        display: block;
        position: absolute;
        top: 155px;
        right: 0;
		z-index:99;
		width:100%;
		background:transparent;
    }
	.dv-main-navigation ul,
	.dv-main-navigation>ul>li	{
		display:block;
	}
	.bottom-header .box-right .log-user {
		border-left: none;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		display: flex;
		justify-content: center;
	}
	body.active .wrap-content,
	body.active footer {
		display:none;
	}
	.dv-main-navigation ul li {
		margin-bottom:30px;
	}
	.dv-main-navigation ul li a {
		color:#fff;
	}
	body.active header .bottom-header .box-left svg path:nth-child(3),
	body.active header .bottom-header .box-left svg path:nth-child(4) {
		fill: #fff;
	}
	.inner-banner {
	    align-items: flex-start;
		min-height:550px;
		background-position: bottom center !important;
	}
	.home .inner-banner {
		min-height:550px;
	}
	.inner-banner .box-left {
		margin: 0 auto;
        width: auto;
        display: block;
        text-align: center;
	}
	.inner-banner .pattern input[type=search] {
		width:100%;
	}
	footer .inner,
	footer .box-right	{
		display:block;
	}
	footer .box-left { 
		margin: 0 auto;
	}
	footer .box-right,
	.box-right .box-menu	{
		width:100%;
		text-align:center;
	}
	.box-right .box-menu {
		margin-bottom:20px;
	}
	footer .box-right {
		margin-top:50px;
	}
	.box-right .box-menu ul li {
        margin-right: 0;
        display: block;
		margin-bottom:15px;
    }
	.box-right .box-search {
		width: 370px;
		position: relative;
		margin: 0 auto;
	}
	footer .wrap {
		position:relative;
		z-index:9;
	}
	footer:before {
		content: '';
		position: absolute;
		top: 35px;
		left: 0; 
		width: 100%;
		height: 300px;
		margin: 0 auto;
		right: 0;
		bottom: 0;
		max-width: 400px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		opacity: .6;
	}
	.row.row50 { 
		grid-template-columns: repeat(1, minmax(0px, 1fr));
		gap: 0;
	}
	.section-contact .box-infomation .inner-box {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
		gap: 25px;
	}
	.section-contact .box-infomation .box br {
		display:none;
	}
	.section-dashboard .box-right .info-box .box-top .right{
		display:block;
	}
	.section-dashboard .box-right .left-in-right {
		margin-right:0;
		margin-bottom:15px;
	}
	.section-dashboard .box-right .right-in-right {
		width:auto;
	}
	.section-dashboard .box-right .info-box .box-top {
		margin-bottom:20px;
	}
	.section-dashboard .box-left {
		width: 307px;
	}
	.section-dashboard .box-right {
		width: calc(100% - 307px);
		padding-left: 30px;
	}
	.list-info-bookings .info-category .wrap .post {
		display: block;
	}
	.list-info-bookings .info-category .wrap .post .box-thumbnail {
        width: 100%;
    }
	.list-info-bookings .info-category .wrap .post .inner-post {
        width: 100%;
        padding-left: 15px;
    }
	.list-info-bookings .info-category .wrap .post .inner-post {
		padding:35px 30px;
	}
	.section-dashboard .box-right .box-profile .right-profile {
        width: calc(100% - 226px);
    }
	.right-profile .row.row50 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 20px;
    }
	.thumbnail-and-title .info h1 {
		font-size: 40px;
		line-height: 50px;
	} 
	.list-box-reviews .box-reviews .star {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (min-width: 768px) { 
	.wrap-button-listing .dropdown-btn {
		display:none;
	}
}
@media only screen and (max-width: 767px) { 
	
	.section-dashboard .box-right .info-box .box-top .left h3 {
		text-align: left;
	}
	
	.row.row3 {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
		gap: 10px;
	}
	
	.list-box-reviews .slick-list {
		padding-right: 0;
	}
	
	.inner-banner .box-left h1,
	.banner-page .box-left h1	{ 
		font-size: 40px;
		line-height: 48px; 
	}
	
	.wrap-form-login .inner {
		padding: 30px 20px;
	}
	
	.wrap-form-login.wrap-enter-code .code-inputs input {
		padding: 10px;
		height: auto;
	}
	
	.section-item-single-product .section-more-products .container {
		padding: 0;
	}

	.section-more-products .info-category .wrap,
	.info-category .wrap {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 20px;
    }
	.list-product-rental-steps .box,
	.list-product-rental-steps .box:nth-child(even)	{
		flex-direction: column-reverse;
		position:relative;
	} 
	.list-product-rental-steps .box .box-left,
	.list-product-rental-steps .box .box-right,
	.list-product-rental-steps .box .box-left .info {
		width:100%;
	}
	.list-product-rental-steps .box .box-left .info {
		padding:0;
		text-align:center;
	}
	.list-product-rental-steps .box .box-left .number {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.info-category .wrap .post h3, 
	.info-category .wrap .post h3 a {
		font-size:16px;
		line-height:20px;
	}
	.list-why-choose-deelen { 
		grid-template-columns: repeat(1, minmax(0px, 1fr)); 
	}
	.list-why-choose-deelen .box {
		background:transparent;
		position:relative;
	} 
	.list-why-choose-deelen .box:before {
		content: '';
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        background: rgb(255 255 255 / 20%);
        height: 1px;
	}
	.section-why-choose-deelen {
		background-position: center bottom;
	}
/*about*/	
	.banner-page .inner {
		flex-direction: column-reverse;
	}
	.banner-page:after {
		bottom:-135px;
	}
	.banner-page .box-left {
		text-align:center;
	}
	.view-our-fqas .inner {
		padding: 70px 0;
		flex-direction: column;
		position:relative;
	}
	.view-our-fqas .inner h3 {
		margin-bottom:18px;
	}
	.view-our-fqas .inner:after {
		content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #fff;
        opacity: .2;
	}
	.box-right .box-search {
        width: auto; 
    }
	.list-faq {
		margin-top:33px;
		padding-bottom:55px;
	}
/*contact*/	
	.section-contact .inner {
		display:block; 
		padding-bottom:45px;
	}
	.section-contact .box-left {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
	}
	.section-contact .box-left img {
		max-width: 200px;
        margin: 0 auto 20px;
	}
	.section-contact .box-left h3 {
		margin: 0 0 10px 0;
	}
	.section-contact .box-right {
        padding-left: 0;
        width: 100%;
    } 
	.info-category .wrap-post-map { 
		flex-direction: column-reverse; 
	}
	.info-category .box-map {
        max-width: 100%;
        padding-left: 0;
    }
	.info-category .box-map {
		height:370px;
		margin-bottom:25px;
	}
	.page-template-template-category-item .section-category {
		padding-bottom:30px;
	}
	.box-top-category {
		display:block;
	}
	.banner-login .inner h1 {
		margin-right:0;
	}
	.section-dashboard .inner {
		display: block;
	}
	.section-dashboard .box-left h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.section-dashboard .box-left {
        width: 100%;
        margin-bottom: 50px;
    }
	.section-dashboard .box-right {
        width: 100%;
        padding-left: 0;
    }
	.section-dashboard .box-right .info-box .box-top .right {
		display:none;
	}
	.section-dashboard .box-right .info-box .box-top .left {
		max-width:100%;
		text-align:center;
	}
	.section-dashboard .box-right .info-box .box-top .left h3 {
		margin-bottom:40px;
	}
	 
	.section-dashboard .box-left ul li {
		display:none;
	}
	.section-dashboard .box-left ul li.active,
	.section-dashboard .box-left ul.active li{
		display:block;
	}
	.section-dashboard .box-left .wrap-button-listing >ul {
        width: calc(100% - 30px);
    }
	.tab-bottom-product {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Cho phép cuộn mượt trên iOS */
    }
	.section-contact:after { 
        height: 600px;
	}
	.box-profile {
		display: block;  
	}
	.box-profile .left-profile {
        width: 100%;
    }
	.section-dashboard .box-right .box-profile .right-profile {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 65px;
    }
	.info-box-system-notifications >h3 {
		display:none;
	}
	.thumbnail-and-title .inner { 
		flex-flow: column;
		text-align: center;
	}
	.thumbnail-and-title .info {
		width: 100%;
		padding-left: 0;
		margin-top: 35px;
	}
	.list-tab-breadcrumbs .container >ul {
		display: flex;  
		overflow-x: auto;  
		white-space: nowrap;  
		-webkit-overflow-scrolling: touch; 
	}
	.list-tab-breadcrumbs .inner { 
		flex-flow: wrap;
	}
	.list-tab-breadcrumbs .inner .box-left { 
		width: 100%;
		margin-right: 0;
	}
	.list-tab-breadcrumbs .inner .box-right {
		width: 100%;
		margin-top: 20px;;
	}
	.home .info-category .wrap-post-map .wrap {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
	.home .section-category {
		padding-top:50px;
	}
	.top-icon-title-product { 
		flex-direction: column;
	}
	.top-icon-title-product .info {
		width: 100%;
		padding-left: 0; 
	}
	.top-icon-title-product .info h1,
	.woocommerce-order-pay .top-icon-title-product .info h1{
		 text-align: center; 
	}
	.stats-container {
		display:block;
	}
	.stats-container .divider {
		width: 100%;
		height: 1px; 
		margin: 25px 0 25px 0;
	}
	.stats-container p {
		margin: 0 0 10px 0;
	}
	
	.category-filter .filters {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px !important;
	}
	.price-filter,
	.date-filter {
		width: 100%;
	}
	
	.pattern input[type=search] {
		width: 100%;
	}
	

}	
@media only screen and (max-width: 640px) { 
    .inner-banner { 
        background-size: 100% auto !important;
    }
	.section-contact .box-infomation {
		text-align: center;
	}
	.box-top-category .right { 
		flex-direction: column;
	}
	.box-top-category .right >a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.home .inner-banner:after { 
		left: 0;
		top: 0;
		transform: inherit;
    	-webkit-transform: inherit;
		background: url(../images/before-banner01-mobile.svg) center center no-repeat;
	}
	
	.box-top-category h3 {
		display: none;
	}
	.box-top-category .right {
		display: flex;
		align-items: stretch;
	}
}

@media only screen and (max-width: 600px) { 
	.banner-login .inner {
	    flex-direction: column-reverse;
	}
	.buttons {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}

	.code-inputs {
		gap: 6px;
	}
	.wrap-form-login .inner {
		padding: 45px 30px;
	}
	.login-form-container label {
		margin-bottom: 20px;
	}
}
	
@media only screen and (max-width: 480px) { 
    .inner-banner {
        background-size: 150% auto !important;
    }
	
	.section-date .wrap-input {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	a.btn,
	input.sb,
	.pattern input[type=search],
	.bottom-header .box-right .log-user >a{
		width:100%;
	}
}