/*
Theme Name: Nevo Child
Theme URI: https://nevothemes.com/
Description: Child theme for Nevo theme
Author: Your Name
Template: nevo
Version: 1.0.0
Text Domain: nevo-child
*/



.woocommerce-tabs .tab-title {
    text-transform: uppercase;
}
.summary.entry-summary .product_meta {
    display: none;
}
.woocommerce-product-details__short-description ul {
    margin-bottom: 0px;
}
.woocommerce-product-details__short-description h2 {
    font-weight: bold;
    margin-bottom: 10px;
	font-size: 20px;
}
h1.product_title.entry-title {
    font-size: 25px !important;
}
.product .d-md-flex .product-images-wrap{
	max-width: 40% !important;
}
.product .d-md-flex .summary.entry-summary{
	max-width: 60% !important;
}
.namectyft {
    font-weight: bold;
}
.nevo-archive-title h1.page-title {
    font-size: 30px;
}
section.related.products h2 {
    text-transform: uppercase;
    font-weight: bold;
}
h2.woocommerce-loop-product__title {
    text-transform: inherit !important;
}
.cta-fixed {
    position: fixed;
    right: 0;
    width: 60px;
    z-index: 9998;
    bottom: 20%;
}
.cta-list {
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    border-radius: 15px 0px 0px 15px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
}
.cta-item:nth-child(1) {
    background: #dc2527;
}
.cta-item {
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    position: relative;
    box-sizing: border-box;
}
.cta-item:nth-child(1) a {
    color: #fff;
    text-decoration: unset;
}
.cta-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    color: #111;
}
.cta-item img {
    width: 40px;
    height: auto;
}
.cta-item a span {
    display: none;
}
.cta-item.phone {
    position: relative;
    display: inline-block;
}
/* Icon */
.cta-item.phone img {
    animation: phoneShake 1s infinite;
    position: relative;
    z-index: 2;
}
/* Rung lắc */
@keyframes phoneShake {
    0% { transform: rotate(0); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0); }
}
.cta-item.phone::before,
.cta-item.phone::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;   /* nhỏ hơn icon chút */
    height: 45px;
    background: rgba(42, 109, 26, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: phoneWave 2s infinite;
    z-index: 1;
}

.cta-item.phone::after {
    animation-delay: 1s;
}

@keyframes phoneWave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5); /* từ 2.2 → 1.5 */
        opacity: 0;
    }
}




.boxqthome h3 br {
    display: block;
}
.boxtdban {
    background-color: #0000004f;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.footer-section.middle-footer.has-start.has-center.has-end > * {
    position: relative;
    z-index: 2;
}
.footer-section.middle-footer.has-start.has-center.has-end {
    position: relative;
    overflow: hidden;
}
.footer-section.middle-footer.has-start.has-center.has-end::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}


/*----slider---*/
.post-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding: 10px 10px;
}
.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    will-change: transform;
}
#product-item {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 20px 0px;
	background-color: #fff;
}
.post-item .post-title {
	font-size: 17px;
	padding: 10px;
    background-color: #fff;
	margin-bottom: 0px;
	margin-top: -5px;
    border-radius: 10px;
}
.post-item .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-item {
	text-align: center;
	border: 1px solid #ebebeb;
    border-radius: 10px;
}
#product-item .product-title {
    font-size: 16px;
	margin-bottom: 5px;
}
#product-item .product-title a {
    color: #000 !important;
}
.boxinfoproduct {
    padding: 0px 20px;
}
ins .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: bold;
    color: #5dac46;
}
.post-thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.post-thumb:hover img{
    transform: scale(1.12);
}
.post-thumb.thumb-baiviet img {
    width: 500px;
    height: 250px !important;
}
.post-thumb img {
    width: 500px;
    height: 180px !important;
	border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    object-fit: cover;
    display: block;
	transition: transform 0.7s ease;
}
/* Mobile */
@media (max-width: 768px) {
    .post-thumb img {
        height: 150px;
    }
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #2a6d1a !important;
    color: #fff;
    border: none;
    font-size: 40px;
    cursor: pointer;
	padding: 0px 0px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }

