.container{
	max-width:1140px
}
.logo img{
	max-width:134px
}
.custom-dots {
  text-align: center;
  margin-top: 20px;
}

.custom-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: #ccc !important;
  border-radius: 50%;
  transition: background 0.3s;
}

.custom-dots .owl-dot.active {
  background: #333 !important;
}
ul{
	padding:0;
	margin:0;
	list-style:none
}
*{
	text-decoration:none
}.menu-item nav {
	
	width:100%;
	height:100%
}
.menu-item nav ul{
	display:flex;
	align-content:center;
	align-items:center;
	text-align:center;
	width:100%;
	height:100%;
	justify-content:center
}
.menu-item a{
	font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	color: #F0CE81;
    fill: #F0CE81;
    padding-left: 7px;
    padding-right: 7px;
	text-decoration:none
}
.header-mobile{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-footer.webp);
	background-size:cover;
	position:relative;
	z-index:3;
	padding:20px 0
}
.btn-open{
	font-size:25px;
}
.header-mobile .col-8{
	justify-content:center;
	display:flex;
	
}
.header-mobile .col-2{
	display:flex;
	align-items:center
}.header-mobile .col-2 i{
	color:#DABB37
}
.header-mobile .col-8 img{
	width:75px;
}
.modal-menu{
/* 	position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
/* 	display:none */ */
}
.dialog{
	        width: 270px;
	    height: 100vh;
    align-items: flex-start;
	max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex;
	background:white;
	flex-direction:column;
	padding:10px;
	position:relative;
}
.dialog img{
	margin-bottom:20px;
}
.dialog .menu a{
	font-size: 13px;
	    font-family: "Prata", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	padding: 13px 20px;
	line-height: 20px;
	color:#000;;
	display:block;
	text-transform:uppercase
}
.dialog .current-menu-item a{
	color:#EEC900
}
.btn-call{
	margin-left:20px;
	
	 
    line-height: 1;
    background-color:#EEC900;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	display:flex;
	gap:5px
		
}
.btn-call a{
	text-decoration:none;
	color:white;
	font-family:"Poppins";
	font-weight:500;
	text-transform:uppercase
}
.btn-call i{
	
	color:white
}
.dialog .close{
	top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
	cursor: pointer;
    position: absolute;
  
}

.modal-menu {
    position: fixed;
    top: 0;
    left: -100%;
   
    max-width: 320px;
    height: 100vh;
    background: #fff;
    transition: left 0.3s ease;
    z-index: 1001;
}
.modal-menu.open {
    left: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}
.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
}
#banner .content .title{
	font-family: "Alex Brush", Sans-serif;
    font-size: 106px;
    font-weight: 600;
	margin-bottom:12px;
	line-height:1
}

#banner .content .sub_title{
	font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-style: italic;
	font-size: 17px;
    line-height: 1.4;
}
@media(max-width:768px){
	#banner .content .title{
		font-size: 53px;
	}
	#banner .content .sub_title{
		font-size: 12px;
	}
	#banner {
	margin-top:-156px;
}
}
.fadeInRight {
    animation-name: fadeInRight;
}
.animated {
    animation-duration: 1.25s;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}
#banner  img{
	height:100vh;
	object-fit:cover
}
#banner .content{
	background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   
    margin: auto;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	flex-direction:column;
	color:white
}

.header-pc{
	position:absolute;
	top:0;
	width:100%;
	z-index:2
}
#banner .owl-nav{
	position: absolute;
    top: 40%;
    z-index: 2;
    color: #EDCA7B;
	font-size:50px;
	width:100%
 
}
#banner .owl-nav .owl-next{
	right:2%;
	position:absolute
}
#banner .owl-nav .owl-prev{
	left:2%;position:absolute
}
#section-2{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/about.webp);
	background-size:cover;
	margin-top:-40px;
	padding-bottom:100px;
	position:relative;
	z-index:2;
	background-position: center center;
}
#section-2 .col-md-4{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/about2.webp);
	background-size:cover;
	background-repeat:no-repeat;
	padding:20px;
	margin-top:-60px;
	position:relative
}
#section-2 .col-md-4::before{
	content:"";
	    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #7A5005;
    opacity: 0.5;
}
#section-2 .col-md-8{
	padding:50px 0 0 50px
}
#section-2 .col-md-8 h2{
	    font-family: "Prata", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	color:#EEC900;
	font-size:32px;
	margin-bottom:20px;
}
#banner .owl-dots{
	display:none
}
#section-2 .col-md-8  p{
	    text-align: left;
    color:#000;
    font-family: "Poly", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#section-2 .col-md-8  a{
	font-family: "Poppins", Sans-serif;
	text-decoration:none;
	color:#c36
}
 .btn{
	font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #000000;
    color: #000000 !important;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
	color
}
#section-2 .content {
    padding: 50px 0;
    position: relative;
    z-index: 2; /* Cho content nằm trên */
}

