.absolute-footer,
html {
    background-color: #fff !important;
}

@font-face {
    font-family: "SVN-Poppins" !important;
    src: url("../fonts/SVN-Poppins.woff2") format("opentype");
    font-weight: 400 !important;
    font-style: normal;
}

body {
    font-family: "SVN-Poppins", sans-serif !important;
}
.nav > li > a {
    font-family: "SVN-Poppins", sans-serif !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
}
ul,
li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.pd-5-1 {
    padding: 0px 5px 0px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

/**Header**/
div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li {
    margin: 0px !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a:hover {
}

div#top-bar li.header-search-form.search-form.html.relative.has-icon {
    width: 250px;
}

div#top-bar ul.nav.top-bar-nav.nav-right.nav-small.nav- li a {
    font-size: 15px;
    color: #fff !important;
}

/**banner**/
article.banner-category {
    width: 100%;
    position: absolute;
    display: inline-block;
    bottom: -85px;
    z-index: 99;
}

article.banner-category .banner-category {
    width: 80%;
    display: block;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.banner-category .banner-items {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    padding: 10px;
}

.banner-category .banner-items a {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    display: block;
    margin: auto;
    transition: 0.3s ease-in-out;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #fff;
}

article.banner-category .banner-category .banner-items a:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #2e2010 !important;
    box-shadow: unset !important;
}

.banner-category .banner-items .banner-items-icon {
    width: 50px;
    margin: auto;
}

.banner-category .banner-items .banner-items-icon img {
    width: 100%;
    height: 100%;
}

.banner-category .banner-items .banner-items-title h4 {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.featured-product-box {
    width: 100%;
    padding-top: 10px;
    display: inline-block;
}

.featured-product-box .featured-breadcrumbs {
    color: #c1977d;
    font-size: 15px;
    margin-bottom: 20px;
}

.featured-product-box .featured-title2 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.featured-product-box .featured-content {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.featured-product-box .featured-price {
    font-size: 18px;
    color: #000;
}

.featured-product-box .featured-btn a {
    display: inline-block;
    background: #b68361;
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

.featured-product-box .featured-btn {
    margin-top: 20px;
}

/**footer**/
footer#footer {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 240px 0 50px 0;
    background: url("../images/bg-footer.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;

    font-size: 15px;
}

footer#footer .footer-logo img {
    max-width: 120px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

footer#footer .footer-top {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

footer#footer .footer-address p {
    margin-bottom: 10px !important;
}

footer#footer .footer-image img {
    margin-top: 10px;
    max-width: 120px;
}

/*8blog**/
.blog-post {
    width: 100%;
    border: 1px dashed #fdc689;
    display: inline-block;
    height: 200px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.blog-post .blog-avatar {
    width: 190px;
    height: 180px;
    float: left;
}

.blog-post .blog-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post .blog-content {
    width: calc(100% - 190px);
    float: left;
    height: 180px;
    padding-left: 20px;
    position: relative;
}

.blog-post .blog-content h2 {
    font-size: 15px;

    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 23px;
}

.blog-post .blog-description p {
    color: #333;
    font-size: 14px;
}

.blog-post .blog-date {
    color: #333;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.blog-post .blog-btn {
    border: 1px solid #94684b;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: #94684b;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-post:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #94684b;
}

/*title**/
.home-title h2 {
    text-align: center;
    color: #94684b;
    font-size: 25px;
}

/*8prodcuT**/
.product-small.box {
    border: 1px solid #eee;
    transition: 0.3s ease-in-out;
}

.product-small.box:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.product-small p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    display: none;
}

.product-small p.name.product-title.woocommerce-loop-product__title a {
    color: #000;

    margin-bottom: 10px !important;
    text-align: center;
    display: block;
    font-size: 16px;
}

.product-small .price-wrapper {
    margin: 20px 0 !important;
    text-align: center;
}

.product-small p.name.product-title.woocommerce-loop-product__title a {
    color: #000;
}

.product-small .price-wrapper ins span {
    color: #ff3333;
}

.badge-container.absolute.left.top.z-1 {
    margin: 0px !important;
    width: 100%;
    position: relative;
}

span.onsale {
    background: #ff3333 !important;
    color: #fff;

    font-size: 12px;
    width: 35px !important;
    height: 35px !important;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    border: 1px dashed #fff;
    top: 10px;
    right: 10px;
}

/**title**/
.home--title h2 {
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    display: block !important;
}

.home--title {
    width: 90px;
    height: 90px;
    background: #b68361;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

/*8category***/
section#breadcrumbs {
    font-size: 15px;
    margin: 20px 0 0 0;
}

.breadcrumbs {
    padding: 15px 10px !important;
    border: 1px dashed #fdc689;
}

.home_title h2 {
    padding: 10px 10px !important;
    border: 1px dashed #fdc689;

    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

#page-category {
    margin-top: 30px;
}

/**widget**/
.product-box1 .product-item1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

.product-box1 .product-item1:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-box1 .product-item1 .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.product-box1 .product-item1 .product-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box1 .product-item1 .product-item-content h2 {
    color: #333;

    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
}

.product-box1 .product-item1 .product-item-content {
    width: calc(100% - 80px);
    float: left;

    padding-left: 10px;
}

.product-box1 .product-item1 .product-item-content .post-meta {
    color: #3c454f;
    font-size: 12px;
}

.product-box1 .product-item1:hover h2 {
    color: #94684b;
}

.product-price span {
    font-size: 13px;
}

/**single**
 */

header#single-header .post-meta span {
    color: #333;
    font-size: 13px;
}

