@media (min-width: 1200px) {
    .container-80 {
        max-width: 710px !important;
        margin: 0 auto;
    }
}
.title-banner h3{
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    color: rgb(46, 86, 44);
    text-transform: uppercase;
    font-weight: bold;
}
.info-banner h3{
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #8cc63f;
}
.info-banner p{
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    color: #8cc63f;
}
.item-banner-owl a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-banner-owl img{
    max-width: 209px;
}
.card_news_img img{
    border-radius: 20px;
}
.banner-option a{
    text-align: center;
    display: block;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    margin-top: 20px;
}
.banner-option span{
    font-size: 22px;
    background-image: linear-gradient(255deg, rgb(52, 109, 49), rgb(59, 146, 56));
    color: #fff;
    border-radius: 30px;
    padding: 15px 50px;
    font-weight: 700;
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.new-letter{
    display: none !important;
}
.contactIndex .form-control{
    border-radius: 1.25rem;
}
.send_contact{
    background-color: #8cc63f !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1.25rem  ;
    border: none !important;
    font-size: .97em;
    letter-spacing: .03em;
    padding: 10px 15px;
}
.cart-bag .cout_cart {
    background-color: #8cc63f;
    background-image: none !important;
}

.text_gradient.tp_title {
    background: none !important;
    color: #8cc63f;
    -webkit-text-fill-color: initial !important;
}
.title .infor_content {
    font-weight: 600;
    color: #333;
}
.uti_body h5 {
    height: 40px;
}
.title-customer{
    color: #8cc63f;
    font-size: 34px;
    text-transform: uppercase;
    padding: 30px 0;
}
footer.tp_footer {
    border-top: 1px solid #ececec;
    margin-top: 50px;
}
.default5_top_title {
    margin: 20px 0;
    text-align: center;
}
a.zalo-link-icon {
    bottom: 210px;
    right: 35px;
}
a.zalo-link-icon img {
    width: 50px;
}
.sa-tiktok {
    width: 70px;
}
a#back_to_Top {
    bottom: 12px;
    width: 45px;
    height: 45px;
    padding: 0;
    right: 38px;
}
#content .widget-title.wt {
    display: none;
}
#content .bread-crumb_background {
    margin-bottom: 0;
    padding: 0 0 20px;
}
@media (max-width: 1023px) {
    .title h2 {
        font-size: 24px;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .contactIndex{
        padding: 30px 0;
    }
}
.ft_title{
    margin-top: 40px;
}
footer.tp_footer{
    margin-top: 20px;
}
.widget_first_childs {
    padding-top: 30px;
}
.btn-banner {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.btn-banner span {
    background: #8cc63f;
}
.btn-banner a:nth-child(2) span {
    background: #0852a9;
}
.btn-banner a {
    display: inline-flex;
    width: 50%;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #fe6603;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-banner a:nth-child(2) {
    background: #0852a9;
}
.quantity_wanted_p .input_qty_qv, .call {
    display: none;
}

.social-action {
    bottom: 70px;
}
.banner-option .btn-banner a {
    background: transparent;
}