@charset "utf-8";
/* CSS Document */

::selection {
	background-color: #f3a3bb;
	color: #fff;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
	color: rgba(255, 255, 255, 1);
}

a.nav-link {
	font-weight: 400;
}

a {
	color: #18ba9b;
}

a:hover {
	color: #1e9e85;
}

.maidor-bg {
	background-color: rgb(31, 197, 166, 1) !important;
	color: #fff !important;
	transition: all .6s;
}

.maidor-bg-deep {
	background-color: rgb(41, 153, 132) !important;
}

.maidor-bg a, .maidor-bg li {
	color: #fff !important;
}

.maidor-bg-pink {
	background-color: rgba(240, 140, 170, 1) !important;
}

.maidor-bg-pink-op0_9 {
	background-color: rgba(240, 140, 170, 0.9) !important;
}

.maidor-bg-pink-op0_8 {
	background-color: rgba(240, 140, 170, 0.8) !important;
}

.maidor-bg-pink-op0_7 {
	background-color: rgba(240, 140, 170, 0.7) !important;
}

.maidor-bg-pink-op0_6 {
	background-color: rgba(240, 140, 170, 0.6) !important;
}

.maidor-bg-pink-op0_5 {
	background-color: rgba(240, 140, 170, 0.5) !important;
}

.maidor-bg-op0_9 {
	background-color: rgba(31, 197, 166, .9) !important;
}

.maidor-bg-op0_8 {
	background-color: rgba(31, 197, 166, .8) !important;
}

.maidor-bg-op0_7 {
	background-color: rgba(31, 197, 166, .7) !important;
}

.maidor-bg-op0_6 {
	background-color: rgba(31, 197, 166, .6) !important;
}

.maidor-bg-op0_5 {
	background-color: rgba(31, 197, 166, .5) !important;
}

.maidor-bg-op0_4 {
	background-color: rgba(31, 197, 166, .4) !important;
}

.maidor-bg-op0_3 {
	background-color: rgba(31, 197, 166, .3) !important;
}

.maidor-bg-op0_2 {
	background-color: rgba(31, 197, 166, .2) !important;
}

.maidor-bg-op0_1 {
	background-color: rgba(31, 197, 166, .1) !important;
}

.g-brd-primary {
	border-color: rgb(41, 153, 132) !important;
	;
}

