/*
Theme Name: Hello Biz Child
Template: hello-biz
Version: 3.0.0
Text Domain: hello-biz
*/
:root {
	--e-global-color-secondary: #111111;
	--e-global-color-text: #262C2C;
	--e-global-color-accent: #D2A44D;
	--e-global-color-68cc344: #FFFFFF;
	--e-global-color-ea68c25: #FAFAFA;
	--e-global-color-09e1b31: #FAF6F2;
	--e-global-color-6a1fdf5: #EEEEEE;
	--e-global-color-3c5805d: #666666;
	--e-global-color-ae75d69: #333333;
	--e-global-color-9f7b475: #FFFFFF6B;
	--e-global-color-078cbab: #CC1E1E;
	--e-global-typography-primary-text-transform: none !important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	box-shadow: none !important;
}
.ovh {
	overflow: hidden;
}
.pos-r {
	position: relative;
}
.marginp-0 p {
	margin-bottom: 0;
}
.box-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}
.box-72 {
	padding-top: 72px;
	padding-bottom: 72px;
}
.box-144 {
	padding-top: 144px;
	padding-bottom: 144px;
}
#main-header {
	border-width: 1px;
	border-style: solid;
	border-image:linear-gradient(90deg, rgba(204,204,204,0) 0%, #cccccc 50%, rgba(204,204,204,0) 100%) 1;
}
#home-slide .swiper-pagination {
	position: absolute;
	top: 50%;
	width: 50px;
	right: 25px;
	left: auto;
}
#home-slide .swiper-pagination-bullet {
	border-radius: 0;
	transform: rotate(45deg);
	transform-origin: center;
	position: relative;
	transition: all ease 0.3s;
	margin: 15px;
}
#home-slide .swiper-pagination-bullet:before {
	content: '';
	border: solid 2px transparent;
	padding: 5px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
}
#home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 8px;
	width: 8px;
}
#home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	border-color: #fff;
}
#scroll-line{
	animation: scroll-line 2s ease 0s infinite normal forwards;
}
@keyframes scroll-line {
	0%{animation-timing-function:ease-in;opacity:1;transform:translateY(-45px)}
	24%{opacity:1}
	40%{animation-timing-function:ease-in;transform:translateY(-24px)}
	65%{animation-timing-function:ease-in;transform:translateY(-12px)}
	82%{animation-timing-function:ease-in;transform:translateY(-6px)}
	93%{animation-timing-function:ease-in;transform:translateY(-4px)}
	25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0px)}
	100%{animation-timing-function:ease-out;opacity:1;transform:translateY(0px)}
}
#talk-to-us a {
	display: flex;
	width: 200px;
	height: 200px;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a, .elementor-widget-icon-box .elementor-icon-box-title span {
	display: block;
	text-transform: inherit;
}
div.elementor-widget-n-tabs .e-n-tabs-heading {
	padding: 15px;
}
div.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
	box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
div.elementor-widget-n-tabs .e-n-tab-title:first-child {
	border-radius: 16px 0 0 16px;
}
div.elementor-widget-n-tabs .e-n-tab-title:last-child {
	border-radius: 0 16px 16px 0;
}
div#tab-partner .e-n-tab-title:first-child {
	border-radius: 20px;
}
div#tab-partner .e-n-tab-title:last-child {
	border-radius: 20px;
}
.elementor div.elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
.elementor div.elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
.elementor div.elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title:hover,
.elementor div.elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
	background: var(--e-global-color-text);
}
#tab-styling.elementor-widget-n-tabs .e-n-tab-title {
	min-width: 250px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
