@charset "UTF-8";
@import "css/bootstrap.min.css";
@import "css/fontawesome/css/all.css";
/*@import "css/vnf_bodoni/vnf_bodoni.css";*/
/*@import "css/sf_display/sf_display.css";*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Open+Sans&family=Roboto:wght@100;300;400;500;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,900;1,500&display=swap');*/

/*
Theme Name: Aspire Lifestyles - Vietcombank Priority
Theme URI: https://egd.vn
Author: tuan@aluent.com
Author URI: https://egd.vn
Description: Wordpress Theme for Aspire Lifestyles Project
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aspirelifestyles
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #ADB1B0;
	font-family: 'Manrope',Arial, Tahoma, Veranda;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	background: #020303;
}
a {
	color: #739DAA;
	text-decoration: none;
}
a:hover {
	color: #24618A;
	text-decoration: none;
}
a.logo {
	display: inline-block;
	width: 143px;
	height: 46px;
	text-indent: -999em;
	background: url(images/Priority_white.svg) no-repeat 0 0;
	background-size: contain;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1312px;
}
.site-content {
	margin: 15px 0;
}
.site-main {
	margin: 50px 0 0 0;
	padding: 0;
	/*background: rgba(167, 134, 86, 0.1);
	border-radius: 10px;
	box-shadow: 0px 0 30px rgba(0, 0, 0, 0.05);*/
}
#promotion {
	margin: 30px 0;
}
.modal-dialog {
	max-width: 1660px;
}
.modal-content {
	border-radius: 0;
}
h1.entry-title {
	margin-bottom: 50px;
	font-size: 25px;
	color: #395680;
	font-weight: bold;
	font-family: 'Philosopher';
}
.promotion-header h1.entry-title {
	margin: 0 0 30px 0;
	font-size: 25px;
	color: #000;
}
h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	font-family: 'Philosopher';
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
h3 {
	font-size: 25px;
	font-weight: 600;
	font-family: 'Philosopher';
}
h3.block-heading {
	font-size: 18px;
	font-weight: bold;
}
h3.block-heading.hole {
}
h3.booking-heading {
	text-transform: uppercase;
	text-align: center;
}
h4 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Philosopher';
}
.align-right {
	text-align: right;
}
.booking-form h3 {
}
.btn.btn-submit {
}
.wpml-ls-display {
	display: none;
}
.btn {
	padding: 12px;
	color: #FFF;
	background: #24618A;
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 100%;
	min-width: 140px;
	font-weight: 500;
}
.input-group .btn {
	box-shadow: none;
	border-radius: 0;
}
.btn-benefit {
	margin: 0 auto;
	max-width: 300px;
	display: block;
}
.btn:hover,
.btn:active,
.btn:focus {
	color: #FFF;
	background: #739DAA;
}
.btn.btn-booking {
	display: block;
	width: 100%;
}
.btn.btn-cancel {
	padding-top: calc(0.8rem - 2px);
	padding-bottom: calc(0.8rem - 2px);
	display: block;
	width: 100%;
	color: #395680;
	background: #E3BC86;
	border: solid 2px #E3BC86;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
}
.btn.btn-cancel:hover {
	text-decoration: underline;
}
.booking-form .btn.btn-cancel,
.promotion .btn.btn-cancel,
.wine .btn.btn-cancel {
	color: #666666;
	background: #eeeeee;
	border: solid 2px #eeeeee;
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.booking-form .btn.btn-cancel:hover,
.promotion .btn.btn-cancel:hover,
.wine .btn.btn-cancel:hover {
	color: #FFF;
	background: #666666;
	border: solid 2px #666666;
	text-decoration: none;
}
.promotion #booking-form .btn.btn-cancel,
.wine #booking-form .btn.btn-cancel {
	background: #eee;
}
.promotion #booking-form .btn.btn-cancel:hover,
.wine #booking-form .btn.btn-cancel:hover {
	color: #FFF;
	background: #666666;
}
.topbar {
	margin: 0 0 15px 0;
	padding: 10px 0;
}
.topbar .seperator {
	color: gray;
}
.topbar a {
	color: #FFF;
}
header {
}
#primary {
	margin: 0;
	padding: 30px 0;
}
.home #primary {
	padding: 30px 0 0 0;
}
#primary.privilege {
	background: #231F20;
}
#secound {
	margin: 30px 0;
}
#carouselHome {
}
#carouselHome .carousel-inner {
}
#carouselHome .carousel-item img {
}
#carouselHome .carousel-indicators {
	margin: 0;
	right: 0;
	left: auto;
	width: 220px;
	position: absolute;
}
#carouselHome .carousel-indicators [data-target] {
	background: rgba(255, 255, 255, 0.5);
	width: 30px;
	height: 5px;
	margin: 15px 5px;
	border-radius: 0;
	border: none;
}
#carouselHome .carousel-indicators [data-target].active {
  background: rgba(255, 255, 255, 1);
}
#carouselHome .carousel-caption {
	padding: 20px 20px 10px 20px;
	width: 44%;
	left: 30px;
	bottom: 30px;
	text-align: left;
	font-size: 120%;
	border-radius: 10px;
	background: rgba(214, 189, 122, 0.8) !important;
}
#carouselHome .carousel-caption h5 {
	font-size: 150%;
	font-weight: bold;
}
header.site-header {
	margin: 0;
	padding: 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	/*position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1030;
	background: url(images/bg-header.png) no-repeat 50% 50%;*/
}
.home header.site-header {
	border: none;
}
.logged-in header.site-header {
	top: 32px;
}
footer {
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	background: #231F20;
}
header .mainbar {
	display: flex;
}
footer .footer-main {
	padding: 30px 0;
}
.logo {
	padding: 0;
	/*width: 270px;*/
	text-align: center;
}
.logo img {
	width: auto;
	height: 60px;
}
#site-navigation {
	padding: 0;
	width: 100%;
}
.nav-wrap {
	margin-left: auto;
}
.navbar-expand-lg .navbar-collapse {
	/*margin-top: -0.5rem;
	margin-bottom: auto;*/
}
.navbar-toggler {
	padding: 0;
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
}
.navbar-light .navbar-toggler {
	margin-top: 0;
	margin-bottom: auto;
}
.navbar-light .navbar-toggler-icon {
	background: url('images/buger.png') no-repeat 0 0;
}
.navbar .nav-item .dropdown-menu {
	padding: 0;
	width: 350px;
	border-radius: 0;
	background: #739DAA;
	border: none;
}
.navbar .nav-item .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	display: none;
}
.navbar-toggler-text {
	display: block;
	font-size: 12px;
	color: #A7A9AC;
}
.navbar-expand-lg .navbar-nav {
	/*margin-right: -90px;*/
	margin-left: auto;
}
.navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link {
	padding: 10px 0 10px 25px;
	background: url(images/phone.png) no-repeat 0 15px;
	position: relative;
}
.navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link:after {
	content: 'Tổng đài đặt đặc quyền';
	display: block;
	position: absolute;
	width: 100%;
	top: -2px;
	right: 0;
	font-size: 12px;
	color: #A7A9AC;
	line-height: 100%;
	text-transform: none;
	text-align: right;
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle {
	background: none;
}
.dropdown-item {
	color: #000;
	padding: 10px 20px;
	white-space: normal;
}
.dropdown-item:hover {
	color: #fff;
	background: #24618A;
	text-decoration: none;
}
header .navbar-expand-lg .navbar-nav .nav-item {
	padding: 0 0 0 20px;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item {
	padding: 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 30px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #FFF;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #FFF;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
	color: #FFF;
	text-decoration: none;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover {
}
footer .copyright {
	text-align: center;
	font-weight: 500;
}
footer .footer-hotline {
	padding: 20px 0 40px 0;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
footer .footer-hotline a.hotline {
	padding: 0 0 0 30px;
	color: #FFF;
	display: inline-block;
	background: url(images/footer-phone.png) no-repeat 0 50%;
}
footer nav {
}
footer nav .footer-menu {
	margin: 0;
	padding: 20px 0 40px 0;
}
footer nav .footer-menu li {
	margin: 0;
	list-style: none;
}
footer nav .footer-menu li a {
	padding: 0;
	color: #C39E2D;
	text-transform: uppercase;
}
footer nav .footer-menu li a:hover,
footer nav .footer-menu li a:active,
footer nav .footer-menu li a:focus {
	text-decoration: underline;
}
.page-area {
	padding: 0;
}
.frontpage-product {
	text-align: center;
	background: #fff;
	border-radius: 0;
	height: 100%;
	border: 1px solid #A7A9AC;
}
.wrapper-product {
	padding: 15px 15px 0 15px;
	text-align: center;
	background: #fff;
	border-radius: 0;
	height: 100%;
	border: 1px solid #A7A9AC;
}
.wrapper-product .frontpage-product {
	border: none;
}
.frontpage-product .product-inner {
	position: relative;
	display: block;
	z-index: 1;
	height: 100%;
	padding: 15px 15px 60px 15px;
 }
 .frontpage-product .product-inner .product-img {
 	display: block;
 }
.frontpage-product .product-inner.inner-nobtn {
	 padding: 15px 15px 0 15px;
}
.wrapper-product .frontpage-product .product-inner.inner-nobtn {
	 padding: 0;
}
.row-subservices .frontpage-product .product-inner.inner-nobtn {
	 padding: 15px 15px 0 15px;
}
 .frontpage-product .product-inner img {
 	margin: -15px -15px 0 -15px;
	width: calc(100% + 30px);
	height: auto;
	border-radius: 0;

}
.frontpage-product h4 {
 	margin: 10px 0;
	font-size: 100%;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}
.frontpage-product h4 a {
	color: #000;
}
.frontpage-product .short-des {
	margin: 30px 0;
	text-align: left;
}
.promotion-list {}
.promotion-list .row {
	margin: 0 -15px;
}
.promotions {
	border: 1px solid #bbb;
	border-radius: 10px;
	margin: 15px 0px;
	padding: 0 15px;
	height: 100%;
	position: relative;
}
.promotion {
	margin: 50px 0;
}
.promotions .program-thumb {
	margin: 0 -15px;
	width: calc(100% + 30px);
	height: auto;
	border-radius: 10px 10px 0 0
}
h4.location {
	margin: 0 -15px 0 -15px;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: #f4f4f4;
	border-bottom: 1px solid #bbb;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.row-products h4.location {
	border-radius: 0;
}
.promotion-item {
	margin: 15px 0;
	display: block;
	width: 100%;
}
.promotion-item .promotion-link,
.promotion-item .promotion-button {
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border: none;
	background: none;
	text-align: left;
	box-shadow: none;
	border-radius: 10px;
}
.promotion-item.nothumb .promotion-link,
.promotion-item.nothumb .promotion-button {
	border-radius: 0;
}
.promotion-item .promotion-link:after,
.promotion-item .promotion-button:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.5);
}
.promotion-item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.short-des {
	margin: 30px 0 0 0;
}
.program-link {
	position: absolute;
	bottom: 15px;
	left: 30px;
	right: 30px;
}
.program-link .btn {
}
.short-des ul {
	padding-left: 15px;
}
.row-products {
	margin: -15px;
}
.row-products.row-bar {
	margin-top: 100px;
}
.row-info {
	margin: 0 0 0 -400px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 18px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 10px;
}
.container-info {
	padding: 90px 0 30px 0;
	position: relative;
}
.container-info span {
	color: #000;
}
.container-info span.email {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
a.rules {
	margin: 0 auto;
	padding: 15px 80px;
	color: #fff;
	background: #C39E2D;
	text-transform: uppercase;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 10px !important;
	display: inline-block;
}
a.rules:hover {
	background: #542E1A;
}
.promotion-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	z-index: 3;
	background: rgba(0, 0, 0, .4);
}
.nothumb .promotion-info {
	position: relative;
	min-height: auto;
	background: none;
}
.promotion-title {
	padding: 15px;
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	z-index: 3;
	font-weight: bold;
	text-shadow: 1px 0 0 #000;
}
.nothumb .promotion-title {
	padding: 0;
	color: #542E1A;
	font-size: 100%;
	text-shadow: none;
}
.promotion-content {
	padding: 0 30px 30px 30px;
	color: #FFF;
	display: block;
	height: 150px;
}
.promotion-hole {
	margin: -10px 0 0 0;
	padding: 0 0 15px 0;
	color: #FFF;
	display: block;
}

.promotion-item .promotion-link:hover:after,
.promotion-item .promotion-button:hover:after {
	background: rgba(0,0,0,.6)
}
.promotion-item .promotion-link:hover img,
.promotion-item .promotion-button:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.block-content {
	margin: 0 0 45px 0;
}
#carouselDetail {
	margin: 0;
}
#carouselDetail .carousel-control-next,
#carouselDetail .carousel-control-prev {
	height: 75px;
	top: calc(50% - 35px);
	z-index: 999;
}
#carouselDetail .carousel-control-next {
	right: 0px;
}
#carouselDetail .carousel-control-prev {
	left: 0px;
}
#carouselDetail .carousel-control-next-icon,
#carouselDetail .carousel-control-prev-icon {
	width: 37px;
	height: 65px;
}
#carouselDetail .carousel-control-next-icon {
	background: url("images/next.png") no-repeat 0 0;
}
#carouselDetail .carousel-control-prev-icon {
	background: url("images/prev.png") no-repeat 0 0;
}
.carousel-indicators {
	margin: 0;
	padding: 0 0 0 15px;
	position: static;
	flex-wrap: wrap;
	max-width: calc(100% - 15px);
}
.carousel-indicators [data-target] {
	margin: 15px 15px 0 0;
	padding: 0;
	width: 15%;
	max-width: 123px;
	max-height: 123px;
	opacity: 1;
	height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 0;
	border-radius: 0;
}
.carousel-indicators [data-target].active {
}
.carousel-indicators [data-target] img {
	display: block;
	width: 100%;
	max-width: 132px;
	max-height: 132px;
	border-radius: 0;
}
.datepicker-bottom,
.seconddatepicker-bottom {
	position: relative;
	z-index: 9999999999;
}
.datepicker-bottom #ui-datepicker-div,
.seconddatepicker-bottom #ui-datepicker-div {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.btn:focus,
.form-control:focus {
	box-shadow: 0 0 0 #fff !important;
}
.modal-backdrop.show {
	opacity: .9 !important;
}
#mainslider {
	position: relative;
	max-height: 100vh;
}
#slider {
	overflow: hidden;
}
#product {
	margin: 30px 0;
}
.home-greeting {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
.greeting {
	display: flex;
	align-items: flex-start;
}
.greeting__text {
	margin-left: 10px;
	color: #fff;
}
.greeting__text h1 {
	font-weight: bold;
}
.home-suggestion__wrapper {
	padding: 0;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 4rem;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
}
.suggestion-bar {
	width: auto;
	height: 100px;
	position: initial;
	border: none;
	max-width: 100%;
	display: flex;
	flex-grow: 1;
	align-items: stretch;
	color: #000;
	background: linear-gradient(#fff, #ADB1B0);
}
.suggestion-item {
	width: 20%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	padding: .625rem;
	transition: all .3s;
}
.suggestion-bar .suggestion-item:not(:last-child) {
	border-right: 1px solid #ADB1B0;
}
.suggestion-item__txt {
	margin: 0;
	text-align: center;
	max-height: 1.75rem;
	height: 100%;
	font-weight: 600;
	font-size: 110%;
}
.suggestion-item__icon {
	height: 50px;
	position: relative;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .25rem;
}
.suggestion-item__icon > img {
	width: 32px;
	height: 32px;
}
.service_wrapper {
	margin: 0;
	padding: 0;
	background: #172031;
}
.service_wrapper .col-lg-6 {
	padding: 0;
}
.service_wrapper img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.service_wrapper a {
	color: #FFF;
}
.service_wrapper a .detail {
	color: #ADB1B0;
	font-size: 110%;
	line-height: 160%;
}
.service_wrapper .info {
	margin: 50px;
	text-align: center;
}
.service_wrapper .info .label {
	color: #FFF;
	margin: 15px 0;
	font-family: 'Philosopher';
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.5rem;
	letter-spacing: -.04em;
}

/** Steps **/
.steps {
	padding: 0;
	margin: 50px 0;
	list-style: none;
	display: flex;
	/*overflow-x: auto;*/
}
.steps .step:first-child {
	margin-left: auto;
}
.steps .step:last-child {
	margin-right: auto;
}
.step:first-of-type .step-circle::before {
	display: none;
}
.step:last-of-type .step-content {
	padding-right: 0;
}
.step-content {
	box-sizing: content-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 15rem;
	min-width: 15rem;
	max-width: 15rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	white-space: nowrap;
}
.step-circle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	color: #929292;
	border: 2px solid #929292;
	border-radius: 100%;
	background-color: #fff;
}
.step-circle::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -2px;
	width: calc(15rem + 1rem - 1.5rem);
	height: 2px;
	transform: translate(-100%, -50%);
	color: #929292;
	background-color: currentColor;
}
.step-text {
	color: #929292;
	word-break: break-all;
	margin-top: 0.25em;
}
.step-active .step-circle {
	color: #fff;
	border-color: #E3BC86;
}
.step-active .step-circle::before {
	color: #E3BC86;
}
.step-active .step-text {
	color: #542E1A;
}

