h2 {
	font-size: 30px;
	font-weight: bold;
	color: #f26a58;
	text-align: center;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.hooper {
	height: auto;
}
.hooper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hooper-prev,
.hooper-next {
	width: 13px;
	height: 28px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.hooper-prev {
	background-image: url('/image/m_btn_back.png');
}
.hooper-next {
	background-image: url('/image/m_btn_next.png');
}
.hooper-prev > svg,
.hooper-next > svg {
	display: none;
}
#contact-shortcut {
	display: none;
}
#bd-contact {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	width: 100%;
	background: rgba(255, 228, 225, 0.8);
	box-shadow: 0px -10px 20px 0px #999;
}
#bd-contact > dl {
	padding-right: 250px;
	padding-bottom: 10px;
}
#bd-contact > dl > dt {
	position: absolute;
	top: calc(50% - 35px);
	right: 0;
}
#bd-contact > dl > dt > a {
	display: block;
	line-height: 70px;
	width: 250px;
	padding-right: 70px;
	text-align: right;
	color: #00a82d;
	text-shadow: 0 0 1px #fff;
	background: url('/image/icon_whatsapp.png') right center no-repeat;
}
#bd-contact > dl > dd {
	float: left;
	margin: 5px 15px 0 0;
}
#bd-contact > dl > dd:nth-child(2) {
	margin-top: 10px;
	width: 100%;
}
#bd-contact > dl > dd > strong {
	color: #f36a58;
}
#bd-banner {
	position: relative;
	height: 800px;
	padding-top: 20%;
	font-size: 50px;
	font-weight: bold;
	background-image: url(/image/banner01.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0px 0px 3px #fff;
	text-align: center;
}
#bd-banner > strong {
	font-size: 60px;
}
#bd-adv {
	overflow: hidden;
}
#bd-adv .hooper-slide {
	position: relative;
	padding-top: 17%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#bd-adv .hooper-slide:nth-child(1) {
	background-image: url(/image/sb01.jpg);
}
#bd-adv .hooper-slide:nth-child(2) {
	background-image: url(/image/sb02.jpg);
}
#bd-adv .hooper-slide:nth-child(3) {
	background-image: url(/image/sb03.jpg);
}
#bd-adv .hooper-slide > div {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: rgba(243, 106, 88, 0.8);
}
#bd-adv .hooper-slide > div > span {
	display: table-cell;
	width: 10000px;
	height: 60px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
#bd-about {
	position: relative;
	height: 580px;
	background-image: url(/image/slide01.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#bd-about > article {
	position: absolute;
	z-index: auto;
	top: 100px;
	left: calc(50% - 600px);
	width: 520px;
	text-align: center;
}
#bd-about > article > p {
	margin-bottom: 30px;
}
#bd-app > dl {
	overflow: hidden;
}
#bd-app > dl > dd {
	position: relative;
	float: left;
	width: 50%;
	height: 345px;
	background-position: center;
	background-size: cover;
}
#bd-app > dl > dd:nth-child(1) {
	width: 100%;
	height: 450px;
	background-image: url('/image/special_bg01.jpg');
}
#bd-app > dl > dd:nth-child(2) {
	background-image: url('/image/special_bg02.jpg');
}
#bd-app > dl > dd:nth-child(3) {
	background-image: url('/image/special_bg03.jpg');
}
#bd-app > dl > dd > h3 {
	position: absolute;
	z-index: auto;
	width: 720px;
	top: 150px;
	color: #f36a58;
	font-size: 28px;
	text-align: left;
}
#bd-app > dl > dd:nth-child(1) > h3 {
	font-size: 36px;
	right: 50%;
	top: 170px;
}
#bd-app > dl > dd:nth-child(2) > h3 {
	right: 0;
}
#bd-app > dl > dd:nth-child(3) > h3 {
	left: 210px;
}
#bd-professional {
	padding: 50px 0;
	background: url(/image/team_bg.jpg);
}
#bd-professional .hooper-list {
	padding: 10px 0;
}
#bd-professional .hooper-slide a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 230px;
	height: 230px;
	margin: 10px;
	padding-top: 160px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-professional .hooper-slide a::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 3px;
	left: calc(50% - 15px);
	bottom: 25px;
	background: #000;
}
#bd-professional .hooper-slide:nth-child(1) a::after {
	background: #a1bde8;
}
#bd-professional .hooper-slide:nth-child(2) a::after {
	background: #ffe683;
}
#bd-professional .hooper-slide:nth-child(3) a::after {
	background: #cdf27d;
}
#bd-professional .hooper-slide:nth-child(4) a::after {
	background: #ffe683;
}
#bd-professional .hooper-slide:nth-child(5) a::after {
	background: #f4b7e8;
}
#bd-professional .hooper-slide:nth-child(6) a::after {
	background: #aee4e9;
}
#bd-professional .hooper-slide:nth-child(7) a::after {
	background: #98aaf3;
}
#bd-professional .hooper-slide:nth-child(8) a::after {
	background: #f3d298;
}
#bd-professional .hooper-slide:nth-child(9) a::after {
	background: #ff6fc2;
}
#bd-professional .hooper-slide:nth-child(10) a::after {
	background: #9450f2;
}
#bd-professional .hooper-slide:nth-child(11) a::after {
	background: #bfff35;
}
#bd-professional .hooper-slide a > strong {
	display: table-cell;
	width: 230px;
	height: 70px;
	bottom: 0;
	padding: 0 30px 30px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.8);
}
#bd-guide {
	position: relative;
	padding: 50px 0;
}
#bd-gd-hooper {
	margin-top: 40px;
}
#bd-guide .hooper-slide {
	position: relative;
	float: left;
	width: 25%;
	padding-top: 165px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
