.slogan h2 {
    font-size: 70px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #994c20;
}
.st-home1 .img img {
    height: 526px;
    object-fit: contain;
}
.title h2{
    font-size: 60px;
    font-weight: 700;
    color: var(--yellow) !important;
}
.video-button-wrapper::after{
    width: 80px;
    height: 80px;
    background: #ffffff59;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.video-button-wrapper a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    padding-left: 5px;
    z-index: 2;
}
.video-button-wrapper a {
    border: 0 !important;
}
.video-button-wrapper .icon-play:before {
    font-size: 1.75rem;
    background: var(--color-highlight);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-button-wrapper a.button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.video-button-wrapper .button.open-video i {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.button.open-video * {
    width: 100%;
    height: 100%;
}
.st-home2 h2 + p{
    text-align: justify;
    max-width: 80%;
}
.highlight-row p{
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}
.highlight-row{
    margin-top: 80px;
}
.highlight-row .img .img-inner {
    margin-bottom: 20px;
    text-align: center;
}
.highlight-row .img .img-inner img {
    height: 85px;
    width: auto;
    object-fit: contain;
}
.highlight-row .col:not(:last-child) > .col-inner::after {
    content: "";
    position: absolute;
    right: -12px;
    font-weight: 900;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    background: url(../images/caret.svg) no-repeat center / contain;
    width: 12px;
    height: 24px;
    display: block;
    filter: brightness(0) invert(1);
}
body .section-title span {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    text-transform: uppercase;
    border-color: initial;
}
body .section-title b {
    opacity: 1;
    max-width: 200px;
}
body .section-title {
    justify-content: center;
    margin-bottom: 0;
}
a.add_to_cart_button::after {
    background: url(../images/plus.svg) no-repeat center / contain;
    filter: brightness(0) invert(1);
    content: '' !important;
    width: 11px !important;
    height: 13px !important;
    margin: 0 auto !important;
    /* transform: none !important; */
    animation: none !important;
    inset: auto !important;
    margin: 0 auto !important;
    position: relative !important;
    border: 0 !important;
}
.add-to-cart-button a.add_to_cart_button {
    font-size: 0 !important;
    padding: 0 !important;
    background: var(--color-highlight) !important;
    text-align: center;
    border-radius: 50px !important;
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
}
.image-fade_in_back {
    display: block;
    margin-bottom: 0;
    background: #f1e4d0;
    padding: 15px 15px 0 15px;
    border-radius: 8px;
}
.image-fade_in_back > a {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--color-main);
    height: 340px;
    border: 5px solid var(--color-main);
}
.product-small .badge-circle .badge-inner,.product-small .badge-circle-inside .badge-inner {
    max-width: 10rem;
    display: block;
    text-align: center;
    color: var(--white);
    line-height: 2rem;
    height: 2rem;
    padding: 0 10px;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    font-size: 12px;
    background-color: var(--color-highlight);
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.product-small .badge {
    height: auto;
    width: auto;
}
.product-small .title-wrapper {
    width: 100%;
}
.product-small .badge-container {
    top: 2rem;
    left: 2.5rem;
    margin: 0;
}
.product-small.box:hover .image-fade_in_back > a img {
    transform: scale(1.2);
}
.image-fade_in_back > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}
p.category {
    color: #5e5c5c;
    font-style: italic;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: inherit;
    margin-bottom: 10px !important;
    opacity: 1;
}
.product-small.box {
    background: #f1e4d0;
    border-radius: 8px;
}
.box-text.box-text-products {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
p.name.product-title.woocommerce-loop-product__title a {
    color: #4a2400;
	    text-transform: uppercase;
}
.product-small.box:hover p.name.product-title.woocommerce-loop-product__title a {
    color: var(--color-highlight);
}
p.name.product-title.woocommerce-loop-product__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 65px;
}
span.woocommerce-Price-amount.amount {
    color: var(--color-main);
    font-weight: 700;
    font-size: 22px;
}
a.wc-buy-now-btn.wc-buy-now-btn-archive.button.add_to_cart_button {
    display: block;
    padding: 0 10px;
    background: var(--color-highlight);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    width: 90px;
    letter-spacing: 0;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
}
.add-to-cart-button {
    margin-left: auto;
    margin-right: 100px;
}
.add-to-cart-button a.add_to_cart_button:hover,
.add_to_cart_button:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #994C20 21.7%, #FFC700 100%) !important;
    border: 0 !important;
    box-shadow: none !important;
}
a.added_to_cart.wc-forward {
    display: none;
}
.home-bannerbox h2{
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 1.2;
    margin-bottom: 15px;
}
.home-bannerbox .banner .banner-layers {
    z-index: 2;
}
.home-bannerbox .banner .banner-bg:before {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, rgba(112, 42, 2, 0.00) 0%, #232323 100%);
    content: '';
    position: absolute;
    height: 231px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
}
.home-bannerbox .banner {
    border-radius: 20px;
    overflow: hidden;
}
.home-bannerbox .text-box .text-box-content h3 + p {
    margin: 10px 0 0;
}
.home-bannerbox  .text-box .text-box-content{
    padding: 20px;
}
.home-bannerbox  .text-box .text-box-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.box.box-blog-post {
    margin-bottom: 0;
    background: #fff8ef;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.box.box-blog-post .box-text {
    padding: 20px;
}
.box.box-blog-post h5.post-title a {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}
.box-blog-post h5.post-title {
    margin-bottom: 0;
}
.box-blog-post .is-divider {
    display: none;
}
p.from_the_blog_excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.st-blog a.button.primary {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    border-radius: 38px;
    background: #e7d1bd00;
    color: var(--color-main);
    border: 1px solid var(--color-main);
    font-weight: 700;
    font-size: 20px;
    align-items: center;
}
section .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 1rem!important;
    transform: none !important;
}
section .slider-nav-reveal .flickity-prev-next-button.next {
    right: 1rem!important;
    transform: none !important;
}
section .section-title-normal {
    border-bottom: 0;
}
.form-group input[type=tel],
.form-group input[type=text],
.form-group select,
.form-group input {
    height: 48px;
    border-radius: 0;
    font-size: 18px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    font-style: italic;
    padding: 0 1rem;
    box-shadow: none;
    color: #333;
}
.white-color .form-group select option,
.form-group > p > span,
.form-group select,
.form-group input::placeholder{
    color: #333;
}
.white-colo .form-group input[type=tel],
.white-colo .form-group input[type=text],
.white-colo .form-group select,
.white-colo .form-group input,
.white-color .form-group > p > span,
.white-color .form-group select,
.white-color .form-group input::placeholder{
    color: #fff;
}
.form-group input.btn-submit {
    padding: 0 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
    font-style: normal;
    text-transform: inherit;
}
.radius-20{
    border-radius: 20px;
    overflow: hidden;
}
.st-contact h2 {
    color: var(--color-highlight);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
span.wpcf7-list-item-label,
.form-group > p > span {
    border-radius: 0;
    font-size: 18px;
    background: none;
    border: 0;
    padding-left: 0;
    font-style: italic;
    box-shadow: none;
    color: #495057;
	font-weight: normal;
}
.wpcf7 span.wpcf7-list-item input {
    height: auto;
}
.st-icons .img{
    height: 100px;
}
.st-icons .img img {
    object-fit: contain;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.box-highlight h3 {
    color: var(--color-highlight);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
}
.title-section h2{
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    text-transform: uppercase;
}
.st-gioithieu .img img{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}
.description p {
    font-weight: 700;
    text-transform: uppercase;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.counter-value  h3{
    color: var(--yellow);
    font-size: 115px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.item-counter img{
    object-fit: contain;
}
.item-counter img {
    object-fit: contain !important;
    width: auto !important;
    margin: 0 auto;
}
.item-counter p{
    margin-bottom: 10px;
}
.item-counter p strong {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.st-timeline .img{
    border: 1px solid var(--color-highlight);
    position: relative;
}
.st-timeline .img .img-inner{
    position: relative;
    top: -20px;
    right: -20px;
    padding: 15px;
    background: #fff;
}
.st-timeline .row > .col:nth-child(1)::after {
    width: 100px;
    position: absolute;
    left: 100%;
    top: calc(50% - 26px);
    transform: translate(-50%, -50%);
    height: 1px;
    background: var(--color-highlight);
    display: block !important;
    content: '';
    z-index: 0;
}
.st-timeline .row > .col:nth-child(1)>.col-inner::before {
    width: 20px;
    height: 20px;
    background: var(--color-highlight);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    right: calc(-25% + 7.5px);
}
.st-timeline .row > .col:nth-child(1)>.col-inner:after {
    width: 12px;
    height: 12px;
    background: var(--color-top);
    position: absolute;
    right: calc(-25% + 15.5px);
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
}
.st-timeline .row > .col > .col-inner{
    z-index: 2;
}
.st-timeline .row:nth-child(even) > .col:nth-child(1)::after {
    top: calc(50% - 16px);
}
.st-timeline .row > .col:nth-child(1){
    padding-right: 6rem;
}
.st-timeline .row > .col + .col{
    padding-left: 6rem;
}
.st-timeline > .section-content::before{
    content: '';
    position: absolute;
    right: 50%;
    height: 100%;
    transform: translateX(-50%);
    width: 1px;
    background: var(--color-highlight);
}
.st-timeline::before {
    content: '';
    background: url(../images/sam-01.png) no-repeat center / contain;
    width: 130px;
    height: 120px;
    object-fit: contain;
    position: absolute;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    top: -60px;
}
.st-timeline::after{
    content: '';
    background: url(../images/sam-02.png)  no-repeat center / contain;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 0;
    transform: translateX(-50%);
    height: 150px;
    object-fit: contain;
    width: 200px;
}
.st-timeline{
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 130px !important;
}
.breadcrumbs-section {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    line-height: 2.4rem;
}
.breadcrumbs-section p {
    margin-right: 0.7rem;
    line-height: 2.4rem;
    color: #747474;
    font-style: italic;
}
.breadcrumbs-section .txt{
    display: flex;
}
.breadcrumbs-section a {
    color: var(--color-highlight);
}
.breadcrumbs-section a::after {
    content: '\f105';
    font-family: fl-icons !important;
    display: inline-block;
    margin: 0 5px 0 10px;
    position: relative;
    top: 3px;
}
section .col-inner p a {
    color: var(--color-main);
}
.box-section-contact-form {
    background-image: linear-gradient(180deg, #fdf6eb, white);
}
textarea {
    background-color: transparent;
}
.txt-box h3 a{
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 26px;
}
.txt-box h3{
    border-bottom: 1px solid var(--color-highlight);
    margin-bottom: 20px;
}
.txt-box h3 strong{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    width: 160px;
    height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
    padding-top: 2px;
}
.title-large h2{
    text-align: center;
    font-size: 40px;
    color: var(--color-highlight);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.recruitment-item .article-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 10px;
}
.list-option strong {
    font-weight: 700;
}
.list-option > * {
    width: 50%;
    margin: 0;
}
.list-option {
    display: flex;
    flex-wrap: wrap;
}
p.date {
    display: flex;
    align-items: center;
}
.recruitment-item .btn-primary {
    border: 1px solid var(--color-highlight);
    display: inline-block;
    padding: 5px 25px;
    color: var(--color-highlight);
    border-radius: 50px;
    margin-top: 20px;
}
.recruitment-item {
    margin: 30px 0;
}
.location input {
    background-color: transparent;
    border: .1px solid #000;
}
.color-highlight {
    color: var(--color-highlight) !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
b, strong {
    font-weight: inherit;
    font-weight: 700;
}
.fs-16 div{
    font-size: 1rem;
}
.row.category-page-row > .col:nth-child(1){
    order: 2;
}
.row.category-page-row > .col {
    max-width: 100%;
    flex-basis: 100%;
}
.category-page-row section .section-content .row{
    margin-left: auto;
    margin-right: auto;
}
.category-page-row {
    max-width: 100% !important;
}
#menu-menu-shop > li > a {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: var(--color-main);
    border-bottom: 2px solid #fff0;
    padding-bottom: 5px !important;
    padding: 0;
}
#menu-menu-shop > li.current-menu-item a ,
#menu-menu-shop > li.current_page_item a {
    color: var(--color-main-02);
    border-color: var(--color-main);
}
ul#menu-menu-shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive .breadcrumbs {
    display: none;
}
.woocommerce-result-count {
    font-size: 1rem;
}
.woocommerce-ordering, .woocommerce-ordering select {
    display: inline-block;
    margin: 5px 0;
    border-radius: 20px;
    width: fit-content;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
    font-weight: bold;
    color: var(--color-black);
    padding: 0;
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.home-bannerbox a.button.primary::after{
    display: none;
}
.home-bannerbox .banner + .banner{
    margin-top: 20px;
}
.home-bannerbox a.button.primary {
    background-color: transparent !important;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.25rem;
    color: var(--color-top);
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 0 !important;
}
.shop-container .row.row-small {
    max-width: 1200px;
}
form.woocommerce-ordering {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 1.25rem;
    width: 100%;
    justify-content: flex-end;
}
.archive .widget {
    margin-bottom: 0;
}
.product-short-description > p {
    margin-bottom: 1rem !important;
}
.product-short-description strong{
    font-weight: 700;
}
.slider-nav-reveal .flickity-prev-next-button.next {
    right: 1px!important;
}
.slider-nav-reveal .flickity-prev-next-button.previous {
    left: 1px!important;
}
h3.product-section-title-related {
    text-align: center;
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 2px;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
}
.product-footer .woocommerce-tabs a:before{
    display: none !important;
}
.product-section {
    border-top: 0  !important;
}
.product-main .badge-container {
    display: none;
}
h1.product-title.product_title.entry-title {
    font-weight: 700;
    color: var(--color-highlight);
    font-size: 24px;
}
.single .single_add_to_cart_button  + .single_add_to_cart_button{
    background-color: var(--color-highlight) !important;
    color: #fff;
}
.single .single_add_to_cart_button {
    text-transform: uppercase;
    background-color: #fff0;
    color: var(--color-highlight);
    font-weight: 700;
    text-align: center;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border: 0.1rem solid var(--color-highlight);
    padding: 0 2rem;
    margin-top: 0;
    margin-bottom: 0 !important;
    max-width: 300px;
    width: 100%;
    border-radius: 50px;
    background-color: transparent !important;
    font-size: 1rem;
}
form.cart {
    flex-direction: column;
    gap: 0;
}
.ux-quantity.quantity.buttons_added > * {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 25% !important;
    height: 30px;
    line-height: 30px;
    padding: 0;
    min-height: 30px;
}
.ux-quantity.quantity.buttons_added {
    border: 1px solid #000;
    max-width: 96px;
    height: 30px;
    line-height: 30px;
}
.ux-quantity.quantity.buttons_added > input[type="number"]{
    width: 50% !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}
input.ux-quantity__button.ux-quantity__button--minus.button.minus.is-form {
    font-size: 1.5rem;
    position: relative;
    color: #000;
}
input.ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    font-size: 1.5rem;
    position: relative;
    color: #000;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    margin: .5em 0 0;
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 0 1rem;
    background-color: transparent;
    border: 0.1rem solid var(--color-main);
    color: var(--color-main);
    border-radius: 0 !important;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout.wc-forward {
    background-color: var(--color-main);
    color: #fff;
}
.off-canvas .mfp-content.off-canvas-cart {
    max-width: 460px;
    width: 100%;
    background-color: #fff;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    font-weight: 700;
    display: block;
    color: var(--color-main);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}   
ul.product_list_widget li .quantity {
    opacity: 1 !important;
}
#cart-popup span.woocommerce-Price-amount.amount {
    font-size: 1rem;
}
p.woocommerce-mini-cart__total.total strong {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}
.cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child {
    border-top: 0;
}
.cart-popup-title>span {
    font-weight: 700;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
}
.st-daily h3{
	    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
	text-transform: uppercase;
}
.st-daily p {
    font-size: 15px;
    line-height: 25px;
}
.st-daily strong {
    font-weight: 700;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    background: inherit !important;
    box-shadow: inherit !important;
}
.form-group select option {
    color: #000;
}
.blog-single .large-10.col {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}
.blog-single .html-before-comments.mb {
    order: 3;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 0 !important;
}
.blog-single{
	padding-bottom: 0 !important;
}
.blog-single .html-before-comments.mb .row {
    margin-left: auto;
    margin-right: auto;
}