::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

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

:root {
    --primary-color2: #224435;
    --color-gray: #111;
    --color-dark: #111;
    --border_color: #e5e5e5;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

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

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

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

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

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

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

.product-small.col {
    padding: 0px 10px 20px 10px !important;
}

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

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

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

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

.mr-1 {
    margin-right: 10px !important;
}

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

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

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

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

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

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

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

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

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

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

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

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

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

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

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    padding: 8px 33px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    line-height: 24px !important;
    box-shadow: unset !important;
    border: 3px solid var(--primary-color);
}

.button_style:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0%;
    background: var(--primary-color);
    left: 0%;
    z-index: -1;
}

.button_style:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 120%;
    height: 0;
    top: 50%;
    left: 50%;
    background: var(--primary-color2);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
    z-index: -1;
}

.button_style:hover {
    border: 3px solid var(--primary-color2);
}

.button_style:hover:after {
    height: 250%;
    opacity: 1;
    z-index: -1;
}

/**header**/
div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    width: calc(100% - 500px) !important;
    text-align: center;
}

div#masthead .flex-col.hide-for-medium.flex-right {
    width: 250px;
}

div#masthead li.header-search-form.search-form {
    width: 100%;
}

div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: unset;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #9b9797
}

input#woocommerce-product-search-field-0 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
    height: 40px;
    border: 0;
    background: 0 0;
    border-radius: 5px !important;
    background: #F8F8F8;
}

div#masthead .header-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: var(--primary-color);
    text-align: center;
    line-height: 32px;
    transition: all .3s ease;
    color: #fff;
}

div#masthead .header-hotline a {
    display: flex;
    align-items: center;
    gap: 10px;
}

div#masthead .header-hotline .header-text p {
    color: #224435;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

div#masthead .header-hotline a:hover .header-icon {
    background: var(--primary-color2);
}

i.icon-search:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}

div#masthead .header-language-dropdown {
    margin-right: 20px !important;
}

div#masthead .header-language-dropdown a {
    font-weight: 700 !important;
    font-size: 16px;
    color: #000 !important;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

div#masthead .header-language-dropdown a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nav-right li.current-dropdown:last-child > .nav-dropdown, .nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    padding: 5px 0 !important;
}

.header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    padding: 8px 0 !important;
}

div#masthead ul.nav-dropdown li {
    padding: 0 !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a {
    padding: 12px 16px !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color2) !important;
    font-weight: 600 !important;
    padding: 0 15px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: #fff !important;
    background: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: #fff !important;
    background: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -o-box-shadow: 1px 1px 10px #ccc;
    -ms-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 15px #ccc;
    display: block !important;
    padding: 8px 0px !important;
    background: #fff !important;
    border-radius: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
    border: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 8px 16px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: var(--color-gray) !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    font-weight: 300 !important;
    border-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: #F5F5F5 !important;
    box-shadow: none;
    border-bottom: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    text-transform: unset !important;
    font-size: 14px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

.header-vertical-menu__fly-out.has-shadow {
    background: #F5F5F5;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -o-box-shadow: 1px 1px 10px #ccc;
    -ms-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 15px #ccc;
}

.header-vertical-menu__fly-out.has-shadow ul li a {
    color: #444;
    font-weight: 600;
    font-size: 15px;
}

.header-vertical-menu__fly-out.has-shadow ul li a:hover {
    background: var(--primary-color2) !important;
    color: #fff !important;
}

.header-vertical-menu__fly-out ul.sub-menu.nav-dropdown.nav-dropdown-default {
    max-width: calc(1170px - 270px) !important;
    width: calc(1170px - 270px) !important;
    border: 0 !important;
    padding: 15px 0 !important;
}

.header-vertical-menu__fly-out ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    width: calc(100% / 3);
    float: left;
}

.header-vertical-menu__fly-out ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    border: none !important;
    padding: 10px !important;
}

.header-vertical-menu__fly-out ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    background: transparent !important;
    color: var(--primary-color) !important;
}

/**widget**/
.widget {
    border: 1px solid rgba(31, 43, 108, .2);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 25px
}

.widget .widget-title {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px 0;
    font-weight: 700
}

.widget_categories ul {
    padding: 0
}

.widget_categories ul li {
    list-style: none
}

.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px !important
}

.widget_categories ul li a {
    color: var(--dark-color2);
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.widget_categories ul li a .category-title {
    width: calc(100% - 50px)
}

.widget_categories ul li a span.category-counter {
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.widget_categories ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list {
    width: 100%;
    display: inline-block
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 80px;
    height: 60px
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 80px);
    padding: 0 0 0 10px
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: var(--color-dark);
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color)
}

