body{
    overflow-x: hidden;
}
.detail_about{
    text-align: justify;
}
.box-popup-newsletter.unactive{
    opacity: 0;
    pointer-events: none;
}
.share_post a i{
    color: pink;
}
.share_post a{
    display: inline-block;
    margin-left: 10px;
}
.detail_prod .wp-block-image img{
    margin-bottom: 1rem;
}
.product-image-slider .slick-list, .product-image-slider .slick-track{
    /* height: 100%; */
}
.menu-category li .nav_link.active img{
    filter: brightness(20);
}
.homeNews .cardBlog .cardImage img, .cardBlogStyle2 img{
    aspect-ratio: 356/325;
    object-fit: cover;
}
.cardBlogStyle1 .cardImage img{
    aspect-ratio: 74/50;
    object-fit: cover;
}
.homeAbout{
    padding: 100px 0;
}
.homeAbout .segTitle{
    font-size: 2rem;
    color: #f1ae1a;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3rem;
}
.homeAbout article{
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 2rem;
}
.homeAbout .box-about-content{
    padding-left: 3rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.desc_footer{
    font-size: 17px;
    line-height: 1.7;
}
.social_footer{
    img{
        width: 40px;
        height: 40px;
        object-fit: cover;
        margin-right: 10px;
    }
}
.list_imgqr{
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;    
}
.list_imgqr img{
    width: 120px;
    margin-right: 1rem;
    height: 120px;
    object-fit: contain;
    background: #eda31e;
    border-radius: 10px;
    padding: 5px;
}
.cta_page{
    position: fixed;
    bottom: 63px;
    right: 20px;
    z-index: 9999;
}
.item_cta{
    border-radius: 50%;
    background-color: #e99c20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: relative;
}

a.item_cta span {
    position: absolute;
    right: calc(100% + 5px);
    width: max-content;
    background: #e99c20;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    line-height: 1;
}
.hotline_header{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000085;
    border-radius: 50%;
    margin-right: 10px;
}
.header .main-menu li.has-children::after{
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    color: #000;
    transform: translate(0,-50%);
    opacity: .54;
    top: 50%;
    position: absolute;
    right: 0;
}
.search_header{
    position: relative;
}
.icon_search_hd{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    color: #fff;
}
.search_header input{
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 20px 10px 10px;
    color: #fff;
}
.search_header input::placeholder{
    color: #fff;
}
.search_header button{
    position: absolute;
    opacity: 0;
}
.box-product-info .block-view{
    font-size: 16px;
    line-height: 1.5;
}
.homeCataProd .listcate .item_slide{
    margin: 0 10px;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 1rem; */
}
.slick-dots li button{
    display: none;
}
.slick-dots li{
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #f1ae1a;
    cursor: pointer;
}
.slick-dots li.slick-active{
    background-color: #f1ae1a;
}
.wpcf7-response-output{
    display: none;
}
form br{
    display: none;
}
form p{
    display: flex;
}
form.sent .wpcf7-response-output{
    display: block;
    width: max-content;
    background: #46b450c7;
    color: #fff;
    padding: 10px;
}
@media (max-width: 767px) {
    .homeAbout{
        padding: 50px 0;
    }
    .homeAbout .box-about-content{
        padding-left: 0;
    }
    .homeAbout article{
        margin-top: 1rem;
    }
    .title_footer{
        margin-top: 1rem;
    }
    .breadcrumbs ul li a{
        font-size: 14px;
    }
    .desc_footer{
        margin-bottom: 2rem;
    }
}