header#single-header h2 {
    color: #000;
    font-size: 25px;
}

header#single-header {
    margin-bottom: 15px !important;
    width: 100%;

    display: inline-block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.article-content {
    color: #000;
    font-size: 15px;
}

.article-content p {
    margin-bottom: 10px !important;
}

article#post-related .blog-post .blog-description p {
    color: #333;

    font-size: 12px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0px !important;
    margin-top: 20px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding: 15px 10px !important;
    height: unset !important;
    min-height: unset !important;
}

.page-title-inner.flex-row.medium-flex-wrap.container nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    border: 0px !important;
    padding: 0px !important;
}

/*8contact**/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #eee;
    box-shadow: unset !important;
    border-radius: 3px;
    margin-top: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #efc501 !important;
    box-shadow: unset !important;
    border-radius: 3px !important;
    margin: 0px !important;
}

.related-title h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

label {
}

.article-page p {
    margin-bottom: 10px !important;
}

.article-page {
    color: #000;
    font-size: 16px;
}

/*8menu**/
article.menu-order {
    width: 70%;
    margin: auto;
    padding: 20px 0 80px;
}

.menu-block {
    padding-top: 80px !important;
}

.menu-block .bg.section-bg.fill.bg-fill.bg-loaded {
    background-repeat: no-repeat !important;
    background-position: 0% 100%;
}

.menu-block .menu-item {
    width: 100%;
    display: inline-block;
}

.menu-block .menu-item .menu-icon {
    width: 80px;
    float: left;
}

.menu-block .menu-item .menu-icon img {
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: contain;
}

.menu-block .menu-item .menu-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
}

.menu-block .menu-item .menu-content h2 {
    color: #94684b;

    font-size: 16px;
    border-bottom: 1px dashed #94684b;
    padding: 0px 0px 10px 0;
    display: block;
}

.menu-block .menu-item .menu-price {
    position: relative;
    width: 100%;
    display: inline-block;

    font-size: 14px;
    color: #94684b;
    font-weight: 700;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0px !important;
    margin-bottom: 20px !important;
    color: #94684b;
}