.widget-post-list .widget-post-item .widget-price b, .widget-post-list .widget-post-item .widget-price ins {
    color: #d80000;
    font-size: 14px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    border-radius: 5px;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-weight: 400;
    background: #fff;
    border-radius: 99px !important
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-weight: 400;
    display: inline-block;
    border-radius: 99px !important
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 2px solid #000;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    margin: 0;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: var(--primary-color);
}

body .swiper-button-next {
    right: -60px;
}

body .swiper-button-prev {
    left: -60px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

body .swiper-button-next:hover img, body .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

/**category**/
.category-description {
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content a, .category-description a {
    color: var(--primary-color) !important;
}

/**product-item**/
.product-slide .product-small.col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-small .product-small.box {
    padding-bottom: 0;
}

.swiper-product-pdf .swiper-wrapper {
    padding: 20px 0;
}

p.name.product-title.woocommerce-loop-product__title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    height: 45px;
}

.product-small.col .price-wrapper {
    margin: 10px 0 0 0;
}

.product-small .box-image {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

p.name.product-title.woocommerce-loop-product__title a:hover {
    text-decoration: underline;
}

.product-small.col .box-text {
    padding: 10px 0 0 0;
}

.product-small .price ins bdi, .product-small.col .price-wrapper b {
    color: #d80000;
    font-size: 14px
}

.product-small .price del {
    font-size: 14px;
    margin-left: 5px;
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.product-small .badge-container.absolute.left.top.z-1 .onsale {
    background: #0000 radial-gradient(circle, #fb7a01, #fea914) repeat scroll 0 0 !important;
    border-radius: 0 10px 10px 0;
    padding: 0 15px 0 10px;
    margin: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
}

/**post item**/
.post-item {
    width: 100%;
    background: #FBFBFB;
    transition: 0.3s all;
}

.post-item .post-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s all;
    transform: scale(1.2);
}

.post-item .post-content {
    padding: 15px;
    background: #FBFBFB;
}

.post-item .post-content .post-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
    height: 53px;
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0 5px 0;
}

.post-item .post-meta {
    margin-bottom: 10px;
    font-size: 14px;
}

.post-item .post-button {
    margin-top: 10px;
}

.post-item .post-button a {
    border: 0 !important;
    padding: 6px 25px !important;
}

/*home title*/
.home-title h3, .home-title h2, .home-title h1, .cat_title {
    color: #221F20;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.cat_title {
    color: var(--primary-color)
}

.home-title h3 a, .home-title h2 a, .home-title h1 {
    color: #221F20
}

.title-white h3, .title-white h2, .title-white h1 {
    color: #fff
}

.text-uppercase {
    text-transform: uppercase;
}

/*category*/
.category-item {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
}

.category-item:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;
}

.category-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.category-item .category-thumbnail {
    width: 100%;
    height: 100%;
}

.category-item .category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-item .category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    z-index: 4;
    transition: all .4s ease;
}

.category-item:hover:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.category-item:hover .category-title {
    top: 20%;
}

.slide-sale .img.has-hover {
    position: relative;
}

.slide-sale .img.has-hover:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;
}

.slide-sale .img.has-hover:hover:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.col-100 .col-inner {
    height: 100% !important;
    min-height: 100% !important;
}

.review .icon-box-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.review .icon-box-img.testimonial-image.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review h3, .review p {
    color: #fff;
}

.review h3 {
    font-size: 18px;
}

.review p {
    font-size: 15px;
}

.review .star-rating {
    display: none !important;
}

/**footer**/
.footer-map p {
    margin: 0;
}

.absolute-footer {
    display: none !important;
}

#footer {
    border-top: 1px solid #000000
}

#footer .footer-company {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

#footer ul.social_footer li {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
}

#footer ul.social_footer li a {
    color: #0082CD;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

#footer ul.social_footer li img {
    width: 13px;
}

#footer .footer-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px 0;
}

#footer .footer-address .footer-address-text a {
    color: var(--primary-color);
}

#footer .footer-address .footer-address-text p {
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
}

#footer .footer-menu a.ux-menu-link__link.flex {
    padding: 0 !important;
    min-height: unset;
    margin: 0 0 10px 0;
    font-size: 15px;
}

#footer .footer-menu a:hover {
    color: var(--primary-color)
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    margin: 0;
    background: #f2f2f2;
    padding: 10px;
    font-size: 15px
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

section.breadcrumbs {
    width: 100%;
    padding: 8px 0;
    background: #faf8f8 !important;
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    display: flex;
    align-items: center
}

section.breadcrumbs .breadcrumb-body p {
    margin: 0
}