#bd-guide .hooper-slide::before {
	content: '';
	display: block;
	position: absolute;
	z-index: auto;
	top: calc(50% - 15px);
	right: 0px;
	width: 15px;
	height: 30px;
	background: url('/image/step_point.png');
}
#bd-guide .hooper-slide:last-child::before {
	display: none;
}
#bd-guide .hooper-slide:nth-child(1) {
	background-image: url('/image/book_step01.png');
}
#bd-guide .hooper-slide:nth-child(2) {
	background-image: url('/image/book_step02.png');
}
#bd-guide .hooper-slide:nth-child(3) {
	background-image: url('/image/book_step03.png');
}
#bd-guide .hooper-slide:nth-child(4) {
	background-image: url('/image/book_step04.png');
}
#bd-guide .hooper-slide > div > div {
	width: 40px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	background: #63c19c;
}
#bd-guide .hooper-slide > div > h3 {
	margin-top: 10px;
	color: #57c4c7;
}
#bd-download {
	position: relative;
	height: 480px;
	padding: 50px 0;
	color: #fff;
	background: url(/image/bg_download.jpg);
}
#bd-download::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 146px;
	left: calc(50% + 140px);
	width: 218px;
	height: 398px;
	background: url('/image/img_phone.png');
}
#bd-download::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: -70px;
	left: calc(50% + 300px);
	width: 445px;
	height: 613px;
	background: url('/image/img_tablet.png');
}
#bd-download > div {
	position: absolute;
	width: 600px;
	right: 50%;
	text-align: center;
}
#bd-download > div > h2,
#bd-download > div > h3 {
	color: #fff;
}
#bd-download > div > dl {
	margin-top: 50px;
}
#bd-download > div > dl > dt {
	margin-top: 60px;
}
#bd-download > div > dl > dt > a {
	margin: 0 10px;
}
#bd-download > div > dl > dd {
	margin-bottom: 20px;
}
#bd-download > div > dl > dd::before {
	content: '';
	display: inline-block;
	width: 54px;
	height: 54px;
	text-align: center;
	background: url(/image/icon_tick.png) left center no-repeat;
	vertical-align: middle;
}
#bd-download > div > dl > dd > div {
	display: inline-block;
	max-width: calc(100% - 60px);
	font-size: 18px;
	vertical-align: middle;
}
#bd-testimonial {
	padding: 50px 0;
	background: #f1faf6;
}
#bd-testimonial > dl {
	overflow: hidden;
}
#bd-testimonial > dl > dd {
	width: 800px;
	padding: 15px;
	margin: 30px auto;
}
#bd-testimonial > dl > dd > p {
	position: relative;
	display: block;
	padding: 20px 40px;
	text-align: justify;
	border-radius: 10px;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-testimonial > dl > dd > p::before {
	content: '\201C';
	position: absolute;
	top: -5px;
	left: 15px;
	font-size: 60px;
}
#bd-testimonial > dl > dd > p::after {
	content: '\201D';
	position: absolute;
	right: 15px;
	bottom: -40px;
	font-size: 60px;
}
#bd-testimonial > dl > dd:nth-child(1) > p {
	color: #198a8d;
	background: #e2fdfe;
}
#bd-testimonial > dl > dd:nth-child(2) > p {
	color: #c44837;
	background: #ffe4e1;
}
#bd-testimonial > dl > dd > div {
	padding-left: 40px;
	font-size: 18px;
}
#bd-testimonial > dl > dd > div > span {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
#bd-faq {
	position: relative;
	height: 460px;
	background: url(/image/girl.jpg) calc(50% - 380px) center no-repeat #fafafa;
}
#bd-faq > div {
	position: absolute;
	width: 600px;
	top: 40px;
	left: 50%;
	text-align: center;
}
#bd-faq > div > dl {
	font-size: 15px;
	text-align: center;
}
#bd-faq > div > dl > dd {
	cursor: pointer;
	margin-top: 20px;
}
#bd-faq > div > dl > dd > .faq_q {
	color: #63c19c;
}
#bd-faq > div > dl > dd > .faq_q::before {
	content: 'Q: ';
}
#bd-faq > div > dl > dd > .faq_a {
	display: none;
}
#bd-faq > div > dl > dd > faq_a::before {
	content: 'A: ';
}
#bd-partner {
	padding: 50px 0;
}
#bd-partner > h2 {
	color: #57c4c7;
}
#bd-partner > dl {
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
#bd-partner > dl > dd {
	display: inline-block;
	width: 24%;
	height: 100px;
	margin: 20px 0;
	background-position: center;
	background-repeat: no-repeat;
}
#bd-pn-hooper .hooper-slide dl {
	width: 100%;
	padding-bottom: 20px;
}
#bd-pn-hooper .hooper-slide dd {
	height: 100px;
	margin: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
