/*
Theme Name: Meo HaanHolding
Theme URI: meo.monster
Author: meo
Author URI: 
Version: 1.0.0
*/

@font-face {
	font-family: lato;
	font-size: 300;
	src: url('assets/fonts/Lato-Light.ttf');
}
@font-face {
	font-family: lato;
	font-size: 300;
	font-style: italic;
	src: url('assets/fonts/Lato-LightItalic.ttf');
}
@font-face {
	font-family: lato;
	font-weight: bold;
	src: url('assets/fonts/Lato-Bold.ttf');
}
@font-face {
	font-family: lato;
	font-weight: bold;
	font-style: italic;
	src: url('assets/fonts/Lato-BoldItalic.ttf');
}
@font-face {
	font-family: lato;
	font-style: italic;
	src: url('assets/fonts/Lato-Italic.ttf');
}
@font-face {
	font-family: lato;
	font-weight: 400;
	src: url('assets/fonts/Lato-Regular.ttf');
}
#wp-admin-bar-user-info .avatar{
	max-width: 64px;
	max-height: 64px;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
p{
	margin-bottom: 0px;
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
a{
	text-decoration: none;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
select:active,
select:hover,
select:focus,
option:active,
option:hover,
option:focus,
.btn:active,
.btn.active,
.page-link
{
	outline:0px !important;
	box-shadow: none !important;
}
.btn,
.form-control{
	font-size: 14px;
}
.text-red{
	color: #b5272d !important;
}
.text-colorFirst{
	color: #0477BF;
}
.ratio{
	overflow: hidden;
	flex-grow: 1;
}
body{
	font-family: lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	color: #5b564d;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
}
.container-fix{
	max-width: 1600px;
}
.title{
	font-size: 36px;
	line-height: 1.2;
}
.title-hr{
	color: #0477BF;
	max-width: 60px;
	height: 4px !important;
	opacity: 1 !important;
}
.header-wrap{
	display: flex;
	flex-direction: column;
}
.sticky-notification{
	background-color: #0477BF;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	position: sticky;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.header-logo-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header-logo-img{
	max-width: 200px;
	max-height: 120px;
	height: 100%;
	/*display: flex;*/
	/*align-items: flex-end;*/
	display: block;
}
.header-container.sticky .header-logo-img{
	align-items: center;
	max-width: 50px;
}
.header-container.sticky .header-right{
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}
.search{
	display: flex;
	position: relative;
}
.search-result{
	position: absolute;
}
.header-right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-around;
	height: 100%;
}
.header-user{
	display: flex;
	gap: 20px;
}
.header-user-right-item{
	color: #5b564d;
	text-decoration: none;
	position: relative;
}
.header-user-right-item::after{
	content: '';
	position: absolute;
	top: 0px;
	right: -10px;
	width: 1px;
	height: 100%;
	background-color: #5b564d;
}
.header-user-right-item:last-child:after{
	content: none;
}
.header-user-right-item:hover{
	color: #34312a;
}
.search-mobile-btn,
.search-btn{
	border: none;
	padding: 0px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-mobile-btn{
	display: none;
}
.search-inp{
	border: none;
	border-bottom: 1px solid #5b564d;
	border-radius: 0px;
	padding: 0px;
	width: 200px;
	transition: width 0.5s;
	margin-left: 5px;
}
.search-inp:focus{
	border-color: #5b564d;
	width: 400px;
}
.header{
	z-index: 1020;
	background-color: #fff;
	position: relative;
	height: 130px;
}
.header-container{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
}
.header-container.sticky{
	position: fixed;
	border-bottom: 1px solid #34312a;
	height: auto;
	padding: 10px 0px;
}
.header-menu-wrap{
	border-bottom: 1px solid #c8b189;
	background-color: #fff;
	position: relative;
	z-index: 1010;
}
.header-menu{
	display: flex;
	position: relative;
	height: 40px;
	align-items: center;
}
.header-menu-link{
	padding: 0px 1rem;
	height: 40px;
	color: #5b564d;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-weight: bold;
}
.header-menu-item:hover .header-menu-link{
	/*color: #5b564d;*/
	background-color: #fff;
	text-decoration: underline;
}
.header-menu-haveSub:hover .header-menu-link{
	border: 1px solid #5b564d;
	border-bottom: 1px solid transparent;
	z-index: 1;
	position: relative;
	text-decoration: none;
}
.header-menu-link.active{
	color: #0d6efd;
}
.header-submenu-wrap{
	position: absolute;
	top: 39px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	height: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2),
	0px 0px 15px rgba(0,0,0,0.2);
}
.header-menu-item:hover .header-submenu-wrap{
	height: auto;
}
.header-submenu{
	display: flex;
	background-color: #fff;
	border: 1px solid #5b564d;
}
.header-submenu-col{
	width: 25%;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}
.header-submenu-list{
	display: flex;
	padding: 0.25rem 1rem;
	flex-direction: column;
	z-index: 1;
	position: relative;
}
.header-submenu-title{
	color: #34312a;
	border-bottom: 2px solid #34312a;
	padding: 0.5rem 0px;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.header-submenu-title:hover{
	color: #0d6efd;
}

.header-submenu-link a,
.header-submenu-link{
	color: #877b6c;
}

.header-submenu-link a:hover,
.header-submenu-link:hover{
	color: #c1a779;
}
.header-submenu-absolutedImg{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.header-submenu-catalog-img{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	height: 0px;
	overflow: hidden;
	margin-bottom: 0.25rem;
}
.header-submenu-catalog-img img{
	position: absolute;
	width: 100%;
	transition: 0.5s;
}
.header-submenu-catalog-img:hover img{
	transform: scale(1.1);
}
.header-submenu-catalog-title{
	color: #34312a;
	font-weight: bold;
}
.header-submenu-catalog-title:hover{
	text-decoration: underline;
	color: #0d6efd;
}
.wrapper{
	padding: 1rem 0;
}
.page-template-contact-us .wrapper, .page-template-homepage .wrapper{
	padding-top: 0;
}
.profile .pdf-light-viewer{
	padding-top: 0;
}


.spinner-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #fff;
	user-select: none;
	z-index:1100;
}
.spinner-wrap.spinner-screen{
	position: fixed !important;
}
.spinner-border{
	border-color: #0477BF;
	border-right-color: transparent;
}
.topCarousel .carousel-control-next, 
.topCarousel .carousel-control-prev{
	width: 50px;
	height: 50px;
	padding: 0px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.topCarousel .carousel-indicators{
	gap: 0.5rem;
}
.topCarousel .carousel-indicators [data-bs-target]{
	border: none;
	margin: 0px;
	background-color: #5b564d;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.topCarousel .carousel-indicators .active{
	background-color: #0d6efd;
}
.linkBox-wrap{
	padding: 2rem 0px;
}
.linkBox{
	display: flex;
	text-align: center;
	gap: 2rem;
}
.linkBox-showRoom{
	width: 50% !important;
	padding-bottom: 0px !important;
	height: auto !important;
}
.linkBox-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	display: flex;
}
.linkBox-showRoom .linkBox-content{
	display: flex;
}
/*.linkBox-item:hover .linkBox-content{
	background-color: rgba(0,0,0,0.3);
	display: flex;
}*/
.linkBox-showRoom.linkBox-item:hover .linkBox-content{
	/*background-color: transparent;*/
}
.linkBox-title{
	font-size: 30px;
	line-height: 1.3;
}
.linkBox-showRoom-address{
	padding: 0.75rem 5px;
	margin: 0.5rem 0px;
	/*border: 2px solid #6a552f;*/
	border: 2px solid #fff;

	border-left: none;
	border-right: none;
	line-height: 1;
}
.linkBox-group{
	flex: 0 0 auto;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.linkBox-item{
	position: relative;
	display: flex;
	position:relative;
	width: calc(50% - 1rem);
	padding-bottom: 50%;
	height: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.linkBox-item:hover .linkBox-item-bg{
	transform: scale(1.2);
}
.linkBox-item-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: 0.9s;
}
.aboutUs-title{
	font-size: 32px;
	margin-bottom: 1rem;
	color: #000;
	padding-top: 40px;
}
.aboutUs-wrap{
	padding-bottom: 3rem;
}
footer{
	background-color: #0477BF;
	padding: 2rem 0px;
	padding-bottom: 0px;
	color: #fff;
	margin-top: auto;
	padding-bottom: 30px;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-logo{
	height: 100px;
	margin-bottom: 20px;
}
.footer-title-container{
	height: 80px;
	display: flex;
	align-items: center;
}
.footer-title{
	font-size: 28px;
	position: relative;
	margin-bottom: 20px;
}
.footer-title::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}
.footer-subTitle{
	font-size: 18px;
	font-weight: bold;
}
.footer-openTime{
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 1rem;
}
.footer-contact-list{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.footer-contact-item{
	display: flex;
	gap: 0.5rem;
	align-items: center;
	font-size: 14px;
}
.footer-link-btn{
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 0.25rem;
	text-align: center;
}
.footer-link-btn:hover{
	text-decoration: none;
}
.footer-link-list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 3px;
}
.footer-social-list{
	display: flex;
	gap: 1rem;
	justify-content: center;
}
.footer-newsletter{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.footer-social{
	display: flex;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
}
.footer-link-btn:hover,.footer-social:hover{
	background-color: #fff;
	color: #0477BF;
	text-decoration: none;
}
.footer-reserved{
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-top: 1rem;
}
.header-submenu-brand-list{
	display: flex;
	flex-wrap: wrap;
}
.header-submenu-brand-item{
	padding: 0.25rem 1rem;
	width: calc(100% / 6);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.header-submenu-brand-item a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #34312a;
	padding: 1rem 0px;
}
.header-submenu-brand-item a:hover{
	color: #0477BF;
}
.mobile-footer{
	display: flex;
	height: 60px;
	align-items: center;
	font-size: 10px;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1070;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.mobile-footer-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	color: #34312a;
	gap: 3px;
}
.mobile-footer-item img{
	width: 23px;
	height: 23px;
}
.mobile-footer-item:hover{
	color: #34312a;
}
.mobile-search-modal{
	height: calc(100% - 60px);
}
.mobile-search-inp{
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #34312a;
}
.mobile-search-inp:focus{
	border-bottom: 1px solid #34312a;
}
.suggdata{
	display: flex;
}
.suggdata:hover a{
	background-color: #f8f6f1;
}
.suggdata a{
	display: flex;
	width: 100%;
	gap: 5px;
	color: #34312a;
	padding: 0.5rem 1rem;
}
.suggdata a:hover{
	color: #34312a;
}
.suggdata-title{
	flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.suggdata-type{
	font-style: italic;
	color: rgba(52,49,42,.4);
}
.search_mobile_suggest ul{
	padding: 0px;
	margin: 0px;
}
.search-modal-searchIcon{
	padding: 0px;
}
.mobile-search-modal .modal-body{
	padding: 0.5rem 0px;
}
.search__suggest{
	position: absolute;
	top:100%;
	left: 0;
	max-height: 30vh;
	width: 100%;
	margin-top:2px;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 5px 5px rgb(0,0,0,.3);
	overflow-y: scroll;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	color: #000;
}
.search__suggest.active{
	opacity: 1;
	pointer-events: auto;
}
.search__suggest ul{
	padding: 0px;
	margin: 0px;
}
.mobile-menu-btn{
	display: none;
	position: absolute;
    left: var(--bs-gutter-x,.75rem);
    top: 50%;
    transform: translateY(-50%);
	width: 26px;
	height: 26px;
	padding: 0px;
	align-items: center;
	justify-content: center;
}
.mobile-menu-modal .modal-dialog{
	width: 80%;
	max-width: 300px;
	height: calc(100% - 60px);
}
.mobile-menu-modal.modal.fade .modal-dialog{
	transform: translate(-100%, 0px);
}
.mobile-menu-modal.modal.show .modal-dialog{
	transform: none;
}
.mobile-menu-modal .modal-content{
	overflow: auto;
}
.mobile-menu-modal.mobile-sort-modal .modal-dialog{
	margin-left: auto;
}
.mobile-menu-modal.mobile-sort-modal.modal.fade .modal-dialog{
	transform: translate(100%, 0px);
}
.mobile-menu-modal.mobile-sort-modal.modal.show .modal-dialog{
	transform: none;
}
.mobile-menu-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0px;
}
.mobile-menu-logo img{
	max-width: 100px;
}
.mobile-menu-list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}
.mobile-menu-link{
	padding: 0.5rem 1rem;
	display: flex;
	color: #34312a;
	border-bottom: 1px solid #34312a;
	flex-grow: 1;
	overflow: hidden;
}
.mobile-menu-link span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mobile-menu-logo{
	border-bottom: 1px solid #34312a;
}
.mobile-menu-link:hover{
	background-color: #0477BF;
	color: #fff;
}
.mobile-menu-link.active{
	border-left: 4px solid #0477BF;
}
.mobile-menu-item-row{
	display: flex;
	width: 100%;
}
.mobile-menu-subBtn{
	border-radius: 0px;
	border-left: none;
	border-bottom: 1px solid #34312a;
	border-top: none;
	border-right: none;
}
.mobile-menu-subBtn:hover{
	background-color: #0477BF;
	color: #fff;
}
.mobile-menu-subBtn.collapsed i{
	transform: rotate(0deg);
}
.mobile-menu-subBtn i{
	transform: rotate(180deg);
	transition: transform 0.5s;
}
.mobile-menu-list .mobile-menu-list .mobile-menu-link{
	padding-left: 1.5rem;
}
.mobile-menu-list .mobile-menu-list .mobile-menu-list .mobile-menu-link{
	padding-left: 2rem;
}
.breadcrumb {
	text-transform: uppercase;
}
.breadcrumb-item a{
	color: #34312a;
}
.breadcrumb-item a:hover{
	color: #0d6efd;
}
.breadcrumb-wrap{
	padding: 1rem 0px;
}
.furniture{
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
}
.furniture-left{
	flex: 0 0 auto;
	width: calc(25% - 10px);
	color: #34312a;
}
.furniture-right{
	flex: 0 0 auto;
	width: calc(75% - 10px);
}
.furniture-left-title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.furniture-left a{
	color: #34312a;
	display: inline-block;
	width: 100%;
}
.furniture-left a:hover{
	color: #34312a;
	text-decoration: underline;
}
.furniture-menu-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.furniture-left-header{
	margin-bottom: 1rem;
}
.furniture-menu-header{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #34312a;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
	display: flex;
}
.furniture-menu-box{
	margin-bottom: 0.75rem;
}
.furniture-menu-list li a{
	display: flex;
	padding: 0.25rem 0px;
}
.furniture-product-list-type1,
.furniture-product-list-type2{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
}
.furniture-product-item{
	flex: 0 0 auto;
	width: calc(100% / 3);
	padding: 5px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.furniture-product-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s;
}
.furniture-product-img:hover{
	transform: scale(1.1);
}
.furniture-product-type1-left{
	flex: 0 0 auto;
	width: calc(100% / 3);
}
.furniture-product-type1-right{
	flex: 0 0 auto;
	width: calc(100% / 3 * 2);
	display: flex;
}
.furniture-product-list-type1 .furniture-product-item{
	width: 100%;
}
.furniture-product-name{
	color: #34312a;
	padding: 5px 0px;
}
.furniture-product-name:hover{
	color: #34312a;
}
.furniture-product-header{
	padding: 1rem 0px;
	font-weight: bold;
	font-size: 16px;
}
.furniture-brand-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
}
.furniture-brand-item{
	flex: 0 0 auto;
	width: calc(100% / 4);
	padding: 5px;
}
.furniture-brand-img{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #E1DBD1;
	padding: 1rem;
}
.furniture-brand-name-wrap{
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
	text-transform: uppercase;
}
.furniture-brand-name{
	color: #34312a;
}
.furniture-brand-name:hover{
	color: #34312a;
}

.col-content{
	flex: 0 0 auto;
	width: calc(75% - 10px);
}
.col-sidebox{
	flex: 0 0 auto;
	width: calc(25% - 10px);
}
.content-title{
	padding-bottom: 1rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1rem;
	position: relative;
}
.content-title::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #0d6efd;
	max-width: 60px;
	width: 100%;
	height: 4px;
}
.content-title.center{
	text-align: center;
}
.content-title.center::after{
	left: 50%;
	transform: translate(-50%, 0%);
}
.content-header{
	color: #0d6efd;
	font-weight: bold;
	font-size: 18px;
}
.col-content{
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 2rem;
}
.sidebox{
	border: 1px solid #0d6efd;
	padding: 0.5rem 1rem;
}
.sidebox-title{
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: 1px dashed #E1DBD1;
	font-weight: bold;
	font-size: 18px;
}
.sidebox-link-list{
	margin: 0px;
	list-style: none;
	padding: 0.25rem 0px;
}
.sidebox-link{
	display: flex;
	padding: 0.25rem 0px;
	color: #34312a;
}
.sidebox-link.active{
	color: #0d6efd;
}
.sidebox-link:hover{
	color: #0d6efd;
}
.content-wrap{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0px;
}
.catalog-list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.catalog-item{
	display: flex;
	padding: 1rem;
	background-color: #F5F3F0;
}
.catalog-item-img{
	width: 30%;
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-item-content{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.catalog-item-linkBtn{
	background-color: #fff;
	display: flex;
	padding: 0.5rem 2rem;
	border: 1px solid #0d6efd;
	color: #34312a;
	border-radius: 3px;
	font-size: 16px;
}
.catalog-item-linkBtn:hover{
	color: #0d6efd;
}
.faq-group{
	border-bottom: 1px solid #34312a;
}
.faq-group-quest{
	width: 100%;
	padding-left: 0px;
	text-align: left;
}
.faq-group-answer{
	margin-left: 1rem;
}
.faq-group-list,
.faq-group-list .btn{
	color: #0477BF;
}
.faq-group-title{
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.faq-group-title:after{
	content: '';
	position: absolute;
	right: 0.75rem;
	top: 0.375rem;
	width: 16px;
	height: 16px;
	border: 1px solid #0477BF;
	border-left: none;
	border-bottom: none;
	transition: 0.3s;
	transform: rotate(315deg);
	background-color: #fff;
}
.faq-group-title.collapsed:after{
	transform: rotate(135deg);
}
.faq-item .faq-group-quest i{
	margin-left: 10px;
	transition: 0.3s;
}
.faq-item .faq-group-quest.collapsed i{
	transform: rotate(180deg);
}
.faq-answer-content{
	padding-bottom: 0.5rem;
}
.faq-answer-content a{
	display: flex;
	color: #0477BF;
}
.faq-answer-content a:hover{
	color: #0477BF;
}
.mobile-menuPage-list{
	display: flex;
	flex-direction: column;
	padding-bottom: 70px;
}
.mobile-menuPage-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #34312a;
	padding: 1rem;
	border-bottom: 1px solid #E1DBD1;
}
.mobile-menuPage-item:hover{
	color: #34312a;
}
.mobile-menuPage-item img{
	max-width: 80px;
}
.mobile-menuPage-submenu-header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	position: sticky;
	top: 0px;
	background-color: #fff;
}
.mobile-menuPage-submenu-title{
	font-size: 18px;
}
.mobile-menuPage-submenu-back{
	position: absolute;
	top: 1rem;
	left: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #34312a;
}
.mobile-menuPage-submenu-back:hover{
	color: #34312a;
}
.singlePd-carousel{
	position: relative;
}
.singlePd-carousel .carousel-indicators{
	position: relative;
	margin: 0px;
	gap: 1rem;
}
.singlePd-carousel .carousel-indicators [data-bs-target]{
	width: 20%;
	height: auto;
	margin:10px 0px;
	border: 1px solid #fff;
}
.singlePd-carousel .carousel-indicators .active{
	border: 1px solid #34312a;
}
.singlePd-carousel .carousel-control-next, 
.singlePd-carousel .carousel-control-prev{
	background-color: #000;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.singlePd-carousel .carousel-control-next:focus, 
.singlePd-carousel .carousel-control-prev:focus{
	opacity: 0.5;
}
.singlePd-details{
	width: 100% !important;
}
.singlePd-details-title{
	font-weight: bold;
	font-size: 18px;
}
.singlePd-details-by{
	color: #68add8;
	font-style: italic;
}
.singlePd-details-brand{
	font-weight: bold;
	color: #0477BF;
	display: inline-flex;
	margin-top: 8px;
	gap: 5px;
}
.singlePd-details .row{
	margin-bottom: 20px;
}
.singlePd-details-color{
  	padding: 0px 30px;
    height: 30px;
    color: #34312a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 10px 0;
    background-color: transparent;
    border: 1px solid #b4b4b4;
}
.singlePd-details-color:hover{
	color: #0d6efd;
}
.singlePd-details-color.active{
	border: 1px solid #34312a;
}
#singlePD-modal .btn-submit{
    display: grid;
    padding-top: 0.75rem;
}
#singlePD-modal .btn-submit input{
	justify-self: flex-end;
}
#singlePD-modal .btn-submit .wpcf7-spinner{
	justify-self: center;
}
#singlePD-modal .wpcf7-response-output{
	margin-top: 0 !important;
}
.woocommerce ul.products li.product span.onsale,.singlePd-details span.onsale {
  font-size: 0.7rem;
  border-radius: 0;
  min-height: 10px;
  padding: 2px 15px;
  line-height: 18px;
  background-color: #d41f26e6;
}
.singlePd-details span.onsale{
	position: inherit;
	font-size: 0.85rem;
  padding: 4px 20px;
  line-height: 20px;

}
.woocommerce ul.products li.product span.specail-item,.singlePd-details span.specail-item {
  font-size: 0.7rem;
  border-radius: 0;
  min-height: 10px;
  padding: 2px 15px;
  line-height: 18px;
  background-color: #a569bd;
  color: #fff;
}