.breadcrumb-body a, .breadcrumb-body span {
    color: #333;
    font-weight: 400;
    text-transform: unset;
    font-size: 14px
}

section.category-entry {
    margin: 40px 0
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.cat_title {
    margin-bottom: 30px;
}

/**product**/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

.product-info {
    padding-top: 0 !important;
}

h1.product-title.product_title.entry-title {
    color: var(--dark-color);
    font-size: 30px;
    line-height: 36px;
}

.product-info .price-wrapper {
    margin: 20px 0;
}

.product-info .price-wrapper b, .product-info .price-wrapper ins span {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.product-info .price-wrapper del, .product-info .price-wrapper del span {
    color: gray;
    font-size: 16px;
    margin-left: 3px;
}

.product-main {
    padding-top: 0 !important;
}

.product-short-description {
    display: none;
}

span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
}

.woocommerce-variation-add-to-cart, form.cart {
    display: none !important;
}

.action-btn {
    margin: 20px 0 0;
}

.action-btn .button_style {
    border-radius: 5px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-btn .button_style {
    border-radius: 5px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 10px 0 0 0;
    display: flex !important;
    align-items: center !important;
    gap: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 15px !important;
    text-align: left !important;
}

.product-info .product_meta {
    display: none;
}

.product-info .quick-link {
    margin-top: 15px;
}

.product-info .quick-link .item {
    color: var(--color-dark);
    font-size: 1rem;
    padding: 10px;
    border: 1px dashed var(--primary-color);
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 0;
}

.product-footer .woocommerce-tabs > .nav-line-grow, .product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
    margin: 0 !important;
    border-bottom: 1px solid #D9D9D9
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a:before {
    display: none;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li {
    list-style: none;
    padding: 10px 20px;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li.active a {
    color: var(--primary-color) !important;
    text-transform: unset;
    padding: 0px !important;
    font-size: 18px;
}

.woocommerce-tabs .tab-panels {
    padding: 20px !important;
    font-size: 16px;
    color: #000;
}

.button-dang-ky input {
    background: var(--primary-color) !important;
}

div#maxformcontact span.wpcf7-form-control-wrap {
    margin: 0 0 15px 0 !important;
}

#maxformcontact {
    padding: 20px;
}

.modal-form h3 {
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.product-gallery-slider img, .product-thumbnails img {
    border-radius: 10px !important;
}

.product-thumbnails.thumbnails img, .product-thumbnails a {
    border-radius: 10px !important;
}

.popup-group p {
    margin: 0 0 15px 0 !important;
}

.primary, input[type=submit], input[type=submit].button {
    background: var(--primary-color) !important;
}

.product-gallery-slider {
    overflow: hidden !important;
}

.product-gallery-slider .flickity-viewport {
    height: 480px;
    overflow: hidden;
}

.product-gallery-slider .woocommerce-product-gallery__image {
    height: 100% !important;
    overflow: hidden;
}

.product-gallery-slider .woocommerce-product-gallery__image img {
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

/**post**/
.post-large {
    width: 100%;
    transition: all .5s;
    display: inline-block;
    margin-bottom: 30px;
}

.post-large .post-thumbnail {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s;
}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
    border-radius: 30px;
}

.post-large:hover .post-thumbnail img {
    transition: all .5s;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 15px 0 0 0;
}

.post-large .post-content h3 {
    margin: 0;
}

.post-large .post-content h3 a {
    font-size: 24px;
    color: var(--primary-color);
    line-height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px 0;
}

.post-large .post-content h3 a:hover {
    color: var(--primary-color)
}

.post-large .post-desc {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
}

.post-large .post-link a {
    color: var(--primary-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-list {
    display: flex;
    margin: 0 0 30px 0;
    flex-flow: wrap;
}

.post-list .post-thumbnail {
    width: 323px;
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
    border-radius: 30px;
}

.post-list:hover .post-thumbnail img {
    transition: all .5s;
    transform: scale(1.1);
}

.post-list .post-content {
    width: calc(100% - 323px);
    padding-left: 15px;
}

.post-list .post-content h2 {
    margin: 0;
}

.post-list .post-content h2 a {
    font-size: 24px;
    color: var(--primary-color);
    line-height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px 0;
}

.post-list .post-content h2 a:hover {
    color: var(--primary-color)
}

.post-list .post-desc {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
}

.post-list .post-link a {
    color: var(--primary-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-grid {
    width: 100%;
    transition: all .5s;
    display: inline-block;
    margin-bottom: 30px;
}

.post-grid .post-thumbnail {
    width: 100%;
    height: 240px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s;
}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
    border-radius: 30px;
}

.post-grid:hover .post-thumbnail img {
    transition: all .5s;
    transform: scale(1.1);
}

.post-grid .post-content {
    padding: 15px 0 0 0;
}

.post-grid .post-content h3 {
    margin: 0;
}

.post-grid .post-content h3 a {
    height: 50px;
    font-size: 18px;
    color: var(--primary-color);
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px 0;
}

.post-grid .post-content h3 a:hover {
    color: var(--primary-color)
}

.post-grid .post-desc {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-grid .post-link a {
    color: var(--primary-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/**single**/
header#header-single {
    margin: 0 0 20px 0;
}

header#header-single h1 {
    color: var(--primary-color)
}

header#header-single .post-meta span {
    margin-right: 15px;
}

header#header-single .post-meta span i {
    color: var(--primary-color);
}

header#header-single .post-meta span a {
    color: var(--dark-color2);
}

header#header-single .post-meta {
    color: var(--dark-color2);
    font-size: 15px;
}

header#header-single h2 {
    color: var(--primary-color);
    margin: 0 0 10px 0;
}

.single-post-thumbnail img {
    width: 100%;
    border-radius: 30px;
    margin: 0 0 20px 0;
}

archive.entry-content .wp-caption {
    width: 100% !important;
}

.related-post {
    margin: 30px 0 0 0;
}

p.related-title {
    font-weight: 700;
    margin: 0 0 25px 0;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 32px;
}

.post-pagination {
    margin: 30px 0 0 0;
}

.post-pagination .nav-links a {
    background: #FFEBEB;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 99px;
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
}

.post-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

span.percent-discount {
    display: none;
}

.wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #ff3333;
}

.widget-price ins, .widget-price b {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
}

.widget-price del, .widget-price del span {
    color: gray;
    font-size: 13px;
}

.input_contact, .textarea_contact {
    border: 1px solid #C0C0C0 !important;
    border-radius: 0px !important;
    background: #FCFCFC !important;
    margin-bottom: 20px;
    box-shadow: unset !important;
}

.address-1 {
    background: var(--primary-color2) !important;
}

.icon-address {
    display: flex !important;
    align-items: center;
}

.icon-address .icon-box-img {
    width: 100px !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #6B6F75;
}

.icon-address .icon-box-text {
    width: calc(100% - 100px) !important;
    padding: 20px !important;
}

.address-1 h4 {
    color: #fff;
}

.icon-address h4 {
    font-size: 16px;
    margin: 0;
}

ul#header-contact li a {
    color: #fff;
    text-transform: unset;
    font-size: 14px;
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .home-title h3, .home-title h2, .home-title h1, .cat_title {
        font-size: 25px;
        line-height: 32px;
    }

    .woocommerce-tabs ul.tabs, .tab_product {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
    }

    .woocommerce-tabs ul.tabs::-webkit-scrollbar, .tab_product::-webkit-scrollbar {
        height: 0;
    }

    .woocommerce-tabs ul.tabs li, .tab_product a {
        width: auto;
        display: inline-block;
    }

    .woocommerce_gallery {
        margin-bottom: 30px;
    }

    .product-gallery .galleries-view img {
        height: 300px;
        object-fit: contain;
    }

    .post-pagination .nav-links a {
        font-size: 13px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-large .post-thumbnail {
        height: 280px;
    }

    .post-list .post-thumbnail {
        width: 100%;
        height: 280px;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post-large .post-content h2 a, .post-list .post-content h2 a {
        font-size: 20px;
        line-height: 26px;
    }

    .breadcrumb-body a, .breadcrumb-body span {
        font-size: 15px;
        line-height: 22px;
    }

    ul#mega-menu-primary-mobile {
        background: #fff !important;
        position: absolute !important;
        z-index: 999;
        width: 400px;
        top: 55px !important;
        border-top: 1px solid;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item > a.mega-menu-link {
        background: #fff !important;
        color: var(--color-dark) !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
        display: none !important;
    }

    button.mega-toggle-animated.mega-toggle-animated-slider {
        align-items: center;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        color: #000 !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        margin: 0 0 15px !important;
        text-transform: unset !important;
        font-size: 16px !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link > ul.mega-sub-menu {
        margin-top: 10px !important;
    }

    #mega-menu-wrap-primary-mobile .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin: 0;
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background: var(--primary-color) !important;
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        background: var(--primary-color);
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        background: var(--primary-color);
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background: var(--primary-color) !important;
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle.mega-menu-open + #mega-menu-primary_mobile {
        top: 55px;
    }

    ul#mega-menu-primary_mobile {
        height: 80vh !important;
        overflow-y: scroll !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1370px !important;
    }
}