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



.boxconmingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.boxconmingsoon h1 {
  font-size: 48px;
  font-weight: bold;
}

section.related.products h2 {
    text-transform: uppercase;
}
.single-product h1.product_title {
    font-family: 'Montserrat' !important;
    font-weight: bold !important;
}
.woocommerce-loop-product__title a {
    font-size: 20px;
	font-family: 'Montserrat';
    font-weight: bold;
}
.woocommerce-loop-category__title a {
    color: #68bb2b !important;
}
.nevo-icon svg{
  fill: #036efa;
}
/* Cơ bản cho submenu */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

/* Parent li phải relative để submenu bám theo */
.sub-menu li,
.menu-item-has-children { position: relative; }

/* Hover để mở submenu */
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ====== Cấp 3, 4 (và sâu hơn) mở ngang bên phải ====== */
.sub-menu .sub-menu {
  top: 0;           /* bám sát trên cùng của item cha */
  left: 100%;       /* đẩy sang phải 100% chiều rộng */
  transform: translateX(6px);
}

.sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Tùy chọn cho mobile: hiển thị dạng khối (tắt position absolute) */
@media (max-width: 992px) {
  .sub-menu,
  .sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    padding: 0;
  }
}




.inside-footer{
	padding: 30px 0px !important;
}
.e-con-inner {
    max-width: 1100px !important;
}
.cssgalleryhome img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.iconzaloft img {
    margin-top: 8px;
    width: 23px;
    height: 23px;
}
.boximgstep img {
    width: 100px;
	margin-bottom: 20px;
}
.boximgstep {
    text-align: center;
}
.iconlhzalo img {
    width: 24px;
    height: auto;
    margin-top: 8px;
}
.wpcf7-response-output {
    margin: 0px !important;
}
.boxformlh .wpcf7-textarea {
    height: 100px;
}
.boxformlh .wpcf7-form-control {
    width: 100%;
    border-radius: 5px;
	margin-bottom: -10px;
}
a.title-post-list {
    font-size: 18px;
}
.nevo-navigation li[class*="current-menu-"] > a {
    color: #0090b5;
}
.boxft.box3 {
    margin-left: 30px;
}
.boxft.box2 i {
    color: #036efa;
    margin-right: 5px;
}
.boxft.box2 {
    margin-left: -50px;
}
.elementor-button {
	background-color: #68bb2b !important;
    border-radius: 30px !important;
    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, 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%;
  }
}
.boxcuspost img {
    border-radius: 5px !important;
}
.boxcuspost .entry-header {
    text-align: center;
}
.boxntgallery h3 {
    font-size: 23px;
    margin-bottom: 0px;
}
.boxntgallery {
    margin-top: 10px;
}
.boxgalleryhome .swiper-slide-inner {
    border-radius: 10px;
    padding: 30px 20px 1px 20px;
    margin: 0px 10px !important;
    background-image: url(/wp-content/uploads/2025/05/10603bg-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxgalleryhome img {
    border-radius: 100% !important;
    width: 70px;
}
.boxntstep h3 {
    font-size: 21px;
    margin-bottom: 2px;
}
.boxntstep {
    margin-top: -10px;
}
.numstep::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* bắt đầu từ cạnh phải của .numstep */
  margin-left: 30px; /* khoảng cách giữa vòng tròn và line */
  width: 110px; /* độ dài của đường kẻ */
  height: 2px; /* độ dày */
  background-color: #007bff; /* cùng màu với vòng tròn */
  transform: translateY(-50%); /* canh giữa theo chiều dọc */
}
.numstepsub, .numstep {
  width: 50px;
  height: 50px;
  background-color: #036efa; /* màu xanh */
  border-radius: 50%; /* bo tròn 100% */
  display: flex;
  align-items: center;
  justify-content: center;
	position: absolute;
    top: 22px;
    right: 60px;
    border: 2px solid #fff;
}
.numstepsub span, .numstep span {
  color: #fff;
  font-size: 18px;
}
.boxntstep {
    text-align: center;
}
.boxhomestep .elementor-icon {
    background-image: url('/wp-content/uploads/2025/06/bg-step.png');
    background-size: cover;
    background-position: center;
    padding: 30px;
}
/*-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 #68bb2b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #68bb2b;
	z-index: 999;
	margin-bottom: 10px;
}
.iconfixfolow a {
    color: #231f20;
}
.iconfixfolow i {
    margin-top: 10px;
    font-size: 18px;
	color: #036efa;
}
.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 #68bb2b;
-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: #68bb2b;
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: #68bb2b;
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: 12px;
text-align: center;
color: #036efa;
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(/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: 22px;
    margin-bottom: 8px;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size: 20px;
	padding-top:8px;
	color:#036efa;
}
.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;
}
.boxfolow-ft {
    display: flex;
    gap: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Asap_Condensed-Bold !important;
	font-weight: normal !important;
	letter-spacing: 0.5px;
}

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

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

.inside-footer{
	padding: 30px 10px 10px 10px !important;
}
.lang-item {
    list-style: none;
}
	.lineadre br {
    display: none;
}
	.numstepsub, .numstep {
		position: relative;
		top: -30px;
            right: 0px;
        margin: 0 auto;
	}
	.numstep::after{
		display: none;
	}
	.boxft.box3 {
    margin-left: 0px;
}
	.boxft.box2 {
    margin-left: 0px;
}
}