/*
theme name: 18digital
Theme URI: https://18digital.asia
author: 18digital
author uri: https://18digital.asia
description: Tăng Tốc độ load website WordPress.
template: flatsome
Version: 5.0
Tags: WP Tăng Tốc, Tăng tốc độ wordpess
*/

:root {
    --main: #ffc501;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif!important;
}

b,
strong {
    font-weight: bold!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-family: 'Roboto', sans-serif!important;
}

.product-small.box {
    border: 1px solid #cecece;
}

.product-small.col {
    padding: 0.5px!important;
}

.full-width,
.container,
.row {
    max-width: 1250px!important;
}

.woocommerce-loop-product__title a {
    color: red;
}

.title {
    position: relative;
}

.title h4 {
    position: absolute;
    top: -30px;
}

.title h4 span.section-title-main {
    background-color: var(--main);
    color: #fff;
    width: 180px;
    font-size: 14px;
    display: block;
    padding: 9px;
    color: #fff;
    border-radius: 5px;
}

.list-cate-main {
    margin-bottom: 30px;
}

.list-cate-main .col.title-head {
    padding: 0px!important;
}

.main-title h3::before {
    content: '';
    color: #e0e0e0!important;
    border-right: 35px solid;
    border-bottom: 38px solid var(--main);
    position: absolute;
    right: 0;
    top: 0;
}

.main-title h3 span {
    border: none!important;
    background: var(--main);
    color: #fff!important;
    display: block;
    padding: 8px 28px;
    width: 100%;
    font-size: 16px;
    margin-right: 0px;
    height: 41px;
}

.cate-child {
    background-color: #e0e0e0;
    height: 42px;
    border-bottom: 3px solid var(--main);
    margin-top: -1px;
}

.cate-child .box-image {
    display: none;
}

.box-push .box-text {
    max-width: 100%;
    background: transparent;
    margin: 0px;
    padding: 10px;
}

.row-small .col {
    padding: 0.5px!important;
}

.main-pro .row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.sidebar-main .col-inner {
    border: 2px solid var(--main);
}

.post-item .col-inner {
    border: unset;
}

footer {
    background-color: var(--main);
    padding-top: 20px;
}

footer .nav-bottom {
    background-color: #000;
    padding: 10px;
    color: #fff;
}

.last-sec {
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    padding: 0px!important;
}

section.last-sec .row .medium-4 {
    padding: 0px 0px 0px 10px;
    border-right: 1px solid #ccc;
}

section.last-sec .row .medium-4:last-child {
    border: unset;
}

.title-fix {
    text-align: center;
}

.title-fix h3 {
    color: #000;
}

.title-fix h3 b {
    height: 0px;
}


/* style footer */

.menu-footer {
    display: grid;
    grid-template-columns: 30% 30% 30%;
}

.menu-footer li.menu-item {
    list-style: none;
}

.menu-footer>li.menu-item>a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    font-size: 18px;
    color: #000;
    padding-left: 10px;
}

.menu-footer li.menu-item ul.sub-menu {
    padding-left: 30px;
    padding-top: 20px;
}

.menu-footer li.menu-item ul.sub-menu li {
    list-style: square;
}

.menu-footer li.menu-item ul.sub-menu li a {
    text-transform: unset;
    font-size: 18px;
    font-weight: unset;
    color: #000;
}

.info-footer {
    padding-top: 30px;
}

.info-footer .medium-4 {
    padding: 10px;
}

.info-footer .logo-footer {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.info-footer .logo-footer img {
    width: 200px;
}

.info-footer-main h3 {
    color: #000;
}

.info-footer-main p {
    color: #000;
    font-weight: bold;
}

.info-footer-main p span {
    color: red;
}

.connect h3 {
    color: #000;
    text-transform: uppercase;
    padding-left: 18px;
}

.product-cate h3 {
    color: #000;
    text-transform: uppercase;
    padding-left: 20px;
}

.connect ul li {
    list-style: none;
    float: left;
    padding-right: 10px;
}

.connect ul li a img {
    max-width: 40px;
}

.product-cate ul {
    padding-left: 40px;
}

.product-cate ul li a {
    color: #000;
}

.product-cate ul li a:hover {
    color: red;
}

.backtotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
}

#billing_country_field {
    display: none!important;
}


/* mobile */

@media screen and (max-width:600px) {
    .menu-footer {
        display: grid;
        grid-template-columns: 100%;
    }
}

.accordion.intro .accordion-item a {
    color: #fff;
}

.accordion-title.active {
    border-color: var(--main);
}

#nf-field-9 {
    background-color: var(--main);
    color: #000;
}

.social {
    position: fixed;
    bottom: 100px;
    right: 30px;
    /* z-index: 99999; */
}

.social .item {
    margin-bottom: 10px;
}

.form-regmail .nf-form-content nf-fields-wrap {
    display: flex!important;
    padding-top: 30px;
}

#nf-field-24 {
    background-color: var(--main);
    color: #000;
}

.last-sec {
    margin-top: 20px!important;
}

.list-cate-home {
    margin-bottom: 40px!important;
}

.list-cate-home-title {
    margin-bottom: 5px;
}

.list-cate-home-title h3::after {
    content: "";
    width: 0;
    height: 100%;
    border-top: 47px solid transparent;
    left: 100%;
    position: absolute;
    border-left: 30px solid var(--main);
    top: 0;
}

.list-cate-home-title h3 {
    color: #fff;
    padding: 13px 15px;
    position: relative;
    background: var(--main);
    border: initial;
    display: initial;
}

.link-more {
    float: right!important;
    margin-top: 5px;
}

.link-more a {
    font-weight: bold;
    color: red;
}

.price.product-page-price {
    font-family: 'roboto', sans-serif!important;
}

.list-button {
    margin: 20px 0px;
}

.list-button a.btn.btn-contact {
    background-color: var(--main);
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}

#comments {
    display: none !important;
}