#tab-styling .gallery-item img {
	border-color: transparent;
	transition: all  ease 0.3s;
}
#tab-styling .gallery-item:hover img {
	border-color: var(--e-global-color-accent);
}
.elementor-location-footer .elementor-heading-title.elementor-size-default {
	text-transform: capitalize;
}
.elementor-location-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	text-transform: none;
	letter-spacing: 0;
}
.item-memory .item-memory-info {
	width: auto;
	width: calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: -webkit-calc(100% - 32px);
}
.elementor-pagination .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	align-items: center;
	text-align: center;
	border-radius: 8px;
	transition: all ease 0.3s;
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
	background: var(--e-global-color-text)!important;
	color: #fff!important;
}
#cat-post .elementor-post:first-child {
	width: 100%;
	grid-column: 1 / -1;
}
#cat-post .elementor-post__title,
.item-blog .elementor-heading-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.item-blog .elementor-post-info__terms-list {
	font-size: 0;
	display: inline-block !important;
	padding-top: 5px;
	box-sizing: border-box;
}
.item-blog .elementor-post-info__terms-list .elementor-post-info__terms-list-item:first-child {
	font-size: 16px;
	display: inline-block !important;
}
#cat-sidebar-menu .elementor-nav-menu .current-menu-item .elementor-item {
	font-weight: 700;
	padding-left: 26px;
	background: url(images/bb.svg) no-repeat 0 19px;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	opacity: 0;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	background: url(images/CaretLeft.svg) no-repeat center center;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next {
	background: url(images/CaretRight.svg) no-repeat center center;
}
.share-post-wp {
	text-align: right;
	position: relative;
	z-index: 9;
}
.share-post-wp .title-share {
	color: var(--e-global-color-secondary, #111);
	text-align: right;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	display: inline-block;
	margin-right: 16px;
	vertical-align: top;
}
.share-post-wp .icon-share {
	color: #fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	margin-right: 14px;
	vertical-align: top;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background: no-repeat center center;
	background-size: 40px;
}
.share-post-wp .icon-share:last-child {
	margin-right: 0;
}
.share-post-wp .icon-share:hover {
	opacity: 0.8;
}
.share-post-wp .icon-sh-fb {
	background-image: url(images/facebook-1.svg);
	position: relative;
}
.share-post-wp .icon-sh-fb img,
.share-post-wp .icon-sh-fb svg {
	position: absolute;
	top: 10px;
	left: 15px;
}
.share-post-wp .icon-sh-fb .fb-share-button {
	opacity: 0.001;
	z-index: 2;
	width: 100%;
}
.share-post-wp .icon-sh-fb .fb-share-button >span, .share-post-wp .icon-sh-fb .fb-share-button >span>iframe {
	display: block;
	width: 100% !important;
}
.share-post-wp .icon-sh-mail {
	background-image: url(images/icon-mail.svg);
}
.share-post-wp .icon-sh-zalo {
	overflow: initial;
	border-radius: 0;
	opacity: 1;
	background-image: url(images/zalo.svg);
}
.share-post-wp .icon-sh-zalo .zalo-share-button {
	/*opacity: 0.001;*/
}
.share-post-wp .icon-sh-zalo iframe {
	max-width: none;
}
#contact-us input,
#contact-us textarea {
	padding-top: 0;
	padding-left: 36px;
	padding-bottom: 20px;
	background: no-repeat 0 0px;
}
#contact-us textarea {
	appearance: none;
	height: 44px;
	resize: vertical;
	overflow: hidden;
}
#contact-us #form-field-name {
	background-image: url(images/UserCircle.svg);
}
#contact-us #form-field-email {
	background-image: url(images/envelope-b.svg);
}
#contact-us #form-field-phone {
	background-image: url(images/PhoneOutgoing.svg);
}
#contact-us #form-field-Wedding_Date {
	background-image: url(images/CalendarBlank.svg);
}
#contact-us #form-field-Budget {
	background-image: url(images/Money.svg);
}
#contact-us #form-field-Planner {
	background-image: url(images/UserList.svg);
}
#contact-us #form-field-num_guest {
	background-image: url(images/UsersFour.svg);
}
#contact-us #form-field-venue {
	background-image: url(images/SketchLogo.svg);
}
#contact-us #form-field-message {
	background-image: url(images/ChatDots.svg);
}

.item-real-wedding {
	position: relative;
	overflow: hidden;
}
.item-real-wedding .item-real-wedding-body {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: all ease 0.5s!important;
	transform: scale(1,0);
	transform-origin: bottom;
}
.item-real-wedding:hover .item-real-wedding-body {
	transform: scale(1);
}
.parent-pageid-8 .elementor-location-footer #footer-upper,
.page-id-131 .elementor-location-footer #footer-upper,
.page-id-929 .elementor-location-footer #footer-upper {
	display: none;
}
.real-wedding-meta .elementor-heading-title {
	text-transform: none !important;
	letter-spacing: 0 !important;
}
#work-info{}
#nav-venue .e--pointer-underline .elementor-item:after {opacity: 1;}
.real-wedding-meta .elementor-heading-title span {
	font-family: "Playfair Display";
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.menu-service {
	margin-top: -26px;
	margin-bottom: 11px!important;
}
.menu-service .elementor-nav-menu {
	background: #FAFAFA;
	border-radius: 16px!important;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}
.menu-service .elementor-nav-menu > li:first-child > a,
.menu-service .e--pointer-background .elementor-nav-menu > li:first-child > a:before {
	border-radius: 16px 0 0 16px!important;
}
.menu-service .elementor-nav-menu > li:last-child > a,
.menu-service .e--pointer-background .elementor-nav-menu > li:last-child > a:before {
	border-radius: 0 16px 16px 0!important;
}
.menu-service .elementor-item {
	text-transform: uppercase!important;
}
.menu-service .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	position: absolute;
	right: 0;
}
ul.dich_vu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
ul.dich_vu li {
	display: flex	;
	flex-direction: row;
	justify-content: flex-start;
	gap: 8px;
}
ul.dich_vu li img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

