/*
Theme Name: cit_product
Author: VT.CIT
Version: 1.1
Text Domain: cit_product

/* =WordPress Core
-------------------------------------------------------------- */

:root {
    --color-primary: #508200;
    --color-body: #555;
    --color-dark: #262828;
    --color-green: #508200;
    --color-green-2: #8dc63f;
    --color-red: #db0000;
    --container-width: 1349px;
}

a {
    color: var(--color-primary);
}

a:hover,
a:focus {
    color: var(--color-body);
}

.clear,
.clearfix {
    clear: both;
}

.btn-success {
    background-color: var(--color-green);
    border-color: var(--color-green);
}

.btn-success:hover {
    background-color: var(--color-green-2);
}

.bg-success {
    background-color: var(--color-green) !important;
}
.text-success {
    background-color: var(--color-green);
}

a,
button {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn:focus {
    box-shadow: none;
}
.grecaptcha-badge {
    opacity: 0.7;
}
h1.heading {
    font-size: 38px !important;
    color: #323232;
    text-transform: capitalize;
    text-align: center;
}
.homepage2_sidebar #my_widget_recent_posts-4 {
    animation-delay: 1s;
}

.heading a:hover,
.heading a:focus {
    color: #222;
}
p,
ul li {
    color: #212529;
}
#main-footer p {
    color: #fff;
}
#main-footer p:hover {
    color: #ccc !important;
}
b,
strong,
.strong {
    font-weight: bold;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-size: 15px;
    color: #111;
    font-family: 'Barlow', sans-serif;
}

.container {
    max-width: var(--container-width);
}

.container.container-x-sm {
    max-width: 800px;
}

.row-sm {
    margin-right: -5px;
    margin-left: -5px;
}

.row-sm > div {
    padding-right: 5px;
    padding-left: 5px;
}
.woocommerce #tab-description table {
    width: 100% !important;
    border-collapse: collapse;
}

.woocommerce #tab-description th,
.woocommerce #tab-description td {
    padding: 8px;
    text-align: left;
    border: 1px solid #000;
}

.woocommerce #tab-description th {
    background-color: #f2f2f2;
}
.video_youtube {
    position: relative;
}

.video_youtube .video_icon_play {
    position: absolute;
    bottom: 36%;
    font-size: 39px;
    right: 45%;
    /* box-shadow: 0px 3px #888888; */
    color: white;
    z-index: 7;
    /* filter: drop-shadow(2px 4px 6px white); */
    background: red;
    border-radius: 50%;
    width: 43px;
    height: 41px;
}

.video_youtube .video_icon_play .fa-play {
    position: absolute;
    top: 7%;
    right: 12%;
    color: white;
    font-size: 34px;
}

.btn {
    color: #fff;
    background: var(--color-green);
    letter-spacing: 2px;
    padding: 1rem 3rem;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: calc(0.65rem + 1.5rem);
}
.btn:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn i {
    transition: 800ms ease all;
}
.btn:hover i {
    padding-left: 2px;
    transition: 800ms ease all;
}
.btn:hover:before {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
}
.btn::before {
    content: '';
    background-color: var(--color-green) !important;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.btn:hover:after {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
}
.btn:after {
    content: '';
    background-color: var(--color-green) !important;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}
.btn:focus {
    box-shadow: none;
}
/* họa tiết trang trí */
.quality2_left_thumb {
    top: 0;
    left: 0;
    z-index: -1;
}
.quality2_righttop_thumb {
    right: 0;
    bottom: 0;
    z-index: -1;
}
.quality2_rightbottom_thumb {
    left: 0;
    bottom: 0;
    z-index: -1;
}
.contact_info_thumb_right {
    bottom: -100px;
    right: -47px;
    height: 25%;
}
.item-contac-2 .quality2_left_thumb {
    height: 36%;
    top: 25%;
}

/* end họa tiết trang trí */
.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100%;
}

.resize > .over {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    position: absolute;
    background: transparent;
}

.resize > img {
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}

.go-top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: black;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    bottom: 40px;
    right: 20px;
    color: #fff;
    z-index: 1111;
}

.go-top a {
    color: #fff;
    display: block;
}

.section-about.myblock {
    padding-top: 0;
}

.section-about .about-thumb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section-about .about-thumb img {
    margin-right: -100px;
}

.section-about .about-desc {
    padding: 50px 80px 0px 150px;
    text-align: justify;
    background-color: var(--color-primary);
    -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 15% 100%);
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 15% 100%);
    color: #fff;
}

.section-about h2.heading-widget {
    color: #fff;
}

.counters {
    text-align: center;
}

.counters .counter {
    font-size: 60px;
    font-weight: bold;
}

.counters h5 {
    font-size: 18px;
}

.section-why {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-why:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(24, 88, 140, 0.15); */
    pointer-events: none;
    z-index: -1;
}

.section-counter {
    background: url(images/bg_img_count.png) center left / contain no-repeat,
        url(images/bg_goc_count.png) top right / 420px 227px no-repeat;
    position: relative;
    text-align: center;
    color: #fff;
}

.section-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(4, 130, 214, 0.7);
    z-index: -1;
}

.section-counter h2.heading-widget {
    color: #fff;
}

.section-counter h2.heading-widget:before,
.section-counter h2.heading-widget:after {
    display: none;
}

.section-counter .inner {
    display: flex;
    text-align: left;
}

.section-counter .icon {
    margin-right: 15px;
}

.section-counter .counter {
    font-size: 35px;
    font-weight: 600;
}

.section-why .inner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.section-why .inner p:last-child {
    padding-bottom: 0;
}

.section-why.left-icon .inner {
    text-align: left;
}

.section-why .icon {
    text-align: center;
    margin-bottom: 10px;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f6f2;
    border-radius: 100%;
    margin-right: 13px;
    cursor: pointer;
    transition: all 0.8s;
}
.section-why .inner:hover .icon {
    transform: scale(1.2);
}

.section-why .icon img {
    max-width: 80px;
}

.section-why.left-icon .row > div > .inner {
    padding-left: 80px;
    position: relative;
}

.section-why.left-icon .row > div > .inner:before {
    position: absolute;
    left: 10px;
    top: 35px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: 1px solid var(--color-green);
    color: var(--color-green);
    border-radius: 50%;
    padding-top: 8px;
    text-align: center;
}

.section-why.left-icon .row > div:nth-child(1) > .inner:before {
    content: '\f0d0';
}

.section-why.left-icon .row > div:nth-child(2) > .inner:before {
    content: '\f00c';
}

.section-why.left-icon .row > div:nth-child(3) > .inner:before {
    content: '\f164';
}

.section-why.left-icon .row > div:nth-child(4) > .inner:before {
    content: '\f0d6';
}

.section-why.left-icon .row > div:nth-child(5) > .inner:before {
    content: '\f0a3';
}

.section-why.left-icon .row > div:nth-child(6) > .inner:before {
    content: '\f017';
}

.bg-gray {
    background-color: #f8f8f8;
}

.homepage3_sidebar .homepage-widget3:nth-child(odd) {
    /*  background-color: #f8f8f8;*/
}
.widget_my_widget_recent_posts .post-list article,
.page-template-templ_home-full .post-list article {
    position: relative;
    overflow: hidden;
    margin: 15px;
}

.widget_my_widget_recent_posts .post-list article .post-intro,
.page-template-templ_home-full .post-list article .post-intro {
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
#my_widget_recent_posts-5 .post-list article {
    box-shadow: 0px 0px 10px #00000063;
}
#my_widget_recent_posts-5 .post-intro {
    background-color: #e2e3e3 !important;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-top: 1rem;
}

.price {
    color: var(--color-red);
    font-weight: bold;
    font-size: 1.2rem;
}

.home-slideshow .slideshow .item.slick-slide img {
}
@keyframes zoomInOut {
    20% {
        transform: scale(1);
        transition: all ease-in-out;
    }
    60% {
        transform: scale(1.07);
        transition: all ease-in-out;
    }
    100% {
        transform: scale(1);
        transition: all ease-in-out;
    }
}
/* .home-slideshow .slideshow .item.slick-slide.slick-current.slick-active img {
    animation-name: zoomInOut;
    animation-duration: 6.7s;
} */

.slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    border: 2px solid transparent;
    position: relative;
    border-radius: 100%;
}

.slick-dots li button:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-57%, -57%);
}

.slick-dots li button:after {
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-53%, -53%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slick-dots li.slick-active button:after {
    width: 15px;
    height: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-arrow {
    color: #fff;
    font-size: 18px;
    background-color: #555;
    z-index: 11;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* opacity: 0.7; */
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background-color: var(--color-green);
    opacity: 1;
}
.slick-prev,
.slick-prev,
.slick-next,
.slick-next {
    background-color: var(--color-green-2);
}
.slick-slide img {
    width: 100%;
}
#woocommerce_products_by_category-17 img {
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 10px;
}
#woocommerce_products_by_category-17 img:hover {
    transform: scale(1.1);
}

.partners .item img {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.partners .item .resize {
    padding-top: 60%;
    box-shadow: 0 0px 14px rgba(135, 135, 135, 0.349);
    border-radius: 8px;
}

.partners .item .resize > img {
    object-fit: contain;
}

.partners.slideshow .slick-slide {
    padding: 15px 10px;
}

.logo-desktop {
    padding: 5px 0;
}

.logo-desktop img {
    height: 70px;
}

.switcher {
    position: relative;
    margin-top: 2rem;
    overflow: visible !important;
    margin-right: 15px;
}

.switcher .option {
    position: absolute !important;
    left: 0;
}

.switcher .option a {
    font-size: 0.9rem !important;
}

.switcher .selected a {
    padding: 6px 5px !important;
    border-radius: 0.25rem;
    font-size: 1px;
    padding-right: 20px !important;
}

.switcher,
.switcher .selected a {
    width: auto !important;
}

#mainnav.navbar-expand > .container {
    padding-right: 15px;
    padding-left: 15px;
}

#mainnav.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 16px;
    padding: 15px 10px;
}
#mainnav.navbar-light .navbar-nav .nav-link:hover,
#mainnav .active .nav-link,
#mainnav .nav-link.active {
    color: var(--color-primary);
}

#mainnav.navbar-light.bg-light {
    background-color: #fff !important;
}

#main-header.fixed-top {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.entry-summary {
    display: flex;
    flex-direction: column;
}
a#product-menu-toggle {
    color: var(--color-primary);
}

a#product-menu-toggle[aria-expanded='false'] i.fa-bars,
a#product-menu-toggle[aria-expanded='true'] i.fa-times {
    display: inline-block;
}

a#product-menu-toggle[aria-expanded='true'] i.fa-bars,
a#product-menu-toggle[aria-expanded='false'] i.fa-times {
    display: none;
}

.heading_page.has-bg {
    position: relative;
    color: #fafafa;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    height: 34vw;
    background: transparent;
    /* background-size: cover; */
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.header-image.resize {
    padding-top: 33.3333%;
}

.heading_page.has-bg .description,
.home-slideshow .intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 30px;
}

.home-slideshow .slick-slide {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.home-slideshow .image.resize {
    /* -webkit-animation: zoomImg 60s linear infinite;
    -o-animation: zoomImg 60s linear infinite;
    animation: zoomImg 60s linear infinite; */
}

.home-slideshow .slick-dots {
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-slideshow .container {
    max-width: 1000px;
    margin: 0 auto;
}

.home-slideshow .intro {
    top: 50%;
    display: flex;
    align-items: left;
    color: #fff !important;
    font-size: 18px;
    display: block;
    transform: translateY(-50%);
    margin: 0 auto;
    text-shadow: 0 2px 5px rgb(0, 0, 0, 0.5);
}
.home-slideshow .intro p {
    color: #fff !important;
}

.home-slideshow h2.title,
.sec-banner h2.title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
    animation-delay: 0.1s;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
}

.home-slideshow desc {
    font-size: 24px;
    line-height: 36px;
    animation-delay: 0.3s;
}

.widget_my_widget_recent_postshomepage-widget .btn,
.home-slideshow .btn {
    border-radius: calc(0.65rem + 1.5rem);
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    animation-delay: 0.5s;
    margin-top: 10px;
    border: 0;
}

.home-slideshow .btn:hover {
    background-color: #b5852f;
    color: #fafafa;
}

.home-slideshow .slick-current .btn,
.home-slideshow .slick-current h2.title,
.home-slideshow .slick-current .desc {
    animation-name: fadeInUp;
}

.bootstrap-select .btn-light {
    background-color: #fff;
    border-color: #ced4da;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.myblock {
    padding-top: 40px;
    padding-bottom: 40px;
}

.myblock.section-map {
    padding-bottom: 0;
}

.term-header {
    text-align: center;
    margin-bottom: 30px;
}

article .post-image img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#my_widget_recent_posts-7 article .post-image .resize {
    padding-top: 66.66667%;
}