.product-item-label{
	position: absolute;
	right: 0;
	top: 0;
}

.singlePd-details span.specail-item{
	position: inherit;
	font-size: 0.85rem;
  padding: 4px 20px;
  line-height: 20px;
  color: #ffff;
  background-color: #a569bd;
}
.product-item-label span.onsale{
	position: static;
}

.product-item-label span:nth-child(2){
	margin-left: 10px;
}

/*input.product-variation{
	padding: 0px 30px;
	height: 30px;
	color: #34312a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 10px 0;
	border: 2px solid #b4b4b4;
	background-color: transparent;
	cursor: pointer;
}
input.product-variation:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}
*/

/*.radio {
	background: #454857;
	padding: 4px;
	border-radius: 3px;
	box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
		0 0 0 3px rgba(185, 185, 185, 0.3);
	position: relative;
}*/

input.product-variation{
	width: auto;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 30px;
  display: inline-flex;
  justify-content: center;
  border: 2px solid #b4b4b4;
  margin: 0 10px 10px 0;
  cursor: pointer;
  color: #34312a;
  transition: all 100ms linear;
}

input.product-variation:checked {
	border-color: #0477BF;
}

input.product-variation:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}

input.product-variation:hover {
	border-color: #0477BF;
}

input.product-variation[type="checkbox"]:disabled{
  border: 2px solid #d9d7d7;
  color: #d9d7d7;
	cursor: not-allowed;
}

