* {
	font-family: Open Sans;
}
.nopadding {
	padding: 0 !important;
}

.noleftpadding {
	padding-left: 0 !important;
}

.norightpadding {
	padding-right: 0 !important;
}

.slick-slider-wrapper.slick-initialized.slick-slider{
	position: fixed;
	top: 30px;
	width: 100%;
	height: 100%;
}

.slick-prev{
	left: 0;
	z-index:2;
}

.slick-next{
	right:0;
}

.block{
	z-index:1;
}

.product_wrapper {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.product_group_shop_single {
	margin-bottom: 15px;
	padding: 0 15px 0 0;
}

.product {
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin: 0;
}

.product-title {
	margin-bottom: 7px;
	min-height: 48px;
}

.product-title h3 {
	margin: 0;
	font-size: 15px;
	/*text-transform: uppercase;*/
	font-weight: 600;
}

.product-title h3 a, .single-product .product-title h2 a {
	color: #000;
}
a{
	color: #000;
}
.home-footer a{
	color: #fff;
	font-weight: 700;
}
.product-title h3 a:hover, .single-product .product-title h2 a:hover, .list-news .item h3.title a:hover {
	color: #cd5c5c;
	text-decoration: none;
}

.product-image {
	position: relative;
	overflow: hidden;
}

.product_wrapper .product-image {
	padding-left: 5px;
	padding-right: 5px;
}

.product_des {
	overflow: hidden;
	padding-top: 5px;
}

.product-price {
	font-size: 15px;
	font-weight: 600;
	color: #444;
	line-height: 25px;
}

.product_publish {
	line-height: 25px;
}

.description_table {
	padding-left: 5px;
	padding-right: 5px;
}

.description_row {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	border-top: 1px solid #ddd;
}

.description_row:last-child {
	border-bottom: 1px solid #ddd;
}

.description_icon {
	text-align: center;
}

.description_icon img {
	width: auto!important;
	display: inline!important;
	margin: auto;
}

.description_icon, .description_detail {
	border-left: 1px solid #ddd;
	padding: 5px;
}

.description_detail {
	border-right: 1px solid #ddd;
}

.description_detail a {
	color: #222;
	font-size: 12px;
}

.product-image > a {
	height: auto;
}

.product-image > a, .product-image img{
	display: block;
	width: 100%;
	height: auto;
}

.product-image img {
	height: auto;

}
.product_group_shop_single .product-image img {
	height: 200px;
	object-fit: cover;
	width: 200px;
}

.product-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0 5px 0 0;
}

.product-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.product-price ins {
	text-decoration: none;
	font-size: 20px;
	color: red;
	font-weight: 400;
}

.product_publish ins {
	text-decoration: none;
}

.product a {
	text-decoration: none !important;
}

.error404 {
	display: block;
	font-size: 216px;
	font-weight: 600;
	color: #DDD;
	line-height: 1.35;
	letter-spacing: 4px;
}

.contact-form label{
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

#contact_form form#contact{
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 30px;	
}

#contact_form form#contact label{
	color: #000;
	font-size: 14px;
	font-weight: 400;	
}

#mainbar .real-estate-detail .tab-content img{
	max-width: 100%;
}

#header .heading_page_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

#main-menu.nav>li>a:hover{
	background: #cd5c5c;

}

#main-menu ul.ul-sub-3 li a:hover{
	color: 	#cd5c5c;
}

.home-feature-block:hover{
	backface-visibility: hidden;
	transform: translateZ(0) scale(1);	
}

.home-feature-block .block-caption a:hover{
	color: #cd5c5c;
}

.home-footer .textC p{
	text-align: center;
}

.home-footer .textC p span{
	font-size: 10pt; 
	color: #ffffff;
}
.slick-slider-wrapper.slick-initialized.slick-slider img {
	margin: 0 auto;
	width: 100%;
}

/* ----------------------------------------------------------------
Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333 ;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #fff ;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

#gotoTop:hover { 
	background-color: #cd5c5c; 
	color: #fff ;
}
.breadcrumb {
	color: #aaa;
}
.breadcrumb a {
	color: #cd5c5c;
}
.eag-content-acc {
	color: #8c8c8c;
	display: block;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 20px;
	margin: 10px 0;
	margin-bottom: 30px;
}
.ega-btn {
	background-color: #cd5c5c;
	color: #fff;
}
.ega-btn-round {
	background-color: #fff;
	border: 1px solid #cd5c5c;
	color: #cd5c5c;
}
.title-head {
	color: #000;
	margin-top: 10px;
}
.form-group label {
	color: #000;
}
.ega-address-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ega-address-info > li {
	margin: 7px 0;
}
.ega-back-account {
	display: inline-block;
	margin: 0 10px;
}
.ega-red-color {
	color: red;
}
.eag-order-ul-address {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style: none;
}
/* Responsive website */

@media only screen and (max-width: 320px)
{
	.home-footer .textC p span{
		font-size: 8pt; 
	}
}

@media only screen and (max-width: 768px)
{
	.home-page .block{
		left:0;
		bottom:9%;
	}
	.slick-slider-wrapper.slick-initialized.slick-slider{
		height: auto;
	}

	#rent-slider{
		min-height: 0;
	}

	#rent-slider .flexslider .caption{
		top: 220px;
	}

	#mainbar .real-estate .real-estate-detail .tab-content table tr{
		border-bottom: 1px solid #ccc;	
	}

	#mainbar .real-estate .real-estate-detail .tab-content table tr td{
		padding: 10px 2px;	
	}

	#mainbar .real-estate .real-estate-detail .tab-content table tr td:first-child{
		width: 40%;
	}
}

@media (min-width:960px) and (max-width:1024px) {
	.tabW100{
		width: 100% !important;
	}

	.slick-list, .slick-track{
		height: 100%;
	}
}
.phone-booking{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}
.phone-booking a{
	width: 50%;
	display: flex;
	font-size: 15px;
	align-items: center;
	font-weight: 700;
}
.phone-booking a:last-child{margin-left: 10px;}
.phone-booking a .ico{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 30px;
	background: #184785;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	display: block;
	text-align: center;
}