@import '../font/TrajanPro3Regular.css';
h1 {
	font-size: 16px;
	letter-spacing: 5px;
	color: #fcd29f;
	text-align: center;
}
h1::before, h1::after {
	content: '';
	display: block;
	height: 50px;
	background: url(../image/map_pattern.png) center no-repeat;
}
h1.dark {
	color: #8c8786;
}
h1.dark::before, h1.dark::after {
	background: url(../image/map_pattern_dark.png) center no-repeat;
}
.owl-dots {
	width: 100%;
	text-align: center;
}
.owl-dot {
	display: inline-block;
}
.owl-dot span {
	width: 13px;
	height: 13px;
	margin: 20px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
}
.owl-dot.active span {
	background-color: #fcd29f;
}
.photo-tnc {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0;
	padding: 5px;
	color: #ccc;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0;
	text-align: justify;
}
#header {
	position: absolute;
	z-index: 1000;
	width: 100%;
	background: none;
}
#hd-logo {
	top: 30px;
	left: calc(50% - 55px);
	box-shadow: none;
}
#hd-menu {
	padding: 55px 0;
}
#hd-menu > dl > dd > a:hover, #hd-menu > dl > dd > a.selected {
	color: #857d6f;
}
#bd-banner > div {
	height: 100vh;
	background: url(../image/home_v4.jpg) center bottom;
	background-size: cover;
}
#bd-about {
	position: relative;
}
#bd-about .owl-dots {
	position: absolute;
	bottom: 20px;
}
#bd-link {
	background: url(../image/bg_pattern1.png) center;
}
#bd-link > dl {
	overflow: hidden;
	max-width: 736px;
	margin: auto;
}
#bd-link > dl > dd {
	float: left;
	width: 25%;
	background-position: center;
}
#bd-link > dl > dd:nth-child(1) {
	background-image: url(../image/home_btn2.png);
}
#bd-link > dl > dd:nth-child(2) {
	background-image: url(../image/home_btn3.png);
}
#bd-link > dl > dd:nth-child(3) {
	background-image: url(../image/home_btn4.png);
}
#bd-link > dl > dd:nth-child(4) {
	background-image: url(../image/home_btn5.png);
}
#bd-link > dl > dd > a {
	display: table-cell;
	width: 184px;
	height: 114px;
	font-size: 14px;
	letter-spacing: 6px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url(../image/home_btn_pattern.png) center no-repeat;
}
.en #bd-link > dl > dd > a {
	letter-spacing: 2px;
}
#bd-floorplan {
	padding: 50px 0 100px;
	background: url(../image/bg_floorplan.png) center;
	background-size: cover;
}
#bd-floorplan > .container {
	overflow: hidden;
	margin: auto;
	padding: 12px;
	max-width: 1000px;
	background: #e6e6e6;
}
#bd-floorplan > .container > * {
	float: left;
	width: 50%;
	height: 432px;
	border: 1px solid #9d9d9d;
}
#bd-floorplan > .container > .info {
	padding: 40px;
	border-right: 0;
	text-align: center;
	vertical-align: middle;
}
#bd-floorplan > .container > .info > h2 {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.en #bd-floorplan > .container > .info > h2 {
	letter-spacing: 3px;
}
#bd-floorplan > .container > .info > article::before, #bd-floorplan > .container > .info > article::after {
	content: '';
	display: block;
	height: 50px;
	background: url(../image/floorplan_pattern.png) center no-repeat;
}
#bd-floorplan > .container > .info > article > p {
	margin: 10px 0;
	line-height: 2;
}
#bd-floorplan > .container > .info > div {
	margin-top: 30px;
}
#bd-floorplan > .container > .info > div > a {
	display: block;
	margin: auto;
	width: 115px;
	line-height: 35px;
	font-size: 15px;
	letter-spacing: 5px;
	border: 1px solid #999;
}
#bd-floorplan > .container > .image {
	background: #e1e9ec;
}
#bd-floorplan > .container > .image > a > img {
	display: block;
	margin: auto;
	max-height: 100%;
}
#bd-map {
	padding: 50px 0 100px;
	background: url(../image/bg_map.png) center;
	background-size: cover;
}
#bd-map > .container {
	overflow: hidden;
	margin: auto;
	max-width: 1000px;
}
#bd-map .owl-dots {
	margin-top: 15px;
}
#bd-map .content {
	overflow: hidden;
	color: #fff;
	background: rgba(170,170,170,.9);
}
#bd-map .content > * {
	float: left;
}
#bd-map .content > .info {
	width: calc(100% - 654px);
	padding: 15px;
}
#bd-map .content > .info > div {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 0 20px;
	border: 1px solid #fcd29f;
	text-align: center;
}
#bd-map .content > .info > div::before, #bd-map .content > .info > div::after {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
}
#bd-map .content > .info > div::before {
	top: -1px;
	right: -1px;
	background: url(../image/map_frame_r.png);
}
#bd-map .content > .info > div::after {
	left: -1px;
	bottom: -1px;
	background: url(../image/map_frame_l.png);
}
#bd-map .content > .info > div > h2 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 5px;
	margin: 20px 0 10px;
	color: #fcd29f;
}
.en #bd-map .content > .info > div > h2 {
	letter-spacing: 3px;
}
#bd-map .content > .info > div > article::before, #bd-map .content > .info > div > article::after {
	content: '';
	display: block;
	height: 50px;
	background: url(../image/map_pattern.png) center no-repeat;
}
#bd-map .content > .info > div > article > p {
	margin: 10px 0;
	line-height: 1.5;
}
#bd-gallery {
	padding: 50px 0 100px;
	background: #a7a9ac;
}
#bd-gallery > .container {
	max-width: 988px;
	margin: 40px auto 0;
}
#bd-gallery > .container > .menu {
	position: relative;
	overflow: hidden;
	padding: 0 calc(50% - 230px);
}
#bd-gallery > .container > .menu > dt {
	display: none;
	position: absolute;
	left: 4px;
}
#bd-gallery > .container > .menu > dd {
	float: left;
}
#bd-gallery > .container > .menu > dd > a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #8c8786;
	text-align: center;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