.step-error .step-circle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.step-error .step-circle::before {
	color: #dc3545;
}
.step-error .step-text {
	color: #dc3545;
}

.step-success .step-circle {
	color: #FFF;
	background-color: #E3BC86;
	border-color: #E3BC86;
}
.step-success .step-circle i {
	font-size: 11px;
}
.step-success .step-circle::before {
	color: #E3BC86;
}
.step-success .step-text {
	/*color: #464646;*/
}
.booking-left {
	position: relative;
}
.booking-left img {
	margin: -16px 0 -16px -17px;
	width: 100%;
	max-width: 100%;
}
.booking-left .booking-bg {
	position: absolute;
	top: -16px;
	left: -4px;
	bottom: 0;
	background: #395680;
	display: block;
	width: calc(100% - 9px);
	height: calc(100% + 32px);
	background-size: cover;
}
.booking-form {
	padding: 30px 0;
}
.booking-form label {
	color: #464646;
}
.form-check label {
	margin-left: 10px;
}
.booking-form .form-control {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: solid 1px #ddd;
	border-radius: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
	background: none;
	height: auto;
}
.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.booking-form .form-control::-ms-expand {
    display: none;
}
.booking-form textarea.form-control {
	font-family: inherit;
}
.input-group-date {
	position: relative;
}
.input-group-date .iconlabel {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.input-group-date i {
	color: #464646;
	font-size: 25px;
}
.required {
	color: #FF0000;
}
.number-spinner {
	position: relative;
}
.number-spinner .input-group-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.number-spinner .input-group-btn.number-down {
	left: 0;
}
.number-spinner .input-group-btn.number-up {
	right: 0;
}
.number-spinner .input-group-btn button {
	padding-top: 1rem;
	color: #464646;
	background: none;
}
.number-spinner .input-group-btn button i {
	color: #464646;
	font-size: 25px;
}
.booking-form .form-check-input {
	width: 1.2em;
	height: 1.2em;
}
.booking-form .form-check-input:checked {
	background-color: #395680;
	border-color: #395680;
}
.booking-form h5 {
	padding: 0 0 0 35px;
	color: #000;
	position: relative;
}
.booking-form h5 i {
	color: #395680;
	position: absolute;
	top: 0;
	left: 0;
}
.booking-form.personal-info h5 {
	padding: 0 0 0 35px;
	font-weight: normal;
	font-size: 100%;
	position: relative;
}
.booking-form.personal-info h5 i {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.booking-note {
	margin: 20px 0 0;
	color: #395680;
	font-size: 16px;
	line-height: 130%;
}
.booking-note ul {
	padding-left: 15px;
}
.booking-note ul br {
	display: none;
}
.flex-column-bottom {
}
.personal-info {
	margin: 0 auto;
	max-width: 1100px;
}
.personal-info h3,
.um-form h3 {
	margin: 30px 0;
	font-size: 130%;
	text-transform: uppercase;
}
.row-complete {
	text-align: center;
}
.col-thankyou {
	color: #464646;
	font-size: 120%;
	line-height: 150%;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	border: solid 1px #dc3545;
	background: none;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	background: none;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: initial;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: initial;
}
.page .ui-widget-header {
	background: #cccccc;
}
.page .ui-state-default,
.page .ui-widget-content .ui-state-default,
.page .ui-widget-header .ui-state-default {
	background: #e6e6e6;
}
.page .ui-state-highlight,
.page .ui-widget-content .ui-state-highlight,
.page .ui-widget-header .ui-state-highlight {
	border: none;
	background: #fcefa1;
}
.row-benefit {
	margin: 10px auto 20px auto;
	max-width: 1000px;
	text-align: center;
	color: #395680;
}
.iconlabel {
	cursor: pointer;
}
.carousel-fade .carousel-item img {
	border-radius: 0;
}

.row-promotion-list .col-xl-3 {
	padding-left: 10px;
	padding-right: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* VCB by tuan@aluent.com */
#primary .um {
	font-size: 100% !important;
}
#primary .um,
#primary .um-field-block,
#primary .um .um-field-label {
	color: #444;
}
#primary .um .um-form input[type=text],
#primary .um .um-form input[type=search],
#primary .um .um-form input[type=tel],
#primary .um .um-form input[type=password],
#primary .um .um-form textarea {
	padding: 1rem .75rem !important;
	height: auto !important;
}
#primary .um .um-button.um-alt,
#primary .um input[type=submit].um-button.um-alt {
	background: #eeeeee;
	-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	border-radius: 10px !important;
}
#primary .um .um-button.um-alt:hover,
#primary .um input[type=submit].um-button.um-alt:hover {
	color: #fff;
	background: #666666;
}
#primary .um input[type=submit].um-button,
#primary .um input[type=submit].um-button:focus,
#primary .um a.um-button,
#primary .um a.um-button.um-disabled:hover,
#primary .um a.um-button.um-disabled:focus,
#primary .um a.um-button.um-disabled:active {
	text-transform: uppercase !important;
	background: #C39E2D;
	-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	border-radius: 10px !important;
}
#primary .um input[type=submit].um-button:hover {
	color: #fff;
	background: #542E1A;
}
h1.pagetitle {
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	/*padding: 0 0 25px 30px;
	margin: 0 -30px 30px -30px;
	text-transform: uppercase;*/
	display: block;
	font-weight: 500;
	font-size: 34px;
	font-family: 'Philosopher';
	/*border-bottom: solid 2px #fff;*/
}
h2.headline-1 {
	color: #fff;
	font-family: 'Philosopher';
}
.page-id-43 h1.pagetitle,
.page-id-44 h1.pagetitle,
.page-id-45 h1.pagetitle,
.page-id-46 h1.pagetitle,
.page-id-47 h1.pagetitle,
.page-id-48 h1.pagetitle {
	text-align: center;
}
#primary a.um-link-alt {
	color: #542E1A !important;
}
#primary a.um-link-alt:hover {
	color: #C39E2D !important;
}
#primary div.uimob500 .um-col-121 {
}
#primary div.uimob500 .um-col-122 {
}
#primary .um-form input[type=number] {
	width: 100%;
	padding: 1rem 0.75rem !important;
    display: block !important;
    height: auto !important;
}
#primary .um #um_field_37_first_name .um-field-label label::after,
#primary .um #um_field_37_last_name .um-field-label label::after,
#primary .um #um_field_37_user_email .um-field-label label::after,
#primary .um #um_field_37_user_login .um-field-label label::after,
#primary .um #um_field_37_mobile .um-field-label label::after,
#primary .um #um_field_37_user_password .um-field-label label::after,
#primary .um #um_field_37_confirm_user_password .um-field-label label::after,
#primary .um #um_field_37_birth_date .um-field-label label::after,
#primary .um #um_field_37_sex .um-field-label label::after,
#primary .um #um_field_37_invitecode .um-field-label label::after {
	margin: 0 0 0 5px;
	content: ' *';
	display: inline-block;
	color: #ff0000;
}
#primary .um #um_field_38_username .um-field-label label::after,
#primary .um #um_field_38_user_password .um-field-label label::after {
	margin: 0 0 0 5px;
	content: ' *';
	display: inline-block;
	color: #ff0000;
}
#primary .um-field-label label {
    font-size: 100% !important;
    font-weight: normal !important;
}
#primary .booking-birthday.um .form-control {
	box-sizing: border-box !important;
}

