* {
	font-family: Roboto Slab;
}
.nopadding {
	padding: 0 !important;
}

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

.norightpadding {
	padding-right: 0 !important;
}
.section-slider .slider-frame{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	background: rgba(0,0,0,0.7);
}
.slick-slider-wrapper.slick-initialized.slick-slider{
	position: fixed;
	top: 30px;
	width: 100%;
	height: 100%;
}
.slick-slider-wrapper.slick-initialized.slick-slider .slick-track > div{
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.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: #333;
}

.product-title h3 a:hover, .single-product .product-title h2 a:hover, .list-news .item h3.title a:hover {
	color: #00aff0;
	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-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: #333;
	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: #333;
	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: #00aff0;
	opacity: .8;
}

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

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

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

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

.home-footer .textC p span{
	font-size: 10pt; 
	color: #ffffff;
}

/* ----------------------------------------------------------------
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: #00aff0; 
	color: #fff ;
}
.breadcrumb {
	color: #aaa;
}
.breadcrumb a {
	color: #00aff0;
}
.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: #00aff0;
	color: #fff;
}
.ega-btn-round {
	background-color: #fff;
	border: 1px solid #00aff0;
	color: #00aff0;
}
.title-head {
	color: #8c8c8c;
	margin-top: 10px;
}
.form-group label {
	color: #8c8c8c;
}
.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%;
	}
}
.grecaptcha-badge{
	display: none !important;
}
.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 99 !important;
	/*display: none;*/
	top: auto !important;
}

.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 99 !important;
}
.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
}
.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
}
.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 0.7;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #EB278D;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #bfebfc;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}
@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}


@media(max-width: 768px){
	.suntory-alo-phone{
		display: block;
	}

	html.mm-opened .suntory-alo-phone{
		display: none;
	}
}