/* wooCommerce */
.woocommerce-page ul.products,
.woocommerce ul.products {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 50%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 33.3333%;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 20%;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: none;
}

.woocommerce_categories .woocommerce-loop-product__title {
    font-weight: 300;
}

.woocommerce_categories.woocommerce .resize {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    max-width: 100px;
    padding-top: 50%;
}

.woocommerce_categories.woocommerce .resize > img {
    object-fit: contain;
}

.woocommerce div.product div.summary {
    text-align: center;
}

.woocommerce div.product div.summary .price {
    display: block;
}

.products .product-inner {
    position: relative;
    padding: 20px;
    border: 2px solid var(--color-green);
    border-radius: 10px;
    box-shadow: 0 1px 2px -1px rgb(153, 153, 153), 0 1px 2px rgb(153, 153, 153);
    /* -o-transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s; */
    background-color: #fff;
    text-align: center;
    transition: all 0.8s;
    height: 100%;
}

.section-quymo {
    padding: 0px 20px !important;
    position: relative;
    margin-top: -386px;
}
.section-quymo .myblock {
    padding-top: 0px;
}
.section-quymo .row.row-list.post-list {
    display: flex;
    padding: 0px 30px;
}
.section-quymo .item.aos-init.aos-animate {
    width: calc(100% / 3);
}
.section-quymo .post-image {
    width: 100%;
}
.section-quymo .header-widget {
    text-align: center;
    padding: 0px 120px;
}
.section-quymo #my_widget_recent_posts-5 .resize {
    padding-top: 57% !important;
}
.page-template-templ_home-full-php
    .section-quymo
    #my_widget_recent_posts-5
    .post-image {
    padding: 0px !important;
    padding-top: 8px !important;
    background-color: var(--color-green-2) !important;
}
.section-quymo
    .page-template-templ_home-full-php#my_widget_recent_posts-5.post-list
    acticle {
    background-color: #ffff !important;
}

.section-quymo #my_widget_recent_posts-5 .post-intro {
    background-color: #fff !important;
    font-size: 1em !important;
    font-weight: bold;
}
.page-template-templ_home-full-php
    .section-quymo
    #my_widget_recent_posts-5
    .post-list
    article {
    background: #fff;
}
.page-template-templ_home-full-php
    .section-quymo
    #my_widget_recent_posts-5
    .post-list
    .entry-header {
    color: #9c0306;
}
.page-template-templ_home-full-php
    .section-quymo
    .post-list
    .entry-header
    .entry-title {
    text-transform: unset !important;
    font-size: 21px;
}
.page-template-templ_home-full-php
    .section-quymo
    .post-list
    article
    .post-intro {
    padding: 10px !important;
}
.section-quymo .heading.heading-widget.sub-heading {
    font-size: 16px;
}

.section-san-pham-theo-danh-muc .product-inner {
    padding: 0px 20px 20px 20px !important;
}
.slick-slide .product-inner {
    transform: scale(0.8);
    opacity: 0.7;
    border: 2px solid transparent;
}
.slick-slide.slick-center .product-inner {
    transform: scale(1) !important;
    opacity: 1 !important;
    /* border-image: linear-gradient(139deg, #331f00, var(--color-brown)) 1 round; */
    border-color: var(--color-dark);
}

.products .product-inner:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    /* -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); */
}

.products .product-inner .add_to_cart_button {
    display: none !important;
}
.grid-controls-drop .inline-text {
    display: none;
}
.shop-grid-controls
    .woocommerce
    ul.products
    li.product
    .woocommerce-loop-product__title,
.shop-grid-controls
    .woocommerce
    div.products
    div.product
    .woocommerce-loop-product__title {
    height: 45px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.products div.product .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    height: 41px;
    color: #060608;
    text-align: center;
    padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    margin-bottom: 0;
    color: #f70000;
    /* font-weight: bold; */
    font-size: 15px;
    text-align: center;
    display: block;
}
.woocommerce .woocommerce-product-rating .star-rating {
    color: var(--color-green);
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #e3e3e3;
    margin: 3px;
    padding: 1px;
    background: #fff;
    border-radius: 2px;
    width: calc(25% - 6px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    border: 1px solid #e3e3e3;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper-thumbnails .inner.resize {
    border: 1px solid #e3e3e3;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper-thumbnails {
    margin-bottom: 3px;
}

.woocommerce-product-gallery__wrapper-thumbnails .item {
    padding: 3px;
}

.woocommerce-product-gallery__wrapper-thumbnails .resize {
    padding-top: 100%;
}

/* ,
.woocommerce-product-gallery__wrapper-thumbnails .resize>img */
.woocommerce-product-gallery__wrapper .resize > img {
    object-fit: contain;
}

.woocommerce-product-gallery__wrapper-thumbnails .slick-track {
    transform: none !important;
}

.woocommerce-product-gallery__wrapper-thumbnails .inner:hover,
.woocommerce-product-gallery__wrapper-thumbnails .slick-current .inner {
    box-shadow: 0 2px 3px #000;
}

.woocommerce-product-gallery__wrapper-thumbnails .inner {
    cursor: pointer;
}

.woocommerce .product-category.product {
    display: none;
}

.woocommerce ul.product_list_widget li + li {
    border-top: 1px solid #deecf0;
    padding: 5% 0;
}

#tab-description .video-iframe-wrap {
    display: flex;
    justify-content: center;
    gap: 25px;
}

#tab-description .video-iframe {
    width: 50%;
    display: inline-block;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2rem;
    letter-spacing: 0.29px;
    color: #ce0000;
    font-weight: 700;
    margin-bottom: 10px;
}

.woocommerce div.product span.price {
    font-size: 18px;
    margin: 22px 0 10px;
}

.woocommerce div.product .price del {
    color: #999;
    font-size: 0.7em;
    order: 2;
    margin-left: 10px;
}

.woocommerce div.product .price ins {
    text-decoration: auto;
}

.woocommerce .products .product a.woocommerce-loop-product__link {
    display: block !important;
}

.price .amount > bdi {
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}
.single-product .price .amount > bdi > span {
    font-size: 18px;
}
.price .amount > bdi > span {
    /* position: absolute;
    top: 0;
    right: 0; */
    font-size: 14px;
}

.variations select.form-control {
    width: auto;
}

.woocommerce .products > div.product {
    text-align: center;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce .list-view .woocommerce-loop-product__title {
    margin-top: 0;
}

.woocommerce .list-view a.woocommerce-loop-product__link:before {
    display: table;
    content: '';
}

.woocommerce .list-view a.woocommerce-loop-product__link:after {
    clear: both;
    display: table;
    content: ' ';
}

/* End WooC */
#main-footer .company-list p,
.footer-menu ul > li a {
    font-size: 15px;
    margin-bottom: 0.5rem;
}
#main-footer .footer-menu ul > li a:hover,
#main-footer .company-list p a:hover,
.footer-copy a:hover {
    color: #ccc !important;
}
#main-footer {
    background-repeat: no-repeat;
    background-size: cover;
}
.company-list p {
    font-size: 14px;
}

.company-item {
    margin-bottom: 20px;
}

.nhan_vien-list .avatar .resize {
    padding-top: 100%;
}

.nhan_vien-list .avatar {
    float: left;
    width: 100px;
}

.nhan_vien-list .info {
    padding-left: 110px;
}

.nhan_vien-list .info h5 {
    font-size: 14px;
    font-weight: bold;
}

.nhan_vien-list .info p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}

.nhan_vien-item {
    margin-top: 15px;
}

.widget_my_widget_recent_posts .post-list > .item {
    width: 25%;
    margin-bottom: 25px;
    z-index: 1;
}

.widget_my_widget_recent_posts .read-all,
.widget_my_widget_recent_posts .btns {
    display: none;
}

.widget_my_widget_recent_posts article {
    margin-bottom: 0;
}

#menu-primary > .nav-item > a {
    position: relative;
    padding: 1rem 0;
    font-size: 16px;
}

#menu-primary > .nav-item > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0.6rem;
    font-size: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
    display: none;
}

#menu-primary > .nav-item.menu-item-trang-chu > a:before {
    content: '\f015';
}

#menu-primary > .nav-item.menu-item-san-pham > a:before {
    content: '\f49e';
}

#menu-primary > .nav-item.menu-item-khuyen-mai > a:before {
    content: '\f0a3';
}

#menu-primary > .nav-item.menu-item-spa > a:before {
    content: '\f5bb';
}

#menu-primary > .nav-item.menu-item-tuyen-dung > a:before {
    content: '\f00e';
}

#menu-primary > .nav-item.menu-item-lien-he > a:before {
    content: '\f0e0';
}

#menu-primary > .nav-item.menu-item-gioi-thieu > a:before {
    content: '\f573';
}

#menu-primary > .nav-item.menu-item-tin-tuc > a:before {
    content: '\f1ea';
}

.header-top {
    /* background-color: #fafcff; */
    color: #000;
    /* padding: 10px 0; */
    transition: all 0.5s;
}
#main-header.fixed-top .header-top {
    padding: 0;
}
#header-search .input-group input {
    background-color: #00000033;
    border: none;
    color: white;
}
.search-input::placeholder {
    color: white;
}
.search-submit {
    background-color: #bb2316 !important;
    border: none;
    outline: none;
}
.search-submit:hover {
    background-color: #2925181a !important;
}
.form-control:focus,
.search-submit:focus {
    box-shadow: none !important;
}
.header-top-right {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-top a {
    color: #000;
}

.product-menu-block > .inner {
    position: relative;
}

#product-menu-toggle {
    height: 40px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}

#collapseProductMenu {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    background-color: var(--light);
    z-index: 111;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.hotline-nav {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
    text-align: left;
    display: inline-flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.lang-switch {
    display: inline-block;
    margin-left: 10px;
}

.lang-switch a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.fb-page {
    width: 100%;
}

.hotline-nav .fas {
    font-size: 30px;
    float: left;
    margin-right: 10px;
}

.hotline-nav strong.hotline {
    font-size: 1rem;
    display: inline-block;
    margin-top: 3px;
}

.socials {
}

.socials a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.socials a.facebook {
    background-color: #ffffff5c;
}

.socials a.youtube {
    background-color: #ffffff5c;
}

.socials a.twitter {
    background-color: #ffffff5c;
}

.socials a.linkedin {
    background-color: #ffffff5c;
}

.socials a.instagram {
    background-color: #ffffff5c;
}

.mini-cart {
}

.mini-cart-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.mini-cart-icon i {
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: var(--color-green);
}

.mini-cart .cart-text {
    display: block;
    position: relative;
}

.cart-total {
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 0px;
    right: -5px;
}

.header-section {
    margin-bottom: 30px;
}

.header-section .desc {
    max-width: 720px;
    margin: 0 auto;
}

.header-section .desc {
    position: relative;
    padding-bottom: 10px;
}

.header-section .desc > p {
    margin-bottom: 0;
}

.header-section .desc:after {
    content: '';
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    max-width: 200px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.post-list article {
    /* margin-bottom: 30px; */
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 20%);
}

.post-list article .post-intro {
    padding: 15px 20px 15px;
    text-align: center;
}

.post-list article .entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: center;
}

.post-list .entry-header {
    overflow: hidden;
    margin-bottom: 15px;
}

.post-list .entry-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.post-list .entry-title a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-size: 20px;
}

.post-list article.relative {
    position: relative;
    z-index: 1;
    animation-delay: 0.1s;
}

.post-list article.relative .entry-title {
    font-size: 24px;
    font-weight: 500;
    animation-delay: 0.5s;
}

.post-list article.relative .post-intro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    color: #fff;
    pointer-events: none;
    text-shadow: 2px 2px rgb(0 0 0 / 10%);
}

.post-list article.relative .post-intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    pointer-events: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
    border-radius: 5px;
}

.post-list article.relative .post-intro a {
    color: #fff;
}

.post-image {
    /* border-bottom: 1px solid rgb(0 0 0 / 12%); */
}
.page-template-templ_home-full-php #my_widget_recent_posts-5 .post-image {
    background-color: #e2e3e3;
    padding: 30px;
}
.section-subscript {
    background-color: rgba(247, 195, 5, 0.8);
    text-align: center;
}

.section-subscript .form-control {
    border-radius: calc(1.5em + 1rem + 2px);
}

.section-subscript .input-group > .input-group-append > .btn {
    border-top-right-radius: calc(1.5em + 1rem + 2px) !important;
    border-bottom-right-radius: calc(1.5em + 1rem + 2px) !important;
}