#bd-pn-hooper .hooper-indicator {
	display: block;
	width: 8px;
	height: 8px;
	margin: 3px 3px;
	background: #aaa;
	border-radius: 50%;
}
#bd-pn-hooper .hooper-indicator:hover,
#bd-pn-hooper .hooper-indicator.is-active {
	background: #57c4c7;
}
#bd-enquiry {
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	font-size: 18px;
	background: #f9f9f9;
}
#bd-enquiry > h3 {
	margin-bottom: 60px;
}
#bd-eq-sent {
	display: none;
	position: absolute;
	z-index: auto;
	left: calc(50% - 150px);
	width: 300px;
	height: 100px;
	padding: 20px;
	color: #fff;
	background: #57c4c7;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-eq-form {
	overflow: hidden;
	float: left;
	width: calc(50% - 25px);
}
#bd-eq-form > div {
	float: left;
	width: calc(50% - 10px);
}
#bd-eq-form > div > input,
#bd-eq-form > div > textarea,
#bd-eq-form > div > a {
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 25px;
}
#bd-eq-form > div > input,
#bd-eq-form > div > textarea {
	border: 1px solid #57c4c7;
}
#bd-eq-form > div > textarea {
	height: 200px;
	line-height: 1;
	padding: 15px 20px;
}
#bd-eq-form > div:nth-child(3) {
	clear: both;
	margin-right: 20px;
}
#bd-eq-form > div:nth-child(5) {
	width: 100%;
}
#bd-eq-contact {
	float: right;
	width: calc(50% - 25px);
}
#bd-eq-contact > dd {
	margin-top: 10px;
	padding-left: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}