ul.address {
	padding-left: 15px;
}
ul.menutop {
	margin: 0 -15px 0 0;
	padding: 0;
	list-style: none;
}
ul.menutop li {
	display: inline-block;
	padding: 0 0 0 20px;
}
ul.menutop li i {
	margin-right: 3px;
}

.entry-content ul {
	padding-left: 15px;
}

.hero-container {
	border-radius: 0;
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	gap: .5rem;
}
.hero-container .component-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.hero-container-background .component-content {
	position: relative;
	align-self: stretch;
}
.hero-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	z-index: 2;
	min-height: 500px;
	padding: 3.5rem 0 3.5rem 4.8125rem;
    width: 45%;
    max-width: unset;
	color: #000;
}
.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	text-align: end;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
}
.hero-container-background .component-content .hero-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
}
.hero-text .hero-heading.light {
	color: #fff;
}
.hero-text .hero-heading .hero-headline {
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	font-family: 'Philosopher';
	line-height: 2.5rem;
	letter-spacing: -.04em;
	margin-bottom: 1rem;
	max-width: 100%;
}
.hero-text .hero-desc, .hero-text .hero-desc * {
	margin-bottom: 1rem;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 2rem;
	letter-spacing: -.02rem;
	text-align: left;
	width: 100%;
	max-width: 100%;
}
.hero-href a {
	font-size: 1.125rem;
}
#booking.health-booking {
	margin: 50px auto;
	width: 100%;
	max-width: 100%;
}
#booking {
	margin: 50px auto;
	width: 100%;
	max-width: 650px;
}
#booking .gform_fields {
	display: flex;
	flex-flow: row wrap;
}
#booking .gform_fields .gfield {
	margin: 0 3%;
	padding: 20px 0 0 0;
	flex: 44%;
	width: 44%;
}
#booking .gform_fields .gfield.fieldfull {
	width: 100%;
	flex: 100%;
}
#booking .gform_fields .gfield.formnote {
	width: 100%;
	flex: 100%;
	color: #ff0000;
}
#booking .gform_wrapper .gfield_required {
    color: #FF0000;
}
#booking .gform_fields .gfield label.gfield_label {
    font-size: 100% !important;
    font-weight: 800 !important;
}
#booking .gform_fields .gfield input[type="text"],
#booking .gform_fields .gfield select {
	padding: 1rem 0.75rem;
	color: #666;
	border: 1px solid #ddd;
	width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
	background: none;
}
#booking .gform_button {
	padding: 16px 20px !important;
	color: #fff;
	background: #24618A;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	border-radius: 0 !important;
	width: 47%;
}
#booking .gform_button:hover,
#booking .gform_button:active,
#booking .gform_button:focus {
	background: #739DAA;
}
#booking .gform_wrapper li.gfield.gfield_error,
#booking .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255,223,224,.25);
	margin-bottom: 0 !important;
	border: none;
	padding-bottom: 0;
	padding-top: 0;
	box-sizing: border-box;
}
#booking .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}
body #booking .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}
#booking .gform_legacy_markup_wrapper .gfield_radio li input[type="radio"],
#booking .gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"] {
	margin-top: 6px;
	margin-right: 6px;
	vertical-align: top;
}
#product-tab {
	margin: 20px 0 50px 0;
	padding: .5rem;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	background: #fff;
}
#product-tab button {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: .725rem 1.5rem .725rem 1.225rem;
	gap: .625rem;
	border: none;
	color: rgba(0, 0, 0, 0.8);
	background-color: #ADB1B0;
	font-weight: 600;
	border-radius: 0;
}
#product-tab button img {
	width: 30px;
	height: 30px;
}
#product-tab button.active {
	border-radius: 0;
	color: #fff;
	background: #24618A;
}
#product-tab button.active img {
    animation-name: rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}