.gallery:not(.slideshow) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*     margin-right: -15px;
    margin-left: -15px; */
}

.gallery:not(.slideshow) > .gallery-item {
    position: relative;
    width: 100%;
    padding: 15px;
}

.gallery .gallery-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.gallery .gallery-caption {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 10px;
    text-align: center;
}

.gallery .gallery-icon > a {
    position: relative;
}

.gallery .gallery-icon > a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100%;
}

.gallery .gallery-icon img {
    width: 100%;
}

.gallery .gallery-icon > a > img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}

.gallery.gallery-columns-6:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.gallery.gallery-columns-5:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.gallery.gallery-columns-4:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gallery.gallery-columns-3:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gallery.gallery-columns-2:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

footer#main-footer {
    background-color: var(--color-primary);
    color: #fafafa;
    padding-top: 2%;
}

footer#main-footer .container {
    max-width: 1200px;
}

footer#main-footer a {
    color: #f1f1f1;
}

footer#main-footer a:hover {
    background-color: #4267b200;
}

.footer-menu {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}

.footer-menu h4 {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding-bottom: 8%;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul > li {
    margin-top: 8px;
    margin-bottom: 7px;
}

.footer-copy .container {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    font-size: 0.8rem;
    text-align: center;
    opacity: 0.8;
}

.socials {
    text-align: center;
    margin-top: 20px;
}

.socials .fa {
    font-size: 25px;
}

.input-group > .input-group-append {
    position: relative;
}

.input-group > .input-group-append > .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.wpcf7 .contact-form br,
.wpcf7 .contact-form label {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 22;
    margin: 0;
}

.icon-zalo {
    display: block;
    width: 60%;
    height: 60%;
    background: url(images/zalo.png) center / contain no-repeat;
}

.tool-actions {
    position: fixed;
    left: 33px;
    bottom: 35px;
    z-index: 1031;
}

.tool-actions .item {
    position: relative;
    margin-bottom: 15px;
    --color-action: #315000;
}

.tool-actions .item a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-action);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tool-actions .item span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-action);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 16px;
    z-index: -1;
    white-space: nowrap;
}

.tool-actions .item:before {
    content: '';
    width: 120%;
    top: -10%;
    left: -10%;
    bottom: -10%;
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    animation: z-zoom 1.3s infinite;
    z-index: -1;
    box-shadow: 0 0 0 0 rgba(201, 201, 201, 0.7);
    background-color: rgba(201, 201, 201, 0.7);
    opacity: 0.8;
}
.page-template-templ_home-full .heading.heading-widget {
    text-align: center;
}

.tool-actions .zalo-action i,
.tool-actions .tel-action i {
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
/*
.tool-actions .zalo-action span,
.tool-actions .zalo-action a {
    background: var(--color-action);
}

.tool-actions .zalo-action:before {
    box-shadow: 0 0 0 0 var(--color-action);
    background-color: var(--color-action);
    opacity: 0.6;
}

.tool-actions .facebook-action span,
.tool-actions .facebook-action a {
    background: var(--color-action);
}

.tool-actions .facebook-action:before {
    box-shadow: 0 0 0 0 var(--color-action);
    background-color: var(--color-action);
} */

@keyframes z-zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#main {
    padding-top: 30px;
    padding-bottom: 30px;
}

h1.page-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.btn {
    background: #fff;
    cursor: pointer;
    padding: 18px 18px 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #8d8d8d;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: bold;
}

.wpcf7 label:empty,
.wpcf7 label > br {
    display: none;
}

.wpcf7 textarea.form-control {
    height: 4rem;
}

.single-product .wpcf7 textarea.form-control {
    height: 4rem;
}

.top-menu-block {
    text-align: right;
}

#header-search {
    margin-top: 8px;
}

#header-search .btn-warning {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

#mainnav .navbar-nav > .nav-item {
    margin-left: 2px;
    margin-right: 2px;
}

.product-nav .dropdown-toggle {
    white-space: normal;
}

.dropdown-menu {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-menu .dropdown > a.dropdown-item {
}

.dropdown-menu .dropdown > a.dropdown-item:after {
    display: inline-block;
    float: right;
    margin-top: 0.5em;
    vertical-align: 0.255em;
    content: '';
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
}

ul.product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#mainnav .product-nav li a {
    color: #000;
    font-size: 16px;
}
.product-nav li:nth-child(2n + 1) a {
    background: #fafafa;
}
.product-nav .dropdown-toggle:after {
    speak: none;
    color: var(--color-primary);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    margin: 0;
    width: 30px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
}

.related.products {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
}

.related.products h2.heading,
h2.heading-widget {
    text-transform: uppercase;
    color: var(--color-green);
}

.related.products h2 > span,
h2.heading-widget > span {
    display: inline-block;
    background-color: var(--color-green);
    padding: 10px 35px 10px 5%;
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0%, 100% 100%, 0 100%);
}

.block-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--color-green);
    white-space: nowrap;
    align-items: center;
    position: relative;
}

.block-heading h2.heading-widget {
    margin-right: 10px;
    margin-bottom: 0;
    border-bottom: 0;
}

.block-heading ul {
    overflow: hidden;
    margin-bottom: 0;
}

.block-heading ul li + li:before {
    content: '/';
    margin-right: 0.5rem;
    opacity: 0.7;
}

.block-heading .read-more {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 5px 10px;
}

.homepage-widget {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .homepage-widget {
        padding-top: 0px;
    }
}

.homepage_sidebar .homepage-widget:nth-child(even) {
    background-color: #fff;
}

.products.slideshow .product {
    padding: 10px 35px 30px;
}

.products.slideshow .slick-dots {
    bottom: -30px;
}

.products.slideshow .slick-dots li button:before {
    background-color: var(--color-primary);
}

.products.slideshow .slick-dots li button:after {
    border-color: var(--color-primary);
}

h2.heading-widget:before {
    /* content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px); */
}

h2.heading-widget:after {
    /* content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: calc(50% - 20px);
    display: none; */
}

.section-product.woocommerce
    ul.products
    li.product
    .woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: inherit;
}

.woocommerce-tabs {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 1em;
}

/* .woocommerce-tabs .tabs {
    display: none;
} */

.woocommerce-tabs #tab-additional_information {
    display: block !important;
    order: 1;
}

.woocommerce-tabs #tab-description {
    order: 2;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout.woocommerce-checkout .form-row {
    width: 100%;
    display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--color-primary);
}

@media (min-width: 992px) {
    /* .woocommerce ul.products.columns-5 li.product:nth-child(5n + 1),
    .woocommerce ul.products.columns-4 li.product:nth-child(4n + 1),
    .woocommerce ul.products.columns-3 li.product:nth-child(3n + 1),
    .woocommerce ul.products.columns-2 li.product:nth-child(2n + 1) {
        clear: left;
    } */
}

@media (max-width: 991px) {
    .gallery.gallery-columns-6:not(.slideshow) > .gallery-item,
    .gallery.gallery-columns-5:not(.slideshow) > .gallery-item {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product {
        width: 50%;
    }

    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }

    #mainnav .navbar-nav > .nav-item {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .section-hieuchuan .rows > .col {
    }
}
.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .company-slogan {
        margin-left: 10px;
    }

    .company_name_short {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1.1;
        color: var(--color-green);
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
            -1px 1px 0 #fff;
    }

    .slogan {
        color: var(--color-red);
        font-size: 15px;
    }

    #primary-menu {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.9rem;
        margin-bottom: 0;
        margin-top: 1rem;
        text-align: left;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -40px;
        margin-left: 50px;
        display: inline-block;
    }

    .navbar-brand .logo {
        height: 70px;
        width: auto;
        border-radius: 10px;
    }

    .fixed-top .navbar-brand .logo {
        height: 60px;
    }

    #mainnav {
        background-color: #ffffff00;
    }

    #mainnav a {
        color: var(--color-primary);
    }

    .fixed-top .navbar-brand,
    #mainnav.fixed-top {
        margin-top: 0;
    }

    #main-header.fixed-top #mainnav.navbar {
        transition: all 0.5s;
    }
    #mainnav.fixed-top .navbar-nav {
        /* margin-top: 15px; */
    }

    #top-menu a {
        line-height: 40px;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
    }

    #top-menu a:hover,
    #top-menu a:focus {
        color: var(--light);
    }

    #mainnav.navbar {
        padding-top: 20px;
    }

    #mainnav .navbar-collapse {
        justify-content: center;
    }

    .admin-bar #main-header.fixed-top {
        top: 32px;
    }

    .navbar-has-fixed-top #wapper {
        padding-top: 2rem;
    }

    .product-nav .nav-link {
        padding: 4%;
        line-height: 1.3;
        font-size: 16px;
        text-transform: capitalize;
    }
    .product-nav .nav-link:hover::before {
        margin-right: 3%;
        transition: all 0.5s;
    }
    .product-nav .nav-link:hover {
        color: #fff !important;
        background-color: var(--color-green);
    }

    .product-nav .dropdown-item {
        padding: 5px 30px 5px 7.5px;
    }

    .row-nopadding {
        box-shadow: 0 3px 4px rgba(127, 127, 127, 0.25);
    }
    .featured .product-menu-left:hover {
        overflow: initial;
    }

    .woocommerce_sidebar .product-menu-left .heading {
        margin-bottom: 0;
    }

    .featured .product-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
    }

    .product-nav .dropdown-menu {
        background-color: #fdecb2;
        left: 100% !important;
        top: -1px !important;
        width: 100%;
    }

    .product-nav .dropdown-item {
        white-space: initial;
    }

    .product-nav a:hover,
    .product-nav a:focus {
        color: var(--color-primary);
    }
    @media only screen and (min-width: 768px) {
        .home-slideshow .image.resize {
            padding-top: 48%;
        }
    }
    @media (max-width: 767.98px) {
        .home-slideshow .image.resize {
            padding-top: 48%;
        }
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 58%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 38%;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 58%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 38%;
    }

    .woocommerce-product-gallery__wrapper .resize {
        padding-top: 62%;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
    .home-slideshow .intro {
        top: 33%;
        left: 0;
        width: 100%;
    }
    .home-slideshow .intro .title {
        font-size: 1.5rem;
    }
    .home-slideshow .intro .title .text-effect {
        letter-spacing: -1px;
    }
    .section-san-pham-theo-danh-muc .item-product .col-md-10 h4 a {
        margin-top: 10px;
    }
    .section-san-pham-theo-danh-muc .excerpt ul {
        padding-left: 19px;
    }
}
.dropdown-menu {
    padding: 0;
}

.woocommerce-products-header .category-description {
    display: none;
}
#desc_readmore {
    display: none;
}
.phone-header-top .circle-icon {
    /* margin-right: 0 !important; */
    padding-right: 0;
}
.u-layout-wrap .content {
    text-align: justify !important;
}
.sp-left {
    padding-left: 0;
}
.sec-info .btn {
    margin-top: 20px;
}
.sec-info .quality2_left_thumb {
    height: 30%;
}
.sec-info .quality2_righttop_thumb {
    height: 40%;
}
.sec-info .box-img .img-1 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.sec-info .box-img .img-2 {
    width: 70%;
    height: 345px;
    object-fit: cover;
    object-position: center;
}
.sec-info .box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-info .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
    -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
    -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
    -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
    -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
    box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
    padding: 39px 25px 43px;
    margin-right: -100px;
}
.sec-info .btn {
    background-color: var(--color-primary);
}
.sec-info .btn::before {
    background-color: var(--color-primary) !important;
}
.sec-info .btn::after {
    background-color: var(--color-primary) !important;
}
.sec-info .box-left,
.box-right {
    flex-basis: 50%;
    overflow: hidden;
}
.sec-info .box-2 {
    height: 560px;
    display: flex;
}
.sec-info .box-img {
    flex: 1;
    overflow: visible;
}