.photo-wall {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.photo-wall .photo {
	height: 300px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
}

.photo-wall .photo:nth-child(odd) {
	flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
}

.photo-wall .photo:nth-child(even) {
	flex: 1 1 40%;
	-webkit-flex: 1 1 40%;
}

.photo-wall .photo:nth-child(3n) {
	flex: 1 1 30%;
	-webkit-flex: 1 1 30%
}

.photo-wall .photo:last-child {
	max-width: 30%;
}

.photo-wall .photo a {
	display: block;
	width: 100%;
	height: 100%;
}

.slick-track h3 {
	font-size: 1.1rem;
}

.slick-track p {
	font-size: .95rem;
	color: rgba(0, 0, 0, .5);
}

.x-title {
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}

.x-title h3, .x-title p {
	margin: 0;
}

.x-title .content {
	position: relative;
}

.x-title h3 {
	line-height: 3rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #439c86;
}

.x-title p {
	letter-spacing: 10px;
	color: #f3a3bb;
	display: inline-block;
	position: relative;
}

.x-title p:after {
	content: "";
	width: 200px;
	height: 100%;
	background: url(../../images/bg/butterfly-v1.png) center left no-repeat;
	position: absolute;
	right: -210px;
	top: 0px;
	background-size: contain;
}

.x-title p:before {
	content: "";
	width: 200px;
	height: 100%;
	background: url(../../images/bg/butterfly-v1.png) center left no-repeat;
	position: absolute;
	left: -220px;
	top: 0px;
	background-size: contain;
	transform: scaleX(-1);
}

.x-common {
	position: relative;
	overflow: hidden;
}

.x-common:before {
	content: "";
	width: calc(55% - 300px);
	height: 100%;
	background-color: rgba(139, 139, 139, 0.9);
	position: absolute;
	left: -5%;
	top: 0;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.x-common:after {
	content: "";
	width: calc(55% + 301px);
	height: 100%;
	position: absolute;
	right: -5%;
	top: 0;
	background-color: rgb(244, 174, 195);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.x-common-inner {
	display: flex;
	display: -webkit-flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1140px;
	justify-content: space-between;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.x-common-inner ul.content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex: 1 1 700px;
	-webkit-flex: 1 1 700px;
	margin: 0;
}

p.x-common-p {
	width: 300px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	color: #fff;
	font-weight: 400;
}

.x-common-inner p {
	margin: 0;
}

li.phone {
	font-size: 2.4rem;
	font-family: sans-serif;
	color: #fff;
	line-height: 2.4rem;
}

.phone span.small {
	font-size: 50%;
	font-family: fantasy;
	letter-spacing: 2px;
}

ul.content li {
	display: inline-flex;
	align-items: center;
}

li.hours {
	padding-left: 20px;
	position: relative;
	color: #fff;
	border-left: 1px solid #f2f2f2;
}

li.get-form a {
	color: #fff;
	display: block;
	height: 44px;
	width: 180px;
	line-height: 44px;
	border-radius: 22px;
	font-weight: 700;
	font-size: 1.5rem;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	background-color: rgb(231, 120, 130);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #ffffff;
}

.center-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	background-color: #f4aec3;
	margin-left: -75px;
	margin-top: -75px;
	border-radius: 100%;
	transition: all .3s;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.center-btn a {
	height: 90%;
	width: 90%;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	overflow: hidden;
	border: 1px dashed #f7f7f7;
	border-radius: 100%;
	transition: all .3s;
}

.center-btn:hover {
	transform-origin: 50%;
	transform: scale(1.1, 1.1);
}

.center-btn:hover a {
	background-color: #fff;
	color: #f4aec3;
	width: 100px;
	height: 100px;
}

@media (max-width:991px) {
	.x-common:before {
		width: calc(55% - 200px);
	}
	.x-common:after {
		width: calc(55% + 201px);
	}
	.x-common-inner {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.x-common-inner p {
		flex: 1 1 210px;
		-webkit-flex: 1 1 210px;
	}
	li.hours {
		display: none !important;
	}
}

@media (max-width:768px) {
	.x-common-inner p {
		display: none;
	}
	li.phone {
		font-size: 2rem;
		font-family: sans-serif;
		color: #fff;
		line-height: 2rem;
	}
	li.get-form a {
		font-size: 1.2rem;
		width: 110px;
		font-weight: normal;
	}
}

.interview {
	display: flex;
	display: -webkit-flex;
	height: 450px;
	background-color: #f4aec3;
}

.interview .img-block {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	position: relative;
	overflow: hidden;
}

.interview .txt-block {
	flex: 1 1 50%;
	-webkit-flex: 1 1 50%;
}

.interview .img-block:after {
	content: "";
	background-color: #f4aec3;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	transform: rotate(15deg) scaleY(2);
	transform-origin: 0 0;
	top: 0px;
	left: 100%;
}

.interview.rtl .img-block:after {
	left: -100%;
	transform-origin: bottom right;
	top: unset;
	height: 100%;
}

.interview .txt-block {
	flex: 1 1 60%;
	-webkit-flex: 1 1 60%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.interview .txt-block .content h4 {
	margin-bottom: 30px;
}

.interview .txt-block .content {
	color: #fff;
	padding-right: 25px;
}

.interview.rtl .txt-block .content {
	color: #fff;
	padding-left: 25px;
}

.interview.rtl {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

@media (max-width:768px) {
	.interview, .interview.rtl {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px;
		height: unset;
		margin-bottom: 0 !important;
	}
	.interview .img-block {
		height: 25vh;
		margin-bottom: 5px;
		margin-left: -15px;
	}
	.interview.rtl .img-block {
		margin-left: unset;
		margin-right: -15px;
	}
	.interview .txt-block .content h4 {
		margin-bottom: 5px;
		font-size: 1.3rem;
		font-weight: 600;
	}
	.interview .txt-block .content, .interview.rtl .txt-block .content {
		padding: 0;
	}
	.center-btn {
		position: relative;
		margin: 0 auto;
		top: unset;
		left: unset;
		width: unset;
		height: unset;
		border-radius: unset;
	}
	.center-btn a {
		border-radius: unset;
		margin-bottom: 30px;
		padding: 10px 0;
	}
}

.news-style a.article {
	display: block;
	padding: 15px 0 15px 15px;
}

.news-style a.article:hover, .news-style a.article:hover ul.date li {
	background-color: #fff;
}

.news-style a.article:hover ul.date li i {
	background-color: #868e96;
}

.onlist .news-style a.article:hover ul.date li i {
	background-color: unset;
}

.news-style a.article article {
	display: flex;
	display: -webkit-flex;
}

.news-style.news-style-list .img-block {
	flex: 1 1 35%;
	-webkit-flex: 1 1 35%
}

.news-style.news-style-list .img-block figure {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.news-style.news-style-list .img-block img {
	display: block;
	width: 100%;
	transform: scale(1.1);
}

.news-style.news-style-list .txt-block {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1 1 65%;
	-webkit-flex: 1 1 65%;
	padding: 0 15px;
}

.news-style.news-style-list .txt-block h1 {
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: justify;
}

.news-style.news-style-list .txt-block p {
	font-size: .8rem;
	color: #999;
	text-align: justify;
}

.news-style.news-style-list .txt-block ul {
	margin-top: auto;
	margin-bottom: 10px;
	color: #d0cfcf;
	font-size: .8rem;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.news-style.news-style-list .txt-block ul:before {
	height: 1px;
	width: 100%;
	background-color: #eee;
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 0;
}

.news-style.news-style-list .txt-block ul li {
	background-color: #f7f7f7;
	z-index: 3;
	position: relative;
	margin-right: 0;
	padding-right: 5px;
}

.news-style.news-style-list .txt-block ul i {
	margin-right: 5px;
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #ddd;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-items: center;
	font-size: .8rem;
	border-radius: 100%;
	overflow: hidden;
	transition: all .3s;
}

.onlist .news-style.news-style-list .txt-block ul i {
	background-color: unset;
	color: #ddd;
}

.onlist .news-style.news-style-list .txt-block ul li {
	background-color: #fff;
}

@media (max-width:765px) {
	.news-style.news-style-list .img-block figure {
		height: 100px;
	}
	.news-style.news-style-list .txt-block p {
		display: none;
	}
	.news-style.news-style-list .txt-block h1 {
		font-size: .9rem;
		margin-bottom: 0;
		color: #666;
	}
	.news-style.news-style-list .img-block img {
		width: unset;
		height: 100%;
	}
	.news-style a.article {
		padding: 5px 0;
	}
}

@media (max-width:576px) {
	.news-style.news-style-list .txt-block {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		justify-content: flex-end;
	}
	.news-style.news-style-list .txt-block ul {
		margin: 0 0 5px 0;
		text-align: left;
	}
	.news-style.news-style-list .txt-block ul i {
		display: none;
	}
	.news-style.news-style-list .txt-block ul li:nth-child(n+2) {
		border-left: 1px solid #ccc;
		padding-left: 5px;
		display: none;
	}
	.news-style.news-style-list .txt-block ul:before {
		background-color: #eee;
	}
}

ul.icon-block {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	margin: 0;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	overflow: hidden;
}

ul.icon-block li {
	flex: 1 1 33%;
	-webkit-flex: 1 1 33%;
	overflow: hidden;
	margin: 0 !important;
}

ul.icon-block li a {
	color: #fff;
	display: flex;
	display: -webkit-flex;
	height: 120px;
	justify-content: center;
	align-items: center;
	font-size: .95rem;
	position: relative;
	z-index: 3;
}

ul.icon-block li {
	position: relative;
}

ul.icon-block li:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	content: "";
	z-index: 1;
	top: 0;
	transition: all .3s;
}

ul.icon-block li:hover:after {
	background-color: rgba(0, 0, 0, .0);
}

@media (min-width:992px) {
	header {
		display: none;
	}
}

.logo-box {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
}

.logo-box .init {
	text-align: center;
}

.logo-box .init img {
	max-width: 230px;
}

.main-menu nav {
	margin-bottom: 30px;
}

.main-menu a.nav-link:after {
	margin-left: 2px;
}

.main-menu a.nav-link span {
	display: block;
	font-size: .5rem;
	font-family: cursive;
	color: #439c86;
}

.main-menu a.nav-link {
	text-align: center;
}

.main-menu a.nav-link+ul.hs-sub-menu {
	left: -60px;
}

@media (max-width:576px) {
	.logo-box {
		padding: 50px 0;
	}
	.logo-box .init img {
		max-width: 200px;
	}
	.main-menu .carousel {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.main-btn {
	text-align: center;
}

.main-btn a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #f08caa;
	color: #f08caa;
}

.main-btn a:hover {
	background-color: #f08caa;
	color: #fff;
}

.main-menu li.nav-item {
	position: relative;
}

.main-menu li.nav-item:after {
	/* content: ""; */
	width: 25px;
	height: 80px;
	background: url('../../images/bg/btn-bg-v2.png') no-repeat center;
	background-size: cover;
	position: absolute;
	right: -30px;
	top: -5px;
}

.main-menu li.nav-item:before {
	/* content: ""; */
	width: 25px;
	height: 80px;
	background: url(../../images/bg/btn-bg-v2.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -30px;
	top: -5px;
	display: block;
	transform: scale(-1);
}

.main-menu li.nav-item.active:after, .main-menu li.nav-item.active:before {
	background: url('../../images/bg/btn-bg-v2-active.png') no-repeat center;
	background-size: cover;
}

.main-menu li.nav-item.active a {
	color: #439c86;
}

.main-menu li.nav-item.active a span {
	color: #f3a3bb;
}

.u-arrow-v1 {
	transition: all .3s;
}

.u-arrow-v1:hover {
	background-color: #f08caa !important;
}

.x-fun3-flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 100px;
	padding-bottom: 100px;
}

.x-fun3 {
	flex: 1 1 30%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 80vh;
	align-items: center;
	justify-content: center;
}

.x-fun3 h2 {
	font-size: 2rem;
	text-align: center;
	color: #7dd4be;
}

.x-fun3 h2 span {
	display: block;
	font-size: 1rem;
	font-family: -webkit-pictograph;
	color: #f4aec3;
}

.x-fun3 .head-icon i {
	font-size: 3rem;
	color: #7dd4be;
	font-weight: 600;
}

.x-fun3 .head-icon {
	width: 250px;
	height: 250px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../images/bg/x-fun-icon.png);
}

.x-fun3 .head-icon:hover {
	background-color: #f3a3bb;
}

.x-fun3 .head-icon:hover i {
	color: #fff;
}

@media (max-width:991px) {
	.x-fun3 {
		height: 400px;
	}
}

@media (max-width:767px) {
	.x-fun3 {
		height: 450px;
	}
	.re, .re relay {
		display: flex;
		display: -webkit-flex;
	}
	.re .relay {
		flex-direction: column;
		-webkit-flex-direction: column;
		text-align: left;
		margin-left: 15px;
	}
	.main-menu nav {
		display: none;
	}
	footer header img {
		max-width: 70% !important;
	}
	footer address {
		padding-left: 30px;
		border-left: 2px dotted #ccc;
		margin-left: 20px !important;
	}
}

.hamburger-inner {
	background-color: #18ba9b;
}

.m-mode ul.navbar-nav {
	width: 80%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu ul li {
	flex: 1 1 45%;
	-webkit-flex: 1 1 45%;
	border: 1px dotted #ccc;
	margin-right: 5px;
	margin-bottom: 5px !important;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu a {
	display: inline-block !important;
	position: relative;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu ul a {
	font-size: .8rem;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu a:after {
	position: absolute;
	right: -20px;
	top: 10px;
	transition: all .3s;
}

.m-mode ul.navbar-nav li.hs-has-sub-menu.hs-sub-menu-opened a:after {
	transform: rotate(180deg);
}

.inter {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 200px;
	align-items: stretch;
}

.inter .img-block {
	flex: 1 1 70%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.inter .txt-block {
	flex: 1 1 30%;
	-webkit-flex: 1 1 30%;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding-top: 50px;
}

.inter.flex-row-reverse .txt-block {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}

.inter .img-block img {
	width: 100%;
}

.inter p {
	letter-spacing: 10px;
}

.inter h2 {
	letter-spacing: 5px;
	background-color: rgba(255, 255, 255, .5);
	padding-top: 10px;
	padding-bottom: 25px;
	margin-top: -25px;
	font-family: 標楷體;
	display: inline-block;
}

.inter .txt-block a {
	display: inline-block;
	padding: 20px 10px;
	border: 1px solid #eb7095;
	color: #eb7095;
	transition: all .5s;
}

.inter:hover a {
	background-color: #eb7095;
	color: #fff;
}

.x-bg-sytle-01 {
	background-image: url(../../images/inter-pc.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media (max-width:576px) {
	.inter {
		flex-direction: column !important;
		-webkit-flex-direction: column !important;
	}
	.inter .txt-block {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
	}
	.inter .txt-block a {
		align-self: flex-end;
		margin-right: auto;
		margin-left: 50px;
		margin-bottom: -100px;
	}
	.inter.flex-row-reverse .txt-block a {
		align-self: flex-end;
		margin-right: 50px;
		margin-left: auto;
	}
	.inter p {
		margin: 0 5px;
	}
	.x-bg-sytle-01 {
		background-image: url(../../images/inter-mo.jpg);
	}
}

.album-v2 {
	margin-bottom: 4px;
}

.album-v2 .bg-cover {
	position: relative;
	height: 260px;
	display: block;
	padding: 10px;
	z-index: 1;
	overflow: hidden;
}

.album-v2 .bg-cover:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	background-repeat: repeat-x;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	z-index: 5;
	bottom: 0px;
	left: 0;
	transition: all .3s;
}

.album-v2 .bg-cover:hover:before {
	height: 20%;
}

.album-v2 .bg-cover .content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	height: 100%;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 5;
	position: relative;
}

.album-v2 .bg-cover .content .photo-num {
	font-size: .6rem;
	color: #fff;
	position: relative;
}

.album-v2 .bg-cover .content .photo-num:before {
	font-family: 'simple-line-icons';
	content: "\e032";
}

.album-v2 .bg-cover .content .photo-num:after {
	content: "+";
}

.album-v2 .bg-cover h1, .album-v2 .bg-cover p {
	margin: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.album-v2 .bg-cover h1 {
	font-size: 1rem;
	color: rgba(255, 255, 255, .9);
}

.album-v2 .bg-cover p {
	font-size: .8rem;
	color: rgba(255, 255, 255, .5);
}

.u-pagination-v1-4 {
	color: #333;
	border-color: transparent;
}

.u-pagination-v1-4:hover, .u-pagination-v1-4:focus {
	color: #fe6466;
	border-color: #fe6466;
}

.u-pagination-v1-4--active {
	color: #fff;
	background-color: #fe6466;
	border-color: #fe6466;
}

.u-pagination-v1-4--active:hover, .u-pagination-v1-4--active:focus {
	color: #fff;
}

/* Pagination Style v5 */

.u-pagination-v1-5 {
	color: #999;
	border-color: #ccc;
}

.u-pagination-v1-5--active, .u-pagination-v1-5:hover, .u-pagination-v1-5:focus {
	background-color: #fe6466;
	color: #fff;
	border-color: #fe6466;
}

ol.site-page {
	font-size: .8rem;
}

ol.site-page li:nth-child(n+2) {
	position: relative;
}

ol.site-page li:nth-child(n+2):before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	color: #1fc5a6;
	margin-right: 10px;
}

ol.site-page li.active {
	font-size: 1.2rem;
	font-weight: 400;
	color: #999;
}

.btn-crew a {
	display: inline-block;
	padding: 10px 60px;
	border: 1px dotted #ddd;
	margin: 0 50px;
	position: relative;
}

.btn-crew a span {
	display: block;
	font-size: .8rem;
	color: #ccc;
}

.btn-crew {
	overflow: hidden;
}

.btn-crew a:nth-child(2) {
	color: #f3a3bb;
}

.btn-crew a:nth-child(2):after {
	content: "";
	height: 1px;
	width: 1500px;
	background-color: #ddd;
	position: absolute;
	right: -1500px;
	top: 50%;
}

.btn-crew a:nth-child(1):after {
	content: "";
	height: 1px;
	width: 1500px;
	background-color: #ddd;
	position: absolute;
	left: -1500px;
	top: 50%;
}

.btn-crew a:hover {
	color: #fff;
	background-color: #f3a3bb;
}

.btn-crew a:hover span {
	color: #fff;
}

@media (max-width:767px) {
	.btn-crew {
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
	}
	.btn-crew a {
		width: 45%;
		padding: 10px 0;
		margin: 0;
	}
}

.events-wrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
}

.events-wrap .event {
	flex: 0 1 33%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 10px 15px 10px;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.events-wrap .event:hover .btn-crew a {
	color: #fff;
	background-color: #f3a3bb;
}

.events-wrap .event:hover .btn-crew a span {
	color: #fff;
}

.events-wrap .event:hover {
	background-color: #fafafa;
}

.events-wrap .event:after {
	content: "";
	background-color: #fff;
	width: 80px;
	height: 80px;
	transform: skew(50deg);
	transform-origin: top right;
	position: absolute;
	top: -20px;
	right: -10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.events-wrap .event a.bg-cover {
	height: 300px;
	display: block;
	transition: all .3s;
}

.events-wrap .event .content {
	height: unset;
}

.events-wrap .event .content h1 {
	font-size: 1.2rem;
	position: relative;
	margin: 20px 0 40px;
	display: inline-block;
	color: #18ba9b;
}

.events-wrap .event .content h1:after {
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -25px;
	content: "";
	background-color: #f3a3bb;
}

.events-wrap .event .btn-crew {
	margin-top: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-around;
}

.events-wrap .event .btn-crew a {
	padding: unset;
	margin: unset;
	width: 48%;
	text-align: center;
	height: 80px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	align-items: center;
}

.events-wrap .event ol.detail.list-stars {
	margin-bottom: 50px;
}

@media (max-width:1200px) {
	.events-wrap .event {
		flex: 0 1 50%;
		-webkit-flex: 0 1 50%;
	}
}

@media (max-width:767px) {
	.events-wrap .event {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
	}
	.events-wrap .event a.bg-cover {
		height: 250px;
	}
}

hr.m-hr {
	position: relative;
	display: block;
	background-image: url(../../images/bg/a3.jpg), url(../../images/bg/a2.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center center, center center;
	height: 30px;
	border: none;
}

hr.m-hr:before {
	display: block;
	width: 65px;
	height: 30px;
	background-image: url(../../images/bg/a1.jpg);
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
}

hr.m-hr:after {
	display: block;
	width: 65px;
	height: 30px;
	background-image: url(../../images/bg/a1.jpg);
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	transform: scaleX(-1);
}

.x-pg-banner .content h1 {
	font-size: 1.3rem;
}

.sidebar .album-v2 .bg-cover {
	height: 200px;
}

@media (min-width:1199px) {
	.page-nav {
		position: absolute;
		bottom: -150px;
		margin: 0 0px 0 !important;
		left: 25%;
		width: 100%;
	}
}

.artist-v2 {
	display: flex;
	display: -webkit-flex;
}

.artist-v2 .artist-img, .artist-v2 .artist-txt {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.artist-v2 .artist-img {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	align-items: flex-end;
	position: relative;
}

.artist-v2 .artist-img:before {
	/* content:""; */
	width: 100%;
	height: 100%;
	background-color: pink;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 20%;
}

.artist-v2 .artist-img img {
	justify-self: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
	padding-right: 50px;
}

.artist-v2 .artist-txt {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding-left: 30px;
	justify-content: center;
	max-width: 500px;
	overflow: hidden;
	padding-right: 15px;
	position: relative;
}

.artist-v2 .artist-txt h1 {
	font-size: 2rem;
	letter-spacing: 10px;
	position: relative;
	display: inline-block;
}

.artist-v2 .artist-txt h1 span {
	letter-spacing: normal;
	display: block;
	font-size: .85rem;
	font-family: monospace;
}

.artist-v2 .artist-txt h1:after {
	content: "";
	width: 180px;
	height: 1px;
	border-top: 1px dotted #ccc;
	position: absolute;
	bottom: 1.2rem;
}

.artist-v2 .artist-txt p {
	font-size: .95rem;
	text-align: justify;
	color: #999;
}

.artist-v2 .artist-txt .cta-button {
	margin-top: 50px;
}

@media (max-width:768px) {
	.artist-v2 {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
	}
	.artist-v2 .artist-img, .artist-v2 .artist-txt {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		width: 100%;
	}
	.artist-v2 .artist-img {
		align-items: center;
	}
	.artist-v2 .artist-img:before {
		height: 50%;
		top: 25%;
		left: 0;
	}
	.artist-v2 .artist-img img {
		padding: 0px;
		margin-bottom: 30px;
		max-width: 100%;
	}
}

/* v5  */

.logo-box .init img {
	max-width: 450px;
}

.x-topbar {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	position: relative;
	z-index: 3;
}

@media (max-width:991px) {
	.x-topbar {
		margin-top: 40px;
	}
}

.social-group .x-icon {
	display: inline-block;
	background-color: #c4c4c4;
}

.social-group .x-icon a {
	display: flex;
	display: -webkit-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.x-topbar a.x-res {
	font-size: 1rem;
	line-height: 40px;
	padding-left: 60px;
	padding-right: 60px;
	display: block;
	color: #fff;
	background-color: #ff9faf;
	position: relative;
}

.x-topbar a.x-res:hover {
	background-color: #d75a6f;
}

.hs-has-sub-menu>a::after {
	display: none;
}

.main-menu nav {
	margin-bottom: 0px;
}

.x-topbar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #eee;
	top: 50%;
}

.x-topbar .social-group {
	position: relative;
	background: #fff;
}

.main-menu a.nav-link span {
	display: block;
	font-size: .5rem;
	font-family: sans-serif;
	color: #c6c6c6;
}

.logo-box {
	padding-bottom: 50px;
}

.x-title h3 {
	line-height: 3rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #6b5240;
}

.x-title p {
	letter-spacing: 10px;
	color: #bbb;
	display: inline-block;
	position: relative;
}

.x-title p:after {
	content: "";
	width: 200px;
	height: 2px;
	;
	background: linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	position: absolute;
	right: -210px;
	top: 50%;
	background-size: contain;
}

.x-title p:before {
	content: "";
	width: 200px;
	height: 2px;
	;
	background: linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	position: absolute;
	left: -220px;
	top: 50%;
	background-size: contain;
	transform: scaleX(-1);
}

.news-style.news-style-list .txt-block h1 {
	font-size: 1.1rem;
	color: #333;
}

@media (min-width:767px) {}

.news-index a.article article .img-block figure {
	height: 350px;
}

.news-index a.article {
	padding: 20px;
	background-color: #fff;
	display: block;
}

a.article .img-block {
	overflow: hidden;
}

a.article:hover .img-block figure {
	transform: scale(1.1);
}

.news-index a.article h1 {
	font-size: 1.1rem;
	text-align: justify;
	color: #866c5a;
	font-weight: 50000;
	margin: 10px 0 20px;
	position: relative;
}

.news-index a.article h1:after {
	width: 30px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	bottom: -10px;
	content: "";
}

.news-index a.article p {
	font-size: .8rem;
	color: #999;
	text-align: justify;
}

.news-index ul.date {
	font-size: .8rem;
	color: #bbb;
	position: relative;
	text-align: right;
}

.news-index ul.date li {
	background-color: #fff;
	position: relative;
	z-index: 3;
	margin-right: 0;
	padding-left: 10px;
}

.news-index ul.date li i {
	margin-right: 5px;
}

a.main-button {
	margin: 50px auto;
	display: inline-block;
	background-color: #ff9faf;
	color: #fff;
	padding: 10px 40px;
	position: relative;
}

a.main-button:hover {
	background-color: #b05363;
}

a.main-button:after {
	height: 500px;
	width: 1px;
	background-color: #ddd;
	left: 50%;
	bottom: -500px;
	content: "";
	position: absolute;
}

.copy {
	display: flex;
	display: -webkit-flex;
	letter-spacing: 2px;
	justify-content: space-between;
	font-size: .8rem;
	color: rgba(255, 255, 255, .5);
}

.copy a {
	margin-left: 5px;
	margin-right: 5px;
	color: rgba(255, 255, 255, .8);
}

.copy span {
	display: inline-block;
}

.mas-photo img {
	width: 100%;
}

@media (max-width:768px) {
	.logo-box .init img {
		max-width: 90%;
	}
}

.slick-track {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
}

.slick-slide article {
	height: 100%;
}

.ig-bg {
	padding: 20px 10px;
	background-color: #191919;
	height: 10px;
	background-image: url(http://www.serverwu.com/demo/flydesign/maidor/images/ig.png);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.mas-photo img {
	width: 100%;
	/* -webkit-filter: saturate(.95) brightness(1.1) contrast(.85); */
	/* filter: saturate(.95) brightness(1.1) contrast(.85); */
}

.ind .u-heading {
	display: none;
}

.ind .x-title h3 {
	color: #fff;
}

.ind {
	background-color: #333;
}

.ind a.main-button {
	background-color: unset;
	border: 1px solid #999;
}

.ind a.main-button:hover {
	background-color: #ff9faf;
}

.ind a.main-button:after {
	background-color: #999;
}

.ind .x-title p:after {
	background: linear-gradient(90deg, rgb(159, 148, 115, .8), rgba(159, 148, 115, 0));
}

.ind .x-title p:before {
	background: linear-gradient(90deg, rgb(159, 148, 115), rgba(159, 148, 115, 0));
}

@media (min-width:992px) {
	.ind a.bg-cover {
		height: 460px;
	}
}

.mas-photo a {
	position: relative;
	display: block;
	z-index: 1;
}

.mas-photo a:after {
	content: "\e091";
	font-family: 'simple-line-icons';
	display: block;
	z-index: 2;
	color: rgba(255, 255, 255, .5);
	right: 10px;
	bottom: 10px;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .5);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	transition: all .3s;
}

.mas-photo a:hover:after {
	box-shadow: 0 0 10px rgba(255, 255, 255, .8);
	color: rgba(255, 255, 255, .95);
	border: 1px solid rgba(255, 255, 255, .95);
}

.mas-photo a:hover img {
	-webkit-filter: saturate(1.1) brightness(1.1) contrast(1.1);
	filter: saturate(1.1) brightness(1.02) contrast(1.02);
}

@media (min-width:768px) {
	.mas-photo a:before {
		position: absolute;
		content: "zoom in";
		z-index: 2;
		color: rgba(255, 255, 255, .5);
		font-size: .8rem;
		display: block;
		right: 50px;
		bottom: 15px;
		transition: all .3s;
	}
	.mas-photo a:hover:before {
		text-shadow: 0 0 10px rgba(255, 255, 255, .8);
		color: rgba(255, 255, 255, .9);
	}
}