/*input.product-variation--selected{
	border-color: #0477BF;
}*/

.singlePd-row{
	display: flex;
	/*gap: 5rem;*/
	padding-bottom: 30px;
	justify-content: space-between;
}
.singlePd-left,
.singlePd-right{
	width: calc(50% - 2.5rem);
}
.singlePd-left .woocommerce-product-gallery{
	width: 100% !important;
}

.meo-product-gallery .owl-item img{
  padding-left: 30px;
  padding-right: 30px;
}

.meo-product-gallery .owl-prev,.meo-product-gallery .owl-next{
 	position: absolute;
	top: 50%;
	display: block !important;
  border:0px solid black;
  font-size: 80px !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  transform: translateY(-50%);
}

.meo-product-gallery .owl-prev.disabled,.meo-product-gallery .owl-next.disabled{
	cursor: not-allowed;
}

.meo-product-gallery.owl-carousel .owl-nav button.owl-prev{
	padding-bottom: 0 !important;
}

.meo-product-gallery .owl-next{
	right: 0;
}
.meo-product-gallery .owl-stage{
	display: flex;
	align-items: center;
}
.meo-gallery-nav{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.meo-gallery-nav .owl-stage{
	display: flex;
	justify-content: center;
}
.meo-gallery-nav .owl-item{
	cursor: pointer;
}
.meo-gallery-nav .owl-prev,.meo-gallery-nav .owl-next{
 	position: absolute;
	top: 50%;
	display: block !important;
  border:0px solid black;
  font-size: 70px !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  transform: translateY(-50%);
}

.meo-gallery-nav.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: unset;
	opacity: .5;
}

