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


.boxft.box3 {
    margin-left: 80px;
}
img.imgpayft {
    background-color: #fff;
    border-radius: 10px;
    width: 70%;
	margin-bottom: 10px;
}
.wc-block-components-product-metadata__description {
    display: none;
}
.boxtitle h2::after {
    content: "─❈─";
    display: block;
    font-size: 16px;
    color: #016b63;
    letter-spacing: 5px;
    margin-bottom: -20px;
    line-height: 1;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #016b63;
}
button, a {
  text-decoration: none !important;
}
.boxtxtfb h4 {margin: 10px 0px 0px 0px !important;}
.starsrv {
    color: gold;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.cusposthome .entry-title.post-title {
    padding-top: 10px;
}
.cusposthome .cv-w-120 {
    width: 30%;
}
.cusposthome img {
	    border-radius: 10px !important;
    height: 148px !important;
}
.cusposthome .title-post-list {
    font-size: 21px;
	color: #016b63;
    font-weight: bold;
}
.custom-products-list .product-desc ul {
    list-style: none;
}
p.price, .custom-products-list .product-price {
    background: linear-gradient(90deg, #a97b33 0%, #d0b051 25%, #f2e574 50%, #d8b850 75%, #cda744 100%);
    display: inline-block;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    padding: 0px 20px 2px 20px;
    border-radius: 10px;
	font-size: 22px;
  	font-weight: bold;
  	color: #007b2f;
}
.custom-products-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .custom-products-list {
    grid-template-columns: 1fr 1fr;
  }
}
.custom-product-box {
	display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px;
    background: #fff;
}
.custom-product-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}
.custom-product-box .product-image img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.custom-product-box .product-info {
  flex: 1;
}
.custom-product-box .product-price {
  margin-bottom: 8px;
}
.custom-product-box .product-title {
  font-size: 20px;
  font-weight: bold;
	margin: 0px;
}
.custom-product-box .product-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.view-all-wrapper {
  text-align: center;
  margin-top: 25px;
}


.header-button a.button:hover, .header-button a {
    background: linear-gradient(90deg, #a97b33 0%, #d0b051 25%, #f2e574 50%, #d8b850 75%, #cda744 100%);
    border: none;
}
.woo-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.woo-cat-item h3 {
    font-size: 14px;
}
.woo-cat-item {
  text-align: center;
}
.woo-cat-item img {
  width: 70%;
}
@media (max-width: 768px) {
  .woo-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.cusimagban .swiper-slide-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
}
.txt2ban h1, .txt2ban h2 {
    color: #fff;
	font-size: 34px;
	color: #016b63;
    font-size: 34px;
    font-weight: bold;
}
.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;
  z-index: 99;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  padding: 50px 50px;
}
.boxitemban {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boxitemban .hinh1 {
    position: absolute;
	right: 35%;
    width: 12%;
    top: 20%;
}
.boxitemban .hinh2 {
  width: 70%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
/* 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;
	gap: 20px;
  }
}
/*----btn-hieu-ung----*/
.elementor-button {
	background: linear-gradient(90deg, #a97b33 0%, #d0b051 25%, #f2e574 50%, #d8b850 75%, #cda744 100%);
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
	color: #016b63 !important;
    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----*/
.boxdetailhour .time {
    flex: 1;
    text-align: left;
}
.boxdetailhour .day {
    display: inline-block;
    width: 120px;
}
.boxft, .boxft a, .boxft h3 {
    color: #fff !important;
}
.boxft.box2 {
    margin-left: -50px;
}
img.imglogoft {
	width: 60%;
    height: 95px !important;
    object-fit: cover;
	margin-left: -10px;
}
ul.boxfolow-ft {
    margin-left: 15px;
}
/*-all-btn-contact-*/
.iconfixfolow {
    position: fixed;
    right: 20px;
    bottom: 80px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
}
.iconfixfolow img {
    border-radius: 100%;
}
.iconfixfolow li {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
	z-index: 999;
	margin-bottom: 10px;
}
.iconfixfolow a {
    color: #004741;
}
.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 #ed1c24;
-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: #ed1c24;
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: #ed1c24;
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: 25px;
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: 18px;
    margin-bottom: 8px;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size: 20px;
	padding-top:8px;
	color:#f4c51f;
}
.boxfolow-ft img {
    border-radius: 100%;
}
.boxfolow-ft li {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}
@font-face {
 font-family: UTM-Avo;
	 src: url(/wp-content/themes/nevo-child/fonts/UTM-Avo/UTM-Avo.ttf);
}
@font-face {
 font-family: abeatbyKaiRegular;
	 src: url(/wp-content/themes/nevo-child/fonts/abeatbyKaiRegular.otf);
}
h1,h2,h3,h4,h5,h6{
	font-family: abeatbyKaiRegular;
	font-weight: bold;
	letter-spacing: 1px;
}
body, p{
	font-family: UTM-Avo;
}

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

.boxft.box3 {
    margin-bottom: -30px !important;
	margin-left: 0px;
}
	ul.boxfolow-ft {
    margin-left: 0px;
}
	.cusposthome .title-post-list, .custom-product-box .product-title {
		font-size: 16px;
	}
	.txt2ban h5 {
    font-size: 18px;
}
	.custom-product-box .product-image img {
    	width: 100px;
		height: 150px;
	}
.cusposthome img {
    height: 100px !important;
}
.boxitemban .hinh1 {
	right: 65%;
    width: 30%;
    top: auto;
}
.txt2ban h1, .txt2ban h2 {
    font-size: 22px;
}
.cusimagban img {
    height: 600px !important;
}
.boxitemban img {
    height: auto !important;
}
.txt2ban {
    padding-left: 0px;
}
.gallery-columns-4 .gallery-item {
    max-width: 50% !important;
}
	.boxft.box2 {
    margin-left: 0px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
}