#bd-gallery > .container > .menu > dd:nth-child(n+3) > a {
	border-left: 1px solid #8c8786;
}
#bd-gallery > .container > .menu > dd > a.selected, #bd-gallery > .container > .menu > dd > a:hover {
	background: #d8cfbc;
}
#bd-gallery > .container > .list {
	display: none;
	overflow: hidden;
	padding: 4px 0 40px;
	margin: auto;
}
#bd-gallery > .container > .list > dd {
	float: left;
	padding: 4px;
	text-align: center;
}
#bd-gallery > .container > .list > dd > a {
	color: #fff;
}
#bd-gallery > .container > .list > dd > a > img {
	display: block;
}
#bd-gallery > .slide {
	overflow: hidden;
	margin-top: 50px;
}
#bd-gallery > .slide > div {
	width: 100000px;
}
#bd-gallery > .slide > div > dl {
	float: left;
	overflow: hidden;
	opacity: 0;
}
#bd-gallery > .slide > div > dl > dd {
	float: left;
	margin-left: 10px;
}
#bd-advertise {
	padding: 50px 0 100px;
	background: url(../image/bg_advertise.png) center;
}
#bd-advertise > .container {
	overflow: hidden;
	margin: auto;
	max-width: 980px;
}
#bd-advertise > .container > * {
	float: left;
}
#bd-advertise > .container > .info {
	width: 140px;
	margin-right: 10px;
	text-align: center;
}
#bd-advertise > .container > .info > article::before, #bd-advertise > .container > .info > article::after {
	content: '';
	display: block;
	height: 50px;
	background: url(../image/floorplan_pattern.png) center no-repeat;
}
#bd-advertise > .container > .info > dl > dd {
	margin-bottom: 10px;
	background-position: center;
	background-size: cover;
}
#bd-advertise > .container > .info > dl > dd > a {
	display: table-cell;
	overflow: hidden;
	position: relative;
	opacity: 0;
	width: 300px;
	height: 80px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #ece1cb;
	background: rgb(216, 207, 188, .7);
}
#bd-advertise > .container > .info > dl > dd > a.selected, #bd-advertise > .container > .info > dl > dd > a:hover {
	opacity: 1;
}
#bd-advertise > .container > .info > dl > dd > a::before, #bd-advertise > .container > .info > dl > dd > a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
#bd-advertise > .container > .info > dl > dd > a::before {
	top: 0;
	right: 0;
	border-width: 0 14px 14px 0;
	border-color: transparent #ffffff transparent transparent;
}
#bd-advertise > .container > .info > dl > dd > a::after {
	left: 0;
	bottom: 0;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #ffffff;
}
#bd-advertise > .container > .info > dl > dd > a > div {
	font-size: 16px;
	line-height: 70px;
	letter-spacing: 5px;
	color: #7e766a;
	border: 1px solid #b2aca3;
}
#bd-advertise > .container > .video {
	display: block;
	width: calc(100% - 300px);
}
#bd-advertise > .container > .video > a {
	display: block;