.meo-gallery-nav.owl-carousel .owl-nav button.owl-prev{
	left: -5px;
	padding-bottom: 0 !important;
}

.meo-gallery-nav .owl-next{
	right: -5px;
}

.meo-gallery-nav .owl-item{
    padding: 10px;
    display: flex;
    align-items: center;
}

.owl-item.current{
  border: 1px solid;
}

/*.meo-product-gallery .owl-prev:hover,.meo-product-gallery .owl-prev:hover{
	background-color: unset !important;
}*/




.woocommerce div.product form.cart .variations{
	margin-left: 12px;
	width: calc(100% - 12px);
}
.woocommerce div.product form.cart .variations label{
	padding-right: 20px;
}

.rtwpvg-images{
	max-width: 100% !important;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-4{
	grid-template-columns: repeat(5,1fr);
}
.singlePd-details-thead{
	font-weight: bold;
	font-size: 16px;
}
.singlePd-details-stockDetails hr{
	color:#ddd;
	opacity: 1;
	margin-top: 0.5rem;
	margin-left: calc(var(--bs-gutter-x)/ 2);
	margin-right: calc(var(--bs-gutter-x)/ 2);
	width: calc(100% - var(--bs-gutter-x));
}
.singlePd-details-stockDetails>.col-4{
	border-right: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.singlePd-details-stockDetails>.col-4:last-child{
	border-right: none;
}
.singlePd-stockDetails-text{
	height: 25px;
	line-height: 25px;
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.singlePd-details-stockDetails-thead{
	margin-bottom: 8px;
}
.inputNum-group{
	display: flex;
}
.inputNum-group input{
	border: none;
	box-shadow: none;
	outline: none;
	width: 80px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
}
.inputNum-btn{
	background-color: #dedddb;
	position: relative;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.inputNum-minus::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #34312a;
	height: 1px;
	width: 50%;
}
.inputNum-plus::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #34312a;
	height: 1px;
	width: 50%;
}
.inputNum-plus::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #34312a;
	height: 50%;
	width: 1px;
}
.singlePd-addCart-btn{
	background-color: #0477BF;
	color: #fff;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.singlePd-addCart-btn:hover,button.form-control.singlePd-addCart-btn:focus{
	background-color: #0d6efd;
	color: #fff;
}
.singlePd-addCart{
	padding: 1rem 0px;
}
.singlePd-addCart-form hr {
  color: #9c9994;
  opacity: 1;
  margin-left: calc(var(--bs-gutter-x)/ 2);
  margin-right: calc(var(--bs-gutter-x)/ 2);
  width: calc(100% - var(--bs-gutter-x));
}
.singlePd-collapse-btn{
	display: flex;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	position: relative;
	padding: 0px;
	border: none;
	align-items: center;
	overflow: hidden;
}
.singlePd-collapse-btn.collapsed .singlePd-collapse-span{
	transform: rotate(0deg);
}
.singlePd-collapse-btn .singlePd-collapse-span{
	transform: rotate(45deg);
}
.singlePd-collapse-btn p{
	width: 88%;
	flex: 0 0 auto;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 2px;
}
.singlePd-collapse-span{
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: auto;
}
.singlePd-collapse-span::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #34312a;
}
.singlePd-collapse-span::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #34312a;
}
.singlePd-moreDetails-collapse{
	border-bottom: 1px solid #34312a;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 0px;
}
.singlePd-collapse-content{
	padding-top: 1rem;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.7;
}
.singlePd-wrap{
	margin-bottom: 3rem;
}
.projectCarousel{
	position: relative;
}
.projectCarousel .owl-carousel-item{
	position: relative;
}
.projectCarousel .owl-nav{
	/*display: none;*/

	position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.projectCarousel .owl-prev {
    /*width: 15px;*/
    /*height: 100px;*/
    position: absolute;
    top: 50%;
    /*margin-left: -20px;*/
    display: block !important;
    border:0px solid black;
}

.projectCarousel .owl-next {
    /*width: 15px;*/
    /*height: 100px;*/
    position: absolute;
    top: 50%;
    right: 0 !important;
    display: block !important;
    border:0px solid black;
}
.projectCarousel .owl-prev, .projectCarousel .owl-next{
	font-size: 80px !important;
  margin: 0 !important;
  color: #fff !important;
  transform: translateY(-50%);

}

.projectCarousel.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	padding: unset !important;
	padding-bottom: 10px !important;
}
.projectCarousel.owl-theme .owl-nav [class*=owl-]:hover{
	 /*background-color: blue !important;*/

}
.projectCarousel .owl-prev i, .projectCarousel .owl-next i {transform : scale(1,6); color: #ccc;}

.projectCarousel .owl-item.active .projectCarousel-content{
	display: block;
}
.projectCarousel-itemWrap{
	display: flex;
}
.projectCarousel-content{
	color: #fff;
	display: none;
	animation: fadein 2s;
}

.project-gallery{
	padding-top: 10px;
  padding-bottom: 20px;
}

.project-gallery .justified-gallery > a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.project-gallery .justified-gallery > a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.project-gallery .justified-gallery > a:hover .gallery-poster > img {
  opacity: 1;
}
.project-gallery .justified-gallery > a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}
.project-gallery .justified-gallery > a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}
.project-gallery .justified-gallery > a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.project-gallery .video .gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.project-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .project-gallery {
  padding-bottom: 80px;
}
#project-thumbnials .project-gallery a {
  width: 120px;
  height: 120px;
}
.project-btn{
	padding: 10px;
	background-color: #0677bf;
	border: 1px solid #0677bf;
	color: #ffff;
	display: block;
	width: 145px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: unset;
}
.project-btn:hover{
	background-color: #fff;
	color: #0677bf;

}
.list-project{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.project-item{
	width: calc(25% - 1.5rem);
	position: relative;
}
.project-item figure{
	background-color: #0677bf;
	margin: 0;
}
.project-item figure img{
	opacity: 1;
}
.project-item:hover figure img{
	opacity: 0.4;
	-webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.project-item-content-title{
	opacity: 0;
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 0 20px;
	text-decoration: underline;
	text-underline-offset: 6px;
}
.project-item:hover .project-item-content-title{
	opacity: 1;
	-webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.project-item-content a{
	color: #fff;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.projectCarousel-content-col{
	background-color: #0477BF;
	width: 35%;
	display: flex;
	align-items: center;
	padding-left: 2rem;
}
.projectCarousel-img-col{
	width: 75%;
}
.projectCarousel-content>*{
	margin-bottom: 1rem;
}
.projectCarousel-content>*:last-child{
	margin-bottom: 0px;
}
.projectCarousel-content-title{
	font-size: 37px;
	line-height: 1.2;
}
.projectCarousel-content-title a{
	color: #fff;
}
.projectCarousel-content-linkBtn{
	background-color: #fff;
	color: #34312a;
	display: inline-block;
	padding: 0.5rem 1.5rem;
	letter-spacing: 1px;
	text-shadow: none;
	border: 1px solid #fff;
}
.projectCarousel-content-linkBtn:hover{
	background-color: #0477BF;
	color: #fff;

}
.projectCarousel .owl-dots{
	justify-content: flex-start;
	margin-left: 1rem;
	position: absolute;
	left: 0px;
	bottom: 1rem;
}
.projectCarousel .owl-dots .owl-dot{
	border: none;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 10px;
	position: relative;
	background-color: #fff;
}
.projectCarousel .owl-dots .owl-dot span{
	display: none;
}
.projectCarousel .owl-dots .owl-dot::before{
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	border-radius: 50%;
}
.projectCarousel .carousel-indicators .active::before{
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	border-radius: 50%;
}
.projectCarousel .owl-dots .owl-dot.active::before{
	border-color: #fff;
}
.projectTrending-wrap{
	margin-top: 2rem;
}
.projectTrending{
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.projectTrending-title{
	font-size: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}

.projectTrending-title::after{
	content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #5b564d;
  max-width: 60px;
  width: 100%;
  height: 4px;
  left: 50%;
    transform: translate(-50%, 0%);
}
.projectTrending-item{
	text-align: center;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.projectTrending-item:hover{
	color: #0477BF;
}
.projectTrending-item img{
	max-width: 150px;
	margin: 0 auto;
}
.projectTrending-list{
	position: relative;
}

.projectTrending-list .owl-stage{
	display: flex;
	align-items: center;
    justify-items: center
}
.owl-carousel.projectTrending-list:hover  .owl-nav{
	display: block;
}
.owl-carousel.projectTrending-list  .owl-nav{
	display: none;
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-next{
	right: 10px;
	left: auto;
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-prev{
	right: auto;
	left: 10px;
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-next,
.owl-carousel.projectTrending-list  .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	background-color: #0477BF;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transform: translateY(-50%);
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-next::before,
.owl-carousel.projectTrending-list  .owl-nav button.owl-prev::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	height: 30%;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-next::before{
	transform: translate(-75%, -50%) rotate(-135deg);
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-prev::before{
	transform: translate(-25%, -50%) rotate(45deg);
}
.owl-carousel.projectTrending-list  .owl-nav button.owl-next span,
.owl-carousel.projectTrending-list  .owl-nav button.owl-prev span{
	display: none;
}

.single-project .lg-outer{
/*	padding-bottom: 20px;*/

}
.product-group{
	margin-bottom: 1rem;
}
.product-group-title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1rem;
}
.product-list-item{
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1;
	gap: 10px;
	margin-bottom: var(--bs-gutter-x);
}
.product-list-quicklook{
	font-size: 15px;
	color: #34312a;
}
.product-list-quicklook:hover{
	color: #34312a;
}
.product-list-name{
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	color: #34312a;
}
.product-list-name:hover{
	color: #34312a;
}
.product-list-brand{
	color: rgba(87,65,52,.6);
}
.product-list-brand::before{
	content: 'by ';
}
.product-list-brand:hover{
	color: rgba(87,65,52,.6);
}
.product-list-attri{
	display: flex;
	justify-content: space-between;
}
.product-list-img{
	overflow: hidden;
}
.product-list-img img{
	transition: 0.5s;
	width: 100%;
}
.product-list-img:hover img{
	transform: scale(1.1);
}

/*temp*/

.woocommerce-ordering{
	display: none;
}
.product-group-all{
	background-color: #0477BF;
	color: #fff;
	width: 100%;
	display: block;
	padding: 0.5rem 5px;
	border-radius: 5px;
	text-align: center;
}
.product-group-all:hover{
	color: #fff;
}
.product-list-item-promotion{
	position: relative;
}
.product-list-item-promotion::before{
	content: 'Promotion';
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 1;
	background-color: #D8353B;
	padding: 5px 15px;
	color: #fff;
	z-index: 1;
}

.product-list-item-sepcail{
	position: relative;
}
.product-list-item-sepcail::before{
	content: 'Sepcail';
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 1;
	background-color: #a569bd;
	padding: 5px 15px;
	color: #fff;
	z-index: 1;
}
.container-advise{
	max-width: 800px;
}
.advise-form-row{
	padding: 0 0 2rem 0;
	align-items: center;
	font-size: 14px;
}
.advise{
	text-align: center;
	padding: 4rem 0px;
}
.advise-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2rem;
}
.advise-form-textLabel{
	text-align: right;
	padding-right: 0px;
}
.advise-form-row select,
.advise-form-row input{
	border-color: #0477BF;
	border-radius: 4px;
}
.advise-form-row select:focus,
.advise-form-row input:focus{
	border-color: #000;
}
/*.advise-submit-row{
	display: flex;
	justify-content: flex-end;
}*/

.advise-form-row.advise-submit-row{
	padding-bottom: 0;
}

.advise-submit-row .btn-submit{
	background-color: #0477BF;
	color: #fff;
	height: 35px;
	padding: 0px 3rem;
	display: flex;
	align-items: center;
	font-size: 18px;
	float: right;
	clear: both;
}

.advise-submit-row .btn-submit:hover{
	color: #fff;
}

.advise-submit-row .wpcf7-spinner{
	display: block;
	clear: both;
	margin: 0 auto;
}

.advise-right .wpcf7-form .wpcf7-response-output{
	margin-top: 0;
}

.imgContentBox-wrap{
	padding-bottom: 2rem;
}

.imgContentBox-content>*{
	margin-bottom: 0.5rem;
}

.listPd-menu-header{
	padding: 0px 0px 1.5rem 0px;
	margin-bottom: 0px;
}

.listPd-wrap .furniture-menu-box{
	margin-bottom: 0px;
}

.listPdFilter-collapse-content{
	margin: 0.5rem 0px 0px 0px;
}

.listPdFilter-list{
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-bottom: 35px; /*show hide btn*/
	position: relative;
}

.listPdFilter-list a{
	color: #5b564d;
	width: 100%;
	padding: 0 1rem;
}

.listPdFilter-subList label{width: 100%}

.listPdFilter-subList .listPdFilter-item-header{
	color: #34312a;
  padding: 0.5rem 0px;
  font-weight: bold;
}
.listPdFilter-subList .listPdFilter-item-header,.listPdFilter-subList a{
	padding-left: 30px;
	padding-right: 30px;
}
.listPdFilter-subList a:hover, .listPdFilter-subList a.active {
    text-decoration: none;
    background-color: #0477bfe8;
    color: #fff;
}
#mobileFilter .listPdFilter-subList a.active, #mobileFilter .listPdFilter-subList a:hover{
	color: #0477bfe8;
	background-color: transparent;
}
.listPdFilter-subList>label:hover>.listPdFilter-item-text,
.listPdFilter-subList>label:hover>.listPdFilter-item-text a,
.listPdFilter-list>label:hover>.listPdFilter-item-text,
.listPdFilter-list>label:hover>.listPdFilter-item-text a{
	background-color: #0477BF;
	color: #fff !important;
}

#mobileFilter .listPdFilter-subList a{
	padding-left: 15px;
	padding-right: 0;
}
#mobileFilter div[id^="submenu-"] .listPdFilter-subList a{
	padding-left: 25px;
}
#mobileFilter div[id^="submenu-subment-"] .listPdFilter-subList a{
	padding-left: 30px;
	
}

.listPdFilter-list.show>label{
	display: inline-block;
}	
.listPdFilter-subList{

}



.listPdFilter-list .action-more,
.listPdFilter-list .action-hide{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	color: #0477BF;
}

.listPdFilter-list .action-hide{
	display: none;
}

.listPdFilter-list.show .action-hide{
	display: flex;
}
.listPdFilter-item-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.listPdFilter-item-wrapper>label{
	flex: 1 0 auto;
    width: auto;
}
.listPdFilter-item-wrapper .listPdFilter-item-collapse{
	width: 100%;
	flex: 0 0 auto;
}



.listPdFilter-list>label,
.listPdFilter-list>.listPdFilter-item-wrapper{
	display: none;
	position: relative;
}
.listPdFilter-subList>label{
	position: relative;
}
.listPdFilter-list>label:nth-child(-n + 4){
	display: inline-block;
}
.listPdFilter-list>.listPdFilter-item-wrapper:nth-child(-n + 4){
	display: inline-flex;
}
.listPdFilter-list>label:has(input:checked){
 display: inline-block;
}

.listPdFilter-list>.listPdFilter-item-wrapper:nth-child(-n + 4){
	display: inline-flex;
}

.listPdFilter-list>.listPdFilter-item-wrapper:has(input:checked){
	display: inline-flex;
}

.listPdFilter-subList{
	display: none;
	position: absolute;
	top: 0px;
	background: #fff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
	z-index: 1;
	left: 50%;
	min-width: 750px;
	padding: 1.5625vh 1vw;
	flex-direction: column;
	flex-wrap: wrap;
}

.listPdFilter-list>label:hover>.listPdFilter-subList{
	display: flex;
	text-decoration: none;
}
.listPdFilter-subList>label:hover>.listPdFilter-subList{
	display: flex;
}

.listPdFilter-item{
	width: 0px;
	height: 0px;
    display: none;
}

.listPdFilter-item~.listPdFilter-item-text{
	padding: 0.25rem 0;
	cursor: pointer;
}
.listPdFilter-item~.listPdFilter-item-text{
	padding-right: 0;
}
.listPdFilter-item-text{
/*	padding: 0px 1rem;*/
	line-height: 30px;
	cursor: pointer;
}
.listPdFilter-list>label:hover .listPdFilter-item-text a{
	text-decoration: none;
	color: #fff;
}

.listPdFilter-sub-item-text{
	line-height: 30px;
	cursor: pointer;
}


.listPdFilter-item:hover~.listPdFilter-item-text{
	color: #000 !important;
	text-decoration: none !important;
}
.listPdFilter-item:checked:hover~.listPdFilter-item-text{
	color: #fff !important;
	text-decoration: none !important;
}
.listPdFilter-item:checked~.listPdFilter-item-text,
.listPdFilter-item:checked~.listPdFilter-item-text a{
	background-color: #0477BF;
	color: #fff;
}

.desktop-filter .listPdFilter-list>label:hover .listPdFilter-item-text a{
	color: #5b564d;
}

.desktop-filter .listPdFilter-list>label:hover .listPdFilter-item-text a.active,.desktop-filter .listPdFilter-list>label:hover .listPdFilter-item-text a:hover{
	color: #fff;
}


/*#5b564d*/
.listPd-sort-container{
	display: flex;
	font-size: 14px;
	align-items: center;
	height: 49px;
}
.listPd-sort-wrapper{
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 3rem;
}
.listPd-sort-wrapper .form-select{
	font-size: 14px;
	border-radius: 0px;
	line-height: 1;
}
.listPd-mobileFilter{
	display: none;
	gap: 1rem;
}
.listPd-mobileFilter-btn{
	width: 70%;
	background-color: #0477BF;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #0477BF;
}
.listPd-mobileFilter-btn:hover{
	background-color: transparent;
	color: #0477BF;
}
.mobile-sort-modal .listPd-menu-header,
.mobile-filter-modal .listPd-menu-header{
	padding: 1.5rem 1rem;
}
.mobile-filter-modal .singlePd-collapse-btn{
	padding: 0px 1rem;
}
.pagination-nav{
	display: flex;
}
.pagination-nav .pagination{
	margin-left: auto;
}
.page-link{
	border: none;
	background: transparent !important;
	color: #000;
}
.page-link:hover,
.page-item.active .page-link{
	color: #0477BF;
	text-decoration: underline;
}
.page-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.offices,
.writeUs{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.offices hr,
.writeUs hr{
	margin: 0px !important;
}
.contact-form{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.contact-row{
	display: flex;
	gap: 1.5rem;
}
.contact-form .form-control{
	padding: 0.75rem 1.5rem;
	font-size: 16px;
}
.contact-form .btn{
	border-radius: 5px;
	background-color: #0477BF;
	color: #fff;
	padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
}
.contact-form .btn:hover{
	background-color: #0d6efd;
}
.contact-form .btn:hover i{
	color: #0d6efd;
}
.contact-form .btn i{
	color: #0477BF;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactSecond-wrapper{
	padding-top: 2rem;
}
.contact-form .wpcf7-form-control-wrap{
	width: 100%;
}
.contact-form .wpcf7-spinner{
  margin: 0 auto;
  margin-top: 10px;
}
.contact-form .wpcf7-response-output{
	margin: 0.5em !important;
}

.offices-icon{
	display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  margin-bottom: 0.5rem;
	color: #0477BF;
}
.offices-title{
    margin-bottom: 0.5rem;
	font-size: 18px;
	font-weight: bold;
}
.offices-grid>*{
	margin-bottom: 2rem;
}
.row.offices-grid a{
	color: #5b564d;
}
/*.marquee-container {*/
/*  height: 20px;*/
/*  overflow: hidden;*/
/*  line-height: 20px;*/
/*}*/
/*.marquee-container .marquee {*/
/*  top: 0;*/
/*  left: 100%;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  position: absolute;*/
/*  white-space: nowrap;*/
/*  animation: marquee 28s linear infinite;*/
/*}*/
/*.marquee:hover{*/
/*    animation-play-state: paused;*/
/*}*/
/*.marquee-container b {*/
/*  padding-left: 10px;*/
/*}*/

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
/*webkit*/
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
	.search-mobile-btn{
		display: flex;
		position: absolute;
		right: var(--bs-gutter-x,.75rem);
		top: 50%;
		transform: translateY(-50%);
	}
	.header-menu-wrap{
		display: none;
	}
	.header-right{
		display: none;
	}
	.header{
		height: auto;
		order: 0;
	}
	.header-container{
		padding: 10px 0px;
	}
	.top-notification{
		order: 1;
	}
	.header-logo-row{
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.mobile-footer{
		display: flex;
	}
	footer{
		padding-bottom: 55px;
	}
	.linkBox{
		flex-direction: column;
	}
	.linkBox-showRoom{
		width: 100% !important;
		padding-bottom: 60% !important;
	}
	.linkBox-group{
		width: 100%;
	}
	.mobile-menu-btn{
		display: flex;
	}
	.furniture-left{
		display: none;
	}
	.furniture-right{
		width: 100%;
	}
	.furniture-product-item{
		width: calc(50%);
	}
	.furniture-product-type1-right{
		width: 100%;
	}
	.furniture-product-type1-left{
		width: 100%;
	}
	.furniture-brand-item{
		width: calc(100% / 2);
	}
	.col-sidebox{
		display: none;
	}
	.col-content{
		width: 100%;
	}
	.catalog-item{
		flex-direction: column;
	}
	.catalog-item-img{
		width: 100%;
		max-width: 100%;
	}
	.header-logo-img{
		max-width: 50px;
	}
	.content-title{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content-title::after{
		left: 50%;
		transform: translate(-50%);
	}
	.singlePd-row{
		flex-direction: column;
		gap: 2rem;
	}
	.singlePd-left, .singlePd-right{
		width: 100%;
	}
	.singlePd-carousel .carousel-indicators{
		margin: 0.5rem 0px;
		border: 1px solid #34312a;
		border-left: none;
		border-right: none;
	}
	.projectCarousel-content-subTitle{
		display: none;
	}
	.advise-form-textLabel{
		text-align: left;
		padding-right: calc(var(--bs-gutter-x)/ 2);
	}
	.imgContentBox-right{
		margin-top: 1rem;
	}
	.listPd-sort-wrapper{
		display: none;
	}
	.listPd-mobileFilter{
		display: flex;
		justify-content: center;
	}
	.footer-logo{
		text-align: center;
	}
	.blog-sidebox .content-title{
		justify-content: flex-start;
	}
	.blog-sidebox .content-title::after{
		left: 0px;
		transform: none;
	}
	.blog-container{
		gap: 1rem;
	}
	.listPdFilter-subList{
		display: flex;
		position: relative;
		top: 0px;
		box-shadow: none;
		left: 0px;
		min-width: initial;
		padding: 1.5625vh 1vw;
/*		background-color: #0477BF;*/
	}
    .listPdFilter-subList>.listPdFilter-item-wrapper,
	.listPdFilter-subList>label{
		background-color: #fff;
		width: 100%;
	}
	.listPdFilter-item-text{
		display: flex;
		justify-content: space-between;
	}
	.listPdFilter-list>label:hover>.listPdFilter-item-text i{
		color: #fff;
	}
}
.login_wrap{
	margin-bottom: 1rem;
}
.login_box{
	position: relative;
	display: flex;
}
.login_left_wrap{
	color: #fff;
	border-bottom-left-radius: min(1vw,10px);
	border-top-left-radius: min(1vw,10px);
	border-right: none;
	padding: 0;
	flex: 0 0 20%;
}
.login_left_wrap a,
.login_left_wrap a:hover{
	color: #fff;
}
.login_left_wrap .accordion-button:not(.collapsed) i,
.login_left_wrap .accordion-button:not(.collapsed){
	color: #fff;
}
.login_left_top-title{
	font-weight: bold;
	letter-spacing: 1px;
}
.login_left_top-title-wrap{
	border-top-left-radius: min(1vw,10px);
	display: flex;
	align-items: center;
}
.account_leftmenu-wrap,
.login_left_top-title-wrap,
.login_left_bot-footer,
.login_left_top-btnlogin-wrap,
.login_left_bot-btnsignup-wrap{
	background-color: #0477BF;
}
.login_left_top-title-wrap,
.login_left_bot-footer{
	padding: min(4vw,20px);
}
.login_left_top-wrap,
.login_left_bot-wrap{
	height: 50%;
}
.login_left_bot-wrap.active .login_left_btn,
.login_left_top-wrap.active .login_left_btn{
	background-color: #fff;
	color: #0477BF;
	border-top-left-radius: min(2vw,15px);
	border-bottom-left-radius: min(2vw,15px);
	border-left: 1px solid #0477BF;
}
.login_left_top-wrap.active .login_left_top-title-wrap{
	border-bottom-right-radius: min(2vw,15px);
}
.login_left_top-avatar{
	width: 60px;
}
.login_left_top-avatar img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
}
.account_leftmenu-wrap ul li{
	list-style-type: none;
}
.account_leftmenu-wrap .accordion-item,
.account_leftmenu-wrap .accordion-button{
	background-color: #0477BF;
}
.account_leftmenu-wrap .accordion-button::after{
	background-image: none;
}
.account_leftmenu-wrap .accordion-collapse ul li .account_leftmenu-item{
	display: flex;
	padding: 0.5rem 1rem;
}
.account_leftmenu-item{
	color: #fff;
	display: inline-block;
}
.account_leftmenu-item.active{
	background-image: linear-gradient(to right, transparent , #FFF8EC);
	width: 100%;
}
.login_left_bot-footer{
	border-bottom-left-radius: min(1vw,10px);
}
.login_left_bot-wrap.active .login_left_bot-footer{
	border-top-right-radius: min(2vw,15px);
}
.login_right_wrap{
	padding-top: min(10vw,100px);
	padding-bottom: min(10vw,100px);
	padding-left: var(--bs-gutter-x,.75rem);
	padding-right: var(--bs-gutter-x,.75rem);
	flex-grow: 1;
	width: 100%;
}
.login_box .login_right_wrap{
	border: 1px solid #A29F9B;
	border-top-right-radius: min(1vw,10px);
	border-bottom-right-radius: min(1vw,10px);
	border-left: none;
}
.account_info_form-wrap{
	max-width: 400px;
	width: 100%;
}
.login_mobile-wrap,
.account_info_form-wrap,
.account_right-wrap,
.signup_right_form-wrap,
.login_right_form-wrap{
	position: relative;
}
.account_h2-red{
	color: #0477BF;
	font-weight: bold;
	font-size: 20px;
}
.inpcolor-1 *{
	color: #000;
}
.inpcolor-1 input::placeholder{
	color: #CEC9C0;
}
.inpcolor-1 input:focus{
	color: #000;
}
.account-textcolor{
	color: #CEC9C0;
}
.form-check{
	display: flex;
	align-items: center;
	gap: 5px;
}
.form-check-input{
	margin-top: 0px;
}
.form-checkout input[type='checkbox']:checked,
.form-check-input:checked{
	background-color: #0477BF;
	border-color: #0477BF;
}
.form-check-input[type='radio']:checked ~ label{
	color: #0477BF;
}
.form-check-input[type='checkbox']{
	width: 30px;
	height: 30px;
}
.form-select,
.form-select option,
.form-check-input,
.form-check-label{
	cursor: pointer;
}
.signup_right .select2-container .select2-selection--single{
	height: unset;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.signup_right .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: unset ;
}
.form-check-label{
	display: flex;
	align-items: center;
}
.form-check-label-small{
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 5px;
	line-height: 1;
}
.form-check-label-small .form-check-input[type="checkbox"]{
	width: 18px;
	height: 18px;
}
.login-btnLogin{
	border: 1px solid #0477BF;
	width: 100%;
	margin: min(6vw,30px) 0px;
	background-color: #0477BF;
	color: #fff;
	padding: min(3vw,10px) 0px;
	border-radius: 10px !important;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-btnLogin:hover{
	color: #fff;
}
.account_right-wrap{
	width: 100%;
	max-width: 600px;
}
.account_bill_tab{
	font-size: min(16px,4vw);
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	border: none;
	clear: both;
	padding-bottom: 1px;
}
.account_bill_tab .nav-item{
	display: inline-block;
}
.account_bill_tab .nav-item .nav-link{
	padding: min(1vw,5px) min(2vw,10px);
	border: none;
	color: #CEC9C0;
	border-bottom: 1px solid #A29F9B;
}
.account_bill_tab .nav-item .nav-link.active{
	color: #0477BF;
	border-bottom: 1px solid #0477BF;
	background-color: transparent;
	font-weight: bold;
}
.billitems.search--wrap{
	border-bottom: 1px solid #A29F9B;
}
.billitems .search{
	width: 100%;
}
.billitems .search--inp{
	border: 1px solid #A29F9B;
	border-right: none;
}
.account_bill_list{
	max-height: 500px;
	overflow-y:auto;
	overflow-x: hidden;
}
.account_bill_list .account_bill_item{
	list-style-type: none;
	border-bottom: 1px solid #000;
	font-size: min(4vw, 16px);
}
.account_bill_list .account_bill_item:last-child{
	border-bottom: none;
}
.account_bill_list .account_bill_item-img{
	width: 80px;
	border: 1px solid #000;
}
.account_bill_list .account_bill_item-img img{
	width: 100%;
}
.del-small{
	font-size:12px;
}
.price-text{
	color: #0477BF;
	font-weight: 500;
	font-size: min(5vw,24px);
}
.billdetail-btn,
.buy-btn{
	background-color: #0477BF;
	padding: min(1vw,10px) 0px;
	border: 1px solid #0477BF;
	font-weight: 500;
}
.billdetail-btn{
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #0477BF;
	color: #0477BF;
}
.account-bill-none{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3rem 0px;
	gap: 1rem;
}
.login_left_top-btnlogin-wrap{
	border-bottom-right-radius: min(2vw,15px);
}
.login_left_btn{
	padding: min(4vw,20px) min(2vw,10px);
	width: min(25vw,150px);
	color: #fff;
}
.login_left_bot-btnsignup-wrap{
	border-top-right-radius: min(2vw,15px);
}
.login_right{
	max-width: 400px;
	position: relative;
	width: 100%;
}
.login_right.signup_right{
	max-width: 800px;
}
.button--fb{
	background-color: #39599F;
	color: #fff;
	border: 1px solid #39599F;
}
.button--fb i{
	color: #fff;
}
.button--fb:hover{
	color: #fff;
}
.button--gg{
	background-color: #0477BF;
	color: #fff;
}
.button--gg i{
	color: #fff;
}
.button--gg:hover{
	color: #fff;
}
.button--zl{
	background-color: #fff;
	color: #000;
	border: 1px solid #0080C7;
}
.button--zl:hover{
	color: #000;
}
.button--tw{
	background-color: #66CCFF;
}
.button--tw i{
	color: #fff;
}
.button--pin{
	background-color: #CA212A;
}
.button--pin i{
	color: #fff;
}
.button--mail{
	background-color: #3B8DBD;
}
.button--mail i{
	color: #fff;
}
.login_form_another-zl,
.login_form_another-gg,
.login_form_another-fb{
	width: 100%;
	padding: min(1vw,5px) 0px;
	border-radius: min(1vw,5px);
}
.login_form_another-zl .icon,
.login_form_another-gg i,
.login_form_another-fb i{
	width: 30%;
}
.login_form_another-zl span,
.login_form_another-gg span,
.login_form_another-fb span{
	width: 70%;
}
.login_form_another-zl .icon{
	text-align: center;
}
.login_form_another-zl .icon img{
	height: 27px;
}
.login_form_another-gg{
	background-color: #EA4335;
	color: #fff;
	width: 100%;
}
.login_orText{
	text-align: center;
	margin: 20px;
}
.error{
	color: red !important;
	font-size: smaller;
	letter-spacing: 1px;
}
.account_manage_infobox{
	border: 1px solid #000;
	border-radius: min(1vw,5px);
	padding: min(2vw,15px) min(3vw,20px);
	margin:  min(2vw,15px) 0px;
}
.account_manage_infobox-left{
	flex: 0 0 70%;
}
.account_manage_infobox-right{
	flex: 0 0 30%;
	text-align: right;
}
.account_manage_infobox-left{
	flex: 0 0 70%;
}
.account_manage_infobox-right{
	flex: 0 0 30%;
	text-align: right;
}

.search--inp {
    border-radius: 50em;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    padding-left: 1rem;
}

.inpcolor-1 *{
	color: #000;
}
.inpcolor-1 input::placeholder{
	color: #CEC9C0;
}
.inpcolor-1 input:focus{
	color: #000;
}
.account-textcolor{
	color: #CEC9C0;
}
.signup_right_form-wrap,
.signup_right_form-wrap .form-control,
.signup_right_form-wrap .form-select{
	font-size: 13px;
}
.signup_right_form-smallTitle{
	font-size: 16px;
	font-weight: bold;
}
.signup_right_form-smallTitle small{
	font-size: 12px;
}
.inputIcon{
	border-radius: 0.15rem;
	border: 1px solid #ced4da;
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
}
.inputIcon input{
	border: none;
	padding: 0px;
}
.showPass{
	cursor: pointer;
}
.tooltip.show * {
	text-align:left;
}
.login_form_gotologin{
	font-size: 16px;
}
.inp-error{
	color: red !important;
	font-size: smaller;
	letter-spacing: 1px;
	display: none;
}
.inp-error.show{
	display: block;
}
.blog-container{
	display: flex;
}
.blog-content-date{
	font-size: 13px;
	font-style: italic;
}
.blog-content{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.blog-content-img{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
}
.blog-related-list{
	display: flex;
	gap: 1rem;
	flex-direction: column; 
}
.blog-related-item{
	display: flex;
	gap: 10px;
	width: 100%;
}
.blog-related-img{
	width: calc(35% - 10px);
	flex: 0 0 auto;
}
.blog-related-img:hover{
	opacity: 0.5;
}
.blog-related-item-content{
	width: calc(65% - 10px);
	flex: 0 0 auto;
}
.blog-related-title{
	/*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 100%;
    display: block;
}
.listBlog-item-date{
	margin-top: auto;
}
.listBlog-item-content{
	display: flex;
	flex-direction: column;
}
.txt-threeLines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.listBlog-list{
	gap: 1rem;
	flex-direction: column;
}
.listBlog-item{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 1rem;
}
.listBlog-img img{
	border-radius: 5px;
}
.listBlog-img:hover{
	opacity: 0.5;
}
.listBlog-sidebox{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.listBlog-tag-list{
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.listBlog-tag-list a{
	display: flex;
	padding: 2px 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
}
.listBlog-tag-list a:hover{
	border-color: #0080C7;
}
.listBlog-wrapper .pagination-nav{
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}
.listBlog-wrapper .pagination{
	margin-left: 0px;
}
.listBlog-item-title{
	font-size: 17px;
}
.header-menu-haveSubRelative{
	position: relative;
}
.header-menu-haveSubRelative .header-submenu-wrap{
	width: max-content;
    max-width: 80vw;
}
.header-menu-haveSubRelative .header-menu-item{
  padding: 10px 0 0 0;
}
.header-menu-haveSubRelative .header-menu-item:nth-last-child(1){
  padding-bottom: 10px;
}
.header-menu-haveSubRelative .header-menu-item .header-submenu-title{
	border: unset;
}
.header-submenu-haveSub .header-submenu-title{
	position: relative;
}
.header-submenu-right-wrap{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	width: max-content;
	max-width: 50vw;
	padding: 0px 0.5rem;
}
.header-submenu-haveSub:hover .header-submenu-right-wrap{
	display: block;
}
.header-submenu-right{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2),
	0px 0px 15px rgba(0,0,0,0.2);
	border: 1px solid #0d6efd;
	display: flex;
	flex-direction: column;
	padding: 0px 0.5rem;
	background-color: #fff;
}
.header-submenu-right-wrap.mega-bottom{
	top: 100%;
	left: 0px;
	max-width: 200px;
}
.header-submenu-right-wrap.submenu-leftPos{
	left: auto;
	right: 100%;
}	
@media only screen and (max-width: 768px) {
	.linkBox-title,
	.aboutUs-title{
		font-size: 24px;
	}
	.projectCarousel-content-title{
		font-size: 24px;
	}
	.projectCarousel-content>*{
		margin-bottom: 0.3rem;
	}
	/*user profile*/
	.page-template-profile .login_box{
		flex-wrap: wrap;
	}
	.page-template-profile .login_left_wrap{
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 576px) {
	.aboutUs-title{
		margin-bottom: 0px;
		font-size: 18px;
	}
	.linkBox-title{
		font-size: 18px;
	}
	.topCarousel .carousel-control-next, .topCarousel .carousel-control-prev{
		width: 30px;
		height: 30px;
	}
	.topCarousel .carousel-control-next-icon, .topCarousel .carousel-control-prev-icon{
		width: 20px;
		height: 20px;
	}
	.linkBox-item{
		width: 100%;
		padding-bottom: 100%;
	}
	.linkBox-showRoom{
		padding-bottom: 100% !important;
	}
	.projectCarousel-content-title{
		font-size: 20px;
		padding-top: 10px;
	}
	.projectCarousel-content-linkBtn{
		padding: 5px 20px;
		font-size: 12px;
		margin-top: 10px;
	}
	.projectCarousel .owl-dots{
		/*margin-bottom: 5px;
		margin-left: 10px;*/
		bottom: 5px;
		margin: 0 auto;
		width: 100%;
	}
	.projectCarousel .owl-dots .owl-dot::before{
		top: -3px;
		left: -3px;
		width: 16px;
		height: 16px;
	}
	.projectCarousel .owl-dots .owl-dot{
		width: 10px;
		height: 4px;
		margin: 5px;
	}
	.projectCarousel-content-col{
		padding-left: 10px;
	}
	.projectCarousel-img-col{
		width: 100%;
	}
	.projectCarousel-content-col{
		width: 100%;
		padding-bottom: 35px;
	}
	.projectCarousel-itemWrap{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.project-item{
		width: calc(50% - 1rem);
		position: relative;
	}
	.project-item-content-title{
		opacity: 1;
		font-size: 16px;
		padding: 10px;
		bottom: 0;
		background-color: rgb(6 119 191 / 60%);
	}
	.advise{
		padding: 1rem 0px;
	}
	.advise-form-row{
		padding: 0px 0px 1rem 0px;
	}
	.advise-title{
		margin-bottom: 1rem;
	}
	.login_box .login_right_wrap{
		border: none;
		padding-left: 0px;
		padding-right: 0px;
	}
	.signup_right_form-wrap form>.row{
		gap: 0.5rem;
	}
	.listBlog-item-subTitle{
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
	}
	.offices-icon{
		justify-content: flex-start;
	}
}