#section-2 .content::after {
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0; /* Nên thêm để chắc chắn */
    z-index: 1; /* Lớp ảo nằm dưới content */
}
.content-inner{
	    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.content-inner h2{
	    color: #EDCA7B;
    font-family: "Prata", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.content-inner h3{
	color:#ffd700;
	font-size:16px;
	font-weight:700;
	font-family:Poppins;
}.hour p,.location-detail{font-size:16px;
		font-family:Poppins;
	margin-bottom:20px
}
.phone .text{font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;}
.content-inner i{font-size:25px;
	color:#FFD700;
margin-bottom:20px}
.hide{display:none}
#section-2 .hide{display:unset;margin-bottom:20px}

#section-3
{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/xacloseup-shot-womans-hand-with-golden-manicure-yellow-xabackground-1-scaled-1.webp);
	background-size:cover;padding:100px 0;
	
	
}
#section-3 .item{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-page.webp);
	background-size:cover;
	padding:20px;
}
#section-3 .item {display:flex;justify-content:center;
	align-items:center;
	text-align:center;
flex-direction:column;}
#section-3 .item .img{  height: 30vh;
    object-fit: cover;
    object-position: center center;}

#section-3 .item .name{color: #E7A000;
    font-family: "Prata", Sans-serif;
	font-style:italic;
	text-align:center;
    font-size: 20px;
    font-weight: 600;
	margin-bottom:10px;
	margin-top:20px;
    text-transform: uppercase;}

#section-3  .h2{font-family: "Prata", Sans-serif;
    font-size: 42px;
	color:#EEC900;
	text-align:center;
    font-weight: 600;
    text-transform: uppercase;}
#section-3 .img-bot{margin:10px auto 30px;display:flex;}
#section-3 .item img{width:max-content;}
#section-3 .item .content{
	text-align: center;
    color: #1F1F1F;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	font-style:italic;
	margin: 20px 0 40px
}
#section-4{padding:100px 0;
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/beautiful-background-featuring-set-manicured-nails-holding-rose-ai-generative-scaled-1.webp);
		background-size:cover;
}
#section-4 .btn{display:flex;
margin:0 auto;width:max-content}
#section-4 h2{color: #000000;
    font-family: "Prata", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;text-align:center}
#section-5{padding:100px 0;
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/sv-home2.webp);
		background-size:cover;}

#section-5 .col-md-6{
	border:1px solid #EEC900;
	min-height:350px;
	display:flex;
	padding:0
	
}
#section-5 .col-md-6 img{max-width:150px;
object-fit:cover;}
#section-5 .col-md-6 .content{padding:35px;
display:flex;
justify-content:center;
flex-direction:column}
#section-5 .col-md-6 .content h2{font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #EDCA7B;
font-size:23px;
margin-bottom:15px;}
#section-5 .col-md-6 .content  p{font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;}
#section-6 .col-12{padding:5px !important}#section-6 {padding:100px 0 5px; 
background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/about-1.webp);
	background-size:cover
}
#section-6  h2{font-family: "Prata", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
color:#EEC900}
#section-7{border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #949494;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 05px 0px;
background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/green-nail-design-female-hand-with-glitter-manicure-scaled-1.webp);}
#section-7 .col-md-4{display:flex;
gap:15px;
align-items:center}
#section-7 .col-md-4 .icon{border-radius:50%;
border:1px solid #000;
display: flex
;
	width:36px;
	height:36px;
   
    justify-content: center;
    align-items: center;}
#section-7 .col-md-4 i{font-size: 18px;
	
    border-width: 1px 1px 1px 1px;}
#Footer{display:flex;
gap:10px;
	padding:10px 0 40px;
justify-content:center;
align-items:center;
background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/top-header.webp);
	text-align:center;
background-size:cover}
body{margin:0 !important}
footer .logo img{max-width:168px;}
.social ul{    display: flex
;
    justify-content: center;
    gap: 15px;
}
.social ul a{color:white;
	display:flex;
	width:36px;height:36px;
	border:1px solid #ffffff;
	border-radius:50%;
	justify-content:center;
	text-align:center;
	align-items:center;
	text-decoration:none;
	
}
#section-7 .h3{
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;}


.copyright{margin-top:20px;
color:#c36;
    font-family: "Poppins", Sans-serif;
font-size:16px}

