/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       CSH
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/


.cusboxgallery img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.boxtxtinfo .elementor-widget-container {
    font-size: 13px;
}
.csspostho h3.entry-title {
    font-size: 20px !important;
}
.csspostho img {
    border-radius: 10px !important;
}
.txt2ban h1, .txt2ban h2 {
    color: #fff;
	font-size: 34px;
}
.boxitemban:nth-child(1) {
  animation-delay: 0.2s;
}
.boxitemban:nth-child(2) {
  animation-delay: 0.4s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.txt2ban {padding-left: 120px;color: #fff;}
.box2colban {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
  display: flex;
  gap: 20px;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  padding: 100px 50px;
}
.boxitemban {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
a.elementor-button.btnsub {
    background-color: #E0AA3E !important;
}
.boxitemban img {
  width: 50%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 100% !important;
  border: 5px solid #fff !important;
  box-shadow: 0px 0px 10px 0px #E0AA3E !important;
}
/* Mobile: chuyển về 1 cột */
@media (max-width: 768px) {
  .box2colban {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    min-height: auto;
	margin-top: 30px;
  }
}

.txtpedicure h3 {
    font-size: 25px;
    margin-bottom: 0px;
}
.txtpedicure h4 {
    font-size: 20px;
    margin-bottom: 0px;
}
.txtpedicure ul, .txtpedicure p {
    margin-bottom: 5px;
}
table tr td:nth-child(2){
    text-align: right;
    width: 25%;
}
th, td {
    border: 1px solid #00000000;
    border-bottom: 1px solid #0000001a;
	padding: 2px 0px;
}
table {
    border: none;
	margin-bottom: 10px;
}
.txtban h1 {
    color: #fff;
    text-transform: uppercase;
}
.boxdetailhour {
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxdetailhour li {
  display: flex;
  justify-content: space-between;
}
.boxdetailhour .day {
  display: inline-block;
  width: 120px;
}
.boxdetailhour .time {
  flex: 1;
  text-align: left;
}
.cusimgbanner figcaption.widget-image-caption.wp-caption-text {
    padding-top: 0px;
}
.txtbanner .elementor-button {
    background-color: #e0aa3e !important;
	margin-bottom: 10px;
}
.txtbanner {
  	position: absolute;
    text-align: center;
    left: 15%;
    bottom: 30%;
}
.txtbanner h1 {
	color: #fff;
    margin-bottom: 0px;
    font-size: 60px;
}
.txtbanner h2 {
	color: #fff;
    font-size: 50px;
}
.txtbanner ul li {
	color: #fff;
    font-size: 25px;
	text-align: left;
}
.txtbanner ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0px 100px;
  list-style: none;
  padding-bottom: 20px;
  margin: 0;
}


.boxmaps iframe {
    margin-bottom: -6px !important;
}
.starsrv {
    color: gold;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.imgcasiler img {
    border-radius: 10px !important;
}
.textright h3 {text-shadow: 1px 1px 0px #747474;color: #fff;margin-bottom: 0px;margin-top: 20px;font-size: 16px;}
.textright p {
    font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0px #747474;
}
.box-textimg {
    position: absolute;
    top: 0px;
}
.boxtxtfb p {
    margin-bottom: 0px;
	font-size: 14px;
}
.boxtxtfb {
    position: absolute;
    bottom: 0px;
	background-image: linear-gradient(to top, #bc9637, #f5eb8600);
	padding: 20px;
    text-align: justify;
    color: #fff;
    text-shadow: 1px 1px 0px #747474;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.box-textimg {
    display: flex;
    align-items: center;
    gap: 15px;
	padding: 10px;
}
.box-textimg img {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    object-fit: cover;
}
.textright {
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
}
.boxctprice h3 {
    font-size: 25px;
    margin-bottom: 0px;
    text-align: center;
}
.boxctprice h4 {
    text-transform: uppercase;
	font-size: 20px;
    margin-bottom: 0px;
}
.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 0;
  font-size: 20px;
}
.price-item .time {
  background-color: #EAEAEA;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.price-item .price {
  background-color: #EAEAEA;
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.price-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 2px dotted #999;
  transform: translateY(-50%);
  z-index: 0;
}
/*----btn-hieu-ung----*/
.elementor-button {
	background-color: #000 !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	text-transform: uppercase;
}
.elementor-button::after{
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-45deg);
  animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}/*---end-btn-hieu-ung----*/
.boxcolserv h3 {
    font-size: 20px;
	margin-bottom: 10px;
	color: #000;
}
.boxcolserv {
    background: linear-gradient(to right, #f9f295, #e0aa3e);
    text-align: center;
    padding: 10px;
    margin-top: -20px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.csstitle h2, .csstitle h1 {
    color: #fff;
	text-transform: uppercase;
}
.boxft, .boxft a, .boxft h3 {
    color: #fff !important;
}
.boxft.box2 {
    margin-left: -150px;
}
.box1 img {
	width: 41%;
    height: 100px !important;
    object-fit: cover;
    margin-left: -20px;
    margin-bottom: 5px;
}
/*-all-btn-contact-*/
.iconfixfolow {
    position: fixed;
    right: 20px;
    bottom: 80px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
}
.iconfixfolow li {
    border: 1px solid #e0aa3e;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #e0aa3e;
	z-index: 999;
	margin-bottom: 10px;
}
.iconfixfolow a {
    color: #fff;
}
.iconfixfolow i {
    margin-top: 10px;
    font-size: 18px;
}
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
right: -20px;
bottom: -20px;
display: block;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #e0aa3e;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #e0aa3e;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #e0aa3e;
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
text-align: center;
color: #fff;
font-weight: bold;
line-height: 1.4;
margin-top: 5px;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-end-all-btn-contact-*/
.footer-section.top-footer.has-start.has-center.has-end {
    /*background-image: url(/wp-content/uploads/2024/07/background.png);*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxtimeft .tglv {
    background-color: #cda247;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:15px;
}
.boxtimeft {
    background-color:#fff;
	margin-bottom: -30px;
    margin-top: -60px;
    height: 180px;
	width:80%;
	text-align:center;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boxft ul {
    margin-bottom: 15px;
}
.boxft ul li {
    margin-bottom: -5px;
}
.boxft h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size: 16px;
	padding-top:6px;
	color:#000;
}
.boxfolow-ft li {
	background-color:#fff;
    display: inline-block;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}

@font-face {
 font-family: Didot-Bold;
 src: url(/wp-content/themes/nevo-child/fonts/Didot-Bold.otf);
}
@font-face {
 font-family: Montserrat-Medium;
 src: url(/wp-content/themes/nevo-child/fonts/Montserrat-Medium.ttf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Didot-Bold, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
body, p, .price-item{
	font-family: Montserrat-Medium, sans-serif;
}
img.swiper-slide-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    "";
}
/*-----end css old-----*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.cusboxgallery img {
    height: 200px !important;
}
.txtpedicure h4 {
	font-size: 17px;
}
.txt2ban h1, .txt2ban h2 {
    font-size: 22px;
}
.cusimagban img {
    height: 500px !important;
}
.boxitemban img {
    height: auto !important;
}
.txt2ban {
    padding-left: 0px;
}
.gallery-columns-4 .gallery-item {
    max-width: 50% !important;
}
.txtbanner ul{
	gap: 0px 20px;
}
	.txtbanner .elementor-button{
	padding: 8px 20px 10px 20px;
}
	.boxcolserv h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
	.txtbanner {
    left: 12%;
    bottom: 15%;
}
	.txtbanner h1 {
    font-size: 24px;
	margin-bottom: 5px;
}
	.txtbanner ul li {
    font-size: 15px;
}
	.boxft.box2 {
    	margin-left: 0px;
	}
}