/* .mv */
.mv {
	background: rgb(255, 246, 241);
	background: linear-gradient(90deg, rgba(255, 246, 241, 1) 0%, rgba(255, 246, 241, 1) 51%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
	max-height: 590px;
	position: relative;
	margin: 0 0 70px;
}
.mv::after {
	content: '';
	width: 273px;
	height: 230px;
	background: url(../img/leaf1.png) no-repeat center / cover;
	position: absolute;
	top: 0;
	right: 0;
}
.mv-slider {
	position: relative;
}
.mv-slider::before {
	content: '';
	border-left: 2px solid #ab8159;
	border-bottom: 2px solid #ab8159;
	width: 100%;
	height: calc(100% + 30px);
	position: absolute;
	left: 0;
	top: 0;
}
.mv-slider::after {
	content: '';
	background-color: #fff5f0;
	width: calc(100% + calc(50vw - 630px));
	height: calc(100% + 30px);
	position: absolute;
	left: 30px;
	top: 30px;
}
.mv h1 {
	font-size: 50px;
	margin: 0 0 20px;
}
.mv p {
	margin: 0 0 25px;
}
.mv .slick {
	position: relative;
	z-index: 5;
}
.mv .slick-dots {
	position: absolute;
	right: -56px;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	margin: 0;
	z-index: 5;
}
.mv .slick-dots li {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #fff5f0;
	margin: 8px 0;
	background-color: transparent;
	position: relative;
	list-style: none;
}
.mv .slick-dots li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ab8159;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	z-index: -1;
}
.mv .slick-dots li.slick-active {
	width: 26px;
	border: 1px solid #ab8159;
}
.mv-text {
	padding: 0 45px 80px 0;
}
.mv-info {
	font-size: 14px;
}
@media (min-width: 767px) {
	.mv-info {
		position: absolute;
		left: 15px;
		bottom: 30px;
	}
}
.mv-info li {
	margin: 0 10px 0 0;
	padding: 2px 0 0 34px;
}
.phone2 {
	background: url(../img/phone2.png) no-repeat left top;
}
.local {
	background: url(../img/local.png) no-repeat left top;
}
@media (max-width: 1180px) {
	.mv {
		max-height: inherit;
	}
	.mv .slick-dots {
		right: 0;
	}
}
@media (max-width: 992px) {
	.mv::after {
		width: 137px;
		height: 115px;
	}
	.mv .slick-slide img {
		width: 100%;
	}
	.mv-text {
		padding-top: 30px;
	}
	.mv-slider::after {
		width: calc(100% - 42px);
	}
}
@media (max-width: 767px) {
	.mv-text {
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.mv-info li {
		margin: 15px 0 0;
	}
}
/* about */
.section {
	padding: 70px 0 0;
}
.about {
	background: url(../img/bg1.jpg) no-repeat center bottom / cover;
	min-height: 650px;
}
@media (max-width: 992px) {
	.section {
		padding: 50px 0;
	}
}
/* services */
.services {
	padding: 70px 0;
}
.services-box {
	background-color: #fff5f0;
	position: relative;
}
.services-box img {
	width: 100%;
}
.services-box h3 {
	margin: 0 0 30px;
}
.services-box a {
	margin: 0 0 0 30px;
}
.services-box a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 992px) {
	.services-box .row > div:nth-child(1) {
		order: 1;
	}
	.services-box .row > div:nth-child(2) {
		order: 2;
	}
	.services-box .row > div:nth-child(3) {
		order: 4;
	}
	.services-box .row > div:nth-child(4) {
		order: 3;
	}
	.services-box .row > div:nth-child(5) {
		order: 5;
	}
	.services-box .row > div:nth-child(6) {
		order: 6;
	}
}
@media (max-width: 767px) {
	.services {
		padding: 40px 0;
	}
	/* .services-box .row > div {
		min-height: 345px;
	} */
	.services .learmore {
		font-size: 0;
	}
	.services h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}
}
/* opening */
.opening {
	min-height: 350px;
	background: url(../img/bg2.jpg) no-repeat center / cover;
	padding: 50px 0 0;
}
.opening h2 {
	margin: 0 0 45px;
}

/* gallery */
.gallery {
	min-height: 1033px;
	background: url(../img/bg3.jpg) no-repeat center / cover;
}
.gallery-box .row {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}
.gallery-box .row > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.gallery-box a {
	position: relative;
	overflow: hidden;
	display: block;
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	transition: 0.3s;
}
.gallery a:hover .mask {
	transform: scale(1.1);
}
.gallery-icon {
	background-color: rgba(0, 0, 0, 0.65);
	transition: 0.3s;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.gallery a:hover .gallery-icon {
	opacity: 1;
	visibility: visible;
}
.gallery-icon .icon {
	width: 40px;
	height: 40px;
	margin: 0px auto 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ea030d;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-icon .icon svg {
	width: 24px;
}
.gallery-icon span {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	display: block;
}
@media (max-width: 767px) {
	.gallery-icon span {
		font-size: 14px;
	}
}
/* testimonials */
.testimonials {
	min-height: 607px;
	background: url(../img/bg4.jpg) no-repeat center / cover;
}
.comment {
	max-width: 894px;
	margin: 0 auto;
	padding: 100px 0 0;
	background: url(../img/quote.png) no-repeat center 24px;
}
.avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin: 20px auto;
}
@media (max-width: 992px) {
	.comment {
		max-width: 80%;
	}
}
@media (max-width: 767px) {
	.section {
		padding: 40px 0;
		overflow: hidden;
		min-height: auto;
	}
	.about {
		padding-bottom: 100px;
		background-size: 100% auto;
	}
	.avatar img {
		margin: 15px auto;
	}
	.testimonials .slick-arrow {
		width: 50px;
		height: 50px;
		top: calc(100% - 50px);
	}
}