/*---end-slider---------*/


.txtykien h3 span {
    font-weight: bold;
}
.txtykien {
    text-align: center;
}
.txtykien h3 {
    font-size: 18px;
	margin-bottom: 10px;
}
.lineqt {
    width: 80%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #2a6d1a,
        #2a6d1a 10px,
        transparent 10px,
        transparent 20px
    );
    margin: -45px auto 0 auto;
    
    position: relative;
    z-index: 0;
}
.boxqthome {
    text-align: center;
}
.boxqthome h3 {
	font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.numqt {
    width: 50px;
    height: 50px;
    background: #2a6d1a;
    border-radius: 50%;
	font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 0;
	z-index: 99;
    position: relative;
}





.main-header {
    height: 90px;
    transition: height .25s ease;
}
.site-branding img.is-logo-image {
    max-width: 65px;
    transition: max-width .25s ease;
}
/* Khi scroll */
#masthead.is-fixed .main-header {
    height: 50px;
}
/*#masthead.is-fixed .site-branding img.is-logo-image {
    max-width: 55px;
}*/
/* Fixed header */
#masthead.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
/* Chống che nội dung */
body.has-fixed-header {
    padding-top: var(--header-height, 90px);
}




.head-contact {
    display: flex;
    gap: 20px;
    align-items: center;
}
.btnhead {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.btn-phone {
    color: #000;
}
.btn-email {
    color: #000;
}


.boxslidebanner img.swiper-slide-image {
    width: 100%;
	height: 700px;
}
.boxslidebanner .swiper-slide-inner {
    position: relative;
}
.boxslidebanner .elementor-image-carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;   /* canh giữa theo chiều dọc */
    justify-content: flex-start; /* canh trái */
    pointer-events: none; /* tránh chặn click */
}
.boxtxtbanner {
    margin-left: 200px;
    pointer-events: auto;
	text-align: left;
}
.boxtxtbanner h2 {
    font-size: 45px;
    margin-bottom: 0px;
	color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}
.boxtxtbanner h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0px;
	color: #fff;
}
.btnbaner {
    display: flex;
    gap: 10px;
}
.btn {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}
.btn-blue {
    background: #2a6d1a;
    color: #fff;
}
.btn-blue:hover {
    color: #fff;
}
.btn-white {
    background: #fff;
    color: #1c3584;
}
.nevo-navigation li[class*="current-menu-"] > a {
    color: #8b572a;
}


/*.tax-product_cat div#content{
	padding: 0px 142px;
    max-width: 100%;
    background-color: #fff;
}*/
.single-product #content{
	padding: 0px 142px;
    max-width: 100%;
    background-color: #fff;
}
.single-product #content .product-content {
    padding: 0px !important;
}




.dv-contact-wrap {
    width: 100%;
    margin-top: 15px;
}
.dv-contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: #2a6d1a;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.dv-btn-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	text-transform: uppercase;
}
.dv-contact-note {
    margin-top: 6px;
    color: #fff;
    text-align: center;
}