.sec-info .box-left {
    margin-right: 10px; /* Khoảng cách giữa hai box */
}
@media (max-width: 768px) {
    .home-slideshow .image.resize {
        padding-top: 50%;
    }
    .sec-info .box-img .img-1 {
        width: 100%;
        height: 200px; /* Chiều cao của tấm hình 1 */
        object-fit: cover; /* Đảm bảo tấm hình không bị méo khi co hoặc giãn */
    }
    .sec-info .box-img .img-2 {
        width: 100%;
        height: auto;
    }
    .sec-info .box-2 {
        padding: 30px 30px 60px 30px;
        display: flex;
    }
    .page-template-page-dich-vu .sec-2 .sec-info .box-2 {
        padding: 30px 30px 0px 30px;
    }
    .page-template-page-dich-vu .sec-info .box-2 {
        padding: 0px 30px 60px 30px;
    }
    .sec-info .box-text {
        z-index: 1;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
        -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
        -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
        -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
        -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
        box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
        padding: 39px 60px 43px;
        margin-right: 0px;
    }
}
.sec-info .box-img .img-1 {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.2) 0px 10px 10px -5px;
    cursor: pointer;
    transition: all 0.8s;
}
.sec-info .box-img .img-2 {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.2) 0px 10px 10px -5px;
    cursor: pointer;
    transition: all 0.8s;
}
.sec-info .box-img .img-1:hover {
    transition: all 0.5s;
    transform: translateY(-3px);
}
.sec-info .box-img .img-2:hover {
    transition: all 0.5s;
    transform: translateY(-3px);
}

@media (max-width: 767.98px) {
    html {
        margin-top: 0 !important;
    }

    body {
    }
    .homepage2_sidebar .post-list .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumbs .title,
    .category-info__text .woocommerce-products-header__title.page-title,
    .category-info__text .page-title-wrapper,
    .woocommerce
        .page-title-wrapper
        .woocommerce-products-header__title.page-title {
        font-size: 22px;
    }
    .sec-info .btn {
        margin-bottom: 2%;
    }

    .u-layout-wrap-1 .col-md-6 {
        padding: 0;
    }
    button:focus {
        outline: none;
    }

    #main-footer {
        background-repeat: no-repeat;
    }
    .breadcrumbs.clearfix,
    .woocommerce-products-header {
        height: 100% !important;
    }
    .tool-actions {
        bottom: 0;
        left: 2%;
        z-index: 1029;
    }

    .tool-actions .item span {
        display: none;
    }

    .woocommerce ul.products[class*='columns-'] li.product,
    .woocommerce-page ul.products[class*='columns-'] li.product {
        clear: none;
    }

    .woocommerce ul.products[class*='columns-'] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*='columns-'] li.product:nth-child(2n) {
        float: left;
    }

    #product-menu > li > a {
        font-weight: bold;
    }

    #product-menu > li.dropdown > .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
        font-size: 0.95em;
        /* display: block; */
    }

    .product-nav .dropdown-toggle:after {
        content: '\f078';
    }

    #main-footer {
        text-align: center;
    }

    .section-about .about-desc {
        padding: 20px;
        background-color: var(--color-primary);
        -webkit-clip-path: none;
        clip-path: none;
        color: #fff;
    }

    .navbar-brand .logo {
        height: 55px;
    }
    .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .navbar-light .navbar-toggler-icon {
        /* background-image: url('https://www.clipartmax.com/png/full/36-365828_navbar-toggle-icon-menu-hamburger-png-white.png')!important; */
    }
    .switcher {
        right: 110px;
    }

    .header-top {
        position: fixed;
        top: 0;
        z-index: 1031;
        left: 90px;
    }

    .block-heading ul {
        display: none;
    }

    .slick-next {
        right: 2%;
    }

    .slick-prev {
        left: 2%;
    }
    .section-san-pham-theo-danh-muc .sc-product .slick-next {
        right: 0;
        top: 46%;
    }
    .section-san-pham-theo-danh-muc .sc-product .slick-prev {
        left: 0;
        top: 46%;
    }
    .slick-arrow {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .section-gallery .slick-prev {
        left: -5px;
    }
    .section-gallery .slick-next {
        right: -5px;
    }
    #form-dat-dv .form-group {
        margin-bottom: 10px;
    }

    .heading_page.has-bg {
        height: 100vw;
    }

    #mainnav {
        /* background-color: #f9f9f9; */
        background-color: #dfdfdfbf;
        box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.473);
        color: black;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
    }

    #header-search {
        /* margin-top: 2px;
        width: calc(100% - 140px);
        position: fixed;
        left: 70px;
        top: 95px; */
    }

    .product-menu-block {
        background-color: #fff;
    }

    .mini-cart {
        position: absolute;
        top: 75px;
        right: -15px;
    }

    .mini-cart-icon {
    }

    #top-menu {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        display: flex !important;
        justify-content: center;
    }

    #top-menu a {
        display: inline-block;
        padding: 2px 5px;
        background-color: #ffcf3d;
        font-size: 0.8rem;
        color: #000;
    }

    #top-menu li {
        margin-left: 5px;
        margin-right: 5px;
    }

    ul.product-nav {
        background: #f8f8f8;
        border: 1px solid rgb(0 0 0 / 14%);
    }

    #mainnav .row {
        display: flex;
    }

    .lang-switch {
        order: 0;
    }

    .product-menu-block {
        order: 2;
        position: static;
    }

    .product-menu-block > .inner {
        position: static;
    }

    .top-menu-block {
        text-align-last: left;
    }

    a#product-menu-toggle {
        position: absolute;
        left: 20px;
        top: 75px;
        z-index: 11;
        color: #000;
    }

    #header-search {
        /* margin-top: 0;
        width: calc(100% - 90px);
        position: fixed;
        left: 70px;
        top: 75px; */
    }

    .video .row .col-md-3 {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video .row .col-md-3 iframe,
    .video .row .col-md-3 object,
    .video .row .col-md-3 embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #product-menu-toggle span {
        display: none;
    }

    #collapseProductMenu {
        top: 155px;
    }

    ul.product-nav {
        max-height: calc(92vh - 85px);
        overflow-y: auto;
    }

    .lang-switch {
        text-align: right;
        margin-right: 1%;
    }

    .navbar-has-fixed-top {
        padding-top: 62px;
    }

    .featured.container {
        padding-left: 0;
        padding-right: 0;
    }

    a#product-menu-toggle .fas {
        font-size: 30px;
        line-height: 40px;
    }

    #tab-description .video-iframe {
        width: 100%;
    }

    .section-counter {
        background: url(images/bg_img_count.png) center left / cover no-repeat,
            url(images/bg_goc_count.png) top right / 420px 227px no-repeat;
    }

    .socials {
        text-align: center;
        margin-top: 20px;
    }

    .home-slideshow h2.title {
        font-size: 20px;
    }

    .gioi-thieu_sidebar .widget_my_widget_recent_posts .post-list > .item,
    #my_widget_recent_posts-2 .post-list > .item,
    #my_widget_recent_posts-3 .post-list > .item,
    #my_widget_recent_posts-4 .post-list > .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery.gallery-columns-6:not(.slideshow) > .gallery-item,
    .gallery.gallery-columns-5:not(.slideshow) > .gallery-item,
    .gallery.gallery-columns-4:not(.slideshow) > .gallery-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery.gallery-columns-3:not(.slideshow) > .gallery-item,
    .gallery.gallery-columns-2:not(.slideshow) > .gallery-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-slideshow .desc p {
        font-size: 15px;
    }

    .gioi-thieu_sidebar .widget_my_widget_recent_posts .row.post-list,
    #my_widget_recent_posts-2 .row.post-list {
        width: auto;
    }
    .btn {
        font-size: 14px;
        padding: 10px 15px !important;
        text-align: center;
    }
    .home-slideshow .image.resize {
        background-color: #ecf1f2;
    }
    .widget_my_widget_recent_posts .post-list > .item {
        width: 100% !important;
    }

    #menu-primary > .nav-item > a {
        padding-top: inherit;
    }

    #menu-primary > .nav-item > a:before {
        display: none;
    }
}

@media (max-width: 577px) {
}

@media (min-width: 576px) {
}

@keyframes zoomImg {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.header-top-bar i {
    color: var(--color-green);
    margin-right: 5px;
}

.circle-icon {
    padding-right: 7px;
}
.top-menu-dsk {
    text-align: left;
}
@media (max-width: 767.98px) {
    .top-menu-dsk {
        display: none;
    }
}
.header-top .company-name-div {
    text-align: center;
    margin-top: 2%;
}
.header-top .company-name-div h1.title-company_name {
    font-size: 35px;
    color: var(--color-green);
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 0;
}
#top-menu .list-inline-item:not(:last-child) {
    margin-right: 1.2rem;
}
.section-about .border-palette {
    border-style: solid;
    border-width: 20px;
    border-color: var(--color-green);
    stroke: var(--color-green);
    width: 1028px;
    height: 513px;
    margin: 0 auto 0;
    stroke: none;
}

.section-about.myblock {
    background-color: #f2f2f2;
    padding: 5%;
}
.u-sheet {
    position: relative;
}
.u-layout-wrap {
    width: 852px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: 0 auto;
}
.u-layout-wrap-1 .resize {
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.u-layout-wrap .heading {
    font-weight: bold;
    margin-bottom: 10%;
    font-size: 30px;
}

.content {
    color: black;
}
.post-intro .btn {
    font-size: 15px;
}
.post-intro .btn:focus {
    box-shadow: none;
}

@media (max-width: 1199px) {
    .section-about .border-palette {
        width: 940px !important;
    }
}
@media (max-width: 1024px) {
    .section-about .border-palette {
        width: 905px !important;
    }
}
@media (max-width: 991.95px) {
    .section-about .border-palette {
        display: none !important;
    }

    .widget_my_widget_recent_posts .post-list > .item {
        width: 50%;
    }
    .u-layout-wrap {
        width: auto !important;
        position: unset !important;
        transform: unset !important;
    }
    .u-layout-wrap-1 .resize,
    .u-layout-wrap-1 .box-text {
        height: auto !important;
    }
}

.section-why .inner {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.section-why .inner img {
    object-fit: contain;
    transition: 1s;
}
.section-why .inner h5 {
    font-weight: 600;
    font-size: 18px;
    color: #696969;
    text-transform: capitalize;
}
.woocommerce-Tabs-panel h2 {
    font-weight: bold;
}

.homepage2_sidebar .heading-widget {
    font-size: 28px;
    color: var(--color-green);
    border: none;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    border-bottom: none;
    top: 35px;
}

.homepage2_sidebar .heading-widget > span a {
    color: var(--color-green);
    display: inline-block;
    border-radius: 20px;
    padding: 10.5px 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    clip-path: none;
    color: var(--color-green);
}

.homepage2_sidebar
    .widget_my_widget_recent_posts.homepage-widget2
    .heading-widget
    > span {
    background-color: #f7c30500;
    display: inline-block;
    margin-bottom: -7px;
    position: relative;
    clip-path: none;
    padding: 25px 5%;
}

.section-doitac .heading-widget > span {
    padding: 0 5%;
    background-color: #f7c30500;
    display: inline-block;
    margin-bottom: -7px;
    position: relative;
    clip-path: none;
    color: #000;
    font-size: 2.125rem !important;
}

#my_widget_recent_posts-4 .entry-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f1f1;
    border-radius: 0;
    padding: 70px 62px;
    transition: all 1s ease;
    transform: translateY(100%);
}

#my_widget_recent_posts-4 .post-list article.henry:hover .entry-content {
    transform: translate(0, 0);
    z-index: 11;
    opacity: 100;
}
#my_widget_recent_posts-4 .btn {
    letter-spacing: 2px;
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    font-weight: 400;
    color: #fff;
    transition: all 0.8s;
    vertical-align: middle;
    text-align: center;
}
#my_widget_recent_posts-4 .btn:hover {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
}
.page-id-48 .left-contact ul li h4 {
    color: var(--color-primary);
}
.page-id-49 .item-about:nth-child(even) .col-md-6.resize {
    order: 1;
}
.page-id-49 .item-about:nth-child(even) .col-md-6.resize {
    position: relative;
}
.page-id-49 .title-about-item {
    font-weight: bold;
    text-transform: uppercase;
    padding: 36px 0 36px 0;
    position: relative;
    padding-left: 18px;
    text-align: center;
    font-size: 25px;
    color: var(--color-green);
}
.page-id-49 .sec-dinh-huong .title-about-item {
    padding: 36px 0 0px 0;
}
.sec-loi-ngo .quality2_righttop_thumb {
    height: 35%;
}
.sec-about .quality2_left_thumb {
    top: 25%;
    height: 10%;
}
.page-id-49 #main img {
    object-fit: cover;
}
.page-id-49 #main .shadow {
    cursor: pointer;
}
.page-id-49 #main .shadow img {
    width: 100px;
    transition: all 0.5s;
}
.page-id-49 #main .shadow:hover img {
    transform: translateY(-6px);
    cursor: pointer;
}
.page-id-49 .item-about:nth-child(odd) .col-md-6.resize::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 100%;
    border-width: 1000px 120px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
    border-style: solid;
}
.page-id-49 .item-about .col-md-6.resize {
    padding-top: 24%;
}
.page-id-49 .about_about_item:nth-child(even) .inner.col-md-6 {
    order: 1;
}
.page-id-49 .about_about_item:nth-child(odd) .inner.col-md-6 .box-img .resize {
    left: 25px;
    right: 0;
}
.page-id-49 .about_about_item:nth-child(1) .inner.col-md-6 {
    order: unset;
}
.page-id-49 .item-about .inner.col-md-6 {
    padding: 0px 27px;
}
.page-id-49 .item-about .inner.col-md-6 p {
    font-size: 17px;
    text-align: justify;
}