/**single product**/
h1.product-title.product_title.entry-title {
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

.product-info .price-wrapper ins span {
    color: #ff3333;
    font-size: 29px;
}

.woocommerce-product-gallery__image.slide.first.is-selected {
    border: 1px solid #94684b;
    padding: 10px;
}

.product-info.summary.col-fit.col.entry-summary.product-summary {
    padding-top: 0px !important;
}

.product-info form.cart {
    margin-top: 30px !important;
}

button.single_add_to_cart_button.button.alt {
    box-shadow: unset !important;
    border-radius: 3px !important;
}

.related.related-products-wrapper.product-section {
    border: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul {
    border-bottom: 1px solid #efc501;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    padding: 5px 20px;
    color: #000;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li.active a {
    background: #efc501;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li {
    margin: 0px !important;
}

.woocommerce-Tabs-panel p {
    margin-bottom: 10px !important;
}

.woocommerce-Tabs-panel {
    color: #000;

    font-size: 15px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart_totals {
    color: #000;
}

.woocommerce-billing-fields__field-wrapper p input,
textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 3px !important;
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
    display: inline-block;
}

/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
* {
    margin: 0px;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.row {
    max-width: 1170px !important;
    margin: 0 auto;
}

ul,
li,
form,
input,
button,
h1,
p {
    margin: 0px;
}
p {
    margin-bottom: 0px !important;
}
.button-header {
    border-color: #efc501;
    border: 1px solid #efc501;
    height: 37px;
    width: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-search-header {
    width: 220px;
    border-width: 1px;
    border-radius: 30px;
    background-color: #fff;
    padding: 0px 12px;
    text-indent: 0.5rem;
    position: relative;
    left: 9px;
    height: 34px;
    display: none;
    cursor: text;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.form-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-search {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #efc501;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    left: -32px;
}
.submit-search:hover.input-search-header {
    display: block;
    background-color: red;
}

.form-header:hover .input-search-header {
    display: block;
}
.title-main {
    font-size: 48px;
    color: #1c1d21;
    font-weight: 600;
}

.button-primary {
    background-color: #efc501;
    color: #fff;
    font-size: 14px;
    margin: 16px 0px;
    display: block;
    width: fit-content;
    padding: 8px 12px;
}
.row-section1 {
    position: relative;
}
.img-section1 {
    position: absolute;
    right: 0;
}
.section2-title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.s2-col-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.s2-col-right {
    width: 70%;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #efc501;
    position: relative;
    z-index: 10;
}
.text-white {
    color: #fff !important;
}
.guaran {
    position: relative;
}
.guaran::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #de9e26;
    top: -98px;
}
.s2-img-item {
    position: relative;
}
.s2-img-item::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    z-index: -1;
    background-color: #de9e26;
}
.section2 {
    background-color: #1c1d21;
    z-index: -10;
    padding: 70px 0px;
}
.col-right-list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    position: relative;
    top: 218px;
}
.col-right-item {
    width: 45%;
}
.item-section2 {
    padding: 12px;
    position: relative;
    z-index: 99999;
}
.item-section2:hover {
    background-color: #efc501 !important;
}
.section3 {
    background-color: #fff;
    padding: 130px 0px;
}
.swiper-button-next::after {
    font-size: 9px !important;
    /* width: 30px; */
    /* height: 30px; */
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
}
.swiper-button-prev::after {
    font-size: 9px;
    /* width: 30px; */
    /* height: 30px; */
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
}
.page-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    color: #efc501 !important;
}
.page-item a {
    color: #efc501 !important;
}
.page-item.active {
    background-color: #efc501 !important;
}
.page-item.active a {
    color: #fff !important;
}
.title-category {
    font-size: 48px;
    color: #efc501;
    text-align: center;
}
.shop-page-title.category-page-title {
    display: none !important;
}
.product-small.box {
    border: none !important;
}
.product-small.box:hover {
    transition: none;
    box-shadow: none !important;
}
.accordion-title span {
    color: #efc501 !important;
}
.accordion-title {
    font-size: 16px !important;
}
.nav-top-link {
    color: #fff !important;
}

.button-header {
    color: #fff !important;
}
.button-header:hover {
    background-color: #efc501;
    color: #fff !important;
}
.icon-search {
    color: #ffff;
}
.swiper-home .swiper-button-next::after {
    font-size: 9px !important;
    /* width: 30px; */
    /* height: 30px; */
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.swiper-home .swiper-button-next {
    z-index: 99999;
}
.swiper-home .swiper-button-prev {
    z-index: 99999;
}
.swiper-home .swiper-button-prev::after {
    font-size: 9px !important;
    /* width: 30px; */
    /* height: 30px; */
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.swiper-home .swiper-scrollbar {
    opacity: 1 !important;
    color: #fff;
    background-color: #fff;
    left: 252px;
    margin: 0px auto;
    top: 81px !important;
    width: 24% !important;
}
.section.section1 {
    top: -210px;
    padding-top: 0px !important;
}
#header {
    z-index: 99999;
}
.footer img {
    background-size: cover !important;
    object-fit: contain !important;
}
.line-footer {
    width: 100%;
    background-color: rgb(199 199 199);
    height: 1px;
    margin-top: 12px;
}
.footer {
    color: #fff !important;
}
.mobile {
    display: none !important;
}
.section3 .swiper-wrapper {
    padding-bottom: 50px;
}
.section3 .swiper-button-next {
    top: 483px;
}
.section3 .swiper-button-prev {
    top: 483px;
}
.card-title{
     display: block;
    width: 16em; /* Khoảng chứa cho 3 ký tự */
    white-space: nowrap; /* Ngăn không cho văn bản xuống dòng */
    overflow: hidden;
    font-size: 16px !important ;
    color:rgb(35 31 32) !important;
    text-transform: capitalize;
    text-overflow: ellipsis;
  
}

.card-text p {
    display: block;
    width: 16em; /* Khoảng chứa cho 3 ký tự */
    white-space: nowrap; /* Ngăn không cho văn bản xuống dòng */
    overflow: hidden;
    font-size: 12px !important ;
    color:rgb(35 31 32) !important;
    text-transform: capitalize;
    text-overflow: ellipsis;
}
.post-title {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    height: auto;
}
#header {
    z-index: 999;
}
.sectionabout {
    padding-top: 0px !important;
}
.woocommerce-Price-amount {
    color: #efc501 !important;
    padding-bottom: 10px !important;
}
.amount {
    color: #efc501 !important;
    padding-bottom: 10px !important;
    display: block;
}
.woocommerce-Price-currencySymbol {
    color: #efc501 !important;
    padding-bottom: 10px !important;
}
.single_add_to_cart_button {
    background-color: #efc501 !important;
}
.product-section-title-related {
    color: #efc501 !important;
}
.wc-tabs .active {
    background-color: #efc501 !important;
}

.banner-tintuc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-tintuc {
    position: relative;
}
.title-s3-product {
    font-size: 3rem;
    color: #efc501;
}
.section3 .swiper-pagination {
    text-align: left !important;
    margin-left: 35px !important;
    top: 78.5% !important;
    height: fit-content !important;
}
.section3 .swiper-scrollbar {
    opacity: 1 !important;
    width: 20% !important;
    top:90%;
}
.section3 .swiper-scrollbar-drag {
    /* width: 50px !important; */
}
.section3 .swiper-scrollbar-horizontal {
}
/* .section3 .swiper-pagination-current{
    position: relative;
    top: -35px;
  }
  .section3 .swiper-pagination-total{
    position: relative;
    top: -35px;
  } */
.title-news {
    font-size: 48px;
    font-weight: 600;
    color: #000;
}
.wrap-single-product {
    background-color: rgb(35 31 32);
    background-size: cover;
}
.row-single-product {
    display: flex;
    gap: 50px;
}
.icon-menu-mobile {
    width: 36px;
    height: 36px;
    color: #fff !important;
}
.accordion-title.active {
    border: none !important;
    color: #446084;
    font-weight: bold;
    background-color: transparent !important;
}
.factorydata-title {
    font-size: 40px;
    color: #efc501;
    font-weight: 600;
}
.factorydata-mota {
    font-size: 20px;
    color: #231f20;
    opacity: 0.7;
    font-weight: 500;
    padding-top: 1rem;
    border-top: 1px solid #c7c7c7;
}
.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}
.owl-item{
    box-shadow: -17px 31px 15px -9px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
    padding-bottom: 2px !important;
    border-bottom: 1px solid #e1e1e1cc;
}
.single-news {
    color:#000 !important;
}
strong{
    font-weight: 700 !important;
}
.single-news .row-news{
    display: flex;
    gap:8px;
    flex-wrap: wrap;
}
.single-news .col-news{
    width: calc(33.333% - 16px);
    padding: 0px !important;
}
.single-news .col-md-8:not(:first-child){
    flex: 1 !important;
}
.box-form-lh{
    display: flex;
    gap:8px;
}
.box-form-lh input,textarea{
    appearance: none !important;
    width: 100% !important;
    border: 0 !important;
    font-family: inherit !important;
    padding: 0px 12px !important;
    height: 57px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #333 !important ;
    transition: all 0.15s ease !important;
    border: none !important;
    border: 1px solid #87CEFA !important;
    border-bottom: 1px solid #ebebeb !important;
    background: rgb(255 255 255 / 90%) !important;
    outline: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
}
.box-form-lh span{
    flex: 1 !important;
}
.content-box-form{
    background-color: rgb(240 240 240);
    border-radius: 30px ;
    padding: 5rem 3rem;
}
.box-form-lh textarea{
    padding: 8px !important;
    padding-left: 17px !important;
}
.box-form-lh input:focus {
    border:none !important;
}
.wpcf7-form-control.wpcf7-submit.button{
    width: 100%;
    background-color: #000 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}
.section4 .swiper-button-next{
    top: auto !important;
    padding-bottom: 30px !important;
}
.section4 .swiper-button-prev{
    top: auto !important;
    padding-bottom: 30px !important;
}
.box-mota-sp{
    background-color: rgb(133 90 9 );
    padding: 20px !important;
    width: fit-content;
  }
   /* .img-zoom{
    max-width:100% !important;
    width:100% !important;
    background-size: cover;
    width: 1140px !important;
    max-width: 1140px !important;
  }
  
  .mz-figure.mz-hover-zoom.mz-magnifier-zoom{
    width: 100% !important;
    max-width: 100%;
    width: 1140px !important;
    max-width: 1140px !important;
 } 
 figure{
   width: 1140px !important;
   max-width: 1140px !important;
 } */
 .section4 .col-3{
    width: 33.33% !important;
 }
 .row-section11{
    display: flex;
    gap:50px;
    flex-wrap:nowrap !important;
 }
 .row-section12{
    display: flex;
    gap:50px;
    flex-wrap:nowrap !important;
 }
 #comments{
    display:none !important;
 }
  .section11{
    position: relative;
  }
 .s11-col-left{
    width: calc(50% - 50px) !important;
 }
 .s11-col-right{
    width: calc(50% - 50px) !important;

 }
 .section13 .col-news.col-md-4{
    width: calc(33.33% - 8px) !important;
 }
 .section13{
    padding: 20px 0px;
 }
 .section12{
    padding: 20px 0px ;
 }
 .card-title-product{
    font-weight: 600;
    font-size: 20px !important;
    color:#000;
    margin-top:1rem;
 }
 .card-title-product:hover{
    color: #efc501;
 }

 .scrollbar-container {
    width: 100px;
    height: 2px;
    background-color: #cccc;
    margin-top: 20px;
    position: relative;
}

