/*
 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
*/


#amelia-container .am-fs-sb{
	background-image: url(/wp-content/uploads/2025/08/bg48-min.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
}
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;
}
.boxft.box2 {
    margin-left: -60px;
}
.am-fcl__item-content {
    border-left: 7px solid #6d3914 !important;
}
.boxmap iframe {
    margin-bottom: -5px;
}
.chevrons{
  display:inline-grid;
place-items:center;
margin-bottom: 10px;
  width:32px;
}
.chevrons span{
  width:20px; height:20px;
  border-right:3px solid #FF5900;
  border-bottom:3px solid #FF5900;
  transform: rotate(45deg);
  opacity:.25;
  animation: drip 1.6s linear infinite;
}
.chevrons span:nth-child(2){ animation-delay:.2s; }
.chevrons span:nth-child(3){ animation-delay:.4s; }
@keyframes drip{
  0%{ transform: translateY(-6px) rotate(45deg); opacity:0; }
  30%{ opacity:.6; }
  60%{ opacity:1; }
  100%{ transform: translateY(6px) rotate(45deg); opacity:0; }
}
.boxtxtprice h4 {
	color: #6d3914;
	margin-bottom: 0px;
	font-size: 20px;
}
.boxtxtprice h3{
    color: #6d3914;
	margin-bottom: 10px;
	font-size: 23px;
}
.boxtxtprice {
    color: #6d3914;
}
.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 0;
  font-size: 15px;
  color: #000;
}
.price-item .time {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.price-item .price {
  background-color: #fff;
  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;
}
.cssimgsrv h3 {
    font-size: 20px;
}
.cssimgsrv img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
/*----btn-hieu-ung----*/
.elementor-button {
	background-color: #fff6ed !important;
    border-radius: 30px !important;
	color: #6d3914 !important;
	text-transform: uppercase;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}
.elementor-button::after{
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgb(109 57 20 / 20%), transparent);
  transform: skewX(-45deg);
  animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}/*---end-btn-hieu-ung----*/
.box2imgban img {
    position: relative;
    z-index: 99;
    border-radius: 10px !important;
}
.boxft i {
    color: #6d3914;
}
.boxft.box1 img {
    width: 46%;
    margin-bottom: -20px !important;
    margin-top: -10px;
    margin-left: -10px;
}
/*-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 #6d3914;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #6d3914;
	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 #6d3914;
-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: #6d3914;
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: #6d3914;
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;
}
.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: 20px;
    margin-bottom: 10px;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size:16px;
	padding-top:6px;
	color:#fff;
}
.boxfolow-ft li {
	background-color:#6d3914;
    display: inline-block;
    border: 1px solid #6d3914;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}

@font-face {
 font-family: AlbulaPro-Regular;
 src: url(/wp-content/themes/nevo-child/fonts/AlbulaPro-Regular.otf);
}
@font-face {
 font-family: AlbulaPro-SemiBold;
 src: url(/wp-content/themes/nevo-child/fonts/AlbulaPro-SemiBold.otf);
}
@font-face {
 font-family: BellagiaDispVariable;
 src: url(/wp-content/themes/nevo-child/fonts/BellagiaDispVariable-Th.otf);
}
h1, h2, h3, h4, h5, h6{
	font-family: BellagiaDispVariable;
	font-weight: bold;
	letter-spacing: 2px;
}
body, p{
	font-family: AlbulaPro-Regular;
}

/*-----end css old-----*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.cssimgsrv h3 {
    font-size: 15px;
}
	.boxft.box2 {
    margin-left: 0px;
}
	.boxtxtban {
    text-align: center;
}
}