.page-id-49 .item-about .inner.col-md-6 ul li {
    font-size: 17px;
}
.page-id-49 #main .sec-about .item-about .box-text p {
    padding: 0 5%;
}
.page-id-49 #main .sec-about .item-about .box-text {
    position: relative;
}
.page-id-49 #main .sec-about .item-about .inner .number {
    color: var(--color-green);
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 0;
    position: absolute;
    top: -68px;
    left: 0;
    padding: 0;
    z-index: -1;
}
.page-id-49 #main .sec-about .item-about .box-img {
    background-color: var(--color-primary);
    margin-bottom: 2%;
}
.page-id-49 #main .sec-about .item-about .box-img .resize {
    bottom: 25px;
    right: 25px;
    padding-top: 66%;
}

.page-id-49 .section-icon::before {
    background: #343e44;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -11;
}
.page-id-49 .item-about.text-center.myblock {
    padding-top: 20px;
}
.page-id-49 .item-about.text-center.myblock p {
    font-size: 17px;
    text-align: justify;
}
.page-id-49 .section-icon .icon-about .icon i,
.page-id-49 .section-icon .skill-number,
.page-id-49 .section-icon p {
    color: white;
}
.page-id-49 .section-icon .icon-about .icon:last-child span {
    left: 38%;
    background: url(./images/concrete-mixer-white.png) no-repeat;
    background-size: contain;
    background-position: 2px;
}
.page-id-49 .container .inner.col-md-4 ul {
    text-align: justify !important;
    padding: 10px 18px 10px 34px;
}
.section-icon .icon-about .icon {
    height: 98px;
    padding: 13px;
    display: block;
    background-color: #fff;
    -webkit-mask-size: 30%;
    mask-size: 34%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: 1s;
    margin-bottom: 15px;
}
.section-icon {
    padding-bottom: 40px;
    display: block;
}
.section-icon .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.section-icon .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 130, 0, 0.6);
}
.section-icon h1 {
    margin-bottom: 40px;
}
.page-template-templ_home-full-php .section-icon .heading-widget > span,
.page-template-templ_home-full-php .section-icon .item-icon .title {
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-template-templ_home-full-php .section-icon .heading-widget span {
    text-transform: uppercase;
    font-size: 30px !important;
}
@media (max-width: 768px) {
    .page-template-templ_home-full-php .section-icon .heading-widget span {
        position: relative;
        top: 20px;
        text-transform: uppercase;
        font-size: 30px !important;
    }
}
.page-template-templ_home-full-php .section-icon .item-icon .number {
    font-size: 50px;
    color: #fff;
}
.page-id-49 .item-about .about_about_item:first-child .inner {
    position: unset;
}
.page-id-49 .item-about .about_about_item:first-child .about-item__ {
    position: relative;
}

.page-id-49 .section-icon {
    margin-top: 20px;
    position: relative;
}
.main-contact .item-contac-2 .box-1 .txt-left {
    display: flex;
    color: var(--color-green);
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-contact .item-contac-2 .box-1 .txt-left::after {
    content: '';
    background-color: var(--color-green);
    height: 2px;
    width: 30%;
    display: block;
    margin: 1% 0;
}
.main-contact .item-contac-2 .box-1 .txt-right {
    color: #787777;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.main-contact .item-contac-2 .box-1 {
    margin-bottom: 3%;
}
.main-contact .item-contac-2 .box-2 {
    padding-bottom: 3%;
}
.main-contact .item-contac-2 .box-2 .box-form {
    /*  margin-top: 15%;*/
}
.main-contact .item-contac-2 .box-2 .box-form input[type='submit'] {
    width: 30%;
    border: 1px solid var(--color-green);
}
.main-contact .item-contac-2 .box-3 {
    padding-top: 2%;
}
.main-contact .item-contac-2 .box-3 .sub-title-top i {
    font-size: 5px;
}
.item-contac-2 .icon {
    top: -47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    font-size: 30px;
    border-radius: 100%;
    line-height: 90px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.item-contac-2 .form-control {
    padding: 25px;
    border-radius: 30px;
    outline: none;
    background-color: #ffffff8c;
    margin-bottom: 1rem;
}
.item-contac-2 .wpcf7 textarea.form-control {
    height: 9rem;
}

.item-contac-2 .text,
.item-contac-2 .hotline {
    font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
    background-color: transparent;
    margin-top: 1rem;
    order: 2;
    padding: 0.75rem 1rem;
    color: white;
    justify-content: center;
    width: 100%;
}
.breadcrumb .breadcrumb-item a {
    color: white;
}
.breadcrumb-item + .breadcrumb-item {
    color: white;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
    position: relative;
    text-align: center;
    padding: 134px 0px;
    display: grid;
}
.breadcrumbs.clearfix,
.woocommerce-products-header {
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-breadcrumb a {
    color: white;
}
.breadcrumbs,
.woocommerce-products-header {
    position: relative;
}

.breadcrumbs .title,
.category-info__text .woocommerce-products-header__title.page-title,
.category-info__text .page-title-wrapper,
.woocommerce
    .page-title-wrapper
    .woocommerce-products-header__title.page-title {
    /* position: relative; */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 30px;
}
.breadcrumbs::before,
.woocommerce-products-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
    right: 0;
}
.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
    margin: 0;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
    padding: 30px 0px 15px 0px;
}

footer#main-footer {
    position: relative;
}
footer#main-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background: rgb(0 0 0 / 77%);*/
    right: 0;
}
.footer-menu .company-list p i {
    margin-right: 1%;
}
.header-top-bar {
    padding: 6px 0;
}
.header-top-bar .container > div {
    border-bottom: 1px dotted var(--color-green);
}
@media (min-width: 991px) {
    .product-menu-block .inner {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-why .inner {
        display: block;
        text-align: center;
    }
}
#top-menu .current-menu-item a {
    color: #fff;
}

.sc-product .box-product {
    position: relative;
}
.sc-product .products .product-inner .star-rating {
    display: none;
}
.sc-product .box-product .product-inner .resize {
    padding-top: 100%;
}
.sc-product .product-inner .resize,
.woocommerce-shop .product-inner .resize {
    border-radius: 10px;
    padding-top: 100%;
}
.archive-product-main1 .sc-product .product-inner .resize,
.woocommerce-shop .product-inner .resize {
    padding-top: 72% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: relative;
    top: 20px;
    font-size: 17px;
    text-transform: capitalize;
}

#menu-primary > .nav-item.active .nav-link {
    color: #000;
}

@media (max-width: 767px) {
    #mainnav-collapse {
        background-color: var(--color-green);
    }
    footer#main-footer {
        padding-top: 5%;
    }
    #mainnav #mainnav-collapse form#header-search {
        padding: 10px 20px;
    }
    .navbar-light .navbar-toggler {
        margin-left: 2%;
    }
    .navbar-light .navbar-toggler:hover {
        background-color: var(--color-green-2);
    }
    .section-why-main.why-mb .grap {
        top: 59% !important;
    }
    .section-why-main.why-mb .heading {
        position: relative;
        top: -18px;
    }
    .section-why-main .grap {
        height: 100% !important;
    }
    .page-id-49 .title-about-item {
        padding: 0;
    }
    .page-id-49 .item-about .about_about_item:first-child .inner div {
        position: unset;
        width: 100%;
    }
    .page-id-49 .item-about .about_about_item:first-child .inner div::before {
        display: none;
    }
    .page-id-49 .item-about .col-md-6.img-about {
        margin: 20px 0;
    }
    .page-template-templ_home-full-php .post-list article {
        margin: 15px !important;
    }
    .page-template-templ_home-full-php .post-list .slick-next {
        right: 3%;
    }

    .page-template-templ_home-full-php .post-list .slick-prev {
        left: 3%;
    }
    .wrap_news_home .item:nth-child(3) .box-img,
    .wrap_news_home .item:nth-child(4) .box-img {
        order: 1 !important;
    }
    .wrap_news_home .item:nth-child(3) .box_content,
    .wrap_news_home .item:nth-child(4) .box_content {
        order: 2 !important;
    }
    .section-gallery .heading-widget {
        font-size: 31px !important;
    }
    .myblock {
        padding-top: 0;
        padding-bottom: 0;
    }
    .postid-5710 .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .postid-5689 .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .section-quymo {
        margin: 0px;
        padding: 40px 20px;
    }
    .section-gallery .nav-item {
        width: 70%;
        text-align: center;
    }
    .section-quymo .header-widget {
        padding: 0px;
    }
    .section-quymo .row.row-list.post-list {
        flex-direction: column;
    }
    .page-template-templ_home-full-php .section-quymo .post-list article {
        margin: 0px !important;
    }
    .section-quymo .row.row-list.post-list {
        padding: 0px;
    }
    .section-quymo .item.aos-init.aos-animate {
        width: 100%;
        aspect-ratio: unset;
    }
}
@media (max-width: 991px) {
    #mainnav .navbar-nav > .nav-item {
        border-bottom: 1px solid rgb(255 255 255 / 19%);
    }
}
.navbar-light .navbar-toggler {
    background-color: var(--color-green);
}

.single-post h1.page-header,
.page h1.page-header {
    display: none;
}
.single-post h1,
.page h1 {
    font-size: 22px;
    font-weight: bold;
}
.single-post h2,
.page h2 {
    font-size: 20px;
    font-weight: bold;
}
.single-post h3,
.page h3 {
    font-size: 18px;
    font-weight: bold;
}
.single-post h4,
.page h4 {
    font-size: 16px;
    font-weight: bold;
}
.single-post .entry-content p,
.page .entry-content p {
    font-size: 15px;
    text-align: left;
}
.post-template-default .comment {
    display: none;
}
.single-post .post-other {
    padding-bottom: 40px;
}
.single-post .post-other .heading,
.woocommerce .related.products .heading {
    border-bottom: 1px solid var(--color-green);
    text-align: left;
    font-size: 20px;
}
.single-post .post-other .heading > span,
.woocommerce .related.products .heading span {
    color: var(--color-green);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 30px 5px 41px;
}
.post-list article {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
}
.post-list article:hover {
    transform: translateY(-5px); /* Di chuyển lên trên 5px */
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.post-list article::after {
    content: '';
    background-color: var(--color-green) !important;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease all;
    transition: 1s ease all;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}
.post-list article:hover::after {
    width: 100%; /* Hiệu ứng chạy border từ trái sang phải */
}

#my_widget_recent_posts-6 .resize {
    padding-top: 60%;
}
#my_widget_recent_posts-6 .post-list .entry-title a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
}
article .post-image img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.category-tin-tuc .resize:hover img {
    border-radius: 5px;
}
.category-tin-tuc .resize:hover img,
.page-template-templ_home-full-php .section-icon .icon:hover img {
    transform: scale(1.05);
}

#mainnav .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.185);
}
#mainnav .dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a {
    padding: 10px;
}
#mainnav .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background-color: var(--color-primary);
}
.sc-product {
    padding: 0;
}
.sc-product h2.heading-widget,
.sc-product .related.products h2.heading {
    font-size: 18px;
}
.products .product_type_simple,
.products .product-model {
    display: none;
}

.sc-product .box-product .list-inline .list-inline-item {
    display: none;
}
.sc-product .box-product .list-inline .list-inline-item:nth-child(1),
.sc-product .box-product .list-inline .list-inline-item:nth-child(2) {
    display: inline-block;
}
.sc-product .slick-prev {
    left: -2%;
}
.sc-product .slick-next {
    right: -2%;
}
.sc-product .product-inner .woocommerce-loop-product__title,
.sc-product .product-inner .price {
    font-size: 17px !important;
}

.footer-copy > div {
    font-size: 15px !important;
}

.entry-summary .woocommerce_single_product_contact .btn {
    background-color: var(--color-green) !important;
    color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.entry-summary .woocommerce_single_product_contact .btn {
    background-color: var(--color-green);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--color-green-2);
}
.form-control:focus {
    border-color: none;
}