ul.thong_tin_sanh_tiec {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}
ul.thong_tin_sanh_tiec li {
	display: flex	;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
	color: var(--Primary-Dark-Gray-Blue, #262C2C);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	text-transform: uppercase;
}
ul.thong_tin_sanh_tiec li img {
	width: 100%;
	border-radius: 20px;
}
.search-block-venue label {
	display: block;
}
.search-block-venue label span {
	display: block;
	margin-bottom: 4px;
	font-family: "Playfair Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #111;
}
.search-block-venue .form-s-td {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.search-block-venue input[type=text],
.search-block-venue select {
	padding: 13px 12px;
	color: #666;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #666;
	border-radius: 0;
}
.form-group-submit {
	display: flex;
	gap: 12px;
	justify-content: space-between;
}
.form-group-submit button {
	width: 50%;
	padding: 12px;
	border-radius: 2px;
	border: 1px solid #666;
	color: var(--Text-Body, #666);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: #fff;
}
.form-group-submit .submit-search {
	color: #fff;
	background: #111;
}
.form-group-submit button:hover {
	color: #fff;
	background: var(--e-global-color-accent);
}

.venue-stars-wp {
    margin-bottom: 5px;
}
.venue_star_wp {
	position: relative;
	cursor: pointer;
	font-size: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.venue_star_wp input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.venue-stars {
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
}
.venue-stars .checkmark {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
}
.venue-stars:hover input ~ .checkmark {
	/*color: #ccc;*/
}
.venue-stars input:checked ~ .checkmark {
	color: #FFCE37;
}
.venue-stars:hover:has(+label) ~ .checkmark {
	/*color: #FFCE37;*/
}
form.venue-review-form, form.venue-review-filter-form {
	/*display: none;*/
}
form.venue-review-form {
    margin-bottom: 32px;
}
.venue-stars .venue_star_wp,
.venue-stars .venue_star_wp:hover ~ .venue_star_wp {
	color: #aaa;
	text-shadow: none;
	transition: color 200ms, text-shadow 200ms;
	transition-delay: 0;
}
.venue-stars:hover .venue_star_wp {
	color: #fc0;
	/*text-shadow: #fc0 0 0 20px;*/
}
.venue-stars:hover .venue_star_wp:nth-child(2) .checkmark {
	transition-delay: 30ms;
}
.venue-stars:hover .venue_star_wp:nth-child(3) .checkmark {
	transition-delay: 60ms;
}
.venue-stars:hover .venue_star_wp:nth-child(4) .checkmark {
	transition-delay: 90ms;
}
.venue-stars:hover .venue_star_wp:nth-child(5) .checkmark {
	transition-delay: 120ms;
}
.venue-stars .venue_star_wp {
	cursor: pointer;
}
.hidden {
	display: none;
}
.venue_review_content-wp,
.venue-reviews-list-wwp {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #B8B8B8;
}
.venue_review_content-wp .submit-review {
    border-radius: 1000px;
    border: 1px solid var(--Base-Black, #111);
    display: flex;
    height: 64px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--Base-Black, #111);
}
.venue_review_content-wp .submit-review:hover,
.venue_review_content-wp .submit-review:focus {
    background: #111;
    color: #fff;
}
textarea#venue_review_content {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    resize: vertical;
    border: 0;
    padding: 0;
}
textarea#venue_review_content:focus {
    border: 0;
    outline: 0;
}
#venue_review_files {
	width: 100%;
	/*color: transparent;*/
}
#venue_review_files::-webkit-file-upload-button {
	visibility: hidden;
}
#venue_review_files::before {
	content: 'Tải ảnh lên ';
	color: black;
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-family: Montserrat;
	font-size: 14px;
}
#venue_review_files:hover::before {
	border-color: black;
}
#venue_review_files:active {
	outline: 0;
}
#venue_review_files:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
form.venue-review-filter-form {
    display: flex;
    gap: 12px;
}
form.venue-review-filter-form label {
	display: flex;
	align-items: center;
	gap: 12px;
}
form.venue-review-filter-form label span {
	white-space: nowrap;
}
.venue-review-filter-form select,
.venue-review-filter-form [type=submit] {
	padding: 13px 12px;
	color: #666;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #666;
	border-radius: 1px;
	height: 50px;
}
.venue-review-filter-form [type=submit] {
	font-weight: 700;
}
.venue-review-filter-form [type=submit]:hover,
.venue-review-filter-form [type=submit]:focus {
	background: #111;
	color: #fff;
}
.venue-reviews-list-wwp hr {
    margin: 24px 0;
    border-color: #B8B8B8;
    border-width: 0 0 1px 0;
}
.venue-review-meta {
	color: #111;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 12px;
}
.venue-review-date {
	color: var(--Text-Body, #666);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	display: block;
}
.venue-review-meta strong {
	font-weight: 700;
}
.venue-review-meta .venue-review-stars {
	font-size: 20px;
	color: #FFCE37;
}
.venue-review-item {
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.venue-review-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media(max-width: 1199px){
	.box-72 {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.box-144 {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

@media(max-width: 991px){
	.box-64,.box-72 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.box-144 {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}