a.nevo-menu-link {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-top: -2px;
    font-size: 14px !important;
}
input.search-field {
    border-radius: 20px;
    height: 30px;
	font-size: 14px;
}
button.search-submit {
    height: 30px;
    padding: 0px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
/*a.btnhead {
    border: 1px solid #2a6d1a;
    border-radius: 20px;
    padding: 5px 15px;
}*/
.boxtinleft .wp-post-image {
    width: 100%;
    height: 359px;
    object-fit: cover;
}
.boxtinleft .post-image {
    margin-bottom: 0px !important;
}
.boxtinhome header.entry-header {
    padding: 10px 10px 10px 10px;
}
.boxtinhome .nevo-list-item {
    padding: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.boxtdcenterho {
    text-align: center;
}
.boxtdcenterho.bgw h2 {
    color: #fff;
}
.boxtdcenterho p {
    color: #fff;
    font-size: 15px;
}
.boxtdcenterho h2 {
    text-transform: uppercase;
    font-size: 32px;
}
.boxtdleftho h2 {
    text-transform: uppercase;
    font-size: 32px;
}
a.elementor-button:hover, span.dv-product-btn:hover {
    background-color: #fc7901;
}
a.elementor-button, .dv-product-btn {
    background-color: #2a6d1a;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
	color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.boxtdlefthome h2 {
    border-left: 3px solid #2a6d1a;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--css-list-product-home---*/
.dv-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.dv-product-item {
    text-decoration: none;
    color: inherit;
}
.dv-product-box {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
	padding: 5px;
}
.dv-product-box:hover {
    transform: translateY(-5px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dv-product-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 10px !important;
}
.dv-product-content {
    padding: 15px;
    text-align: center;
}
.dv-product-title {
    font-size: 16px;
    margin-bottom: 8px;
}
.dv-product-price {
    font-weight: bold;
}
/* Mobile */
@media (max-width: 768px) {
    .dv-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*--end-list-product-home---*/


/*.header-section.bottom-header {
    border-bottom: 2px solid #2a6d1a;
}
.main-header .nevo-container.inside-header.normal {
    border-bottom: 1px solid #e5e7eb;
}*/
.boxft h3 {
	font-size: 19px;
    font-weight: 600;
	color: #fff;
}
.boxfolow-ft {
    display: flex;
    align-items: center;
	padding-top: 10px;
}
.boxft li {
    font-size: 15px;
    margin-bottom: 3px !important;
	color: #fff;
}
.boxfolow-ft li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
	color: #fff;
	margin-right: 10px;
}
li.iconfbft a {
    background-color: #1877F2;
}
li.icontiktokft a {
    background: linear-gradient(
        135deg,
        #111,
        #1dd3d0,
        #e91e63
    );
    color: #fff;
}
.boxft.box1 {
    width: 80%;
}
.boxft.box2 {
    margin-left: 50px;
}
.boxft.box3 img{
	width: 35%;
    margin-top: 20px;
}
.boxfolow-ft li i {
    font-size: 19px;
}
li.iconzaloft img {
    border-radius: 100%;
	width: 95%;
}
li.iconzaloft {
    top: -3px;
}
.boxft a{
	color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.product .d-md-flex .product-images-wrap{
	max-width: 100% !important;
}
.product .d-md-flex .summary.entry-summary{
	max-width: 100% !important;
}
.boxft.box1 {
    width: 100%;
}
.boxft.box2 {
    margin-left: 0px;
}
.nevo-container.inside-page-header {
    padding: 10px;
}
.product-content.archive-product {
    padding: 20px 10px !important;
}
.has-center.has-end .header-col.col-end{
	margin-left: 0px;
}
.cta-item.phone::before, .cta-item.phone::after {
    top: 38%;
    width: 30px;
    height: 30px;
}
.cta-item img {
    width: 30px;
}
.cta-item a span {
    display: block;
}
.cta-item:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
.cta-item {
    width: 25%;
    border-top: unset;
}
.cta-list {
    border-radius: 0;
}
.cta-fixed {
    bottom: -1px;
    width: 100%;
}
.boxqthome h3 br {
    display: none;
}
.boxtdban {
    width: 95%;
}
.boxtxtbanner h2 {
	font-size: 40px;
}
.boxtxtbanner h3 {
    font-size: 28px;
}
.boxslidebanner img.swiper-slide-image {
    height: 400px;
}
.boxtxtbanner {
     margin-left: 20px;
}
.boxtdlefthome h2 {
    font-size: 25px;
}
.boxtdcenterho h2{
	font-size: 23px;
}
.boxtdleftho h2{
	font-size: 23px;
}
.single-product #content{
	padding: 0px 10px;
}
.dv-product-img img {
	height: 100%;
}
}