.single-product-main .woocommerce-breadcrumb {
    display: none;
}
.entry-summary .woocommerce-product-details__short-description {
    line-height: 25px;
    padding: 8px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.woocommerce_single_product_contact .btn {
    padding: 3%;
    border-radius: 10px;
}
.entry-summary .woocommerce-product-details__short-description ul {
    padding-left: 5%;
}
.woocommerce-product-details__short-description .thongtinsanpham {
    list-style: none;
    padding: 3%;
    margin: 0;
}
.woocommerce div.product div.summary {
    text-align: left;
}
.product_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.woocommerce div.product p.price {
    font-size: 20px;
    margin-bottom: 1rem;
}
.woocommerce_single_product_contact,
.btn-baogia {
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart {
    margin-top: 10px;
}
.entry-summary .product_meta {
    padding-top: 7px;
}
.woocommerce .related.products .heading span {
    color: #fff;
    padding: 10px 30px 10px 20px;
}
.single-product .category-info__text {
    display: grid;
}
.woocommerce_single_product_contact p {
    color: #fff;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 710px;
    }
    #collapseProductMenu {
        width: 330px;
    }
}

.entry-summary .woocommerce_single_product_contact .btn {
    border: none;
    background-color: var(--color-green);
    color: #fff;
}
.entry-summary .woocommerce_single_product_contact .btn:hover {
    background-color: #ffff !important;
    color: #000 !important;
}
.entry-summary .woocommerce_single_product_contact .btn:hover .big {
    color: #000 !important;
}
.entry-summary .woocommerce_single_product_contact .btn:focus,
.btn-baogia .btn:focus {
    box-shadow: none;
}
.woocommerce-Tabs-panel--description h2 {
    font-size: 20px;
}
.woocommerce-Tabs-panel--description h3 {
    font-size: 18px;
}
.comment-respond {
    border: 2px solid var(--color-green) !important;
    padding: 15px !important;
}
.comment-reply-title {
    font-size: 16px;
    color: var(--color-green);
    font-weight: 700;
}
.comment-form-rating a {
    color: var(--color-green);
}
.comment-respond .submit {
    background-color: var(--color-green) !important;
    color: #fff !important;
}
.comment-respond .submit:hover {
    background-color: var(--color-green-2) !important;
}
.woocommerce .star-rating {
    color: var(--color-green);
}
.single-product-main #main {
    max-width: 1000px;
    margin: 0 auto;
}
.woocommerce_single_product_contact .big {
    margin-bottom: 1%;
}
.woocommerce_single_product_contact span {
    letter-spacing: normal;
}
.item-contac-2 .title {
    color: var(--color-green);
}

.single-post .post-other .heading > span {
    padding: 25px 30px 5px 0;
}
.post-list .post-intro .d-flex {
    align-items: center;
    justify-content: center;
}

.summary .product_meta .posted_in {
    font-weight: 600;
    font-size: 17px;
}
.summary .product_meta .posted_in a {
    font-weight: normal;
}
/* css xóa sản phẩm đã chọn */
.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before,
.woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
        0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}
#mainnav .dm-dsk {
    margin-top: 8px;
}
#mainnav .dm-dsk a {
    color: #fff;
    font-size: 18px;
}

.sec-info {
    padding: 0;
}
.sec-info .box-img {
    position: relative;
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .sec-info .box-2 {
        height: auto;
        display: flex;
    }
}
.sec-info .box-text .sub-title p {
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-left: 30px;
    font-family: 'Merriweather', serif;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec-info .cms-heading-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    text-align: justify;
}
.sec-info .box-text .sub-title p::before {
    content: '';
    top: 0;
    right: 0;
    left: 0px;
    width: 2px;
    height: 57px;
    position: absolute;
    background-color: var(--color-green);
}
.sec-info .box-text .heading {
    text-align: center;
    font-size: 32px;
    color: var(--color-body);
    text-transform: capitalize;
    font-weight: 700;
}
.sec-info .box-text .content p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-why {
    padding: 2% 0;
}
.sc-product .heading a {
    color: #fff;
    text-transform: capitalize;
}

.page-template-templ_home-full-php #my_widget_recent_posts-5 .resize:hover img {
    transform: scale(1.05);
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    .entry-header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    padding: 0;
    margin: 0;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    .entry-header
    .entry-title:hover
    a {
    /* background-color: var(--color-red); */
    color: var(--color-body);
}
.page-template-templ_home-full-php .post-list .entry-header .entry-title {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 17px;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    .entry-header
    .entry-title
    a {
    text-transform: uppercase;
    height: 58px;
    line-height: 1.7;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    line-height: 1.3;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    article
    .entry-content
    p {
    color: #000;
    margin: 15px 0;
    text-align: center;
    padding: 0 10px;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    article {
    background: #e2e3e3;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    article
    .entry-content
    .btn {
    color: #000;
    background: unset !important;
    border-bottom: 1px solid var(--color-primary) !important;
    border-radius: 0;
    font-weight: 700;
}
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    article
    .entry-content
    .btn:hover {
    border-bottom: 1px solid #e2e3e3 !important;
}
/* .page-template-templ_home-full-php #my_widget_recent_posts-5 .post-list article .entry-content .btn::before {
  background-color: var(--color-primary) !important;
}
.page-template-templ_home-full-php #my_widget_recent_posts-5 .post-list article .entry-content .btn::after {
  background-color: var(--color-primary) !important;
}
.page-template-templ_home-full-php #my_widget_recent_posts-5 .post-list article::after {
  background-color: var(--color-primary) !important;
} */
.page-template-templ_home-full-php
    #my_widget_recent_posts-5
    .post-list
    article
    .entry-content
    .btn:hover {
    background: unset !important;
    color: var(--color-primary) !important;

    border-radius: 0;
    font-weight: 700;
}
.woocommerce span.onsale {
    background-color: var(--color-red);
}
.footer-menu iframe {
    height: 130px;
    width: 100%;
}

.page-id-49 #main .sec-loi-ngo .box-img {
    position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img::before {
    position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img {
    position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img::before {
    content: '';
    background-color: var(--color-primary);
    width: 90%;
    height: 15px;
    display: block;
    margin: 0 0 10px auto;
}
.page-id-49 #main .sec-loi-ngo .box-img::after {
    content: '';
    background-color: var(--color-primary);
    width: 15px;
    height: 90%;
    display: block;
    margin: 0 0 10px auto;
    position: absolute;
    top: 0;
    right: 0;
}
.page-id-49 #main .sec-loi-ngo .box-img .resize {
    width: 96%;
    padding-top: 90%;
}
.page-id-49 #main .sec-loi-ngo .item-about .inner.col-md-6 p {
    padding: 0;
}
.page-id-49 #main .sec-loi-ngo .title-loi-ngo {
    font-weight: bold;
    color: var(--color-green);
    text-transform: uppercase;
    font-size: 30px;
}
.page-id-49 .sec-about {
    padding-top: 2%;
}
.page-id-49 .sec-about .img-about .resize img {
    transition: all 0.8s;
    cursor: pointer;
}
.page-id-49 .sec-about .img-about .resize:hover img {
    transform: scale(1.1) !important;
}

.page-id-49 #main .sec-gallery .title-about-item {
    font-size: 25px;
    color: var(--color-green);
    padding: 36px 0 0 0;
}
.page-id-49 #main .sec-gallery .gallery .gallery-icon {
    border: 3px solid var(--color-green);
    border-radius: 0;
    padding: 1%;
}
.page-id-49 #main .sec-gallery .dec {
    text-align: center;
    font-size: 17px;
}
.page-id-49 #main .sec-loi-ngo .inner {
    position: relative;
}
.page-id-49 #main .sec-gallery {
    position: relative;
    padding-top: 2%;
}
.page-id-49 #main .sec-gallery .grap {
    background-color: rgba(0, 0, 0, 0.1);
    height: 55%;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.woocommerce.widget_recently_viewed_products
    .product_list_widget
    .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    color: #060608;
    text-align: left;
}
.woocommerce.widget_recently_viewed_products
    .product_list_widget
    .product-title:hover {
    color: var(--color-green);
}
.woocommerce.widget_recently_viewed_products .product_list_widget .amount {
    color: var(--color-red);
}
.woocommerce.widget_recently_viewed_products .product_list_widget img {
    border: 1px solid var(--color-green);
}
.search-form .input-group .input-group-append .btn {
    background-color: var(--color-green) !important;
    padding: 0 3rem;
}
.search-form .input-group .input-group-append .btn:hover {
    background-color: #fff !important;
}
.search-form .input-group .input-group-append .btn i {
    color: #fff;
}
.search-form .input-group .input-group-append .btn:hover i {
    color: var(--color-green);
}
.single-post #main .entry-content .wp-caption .wp-caption-text {
    background-color: #f1f1f1;
    font-style: italic;
    padding: 5px;
}
.single-post #main .entry-content .wp-caption .wp-caption-text span {
    font-size: 15px !important;
}
.tool-actions .facebook-action {
    display: block;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(1) > .inner {
    background-color: var(--color-green-2);
}
.sec-dinh-huong .item-about .col-md-4:nth-child(1) > .inner p,
.sec-dinh-huong .item-about .col-md-4:nth-child(3) > .inner p {
    color: #fff;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(2) > .inner {
    background-color: #f1f1f1;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(2) > .inner {
    color: #000;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(3) > .inner {
    background-color: var(--color-green);
}
.sec-dinh-huong .dec {
    font-size: 17px;
}
/* .category-tin-tuc .post-list .col-md-3 {
  max-width: 100%;
  flex: 0 0 100%;
} */
@media (min-width: 992px) {
    /* .category-tin-tuc .post-list article {
    display: flex;
    margin-bottom: 30px;
  }
  .category-tin-tuc .post-list .post-image {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 16px;
  }
  .category-tin-tuc .post-list .post-intro {
    max-width: 70%;
    flex: 0 0 70%;
    text-align: left;
  }
  .category-tin-tuc .post-list .post-intro .d-flex {
    align-items: center;
    justify-content: left;
  } */
}
#my_widget_recent_posts-4 {
    padding: 0;
}
.sec-dinh-huong .item-about .h-100 {
    height: 95% !important;
}

.page-id-48 #main {
    padding-bottom: 0;
    padding-top: 0;
}
.page-id-48 .item-contac-2 .box-icon {
    background: rgb(108 108 108 / 60%);
    width: 100%;
    height: 250px;
    padding: 70px 50px 60px 40px;
    background-color: #f8f6f4;
}
.page-id-48 .item-contac-2 .box-icon .title {
    display: block;
    color: #565656;
    font-size: 22px;
    font-weight: bold;
}
.page-id-48 .item-contac-2 .box-icon a,
.page-id-48 .item-contac-2 .box-icon p {
    color: #565656;
    margin-bottom: 0;
}

.page-id-48 .form-group {
    margin-bottom: 0;
}
.page-id-48 .form-group p {
    margin-bottom: 0.5rem;
}
.page-id-48 .maps iframe {
    height: 455px;
}
@media (max-width: 768px) {
    .page-id-48 .maps iframe {
        padding-right: 5px;
        max-width: 350px;
    }
}
.page-id-48 .main-contact {
    position: relative;
    padding: 3% 0;
}
.page-id-48 .main-contact .box-form .title {
    color: var(--color-green);
    font-size: 1.6rem;
    margin: 1rem 0;
}
@media (max-width: 768px) {
    .page-id-48 .main-contact .box-form .title {
        font-size: 1.4rem;
    }
}
#main-header {
    background-color: #fff;
}
/* hiệu ứng text */
.text-effect {
    letter-spacing: -2px;
}
.text-effect span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: relative;
    top: -100px;
    -webkit-animation: text-effect 4s ease-in-out infinite;
    animation: text-effect 4s ease-in-out infinite;
    color: #ffff00;
}
.text-effect span:nth-child(1) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.text-effect span:nth-child(2) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.text-effect span:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.text-effect span:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.text-effect span:nth-child(5) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.text-effect span:nth-child(6) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.text-effect span:nth-child(7) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.text-effect span:nth-child(8) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.text-effect span:nth-child(9) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.text-effect span:nth-child(10) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

@keyframes text-effect {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
        top: 0;
    }
    80% {
        opacity: 1;
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
        top: 0;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        top: 100px;
    }
}
/* END Hiệu ứng */
.product_sec_sub_title i {
    color: var(--color-green-2);
    font-size: 0.5rem;
    padding: 0rem 0.1rem;
}
.product_sec_sub_title .sub_title-about {
    color: var(--color-green);
    font-size: 12px;
    font-weight: 500;
    padding-left: 0.25rem;
    text-transform: uppercase;
}

.sub-title-top i {
    color: var(--color-green);
    font-size: 0.5rem;
    padding: 0rem 0.1rem;
}
.sub-title-top span {
    color: var(--color-green);
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
}

