.noPadding {
    padding-bottom: 0 !important;
}

.home-title h2, .home-title h3 {
    margin-bottom: 22px;
}

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

.title-banner h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 22px !important;
    line-height: 30px !important;
}

/* css box product */
.product-small.box  {
    background-color: #fff;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 8px;
    overflow: hidden;
}

.product-small.box p.category {
    opacity: 1;
    text-transform: math-auto;
    font-size: 12px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px !important;
    height: 38px;
    margin-bottom: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-align: left;
}

.product-small.box span.price bdi, p.gia-lienhe {
    color: #c91010;
    font-size: 14px;
    font-weight: 600;
}

.box-text.box-text-products {
    padding: 12px;
    text-align: left;
}



/* css blog */
.blog-ver .col.post-item {
    padding-bottom: 10px;
}

.blog-ver .box-text.text-left {
    padding: 6px 10px 6px 10px;
}

.blog-ver .col-inner {
    border-radius: 0 !important;
}

h5.post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
}

.is-divider {
    display: none !important;
}

p.from_the_blog_excerpt {
    padding-top: 10px;
    font-size: 13px;
}

.col.post-item .col-inner {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
/*     border-radius: 8px; */
    overflow: hidden;
}

.col.post-item .box-text {
    padding: 12px;
}

/* css form */
.box-lienhe .col-inner {
    background: #F0F1F6;
    padding: 30px;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
    box-shadow: 0 0 !important;
    border: 0 !important;
}

form.wpcf7-form {
    margin-bottom: 0;
}

/* css footer */
.footer-fl a.icon.button.circle {
    border: 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #d33242;
    transition: .4s;
    line-height: 30px;
}


.footer-fl a.icon.button.circle:hover {
    background: #d33242 !important;
    color: white;
    border-color: #d33242 !important;
    transition: .4s;
}

.footer-contact_opening ul {
    list-style: none;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 30px;
}

.footer-contact_opening ul li i {
    margin-right: 5px;
}

.ct-foo p strong {
    font-size: 15px;
    color: #ed1b24;
}

.ct-foo p, .ct-foo p a, .ct-foo ul li {
    font-size: 13.5px;
}

.ct-foo ul li, .ct-foo p {
    margin-bottom: 5px;
}

.absolute-footer {
    color: #fff !important;
    font-size: 13px;
}