@media(max-width:768px){
	#section-2 .col-md-8 h2{font-size:28px;}
	h2{font-size:28px;}
	#section-2 .col-md-8{padding-left:15px;}
	#section-5 .col-md-6{flex-direction:column;}
	#section-5 .col-md-6 img{max-width:100%;
	aspect-ratio:16/9}
	#section-5{padding:100px 15px}
	#section-7 .col-md-4{flex-direction:column;
	justify-content:center;
	text-align:center}
	footer .logo img{max-width:55px}
	#section-5 .col-md-6:nth-child(2){flex-direction:column-reverse}
}
#contact-1{    background-position: center center;

padding:150px 0 50px;
background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/services.webp);    background-size: cover;}
#contact-1 h2{font-family: "Prata", Sans-serif;
    font-size: 40px;
	text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EEC900  100%);background-clip: text;
    text-fill-color: transparent;
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0);
	
}
#contact-2{background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-sv.webp);
padding:100px 0 50px}

#contact-2 h2{
	text-align:center;
	font-family: "Prata", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(180deg, #C9CE48 0%, #D1C505 100%);background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0);
}
#contact-2 .des p{
	text-align: center;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
	
	text-align:center;
	margin:0 auto
}
#contact-2 .des a{
	text-decoration:none;
	color:#c36
}
@media(min-width:992px){
	#contact-2 .des p{width:60%}
}
#contact-2 .img-bot{
	margin:10px auto 30px;display:flex;
}
#contact-2 .elementor-widget-container {
    padding: 40px 40px 40px 40px;
    background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-page.webp);
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.elementor-form-fields-wrapper {
    margin-left: calc(-10px / 2);
    margin-right: calc(-10px / 2);
    margin-bottom: -10px;
}
.elementor-form-fields-wrapper {
    display: flex
;
    flex-wrap: wrap;
}
 .elementor-field-group {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%;
    }
}
.elementor-field-group {
    flex-wrap: wrap;
    align-items: center;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
;
}
.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: #ffffff;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%;
    }
}
.elementor-field-group label{
	display:none
}
.elementor-field-group {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 10px;
}
.elementor-field-type-submit {
    justify-content: center;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end;
}
 .elementor-button[type="submit"] {
    background-color: #FFD700;
    color: #ffffff;
	 border:none;
	 min-height:40px;
	     display: inline-block;
    line-height: 1;
   
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
@media (max-width: 767px) {
    .elementor-column {
        width: 100%;
    }
}
#gallery-1{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-page-1.webp);
	    background-position: center center;
    background-size: cover;
	    padding: 150px 0px 50px 0px;
}
#gallery-1 h2{
	color: #000000;
    -webkit-text-stroke-color: #000000;
    background-color: transparent;
    font-family: "Prata", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
	background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align:center;
}
#gallery-1 .breadcrumb i{
	color:#000;
	font-size:7px;
}
#gallery-1 .breadcrumb p{
	margin-bottom:0;
	color:#54595F;
	font-size:16px;
}
#gallery-1 .breadcrumb{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	text-align:center;
}
#gallery-2 .gallery-row{
	padding:5px 0;
}
#gallery-2 .gallery-row .col-12{
	padding:5px
}
body.page-id-163 {
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-body.webp);
}
body.page-id-145{
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-party-1.webp);
}
.doted{
	border-bottom-style: dotted;
    border-bottom-width: 2px;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
		color:#54595F
}
.accordion .d-flex{
	justify-content:space-between;
	text-align:center;
	align-items:center;
	margin-bottom:30px !important
}
.accordion{
	background:unset;
	border-radius:0 !important;
	border:none
}
.accordion-item{
	background:unset;
	border-radius:0 !important;
	border:none
}.accordion-button{
	border-color: #020101;
    background-color: #CDA855 !important;
	color:white !important;
	    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
	font-family: "Poly", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
	border-radius:0 !important
}
.service-title{
	color: #FFFFFF;
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
	font-size:32px;
}
.accordion-button::after{
	display:none !important
}
.service-list{
	color:rgb(255, 217, 39);
	font-family: "Marcellus", Sans-serif;
    font-weight: 600;font-size:19px;
}
.accordion-button:not(.collapsed)::after{
	display:none !important
}

.accordion .accordion-button  i{
	margin-right:8px
}
.accordion .des{
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin-top:-20px
}
#header-2{
	position:relative;
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/top-header-1-1.webp);
	background-size:cover
}
#header-2 nav ,#header-2 ul{
	height:100%
}
#header-2 ul{
	display:flex;
	justify-content:center;
	align-items:center
}
#header-2 .row{
	display:flex;
	
	align-items:center;
}
#header-2 .btn-call2{
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #61CE7000;
    padding: 15px 10px 10px 10px;
	background:url(https://demo-2.vidowebs.com/web-21/wp-content/uploads/2025/05/bg-btn.webp);
	background-size:cover;
	border-radius:5px;
}

header .current_page_item a{
	color:#fff
}
@media(max-width:768px){
	#Footer{
		padding-bottom:70px;
	}
}