.country-info {
	margin: 10px 0;
	text-align: center;
}
.privilege-main {
	text-align: justify;
}
.privilege-main .country-info {
	margin: 0 0 15px 0;
	text-align: left;
}
.pagetitle .country-info {
	display: inline-block;
	margin: -10px 5px 0 0;
}
.country-info span {
	margin: 0 5px 5px 0;
	font-style: normal;
	font-weight: 700;
	font-size: .8125rem;
	line-height: 1.25rem;
	letter-spacing: -.01625em;
	display: inline-block;
	color: rgba(0,0,0,.8);
	padding: .125rem 0.5rem;
	color: #fff;
	background: #24618A !important;
}

.page-id-217 .site-main {
	margin: 100px 0;
}
.page-id-217 h1.pagetitle {
	text-align: center;
}

.hidefield {
	display: none;
}

.health-package {
	margin: 19px 0;
	padding: 0;
	font-size: 85%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.health-package li {
	padding: 5px 10px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
}
.health-package li.health-group {
	background: #a8e2ac;
}

/* Disable Time Select */
/*.page-id-12 .xdsoft_datetimepicker .xdsoft_timepicker,
.page-id-31 .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none !important;
}*/

.video-bg {
	margin: 0 auto;
	height: 100vh
}

.row-hotel {
	background: linear-gradient(to right, #172031, #24618A);
	color: #fff;
	margin: -15px -15px 16px -15px !important;
}
.bar-img img {
	margin-left: -16px !important;
	border-left: solid 1px #fff;
	width: calc(100% + 31px) !important;
	display: block;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
	font-size: 100% !important;
}

footer {
	color: #a2a2a2;
}
.row-footerinfo {
	padding: 40px 0 0;
	border-bottom: solid 1px #333;
}
.row-footerinfo a {
	color: #a2a2a2;
}

.field-full {
	width: 100%;
	flex: 100%;
}
.dacquyen {
	display: block;
}
.dacquyen-info {
	display: block;
	text-transform: uppercase;
}

.firstcap {
	display: block;
	text-transform: lowercase;
}
.firstcap:first-letter {
	text-transform: uppercase;
}

.product-inner .product-h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}

@media screen and ( min-height: 2100px ){
	header {
		display: none;
	}
}

@media only screen and (min-width: 1350px) {
	.promotion-list .row.row-spa,
	.promotion-list .row.row-promotion-spa {
		margin: 0 auto;
		width: 100%;
		max-width: 1336px;
	}
	.row-promotion-list.row-spa .col-xl-3,
	.row-promotion-list.row-promotion-spa .col-xl-3 {
		width: 25%;
	}
}
@media only screen and (min-width: 1200px) {
	.row-promotion-list .col-xl-3 {
		width: 20%;
	}
	.promotion-list .row.row-couple,
	.promotion-list .row.row-dine,
	.promotion-list .row.row-drink,
	.promotion-list .row.row-family,
	.promotion-list .row.row-wine {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}
	.row-promotion-list.row-couple .col-xl-3,
	.row-promotion-list.row-dine .col-xl-3,
	.row-promotion-list.row-drink .col-xl-3,
	.row-promotion-list.row-family .col-xl-3,
	.row-promotion-list.row-wine .col-xl-3 {
		width: 33%;
	}
	.home a.logo {
		background: url(images/Priority_white.svg) no-repeat 0 0;
		background-size: contain;
	}
	.home header .navbar-expand-lg .navbar-nav .nav-link {
		color: #FFF;
	}
	.home .navbar-light .navbar-nav .nav-link:focus,
	.home .navbar-light .navbar-nav .nav-link:hover {
		color: #FFF;
	}
	.home .navbar-light .navbar-nav .active > .nav-link,
	.home .navbar-light .navbar-nav .nav-link.active,
	.home .navbar-light .navbar-nav .nav-link.show,
	.home .navbar-light .navbar-nav .show > .nav-link {
		color: #FFF;
	}
	.home header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
		color: #FFF;
	}
	.home .navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link:after {
		color: #FFF;
	}
	.home .topbar a {
		color: #FFF;
	}
	.home .site-header {
		margin: 0;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.home ul.menutop {
		color: #fff;
	}
	.home .site-content {
		margin: 0;
	}
	.home .topbar {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.home .slide-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		height: 100%;
	}
	.home .slide-content .container {
		height: 100%;
		position: relative;
	}
}
@media only screen and (max-width: 1825px) {
	.navbar-expand-lg .navbar-nav {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1800px) {
	.site-footer .px-5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#carouselDetail {
	}
	#carouselDetail .carousel-control-next {
		right: 0;
	}
	#carouselDetail .carousel-control-prev {
		left: 0;
	}
	#carouselDetail .carousel-control-next-icon {
		background: url("images/next_white.png") no-repeat 0 0;
	}
	#carouselDetail .carousel-control-prev-icon {
		background: url("images/prev_white.png") no-repeat 0 0;
	}
}
@media only screen and (max-width: 1675px) {
	/*header.site-header {
		background: url(images/bg-header-2.png) no-repeat 0 0;
	}*/
	.promotion-item img {
		width: auto;
		height: 100%;
	}
	.promotion-list .promotion-item img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	.booking-form {
		padding: 30px 0;
	}
	.slide-content .container {
		padding: 0;
	}
	.home-suggestion__wrapper {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		position: relative;
	}
	.suggestion-bar {
	}
	.greeting {
		display: block;
	}
	.suggestion-item__txt {
		font-size: 80%;
		line-height: 130%;
	}
	.greeting__text h1 {
	    font-size: 150%;
	}
	.home-greeting {
		position: absolute;
		height: 150px;
		bottom: 100px;
		width: calc(100% - 30px);
	}
	.service_wrapper .item .info .label {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: -.04em;
	}
}
@media only screen and (max-width: 1120px) {
	header .navbar-expand-lg .navbar-nav .nav-item {
		padding: 0 0 0 15px;
	}
	header .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 13px;
	}
	.navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link:after {
		font-size: 10px;
	}
	.video-bg {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1050px) {
	#carouselHome .carousel-caption {
		width: 50%;
		font-size: 100%;
	}
	#carouselHome .carousel-caption h5 {
		font-size: 100%;
	}
}
@media only screen and (max-width: 1000px) {
	#site-navigation {
		padding: 0;
	}
	#aspirelifestyles-navbar {
		margin: 0;
		padding: 10px 0;
		background: #739DAA;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 9999999;
	}
	header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 2px 30px;
		color: #FFF !important;
		height: auto;
	}
	.navbar .nav-item .dropdown-menu {
		padding: 0 0 0 20px;
		display: block;
		width: 100%;
		background: none;
	}
	.navbar .nav-item .dropdown-menu .dropdown-menu {
		display: block;
	}
	header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
		color: #FFF;
	}
	.dropdown-toggle {
		background: none;
	}
	.dropdown-item {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 13px;
		color: #FFF;
	}
	.dropdown-item:hover {
		background: none;
	}
	header .navbar-expand-lg .navbar-nav .nav-item:hover {
		background: none;
	}
	.navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link {
		padding: 10px 30px;
		background-position: 0 50%;
	}
	.navbar-expand-lg .navbar-nav li.menu-item-23 .nav-link::after {
		display: none;
	}
	.hero-text {
		/*padding: 3rem 2rem 0 2rem;*/
		width: 100%;
		min-height: 400px;
		
		padding: 1rem 2rem 0 2rem;
	}
	.hero-text .hero-heading .hero-headline {
		display: inline-block;
		/*font-size: 1.2rem;
		color: #ADB1B0;
		background: #020303;
		padding: 5px 10px;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;*/
		
		padding: 5px 0;
		margin-bottom: 0.5rem;
		font-size: 140%;
		line-height: 1.8rem;
	}
	.hero-text .hero-desc, .hero-text .hero-desc * {
		/*font-size: 100%;
		line-height: 150%;
		display: inline-block;
		color: #ADB1B0;
		background: #020303;
		padding: 10px;*/
		
		padding: 10px 0;
		font-size: 100%;
		line-height: 140%;
	}
	.hero-image {
	    opacity: 0.4;
	}
	.hero-text .hero-href a {
		font-size: 100%;
	}
	.site-main {
		margin: 20px 0 0 0;
		padding: 30px 0;
	}
	h1.pagetitle {
		font-size: 25px;
	}
	#product-tab {
		border-radius: 10px;
	}
	#product-tab button.active {
	}
	.frontpage-product h4 {
		font-size: 110%;
	}
}
@media only screen and (max-width: 992px) {
	.suggestion-bar {
		height: 100px;
	}
	.home-greeting {
		height: 200px;
	}
	.video-bg {
		/*width: auto;*/
	}
	body {
		/*font-size: 16px;*/
	}
	ul.menutop {
		text-align: center;
	}
	header .navbar-expand-lg .navbar-nav .nav-item {
		padding: 0;
	}
	header .navbar-expand-lg .navbar-nav .nav-item,
	.navbar-expand-lg .navbar-nav li.menu-item-23 {
		padding: 0 0 0 5px;
	}
	#carouselHome .carousel-caption {
		padding: 10px 10px 0 10px;
		width: 70%;
	}
	#carouselHome .carousel-item {
		overflow: hidden;
	}
	#carouselHome .carousel-item img {
		margin-left: calc(100% - 1200px);
		height: 500px !important;
		width: auto !important;
	}
	h1.entry-title {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 15px;
	}
	.block-btnbooking {
		/*margin-right: -20px;
		margin-left: -20px;*/
	}
	.promotion-title {
		padding: 20px;
		font-size: 17px;
	}
	.promotion-header h1.entry-title {
		margin: 0 0 30px 0;
		font-size: 23px;
	}
	.page-area {
		padding: 0;
	}
	.promotion-item img {
		margin: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	.promotion-list .promotion-item img {
		width: 100% !important;
		height: 100% !important;
	}
	#carouselDetail {
		margin: 0 0 30px 0;
	}
	footer nav .footer-menu li {
		margin: 10px 0;
		display: block;
	}
	.step-content {
		width: 15rem;
		min-width: 15rem;
		max-width: 15rem;
	}
	.step-circle::before {
		width: calc(15rem + 1rem - 1.5rem);
		transform: translate(-100%, -50%);
	}
	.promotion-list .row {
		/*margin-left: calc(var(--bs-gutter-x) * -.5);
		margin-right: calc(var(--bs-gutter-x) * -.5);*/
	}
	.modal-body .row .row .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.carousel-indicators {
		margin: 0 -5px 0 0;
		max-width: calc(100% + 15px);
	}
	.carousel-indicators [data-bs-target] {
		margin: 5px 5px 5px 0;
	}
	#carouselDetail .carousel-control-next,
	#carouselDetail .carousel-control-prev {
		height: 60px;
		top: calc(50% - 30px);
		background: rgba(0, 0, 0, .8);
	}
	#carouselDetail .carousel-control-prev-icon {
		background: url("images/small-prev.png") no-repeat 50% 50%;
	}
	#carouselDetail .carousel-control-next-icon {
		background: url("images/small-next.png") no-repeat 50% 50%;
	}
	footer .footer-hotline {
		padding: 40px 0 40px 15px;
		/*text-align: left;*/
	}
	.container-info {
		padding: 0;
	}
	.row-info {
		margin: 0 0 50px 0;
		padding: 0;
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
	}
	#program .pl-5 {
		padding-left: 15px !important;
	}
	a.rules {
		padding: 15px;
	}
	.modal-body {
		padding: 0;
	}
	.caddy-buggy .mt-5 {
		margin-top: 0 !important;
	}
	.modal-content {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.video-bg {
	}
	.suggestion-bar {
		height: 120px;
	}
	#carouselHome .carousel-item img {
		margin-left: calc(100% - 1000px);
	}
	.logo {
		width: 165px;
	}
	.logo img {
		width: auto;
		height: 40px;
	}
	.topbar {
		font-size: 80%;
	}
	.navbar-light .navbar-toggler {
		margin-top: 15px;
	}
	/*header.site-header {
		position: relative;
	}*/
	.logged-in header.site-header {
		top: 0;
	}
	.site-content {
		margin: 0;
	}
	.promotion-item img {
		width: 100% !important;
	}
	.steps {
		margin: 0 -15px;
	}
	.step-content {
		width: 6rem;
		min-width: 6rem;
		max-width: 6rem;
	}
	.step-circle::before {
		width: calc(6rem + 1rem - 1.5rem);
		transform: translate(-100%, -50%);
	}
	.step1 .step-content {
		width: 10rem;
		min-width: 10rem;
		max-width: 10rem;
	}
	.step1 .step-circle::before {
		width: calc(10rem + 1rem - 1.5rem);
		transform: translate(-100%, -50%);
	}
	.container-info .px-5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.service_wrapper .item .info .label {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 500px) {
	.home-greeting {
		height: 300px;
	}
	.suggestion-bar {
		height: 140px;
	}
	.service_wrapper .item {
		min-height: 300px;
	}
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu {display: block; }
	.navbar .nav-item:hover .dropdown-menu .dropdown-menu {display: none; }
	.navbar .nav-item:hover .dropdown-menu .nav-item:hover .dropdown-menu {display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

/* styles only for IE  */
@media all and (-ms-high-contrast:none) {

	#carouselDetail .visually-hidden {
		display: none;
	}

}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