height: calc((100vw - 300px) * .56);
	max-height: 380px;
	background: url(../image/btn_play.png) center no-repeat;
}
#bd-advertise > .container > .download {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
#bd-advertise > .container > .download > a {
	font-family: 'Trajan Pro 3';
	display: inline-block;
	width: 200px;
	position: relative;
	padding: 10px 20px;
	margin: 10px;
	color: #fff;
	border: 1px solid #f4cc9f;
}
#bd-advertise > .container > .download > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #f4cc9f transparent transparent;
}
#bd-advertise > .container > .download > a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #f4cc9f;
}
#backtotop {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px;
}
#backtotop > a > img {
	display: block;
}
#popup {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.7);
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#bd-gallery > .container > .list {
	width: 742px;
}
}
@media screen and (max-width: 800px) {
.owl-dot span {
	width: 8px;
	height: 8px;
	margin: 15px;
}
#bd-banner > div {
	background-image: url(../image/home_mobile_v2.jpg);
}
#bd-banner > span {
    position: relative;
    display: block;
	color: #fff;
}
#bd-about .photo-tnc {
	position: relative;
	color: #fff;
	display: block;
}
#bd-link {
	display: none;
}
#bd-floorplan {
	height: auto;
	padding: 10px;
}
#bd-floorplan > .container > * {
	float: none;
	width: 100%;
	height: auto;
}
#bd-floorplan > .container > .info {
	border-right: 1px solid #9d9d9d;
	border-bottom: 0;
}
#bd-floorplan > .container > .info > h2 {
	margin: 30px 0 10px;
}
#bd-floorplan > .container > .image > a > img {
	height: 342px;
}
#bd-map {
	height: auto;
	padding: 10px;
}
#bd-map .owl-dots {
	margin-top: 15px;
}
#bd-map .content > * {
	float: none;
}
#bd-map .content > .info {
	width: auto;
	padding: 15px;
}
#bd-gallery {
	min-height: auto;
	padding-top: 20px;
}
#bd-gallery > .container {
	margin: auto;
}
#bd-gallery > .container > .menu > dd > a {
}
#bd-gallery > .container > .menu > dd > a {
	width: 106px;
	letter-spacing: 1px;
}
#bd-gallery > .container > .list {
	width: 632px;
}
#bd-gallery > .container > .list > dd > a > img {
	width: 150px;
}
#bd-gallery > .slide {
	margin-top: 20px;
}
#bd-gallery > .slide > div {
	zoom: .5;
}
#bd-advertise {
	height: auto;
	padding: 20px 0;
}
#bd-advertise > .container > * {
	float: none;
}
#bd-advertise > .container > .info {
	width: calc(100% - 40px);
	margin: auto;
}
#bd-advertise > .container > .info > dl {
	display: none;
}
#bd-advertise > .container > .video {
	display: block;
	width: calc(100% - 40px);
	margin: auto;
}
#bd-advertise > .container > .video > a {
	width: 100%;
	margin-top: 20px;
height: calc(100vw * .58);
}
}
@media screen and (max-width: 640px) {
#bd-gallery > .container > .list {
	width: 474px;
}
}
@media screen and (max-width: 480px) {
#bd-gallery > .container > .list {
	width: 316px;
}
}