.section-categrory .trend_section_wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2rem;
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-categrory .trend_inner_content .trend_thumb {
    width: 416px;
    height: 332px;
}
.section-categrory .trend_inner_content .trend_thumb img {
    border-radius: 30px;
}
.section-categrory .trend_inner_content .trend_inner_text {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 100%;
    line-height: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2%;
}
.section-categrory .trend_inner_content .trend_inner_text a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.section-categrory .trend_inner_content .trend_inner_text a:hover {
    color: var(--color-green);
}
.section-categrory .trend_inner_content .trend_inner_text a:first-child {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
.section-san-pham-theo-danh-muc .price {
    margin-top: 0 !important;
}
.section-san-pham-theo-danh-muc .quality2_left_thumb {
    top: 0;
    left: 1%;
    z-index: 1;
    height: 25%;
}
.section-san-pham-theo-danh-muc .quality2_righttop_thumb {
    right: 1%;
    bottom: 30px;
    z-index: 1;
    height: 20%;
}
.section-san-pham-theo-danh-muc .nav-pills {
    justify-content: center;
}
.section-san-pham-theo-danh-muc .nav-pills .nav-link.active,
.section-san-pham-theo-danh-muc .nav-pills .show > .nav-link,
.section-san-pham-theo-danh-muc .nav-pills .nav-link:focus,
.section-san-pham-theo-danh-muc .nav-pills .nav-link:hover {
    outline: unset;
    color: #ffffff !important;
    background-color: var(--color-green) !important;
}
.section-san-pham-theo-danh-muc .nav-pills .nav-link {
    cursor: pointer;
    color: #454347;
    font-size: 18px;
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    border-radius: 0rem;
    background-color: #ffffff !important;
    border: 1px solid #d6d6d6;
    text-transform: capitalize;
}
.section-san-pham-theo-danh-muc .nav-pills .nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.section-san-pham-theo-danh-muc .nav-pills .nav-item:nth-child(3) .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.section-san-pham-theo-danh-muc .item-product {
    padding: 30px 0 30px 20px;
    border: 2px solid #f7f6f2;
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.section-san-pham-theo-danh-muc .item-product:nth-child(6),
.section-san-pham-theo-danh-muc .item-product:nth-child(8) {
    border-bottom: unset;
}
.section-san-pham-theo-danh-muc .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: left;
    height: 87px;
    line-height: 2;
    line-clamp: 3;
}

.section-san-pham-theo-danh-muc .heading-widget {
    padding-bottom: 0 !important;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px !important;
}
.section-san-pham-theo-danh-muc .tab-pane .col-md-6:first-child .item-product {
    padding-top: 0;
}
.section-san-pham-theo-danh-muc .item-product {
    padding: 30px;
    margin-left: 0;
}
.section-san-pham-theo-danh-muc .nav-pills .nav-item {
    margin-bottom: 20px;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(1) {
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(2) {
    animation-duration: 1.05s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(3) {
    animation-duration: 1.1s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(4) {
    animation-duration: 1.15s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(5) {
    animation-duration: 1.2s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(6) {
    animation-duration: 1.25s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(7) {
    animation-duration: 1.3s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc .tab-pane.show.active .col-md-6:nth-child(8) {
    animation-duration: 1.35s;
    animation-name: fadeInUp;
}
.section-san-pham-theo-danh-muc {
    position: relative;
}
.section-san-pham-theo-danh-muc .item-product:hover {
    border: 2px solid var(--color-green);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-san-pham-theo-danh-muc .item-product:hover h3 a {
    color: var(--color-green);
}
.section-san-pham-theo-danh-muc .item-product h3 {
    font-size: 20px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
    color: #060608;
    padding: 0;
}
.section-san-pham-theo-danh-muc .item-product .resize img {
    border: 1px solid var(--color-green);
    border-radius: 100%;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-san-pham-theo-danh-muc .item-product .resize {
    padding-top: 80%;
}
.item-product:hover .resize img {
    opacity: 0.2;
}
.product_action_btns {
    top: 40%;
    left: 25%;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
}
.product_action_btns li {
    opacity: 0;
    transform: translateY(40px);
}
.product_action_btns li:not(:last-child) {
    margin-right: 8px;
}
.section-san-pham-theo-danh-muc .item-product:hover .product_action_btns li {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.product_action_btns a {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 16px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #292929;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.07);
}
.product_action_btns a:hover {
    background-color: var(--color-green);
    color: #fff;
}
.section-san-pham-theo-danh-muc .item-product .price-product .amount {
    color: var(--color-red);
}

.section-san-pham-theo-danh-muc .product_sec_content_wrap {
    border-radius: 40px;
    -webkit-box-shadow: 5px 5px 30px 10px #f8f8f8 !important;
    box-shadow: 5px 5px 30px 10px #f8f8f8 !important;
    padding: 2%;
}
.sec-banner .box-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 15%;
    padding-bottom: 15%;
}
.sec-banner {
    margin: 5% 0;
}
.wrap_news_home .item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fbfbfb;
    transition: all 0.4s;
    cursor: pointer;
}

.wrap_news_home .item > * {
    width: 50%;
    transition: all 0.4s;
    color: #666666;
}

.wrap_news_home .item:hover * {
    color: #fff !important;
}

.wrap_news_home .item a {
    width: 100%;
    height: 100%;
    z-index: 9;
}
.wrap_news_home .box_content .blog_icon img {
    margin: 3% auto;
}
.wrap_news_home .item img {
    display: block;
    object-fit: cover;
}
.wrap_news_home .item .box-img img {
    height: 500px;
}
.wrap_news_home .item .box_content {
    display: flex;
    align-items: center;
    padding: 3%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.wrap_news_home .item .box_content .inner {
    position: relative;
    z-index: 3;
}

.wrap_news_home .item .box_content:before {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
    content: '';
}

.wrap_news_home .item:hover .box_content {
    opacity: 1;
    background-color: var(--color-green);
    color: #fff;
}

.date_post {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.wrap_news_home .item h3 {
    /* color: #666666; */
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 15px 15px 0 15px;
    text-transform: capitalize;
    font-weight: 900;
    position: relative;
}

.wrap_news_home .item:nth-child(3) .box-img,
.wrap_news_home .item:nth-child(4) .box-img {
    order: 2;
}
.wrap_news_home .item:nth-child(3) .box_content,
.wrap_news_home .item:nth-child(4) .box_content {
    order: 1;
}

.wrap_news_home.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.reviews {
    padding-top: 3%;
}

.reviews .slick-slider {
    z-index: 9;
}

.reviews .sin-testiImage img {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    opacity: 0.6;
}

.reviews .sin-testiImage.slick-current img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}

.reviews .reviews-slider {
    position: relative;
    max-width: 370px;
    margin: auto;
    padding: 10px 0px;
}

.reviews .reviews-text-slider h2 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
}

.reviews .reviews-text-slider {
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 9;
    width: 765px;
}

.reviews .sin-testiText {
    outline: none;
    text-align: center;
}

.reviews .sin-testiText p {
    font-style: italic;
    color: #000;
    line-height: 1.5;
    font-size: 18px;
}

.reviews .grid-padding-x > .cell:nth-child(2) {
    position: relative;
}

.reviews .grid-padding-x > .cell:nth-child(2) .quotes {
    position: absolute;
    width: 100%;
}

.reviews .grid-padding-x .cell:nth-child(2) .quotes::after,
.reviews .grid-padding-x .cell:nth-child(2) .quotes::before {
    content: ',,';
    position: absolute;
    font-size: 56px;
    color: var(--color-green);
    font-family: 'Times New Roman', serif;
    font-weight: 700;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    z-index: 999;
}

.reviews .grid-padding-x .cell:nth-child(2) .quotes::before {
    top: 28%;
    left: 20%;
}

.reviews .grid-padding-x .cell:nth-child(2) .quotes::after {
    bottom: 21%;
    right: 30%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.reviews .slick-arrow {
    display: none !important;
}
#main-footer .footer-menu .col-lg-3:nth-child(1) h4 {
    padding-bottom: 2px;
}
.product-menu-left {
    display: none;
}
.entry-summary .cart .btn {
    padding: 13px;
    border-radius: 10px;
}
.entry-summary .cart .btn:focus {
    box-shadow: none;
}
.section-doitac {
    padding-top: 5%;
}
.bootstrap-select .btn {
    background-color: #fff !important;
    border: 1px solid #deecf0;
    color: #000 !important;
    border-radius: 5px;
    padding: 5px 10px;
    letter-spacing: unset;
}
.bootstrap-select .btn::before {
    content: unset !important;
}
.bootstrap-select .btn::after {
    position: unset;
    width: unset;
    background-color: #639d2d00 !important;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: var(--color-green);
    color: #fff;
}
@media (max-width: 1366px) {
    .quality2_left_thumb,
    .quality2_righttop_thumb,
    .quality2_rightbottom_thumb,
    .contact_info_thumb_right {
        display: none !important;
    }
}

/* mobi max-768 */
@media (max-width: 768px) {
    .reviews .reviews-text-slider {
        width: 100%;
    }
    #header-search {
        margin-top: 0;
    }
    #mainnav .navbar-nav > .nav-item.active .nav-link {
        color: var(--color-green-2);
    }
    .page-id-49 .sec-about {
        padding-top: 0;
    }
    .sec-info .box-text .heading {
        letter-spacing: normal;
        font-size: 30px;
    }
    .woocommerce-ordering {
        display: none;
    }
    .page-id-48 .item-contac-2 .box-icon {
        margin-top: 35px;
    }
    .sec-info .product_sec_sub_title {
        margin-top: 15px;
    }
    .single-post #main .content-main {
        padding: 5%;
    }
    .sec-info .box-img .img-1 {
        animation: none;
    }
    .wrap_news_home .item .box-img img {
        height: 100%;
    }
    .footer-menu h4 {
        padding-bottom: 0;
    }
    .section-why .icon {
        margin: 0 auto 15px auto;
    }
    h1.heading {
        font-size: 2.125rem !important;
    }
    .section-categrory .trend_section_wrap {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-categrory .trend_inner_content .trend_thumb {
        width: 100%;
        height: 100%;
        margin-bottom: 5%;
    }
    .wrap_news_home .item .box_content .inner p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .section-san-pham-theo-danh-muc {
        margin-top: 0;
    }
    .section-san-pham-theo-danh-muc .nav-pills .nav-link {
        font-size: 12px;
        padding: 8px;
    }
    .section-san-pham-theo-danh-muc .item-product {
        text-align: center;
    }
    .section-san-pham-theo-danh-muc .item-product h3 {
        margin-top: 6%;
    }
    .wrap_news_home .item > *,
    .wrap_news_home .item {
        width: 90%;
        margin: 0 auto 5% auto;
    }
    .wrap_news_home .item {
        border: 1px solid #deecf0;
        border-radius: 0 0 2rem 2rem;
    }
    .sec-news {
        padding-top: 40px;
    }
    .page-id-49 #main .sec-loi-ngo .box-img .resize {
        width: 92%;
    }
    .page-id-49 #main .sec-about .item-about .box-img .resize {
        bottom: 0;
        right: 0;
        padding-top: 100%;
        width: 100%;
    }
    .wrap_news_home .item > * .box-img,
    .wrap_news_home .item .box-img {
        width: 100%;
    }
    .reviews .sin-testiText p {
        font-size: 16px;
    }
    .reviews .grid-padding-x .cell:nth-child(2) .quotes::after,
    .reviews .grid-padding-x .cell:nth-child(2) .quotes::before {
        font-size: 45px;
    }
    .reviews .grid-padding-x .cell:nth-child(2) .quotes::before {
        top: 14%;
        left: 2%;
    }
    .reviews .grid-padding-x .cell:nth-child(2) .quotes::after {
        bottom: 11%;
        right: 5%;
    }
    .sec-banner .box-banner {
        background-size: cover;
    }
    .main-contact .item-contac-2 .box-1 .txt-left {
        font-size: 23px;
        line-height: 25px;
    }
    .main-contact .item-contac-2 .box-1 .txt-right {
        font-size: 15px;
        line-height: 1.6;
    }
    #mainnav.navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    #main-header .navbar-brand {
        margin-right: 0;
    }
}
/* end mobi max-768 */
/*Woo qty*/
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    width: 130px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    margin-right: 3% !important;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 130px;
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 0 23px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    height: 48px;
    border: none !important;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type='number'],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type='number'] {
    padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-decoration: none;
    font-weight: 700;
    border: none;
    text-shadow: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    background: #fff;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
    background-color: #dad8da;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    bottom: 0;
    left: 0;
    border-right: 1px solid #ebebeb;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/* end nút tăng giảm số lượng sản phẩm */
#woocommerce_product_search-2 {
    padding: 0;
    border: none;
}
.woocommerce_sidebar {
    display: none !important;
}
.woocommerce_sidebar .widget_product_search .search-field {
    border: 1px solid #d8d8d8;
    padding: 3%;
    outline: none;
}
.woocommerce_sidebar .widget button {
    border: none;
    padding: 3% 5%;
    background-color: var(--color-green);
    color: #fff;
}
.woocommerce_sidebar .widget button:hover {
    background-color: var(--color-green-2);
    color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--color-green);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #365816;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--color-green-2);
}
.woocommerce_sidebar .product_list_widget .product-title {
    text-transform: capitalize;
}
.woocommerce_sidebar .product_list_widget .star-rating {
    color: var(--color-green);
    margin: 1% 0 2% 0;
}
.woocommerce_sidebar .product_list_widget .amount {
    color: var(--color-red);
}
.woocommerce_sidebar ul.product_list_widget li img {
    height: 80px;
    object-fit: cover;
    border: 1px solid var(--color-green);
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce_sidebar > div + div {
    border: 1px solid #deecf0;
    padding: 5%;
    border-radius: 15px;
}
.woocommerce_sidebar > div + div h2.heading-widget {
    color: #000;
    border-bottom: none;
}
.woocommerce_sidebar > div + div h2.heading-widget span {
    background-color: #639d2d00;
    clip-path: none;
}
.woocommerce-Tabs-panel--description p {
    text-align: justify;
}
.single-post #wapper {
    background-color: #f1f1f1;
}
.single-post #main .content-main {
    background-color: #fff;
    padding: 2%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}
.single-post .woocommerce_sidebar > div + div {
    background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li {
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
ul.page-numbers li a,
ul.page-numbers li span {
    padding: 1rem;
    font-weight: bold;
    border: 1px solid var(--color-green);
    border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
ul.page-numbers li a:hover,
ul.page-numbers li span:hover,
ul.page-numbers li span.current {
    color: #ffff;
    background-color: var(--color-green);
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
ul.page-numbers li {
    margin-right: 1%;
    border: none;
    display: inline-block;
}
.page-numbers {
    list-style: none;
    padding-left: 0;
}
.archive .product .product-inner:hover .product_action_btns li,
.related .product .product-inner:hover .product_action_btns li {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.archive .product .product-inner:hover img,
.related .product .product-inner:hover img {
    opacity: 0.3;
}
.archive .product .product-inner .product_action_btns,
.related .product .product-inner .product_action_btns {
    top: 27%;
    left: 50%;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    display: none !important;
}
/* fix khoảng cách hiệu ứng chữ khi dịch t.anh */
.translated-ltr .text-effect span {
    text-transform: lowercase;
}
.translated-ltr .home-slideshow h2.title,
.translated-ltr .sec-banner h2.title {
    font-size: 50px;
}
/* endfix khoảng cách hiệu ứng chữ khi dịch t.anh */
.post-other .post-list .entry-title a {
    line-height: 1.6;
}
.search-header-icon .btn-search {
    background-color: #fff0;
    border: 1px solid var(--color-green);
    border-radius: 100%;
    outline: none;
}
.search-header-icon .btn-search i {
    color: var(--color-green);
    font-size: 14px;
}
.search-header-icon .modal-content {
    padding: 2%;
}
#mainnav-collapse .search-form .input-group .input-group-append .btn {
    background-color: var(--color-red) !important;
    padding: 0 1rem !important;
}
#mainnav-collapse .search-form .input-group .input-group-append .btn::after,
#mainnav-collapse .search-form .input-group .input-group-append .btn::before {
    content: unset;
}
.modal-backdrop {
    position: relative;
}
.modal {
    background-color: #000000ad;
}
.category-tin-tuc .post-list .entry-title a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-size: 20px;
}
.category-tin-tuc .resize {
    padding-top: 65%;
}
.box-widget .widget .content-new ul li img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
    border: 1px solid var(--color-green);
}
.box-widget .widget .content-new ul li img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
    border: 1px solid var(--color-green);
}
.box-widget .widget .content-new ul li h4 {
    margin-bottom: 5px;
}
.box-widget .widget .content-new ul li h4 a {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-widget .widget .content-new ul li h4 a:hover {
    color: var(--color-green);
}
.box-widget .widget .content-new ul li .meta {
    font-size: 13px;
    font-style: italic;
}
.box-widget .widget .content-new ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #deecf0;
}
.box-widget .widget .content-new ul li:last-child {
    border-bottom: none;
}
.box-widget .widget .content-new ul {
    list-style: none;
    padding-left: 0;
}
.box-widget .widget {
    border: 1px solid #deecf0;
    padding: 5%;
    border-radius: 15px;
    background-color: #fff;
}
.box-widget .widget:nth-child(2) {
    margin-top: 30px;
}
.box-widget .widget h3 {
    padding: 10px 35px 10px 5%;
    font-size: 20px;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-san-pham-theo-danh-muc {
    padding-top: 0 !important;
    /*  margin-top: 0 !important;*/
}

#pills-gallery-tabContent tbody > tr > td {
    text-transform: uppercase;
}

#pills-gallery-tabContent tbody > tr > td:first-child {
    font-weight: bold;
}