.scrollbar {
    width: 100%;
    height: 100%;
    position: absolute;
}

.scrollbar-thumb {
    width: 33.33%; /* Set default width based on the number of pages */
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: left 0.3s ease;
}
.section4 .swiper-scrollbar{
    opacity: 1 !important;
    width: 200px !important;
    left: 42%;
    
}
 .section4 .swiper-button-next {
    position: relative;
    top: auto !important;
    margin-top: 2px !important;
    left: 44% !important;
    z-index: 99999999;
    /* margin-left: -22px; */
 }
 .section4 .swiper-button-prev {
    position: relative;
    left: 42%;
    top: -22px !important;
    z-index: 99999999;
 }
 .pag-s4{
    
 }
 .slider-home .swiper-button-next{
    left: 77%;
 }
 .slider-home .swiper-button-next:after{
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
 }
 .slider-home .swiper-button-prev{
    left: 52%;
 }
 .slider-home .swiper-button-prev:after{
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
 }
 .backtotop{
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    background-color: #87cefa !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    border: none !important;
 }
 .backtotop  i{
    font-size: 38px !important;
    color: #fff
 }
.box-product .swiper-slide{
    display:flex;
} 
a.nav-top-link:hover{
    color: #efc501 !important;
    font-size:16px !important;
}
.nav-top-link{
    font-size:16px !important;
}
.menu-item.menu-item-type-taxonomy a:hover {
    color: #efc501 !important;
}
.menu-item.menu-item-type-taxonomy a {
    color: #fff !important;
    font-size: 16px !important;
    border: none !important;
}
#main-menu{
    background-color:#efc501 !important;
}
 
 
  
  