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


.boxsliderfb .elementor-widget-container {
    margin: -10px;
}
.anidown .elementor-widget-container {
    text-align: center;
}
.chevrons{
  display:inline-grid; place-items:center;
  gap:4px; 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; }
}

.txtformlh p {
    margin-bottom: 10px;
}
.boxmap iframe {
    margin-bottom: -7px !important;
}
.boxft ul li {
    list-style: none;
}
.wpcf7-response-output {
    margin-top: -30px !important;
}
.gridalign .elementor-icon-box-wrapper {
    align-items: center !important;
}
.titlechung h2 {
    color: #FF5900;
}
.gridth .elementor-image-box-title {
    padding: 0px 15px;
}
.boxbanbtn h3 {
    width: 170%;
}
.boxformcus .wpcf7-form-control {
    width: 100%;
    border-radius: 10px;
	margin-top: -10px;
}
.txgia::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;
}
.txgia{
	background-color: #FF5900 !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	animation: zoomLoop 1.8s ease-in-out infinite;
}
/* Keyframes zoom liên tục */
@keyframes zoomLoop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/*----btn-hieu-ung----*/
.elementor-button {
	background-color: #FF5900 !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	animation: zoomLoop 1.8s ease-in-out infinite;
	line-height: 1.5 !important;
}
.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----*/
.cuscount .elementor-counter-title {
    text-align: center;
    line-height: 1.5 !important;
}
.title2 h2 {
    color: #fff;
}
.boxsliderfb .swiper-slide-inner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	margin: 10px !important;
    border-radius: 10px;
	padding: 20px 40px 1px 40px;
	background-color: #fff;
	height: 330px;
}
.boxstar {
    color: #ffcc0b;
}
.boxtxtfb h3 {
    margin-bottom: 0px;
    font-size: 19px;
}
.boxsliderfb img {
    width: 15%;
    border-radius: 100% !important;
	margin-bottom: 20px;
}
p.txgia {
    background-color: red;
    padding: 10px 10px;
    border-radius: 30px;
    color: #fff;
}
.txtprice {
    text-align: center;
}
.txtprice h3 {
    font-size: 20px;
}
.saleoff {
    background-color: #FF5900;
    width: 80px;
    height: 80px;
	font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    box-shadow: 0 0 12px 0 #FF5900;
	margin-top: -50px;
	font-weight: bold;
	animation: zoomLoop 1.8s ease-in-out infinite;
}
.txtbanner h1 {
    font-weight: bold;
	line-height: 1.7;
	font-size: 37px;
	margin-bottom: 10px;
	color: #FF5900;
}
.txtbanner span {
    font-size: 28px;
	font-family: UTM-Avo;
}
.txtbanner p {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.boxcontaibanner {
    height: 500px !important;
	text-align: center !important;
}
.boxcontaibanner .e-con-inner {
    justify-content: center !important;
}
/*-all-btn-contact-*/
.iconfixfolow {
    position: fixed;
    right: 20px;
    bottom: 80px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
	display: none;
}
.iconfixfolow li {
    border: 1px solid #FF5900;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #FF5900;
	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: none;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #FF5900;
-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: #FF5900;
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: #FF5900;
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;
	color: #ff5900;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size: 20px;
	padding-top:8px;
	color:#cda247;
}
.boxfolow-ft li {
	background-color:#fff;
    display: inline-block;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}
.boxft h4 {
    font-size: 18px;
	color: #ff5900
}
.payment-grid {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -8px;
}
.payment-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.payment-item img {
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.payment-item:hover {
  transform: scale(1.05);
}
.payment-item img {
  width: 90%;
  object-fit: contain;
  border-radius: 5px;
}
@media (max-width: 768px) {
.payment-grid {
    grid-template-columns: repeat(4, 1fr);
  }
.top-bar-align-left {
  justify-content: center !important;	
}
}
/*-------------*/
.social-grid {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 10px;
  margin-top: -10px;
}
a.social-item {
    color: #000;
}
.social-item {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.social-item:hover {
  transform: scale(1.1);
}
.social-item .dashicons {
  font-size: 20px;
}
.social-label {
  position: absolute !important;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10;
}
.social-item:hover .social-label {
  opacity: 1;
  transform: translateX(-50%) translateY(-18px);
}
@media (max-width: 480px) {
  .social-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
  .social-item {
    width: 36px;
    height: 36px;
  }
  .social-item .dashicons {
    font-size: 18px;
  }
}
/*---------*/
.boxft.box3 {
    padding-left: 30px;
}
.boxft.box2 {padding-left: 50px;}
.boxft.box1 li:first-child {
    width: 120%;
}
@font-face {
 font-family: NVN-Motherland;
 src: url(/wp-content/themes/nevo-child/fonts/NVN-Motherland-Signature.ttf);
}
@font-face {
 font-family: UTM-Avo;
 src: url(/wp-content/themes/nevo-child/fonts/UTM-Avo/UTM-Avo.ttf);
}

h1, h2, h3, h4, h5, h6, p{
	font-weight: bold;
}
body{
	font-family: UTM-Avo;
}
.txtbanner h1{
	font-family: NVN-Motherland;
}

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

	
.imgfixmb img {
    width: 100%;
    height: 550px !important;
    object-fit: cover;
    object-position: 0% 0%;
}
.boxft.box1 {
    margin-bottom: -20px;
}
.nevo-container.inside-footer {
    padding-left: 10px;
    padding-right: 10px;
}
.boxft.box3 {
    padding-left: 0px;
	margin-bottom: -20px;
}
.boxft.box1 li:first-child {
    width: 100%;
}
.boxft.box2 {padding-left: 0px;}
.txtbanner h1 {
	font-size: 28px;
}
.txtbanner span {
    font-size: 21px;
}
.boxsliderfb .swiper-slide-inner{
	height: 320px;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 23px;
}
.boxbanbtn h3 {
    width: 100%;
}	
}
/*-----end css old-----*/