@media (min-width: 768px) {
    .background-dv {
        position: relative;
        top: -411px;
        height: 450px;
        display: block;
        z-index: 0;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1;
    }
    .background-dv .overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .background-dv .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(80, 130, 0, 0.6);
    }
}
@media (max-width: 768px) {
    .background-dv {
        display: none;
    }
}
#my_widget_recent_posts-5 {
    padding-top: 60px;
}
@media (max-width: 768px) {
    #my_widget_recent_posts-5 {
        padding-top: 0px;
    }
}
#my_widget_recent_posts-5 .row {
    justify-content: center;
}
#my_widget_recent_posts-5 .resize {
    padding-top: 72%;
}
#woocommerce_products_by_category-17 .heading-widget {
    display: none;
}
.page-template-templ_home-full-php
    #woocommerce_products_by_category-17
    .resize:hover
    image {
    transform: scale(1.1) !important;
}
.tab-content p {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tab-content .resize > img {
    object-fit: contain;
}
.tab-content .resize {
    padding-top: 40%;
}
.tab-content .img-mui-ten {
    padding-top: 15% !important;
    margin-left: -61%;
    margin-top: -20%;
}
.tab-content .slick-slide {
    position: relative;
    border: 3px solid #999;
    border-radius: 5px;
    z-index: 1;
    margin: 30px;
}
.section-gallery .nav-item a {
    margin: 1px;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
}
.section-gallery .nav-link.active {
    background-color: var(--color-primary);
}
.section-gallery .nav-item {
    margin: 3px 5px;
    border: 2px solid;
    border-radius: 20px;
}
.section-gallery ul {
    /*  padding-top: 40px;*/
}
.tab-content .slick-slide:after {
    content: '';
    width: 10px;
    height: 80px;
    background: #fff !important;
    position: absolute;
    top: 30%;
    right: -6px;
    z-index: 2;
}
.tab-content .col-inner {
    position: relative;
    bottom: 77px;
    left: 111%;
    width: 100px;
}
@media (max-width: 1280px) {
    .tab-content .col-inner {
        display: none;
    }
    .tab-content .slick-slide:after {
        display: none;
    }
}
@media (max-width: 768px) {
    .tab-content .col-inner {
        display: none;
    }
    .tab-content .slick-slide:after {
        display: none;
    }
}
.section-gallery .slick-next,
.section-gallery .slick-prev {
    top: 46%;
}
.section-gallery .slick-next {
    right: -15px;
}
.section-gallery .slick-prev {
    left: -15px;
}
/*.img-mui-ten:nth-child(3n)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}*/
.tab-content .bao-desc {
    position: relative;
}
.tab-content .desc-danh-muc {
    max-width: 600px;
    flex-basis: 66.6666666667%;
}
#my_widget_recent_posts-6 .heading-widget {
    display: none;
}
.section-news .heading-widget {
    text-transform: uppercase;
    font-size: 30px !important;
    padding-bottom: 0 !important;
}
.btn {
    padding: 10px;
    border-radius: 10px;
}
.section-news .shadow {
    box-shadow: none !important;
}
@media (min-width: 768px) {
    #my_widget_recent_posts-5 .post-list > .item {
        width: calc(100% / 3);
        z-index: 1;
    }
}
.footer-menu h4 span,
.footer-menu .title-company span {
    font-size: 16px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 3px;
    border-color: rgb(255 255 255 / 65%);
}
.footer-menu h4,
.footer-menu .title-company {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.archive-product-main1 span {
    display: none;
}
.archive .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-menu .row {
    align-items: normal !important;
}
.section-gallery .heading-widget {
    font-size: 30px !important;
}
@media (max-width: 768px) {
}

.section-gallery {
    padding-top: 60px !important;
}
.section-news .overflow-hidden {
    overflow: visible !important;
}
.category-dich-vu .btn {
    display: none;
}
.category-dich-vu .resize {
    padding-top: 65%;
}
.category-tin-tuc .btn {
    display: none;
}
.section-san-pham-theo-danh-muc .sc-product .slick-next {
    top: 46%;
    right: -2%;
}

#my_widget_recent_posts-5 h2.heading-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0 !important;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px !important;
    color: var(--color-body) !important;
    border-bottom: none;
}
#my_widget_recent_posts-5 .related.products h2 > span,
h2.heading-widget > span {
    display: inline-block;
    background-color: white;
    padding: 0 10px;
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
    clip-path: none;
}
#my_widget_recent_posts-5 .related.products h2 > span,
h2.heading-widget a {
    color: var(--color-body) !important;
}
h2.heading-widget a:hover {
    color: var(--color-green) !important;
}
#my_widget_recent_posts-6 h5 {
    display: none;
}
.section-news {
    padding-top: 0 !important;
}
.section-news .slick-list {
    overflow: visible !important;
}
.section-news .homepage-widget {
    padding-top: 10px;
}
.section-icon .plus-sign {
    font-size: 50px;
    display: inline-block;
    color: #fff;
}
.section-icon .dau-cong {
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-other .image-left {
    padding-bottom: 30px;
}

.page-template-page-dich-vu .sec-info .box-text {
    margin-right: 0 !important;
}
.page-template-page-dich-vu .sec-info .box-1 {
    padding-right: 3%;
}
.page-template-page-dich-vu .sec-info .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    background-color: #fff;
    box-shadow: none;
    padding: 39px 25px 43px;
    margin-right: -45px;
}
.page-template-page-dich-vu .sec-2 .sec-info .box-text {
    background-color: #fff0;
    align-items: flex-end;
}
.page-template-page-dich-vu .sec-2 .sec-info .box-text .sub-title p::before {
    left: 100% !important;
}
.page-template-page-dich-vu .sec-2 .sec-info .box-text .sub-title p {
    text-align: right;
    margin-right: 10px;
}
.page-template-page-dich-vu .sec-2 .sec-info .box-text .content p {
    text-align: right;
}
.page-template-page-dich-vu .sec-info .btn {
    background-color: #fff0;
    color: #000;
    margin-top: -9px;
    letter-spacing: 0;
}
.page-template-page-dich-vu .sec-info .btn:hover {
    color: var(--color-primary) !important;
    background-color: #fff0 !important;
}
.page-template-page-dich-vu .sec-info {
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-page-dich-vu .sec-info .btn::before {
    background-color: #fff0 !important;
}
.page-template-page-dich-vu .sec-info .btn::after {
    background-color: #fff0 !important;
}
.page-template-page-dich-vu .product_sec_sub_title .sub_title-about {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0.25rem;
    text-transform: none;
}
.page-template-page-dich-vu .section-doitac .heading-widget > span {
    padding: 0 5%;
    background-color: #f7c30500;
    display: inline-block;
    margin-bottom: -7px;
    position: relative;
    clip-path: none;
    color: var(--color-green);
    font-size: 32px !important;
}
.page-template-page-dich-vu .partners .item .resize > img {
    object-fit: cover;
}
.page-template-page-dich-vu .partners .item .resize {
    padding-top: 80%;
}
.page-template-page-dich-vu .desc-doi-tac {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    flex-basis: 66.6666666667%;
}
.page-template-page-dich-vu .desc-doi-tac p {
    text-align: center;
}
.page-template-page-dich-vu .bao-desc {
    position: relative;
}
@media (max-width: 768px) {
    .page-template-page-dich-vu .section-doitac {
        padding-top: 40px;
    }
}

.post-list article .entry-content p {
    content: '\00a0'; /* Non-breaking space to ensure the ellipsis has space before it */
}
.category-tin-tuc .post-list .item {
    margin-bottom: 20px !important;
}