#bd-eq-contact > dd:nth-child(1) {
	background-image: url('/image/c_area.png');
}
#bd-eq-contact > dd:nth-child(2) {
	background-image: url('/image/c_tel.png');
}
#bd-eq-contact > dd:nth-child(3) {
	background-image: url('/image/c_whatsapp.png');
}
#bd-eq-contact > dd:nth-child(4) {
	background-image: url('/image/c_email.png');
}
#bd-eq-contact > dt {
	margin-top: 20px;
}
#bd-eq-contact > dt > iframe {
	display: block;
	width: 100%;
	height: 240px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
	#bd-banner {
		height: 50vw;
	}
}
@media screen and (max-width: 1500px) {
	#bd-app > dl > dd:nth-child(1) > h3 {
		right: auto;
		left: 10px;
	}
	#bd-app > dl > dd:nth-child(2) > h3 {
		right: auto;
		left: 10px;
	}
	#bd-app > dl > dd:nth-child(3) > h3 {
		right: auto;
		left: 10px;
	}
}
@media screen and (max-width: 1220px) {
	#bd-about article {
		left: 10px;
	}
	#bd-download > div {
		left: 10px;
		right: auto;
	}
	#bd-faq > div {
		left: auto;
		right: 10px;
	}
}
@media screen and (max-width: 1100px) {
	#bd-banner .hooper-slide a {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 56%;
	}
	#bd-download > dl {
		margin-left: 10px;
	}
	#bd-faq {
		background-position: -140px center;
	}
	#bd-eq-form {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	#bd-eq-form > div {
		width: 100%;
	}
	#bd-eq-contact {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
}
@media screen and (max-width: 900px) {
	#bd-app > dl > dd:nth-child(1) > div {
		left: 20px;
	}
	#bd-download > div {
		width: calc(100% - 300px);
	}
}
@media screen and (min-width: 769px) {
	#bd-adv .hooper-track {
		display: block;
		text-align: center;
		transform: translate(0px, 0px) !important;
	}
	#bd-adv .hooper-slide {
		display: block !important;
		float: left !important;
		width: 33.33% !important;
	}
	#bd-professional .hooper-navigation {
		display: none;
	}
	#bd-professional .hooper-track {
		display: block;
		text-align: center;
		transform: translate(0px, 0px) !important;
	}
	#bd-professional .hooper-slide {
		display: inline-block !important;
		width: auto !important;
		margin: 10px !important;
	}
	#bd-guide .hooper-navigation {
		display: none;
	}
	#bd-guide .hooper-track {
		display: block;
		text-align: center;
		transform: translate(0px, 0px) !important;
	}
	#bd-guide .hooper-slide {
		float: left !important;
		width: 25% !important;
	}
	#bd-guide .hooper-slide::before {
		right: -8px;
	}
	#bd-pn-hooper {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#contact-shortcut {
		display: block;
	}
	#contact-shortcut > a {
		display: block;
		line-height: 40px;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background: #91ced1;
	}
	#bd-contact {
		display: none;
	}
	#bd-banner {
		padding-top: 15%;
		font-size: 18px;
	}
	#bd-banner > strong {
		font-size: 20px;
	}
	#bd-adv .hooper-slide {
		height: 165px;
		padding-top: 52%;
	}
	#bd-adv .hooper-slide > div {
		padding: 3px;
		font-size: 16px;
	}
	#bd-about {
		overflow: hidden;
		height: auto;
		padding-top: 300px;
		background-position: right -100px top;
		background-size: 900px;
	}
	#bd-about article {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		padding: 10px;
	}
	#bd-app {
		display: none;
	}
	#bd-download::before {
		top: auto;
		left: calc(50% - 90px);
		bottom: -20px;
		width: 72px;
		height: 132px;
		background-size: contain;
	}
	#bd-download::after {
		top: auto;
		left: calc(50% - 50px);
		bottom: -20px;
		width: 148px;
		height: 204px;
		background-size: contain;
	}
	#bd-download {
		height: auto;
		padding: 30px 0 240px;
	}
	#bd-download > div {
		position: initial;
		width: 100%;
		right: 0;
		text-align: left;
	}
	#bd-download > div > dl > dt > a > img {
		width: 140px;
	}
	#bd-download > div > dl > dd {
		margin-bottom: 20px;
	}
	#bd-download > div > dl > dt {
		margin-top: 30px;
		text-align: center;
	}
	#bd-faq {
		height: auto;
		padding: 30px 0;
		background: #f6f6f6;
	}
	#bd-faq > div {
		position: initial;
		width: 100%;
		top: auto;
		left: auto;
	}
	#bd-faq > div > dl > dd {
		background: #ffeeec;
		margin-top: 0;
		padding: 10px;
	}
	#bd-faq > div > dl > dd:nth-child(even) {
		background: #f3ffff;
	}
	#bd-testimonial,
	#bd-partner > dl {
		display: none;
	}
}
