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

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

:root {
    --color-dark: #14223c;
    --color-textgray: #13233a;
    --color-gray: #6d6e70;
    --color-lightgray: #b9b9bb;
    --color-silver: #dfdfdf;
    --color-gold: #fade61;
    --color-gold2: #d1a635;
    --color-gold3: #fecb58;
    --color-textyellow: #bdb400;
    --color-btnyellow: #ffbc13;
    --color-brown: #b5714a;
    --container-width: 1349px;
    --text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    --blue: #28a9e0;
    --yellow: #fade61;
}
h1,
h2,
h3,
h4 {
    font-weight: bold;
}
.text-stroke {
    -webkit-text-stroke: 1px #fff;
}
.btn:focus,
.form-control:focus {
    box-shadow: none;
}
a {
    color: var(--color-dark);
}
a:hover,
a:focus {
    color: var(--blue);
}

a,
button,
.btn {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn:focus {
    box-shadow: none;
}
.grecaptcha-badge {
    opacity: 0.7;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

h1.heading {
    font-size: 38px !important;
    color: #323232;
    text-transform: capitalize;
    text-align: center;
}

.ratio {
    position: relative;
    width: 100%;
    --object-fit: cover;
    --bs-aspect-ratio: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: '';
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.ratio.ratio-3x4 {
    --bs-aspect-ratio: 133.3333%;
}
.ratio.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}
.ratio.ratio-3x1 {
    --bs-aspect-ratio: 33.3333%;
}
.ratio.ratio-3x2 {
    --bs-aspect-ratio: 66.6667%;
}
.ratio.obj-contain {
    --object-fit: contain;
}
.ratio.obj-cover {
    --object-fit: cover;
}
.ratio > img {
    -o-object-fit: var(--object-fit);
    object-fit: var(--object-fit);
}

/* KHOA HOC CHAN NUOI */
.kh_cn {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(to left, #f4d593, #fdfde3);
}
.kh_cn article {
    margin: 15px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.kh_cn a:not(.btn) {
    color: var(--blue);
}
.kh_cn a:hover {
    color: var(--yellow);
}
.kh_cn article .box-btn {
    display: block;
    text-align: center;
}
.kh_cn .post-image {
    padding: 15px 15px 0 15px;
    background-color: #fff;
}
.kh_cn .post-image .resize {
    border-radius: 10px;
    overflow: hidden;
}
.photo-gallery .resize {
    padding-top: 100%;
}

.wpcf7-not-valid-tip {
    display: none !important;
}
#main-footer p {
    color: #fff;
}
b,
strong,
.strong {
    font-weight: bold;
}

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

body {
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-dark);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 1.3;
}

.page article .entry-content h1,
.single-post .content-main .entry-content h1 {
    font-size: 2rem;
}
.page article .entry-content h2,
.single-post .content-main .entry-content h2 {
    font-size: 1.7rem;
}
.page article .entry-content h3,
.single-post .content-main .entry-content h3 {
    font-size: 1.4rem;
}
.page article .entry-content h4,
.single-post .content-main .entry-content h4 {
    font-size: 1.2rem;
}
.page article .entry-content h5,
.single-post .content-main .entry-content h5 {
    font-size: 1rem;
}
.single-post .content-main .entry-meta {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #deecf0;
}

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

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

.row-sm {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.row-sm > div {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
.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;
}

/* .single-product .btn:hover {
    border-color: var(--color-gold) !important;
    background-color: var(--color-gold) !important;
} */
.wpcf7-submit .btn {
    background-color: #fff !important;
    color: var(--color-gold);
}
/* 
.btn:hover::before,
.wpcf7-submit .btn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid inherit;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease 0.4s;
}
.btn:focus {
  box-shadow: none;
} */

.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 75%;
}

.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;
    transition: all 0.5s;
}

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

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

.hover-shadow:hover,
.category-item .inner:hover .shadow-sm {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.category-item .inner {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.category-item .inner:hover {
    transform: scale(1.1);
}

.section-about.myblock {
    padding-top: 0;
}
.sc-product.myblock {
    padding: 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;
}

.counters {
    text-align: center;
}

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

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

.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 .inner {
    display: flex;
    text-align: left;
}

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

.section-counter .counter {
    font-size: 35px;
    font-weight: 600;
}
.bg-gray {
    background-color: #f8f8f8;
}

/* .homepage3_sidebar .homepage-widget3:nth-child(odd) {
    background-color: #f8f8f8;
} */

.post-list article {
    position: relative;
    height: 100%;
}
.post-list article .btns {
    display: none !important;
}
.cat-description h2 {
    color: var(--blue);
    text-transform: uppercase;
}
.archive .post-list article .btns {
    display: block;
}
.archive-featured .sticky-post article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.archive-featured .sticky-post article .post-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.archive-featured .sticky-post article .post-image .resize {
    padding-top: 50%;
    overflow: hidden;
    border-radius: 10px;
}
.archive-featured .sticky-post article .post-intro {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.archive-featured .sticky-post article .btns {
    margin-top: auto;
}
.archive-featured .sticky-post article .btn {
    display: block;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.archive-featured .sticky-post article .post-intro .entry-title a {
    text-transform: uppercase;
    color: var(--blue);
}
.archive .category-block .header-widget {
    position: relative;
}
.archive .category-block .header-widget h2.heading {
    text-align: center;
    padding-bottom: 0;
    text-transform: uppercase;
}
.archive .category-block .header-widget h2.heading a {
    color: var(--color-dark);
}
.archive .category-block .header-widget .btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.archive .category-block .slick-dots {
    bottom: -20px;
}
.archive .category-block .post-list article {
    box-shadow: none;
}
.archive .category-block .post-list .resize {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.archive .category-block .post-list .post-intro {
    background-color: transparent;
    text-align: center;
}
.archive .category-block .post-list .entry-title a {
    height: auto;
}
.archive .category-block .post-list .meta {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-top: 1rem;
}

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

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

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

.slick-arrow {
    color: #fff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.8;
}
.slick-prev,
.slick-next {
    /* background-color: var(--color-textgray); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--blue);
    color: var(--blue);
    background-color: rgba(255, 255, 255, 0.7);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: var(--color-dark);
    border-color: var(--color-dark);
    opacity: 1;
}
.slick-slide img {
    width: 100%;
}

.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;
}
.navbar-brand {
    overflow: hidden;
    flex: 0 0 auto;
}
.btn:not(.reset_variations) {
    border-width: 0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
#main-footer .btn {
    border-width: 1px;
}
.btn-primary {
    background-color: #28a9e0;
}
.btn-primary:hover {
    background-color: #0073a5;
}
/* #main-header {
  padding-top: 7px;
  background-color: var(--color-gold);
}
#mainnav.navbar {
  box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.2);
} */
.navbar-brand img {
    max-height: 100%;
}

.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;
}
.navbar {
    z-index: 1111;
}
#mainnav.navbar-expand > .container {
    padding-right: 15px;
    padding-left: 15px;
}
#mainnav .nav-item:not(.menu-item-home).active .nav-link,
#mainnav .nav-link:hover {
    color: var(--blue);
    /* background: linear-gradient(-60deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 65%));
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1); */
}
/* home */
/* #mainnav.navbar-light
  .navbar-nav
  .nav-item:not(:first-child).active
  .nav-link:hover {
  color: var(--color-dark);
} */

#mainnav.navbar-light.bg-light {
    background-color: hwb(0 100% 0% / 0.95) !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 {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.home-slideshow .slick-dots {
    bottom: 25px;
}
.home-slideshow .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slideshow .intro {
    top: 45%;
    display: flex;
    align-items: left;
    color: #000;
    font-size: 18px;
    display: block;
    transform: translate(0, -50%);
    left: -32%;
    width: 37%;
    margin: 0 auto;
    display: none;
}

.home-slideshow h2.title,
.sec-banner h2.title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
    animation-delay: 0.1s;
    color: #333333;
    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;
}

.bootstrap-select .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.bootstrap-select .dropdown-item {
    color: #333;
    background-color: #fff;
}

.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;
}

/* wooCommerce */
.woocommerce-page ul.products,
.woocommerce ul.products {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
    -ms-flex: 0 0 auto;
    max-width: 100%;
}

.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 {
    text-align: center;
    position: relative;
    transition: all 0.8s;
    height: 100%;
}
.products .product-inner .thumb {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.products .product-inner .thumb img {
    width: 100% !important;
    height: 100% !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 a img {
    margin-bottom: 0;
}
.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;
    text-align: center;
    padding: 0 2px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    margin-bottom: 0;
    color: var(--color-red);
    /* font-weight: bold; */
    font-size: 15px;
    text-align: center;
    display: block;
}
.woocommerce .woocommerce-product-rating .star-rating {
    color: var(--color-gold);
}
.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: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

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

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

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

#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;
    /* padding-bottom: 40px; */
}

.price .amount > bdi {
    position: relative;
    padding-right: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.single-product .price .amount > bdi > span {
    font-size: 14px;
}
.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 {
    margin-bottom: 0.5rem;
}
.logo-footer img {
    max-width: 180px;
}
#main-footer .footer-menu ul > li a:hover,
#main-footer .company-list p a:hover,
.footer-copy a:hover {
    color: var(--color-gold) !important;
}
.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%;
}

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

.widget_my_widget_recent_posts article {
    margin-bottom: 0;
    height: 100%;
    /* background-color: #fff; */
}
.widget_my_widget_recent_posts .box-btn {
    display: none;
}
.page-template-templ-gioi-thieu .widget_my_widget_recent_posts .box-btn {
    display: block;
}
.page-template-templ-gioi-thieu .widget_my_widget_recent_posts .box-btn a {
    color: var(--blue);
}
.page-template-templ-gioi-thieu
    .widget_my_widget_recent_posts
    .box-btn
    a:hover {
    color: var(--color-gold);
}

.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: #d3d3d4;
    border: none;
}
.search-input::placeholder {
}
.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;
}

#top-mod {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(
        to bottom,
        var(--color-gold),
        var(--color-gold2)
    );
    color: var(--color-dark);
    font-family: 'Montserrat', sans-serif;
    position: relative;
    line-height: 30px;
    height: 50px;
}
#top-mod a {
    background-color: transparent;
    color: var(--color-dark);
    height: auto;
    line-height: 40px;
    font-weight: bold;
}
#top-mod a:hover {
    color: #000;
}
.top-login {
    border-color: #fff;
}
#top-mod .gtranslate_wrapper a {
    background-color: #d9d9d9;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 30px;
    width: 40px;
    text-align: center;
    padding: 5px 0;
}
#top-mod .gtranslate_wrapper a.gt-current-lang,
#top-mod .gtranslate_wrapper a:hover {
    background-color: #28a9e0;
}
.socials a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: var(--yellow);
    border-radius: 50%;
}
#menu-primary {
    background-color: #f2f5fa;
    border-radius: 5px;
}
#menu-primary a {
    font-size: 18px;
    color: var(--color-textgray);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-item > .nav-link span {
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    position: relative;
}

.navbar-light .navbar-nav .active > .nav-link span,
.navbar-light .navbar-nav .nav-link.active span,
.navbar-light .navbar-nav .nav-link.show span,
.navbar-light .navbar-nav .show > .nav-link span {
    color: var(--color-dark);
}

.navbar-light .navbar-nav .active > .nav-link span:after,
.navbar-light .navbar-nav .nav-link.active span:after,
.navbar-light .navbar-nav .nav-link.show span:after,
.navbar-light .navbar-nav .show > .nav-link span:after,
.navbar-light .navbar-nav .current-category-ancestor > .nav-link span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    max-width: 100%;
    height: 2px;
    background-color: var(--blue);
}

.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: #fff;
}

.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 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.post-list article .post-intro {
    padding: 15px;
    background-color: #fff;
    /* 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;
}
.post-list .entry-header {
    margin-bottom: 15px;
}
.post-list .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.post-list .item article {
    transition: all 0.2s ease-in-out;
}
.post-list .item article:hover {
    /* transform: translateY(-3px); */
}

.category .post-list .entry-title {
    margin-bottom: 0;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1.4;
}

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

.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;
}

.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: 0 10px 10px 0;
    margin-bottom: 0;
    border-radius: 0;
}

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

.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: 5px;
}

.slick-next {
    right: 5px;
}

footer#main-footer {
    /* background: linear-gradient(178deg, #48ade3 0, #2b62ae 100%) !important;
  background: var(--color-gold); */
    color: #fafafa;
    padding-top: 2%;
}

footer#main-footer a {
    color: #f1f1f1;
}
footer#main-footer .socials a {
    color: var(--color-dark);
}

footer#main-footer .socials a:hover {
    background-color: #fff;
}

.footer-menu h4 {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.company-info .fa,
/* .company-info .fab, */
.company-info .far,
.company-info .fas {
    color: var(--color-gold);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.company-info p {
    position: relative;
    padding-left: 25px;
}

.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;
    opacity: 0.8;
}

footer .socials {
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .socials a {
    color: var(--color-dark);
}

.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;
}

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

.tool-actions {
    position: fixed;
    right: 25px;
    bottom: 85px;
    z-index: 1031;
}

.tool-actions .item {
    position: relative;
    margin-bottom: 15px;
}

.tool-actions .item a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-btnyellow);
    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: rgba(230, 8, 8, 0.8); */
    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 var(--color-btnyellow);
    background-color: var(--color-btnyellow);
    opacity: 0.3;
}

.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-btnyellow);
}

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

.tool-actions .facebook-action span,
.tool-actions .facebook-action a {
    /* background: #3b5998; */
}

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

@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;
}
/* 
.btn-warning {
  color: var(--color-dark);
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}
.btn-warning:hover {
  color: #fff;
  background-color: var(--color-gray);
  border-color: var(--color-gray);
} */
.product-nav .dropdown-toggle {
    white-space: normal;
}

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

.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 Pro';
    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 {
    color: var(--color-dark);
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* font-size: 28px; */
}
/* h2.heading-widget {
  font-family: 'Montserrat', sans-serif;
} */

.widget_my_widget_recent_posts {
    padding-top: 40px;
    padding-bottom: 40px;
}
.widget_my_widget_recent_posts .post-list > .item {
    width: 50%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.widget_my_widget_recent_posts .post-list article {
    color: var(--color-textgray);
    border-radius: 0;
    padding-bottom: 10px;
    position: relative;
    box-shadow: none;
}
/* .widget_my_widget_recent_posts .post-list article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.1;
} */
.slideshow.row {
    /* margin-left: 0;
  margin-right: 0; */
}
.widget_my_widget_recent_posts .slick-dots {
    display: none !important;
}
.widget_my_widget_recent_posts .fa-long-arrow-left:before {
    content: '\f053';
    font-weight: 900;
}
.widget_my_widget_recent_posts .fa-long-arrow-right:before {
    content: '\f054';
    font-weight: 900;
}
.widget_my_widget_recent_posts .slick-prev {
    top: -50px;
    left: unset;
    right: 60px;
    border-radius: 0;
    border: 0;
    background-color: var(--color-lightgray);
    color: #fff;
}
.widget_my_widget_recent_posts .slick-next {
    top: -50px;
    right: 15px;
    border-radius: 0;
    border: 0;
    background-color: var(--color-lightgray);
    color: #fff;
}
.widget_my_widget_recent_posts .slick-prev:hover,
.widget_my_widget_recent_posts .slick-next:hover {
    background-color: var(--blue);
}
.widget_my_widget_recent_posts .resize {
    padding-top: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.widget_my_widget_recent_posts .heading {
    border-bottom: 2px solid var(--color-dark);
}
.widget_my_widget_recent_posts .heading:before {
    display: none;
}
.widget_my_widget_recent_posts .slick-slide.item > article,
.widget_my_widget_recent_posts .slick-slide > div .item {
    padding: 1rem;
}
.widget_my_widget_recent_posts
    .post-list
    .slick-slide
    > div:nth-child(n + 2)
    article
    .entry-content
    p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 45px;
}

.widget_my_widget_recent_posts
    [data-rows]
    .slick-slide
    > div:nth-child(n + 2)
    .resize {
    padding-top: 67%;
    margin-top: 10px;
}
.widget_my_widget_recent_posts
    [data-rows]
    .slick-slide
    > div:nth-child(n + 2)
    .entry-title {
    margin-top: 0;
}
.widget_my_widget_recent_posts .post-intro {
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.widget_my_widget_recent_posts .entry-meta {
    display: block !important;
    order: -1;
    margin-top: 10px;
    margin-bottom: 5px;
}
.widget_my_widget_recent_posts
    [data-rows]
    .slick-slide
    > div:nth-child(n + 2)
    .entry-meta {
    margin-top: 0;
}
.widget_my_widget_recent_posts
    [data-rows]
    .slick-slide
    > div:nth-child(n + 2)
    article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.widget_my_widget_recent_posts
    [data-rows]
    .slick-slide
    > div:nth-child(n + 2)
    article
    > * {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 992px) {
    .widget_my_widget_recent_posts
        .slick-slide
        > div:nth-child(n + 2)
        .post-image {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .widget_my_widget_recent_posts
        .slick-slide
        > div:nth-child(n + 2)
        .post-intro {
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        text-align: left;
    }
    .archive-featured .sticky-post article .post-image {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .archive-featured .sticky-post article .post-intro {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.widget_my_widget_recent_posts .post-list article .entry-content p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 90px;
    margin-bottom: 0;
}
.widget_my_widget_recent_posts .post-list .post-intro {
    background-color: transparent;
    position: relative;
}
.widget_my_widget_recent_posts .post-list .entry-title a {
    height: auto;
}
.bnr {
    position: relative;
}
.bnr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}
.bnr img {
    width: 100%;
}
.block-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    position: relative;
    justify-content: center;
}

.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;
    display: none;
}

.homepage-widget {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.homepage-widget .block-more {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.homepage-widget .block-more .read-more a {
    color: #fff;
    display: inline-block;
    background-color: var(--color-gold);
    padding: 12px 30px;
    font-weight: 600;
    border: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.homepage-widget .block-more .read-more a img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.homepage-widget .block-more .read-more a:hover img {
    opacity: 0.2;
    visibility: visible;
    max-width: 30px;
}
.homepage-widget .block-more .read-more a img:nth-child(1) {
    bottom: -15px;
    left: -15px;
}
.homepage-widget .block-more .read-more a:hover img:nth-child(1) {
    bottom: 0;
    left: 0;
}
.homepage-widget .block-more .read-more a img:nth-child(2) {
    top: -15px;
    right: -15px;
}
.homepage-widget .block-more .read-more a:hover img:nth-child(2) {
    top: 0;
    right: 0;
}
.products.slideshow .product {
    padding: 10px 15px 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);
}

.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;
    }

    .section-why .intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .row-lg {
        margin-right: -24px;
        margin-left: -24px;
    }
    .row-lg > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .row-xl {
        margin-right: -32px;
        margin-left: -32px;
    }
    .row-xl > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .footer-menu .row {
        align-items: center;
    }
}

@media (max-width: 991.95px) {
    .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%;
    }

    .section-why {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-why {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-why .container > .row > .item {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .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%;
    }

    .phanhoi-header .col-4 {
        margin-top: 20px;
    }
    .widget_my_widget_recent_posts .slick-prev {
        top: 100%;
        left: 50%;
        right: unset;
        transform: translateX(calc(-100% - 5px));
    }
    .widget_my_widget_recent_posts .slick-next {
        top: 100%;
        left: 50%;
        right: unset;
        transform: translateX(5px);
    }
}
.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    margin-bottom: 15px !important;
    margin-top: 0;
}

@media (min-width: 768px) {
    .company-slogan {
        margin-left: 10px;
    }
    .mini-cart {
        text-align: right;
    }
    .cart-text {
        display: inline-block;
    }
    .company_name_short {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1.1;
        color: var(--color-gold);
        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;
    }
    #menu-primary.navbar-nav {
        flex-grow: 1;
        justify-content: space-evenly;
    }
    .navbar-brand {
        display: inline-block;
        height: 100px;
        width: 208px;
    }

    #mainnav {
        background-color: #fff;
    }

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

    #main-header.fixed-top #mainnav.navbar {
        transition: all 0.5s;
    }

    #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 > .container {
        position: relative;
    }
    .mainmenu {
        position: static;
    }
    #mainnav .navbar-nav > li > a {
        padding: 0.2rem 1.2rem;
    }
    .menu-item-products {
        position: static;
    }
    .menu-item-products > ul.dropdown-menu.show {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 0 !important;
        left: 0;
        right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-item-products > ul.dropdown-menu.show > li + li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu-item-products > ul.dropdown-menu.show > li > a.dropdown-item {
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        font-size: 14px;
    }
    .menu-item-products > ul.dropdown-menu.show > li > a.dropdown-item:after {
        display: none;
    }
    .menu-item-products > ul.dropdown-menu > li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 0 !important;
    }
    .menu-item-products > ul.dropdown-menu .dropdown-menu {
        display: block;
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
        margin-top: 0;
    }
    .menu-item-products > ul.dropdown-menu .dropdown-menu > li {
        border: 0 !important;
    }
    .menu-item-products > ul.dropdown-menu .dropdown-menu > li a {
        font-weight: 300;
        font-size: 14px;
    }

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

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

    .navbar-has-fixed-top #wapper {
        padding-top: 60px;
    }

    .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-gold);
    }

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

    .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);
    }

    .home-slideshow .image.resize {
        padding-top: 45%;
    }

    .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: calc(50% - 30px);
    }

    .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: 50%;
    }

    .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: calc(50% - 30px);
    }

    .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: 50%;
    }

    .woocommerce-product-gallery__wrapper .resize {
        padding-top: 100%;
    }
    .kh_cn .post-list > .item {
        width: 100%;
        padding: 7.5px 0;
    }
}

.page-template-templ-gioi-thieu .myblock {
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-templ-gioi-thieu .header-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.page-template-templ-gioi-thieu .lead {
    color: var(--blue);
    font-weight: bold;
}
.page-template-templ-gioi-thieu .conent-block {
    margin-top: 30px;
    position: relative;
}

.page-template-templ-gioi-thieu .tong_quan .row {
    padding-bottom: 25px;
}

.page-template-templ-gioi-thieu .tong_quan .intro .inner {
    padding: 20px;
    background-color: var(--light);
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .page-template-templ-gioi-thieu .tong_quan .intro {
        margin-right: -25px;
        margin-top: 40px;
        position: relative;
    }
    .page-template-templ-gioi-thieu .tong_quan .intro:before {
        position: absolute;
        content: '';
        top: 25px;
        left: 25px;
        right: -25px;
        bottom: -25px;
        border: 1px solid var(--color-brown);
    }
    .page-template-templ-gioi-thieu .tong_quan .image {
        margin-left: -25px;
    }
}

@media (min-width: 992px) {
    .page-template-templ-gioi-thieu .hanh_trinh .item-year {
        border-radius: 50%;
        width: 90%;
        aspect-ratio: 1/1;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(-15deg, #cea42c, #fddf65);
        color: #fff;
    }
    .page-template-templ-gioi-thieu .hanh_trinh .items {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.page-template-templ-gioi-thieu .hanh_trinh .items .item {
    position: relative;
}
.page-template-templ-gioi-thieu .hanh_trinh .items .item + .item:after {
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: var(--dark);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    font-size: 30px;
    text-align: center;
}
.page-template-templ-gioi-thieu .hanh_trinh .items p {
    margin-bottom: 0;
}
.page-template-templ-gioi-thieu .hanh_trinh .item-desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}
.page-template-templ-gioi-thieu .hanh_trinh .item-desc-line {
    position: relative;
}
.page-template-templ-gioi-thieu .hanh_trinh .separator {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 24px;
    background-color: var(--blue);
}
.page-template-templ-gioi-thieu .hanh_trinh .separator:before,
.page-template-templ-gioi-thieu .hanh_trinh .separator::after {
    content: '';
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
}
.page-template-templ-gioi-thieu .hanh_trinh .separator:before {
    background-color: transparent;
    border: 2px solid var(--blue);
    transform: translate(calc(-50% + 1px), -8px) rotate(45deg);
}
.page-template-templ-gioi-thieu .hanh_trinh .separator:after {
    background-color: var(--blue);
    transform: translate(calc(-50% + 1px), 16px) rotate(45deg);
}
.page-template-templ-gioi-thieu .hanh_trinh .item-odd .item-desc {
    top: calc(-45% - 40px);
}
.page-template-templ-gioi-thieu .hanh_trinh .item-odd .separator {
    bottom: 0;
    transform: translateY(35px);
}
.page-template-templ-gioi-thieu .hanh_trinh .item-even .item-desc {
    bottom: calc(-45% - 40px);
}
.page-template-templ-gioi-thieu .hanh_trinh .item-even .separator {
    top: 0;
    transform: translateY(-35px);
}
@media (max-width: 991.95px) {
    .page-template-templ-gioi-thieu .hanh_trinh .inner {
        border-radius: 50%;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1/1;
        flex-direction: column;
        background: linear-gradient(-15deg, #cea42c, #fddf65);
        color: #fff;
    }
    .page-template-templ-gioi-thieu .hanh_trinh .item-desc {
        position: static;
        transform: none;
        /* padding-top: 30px; */
    }
    /* .page-template-templ-gioi-thieu .hanh_trinh .item-odd .separator {
    bottom: unset;
    top: -35px;
    transform: none;
  } */
    .page-template-templ-gioi-thieu .hanh_trinh .separator {
        display: none !important;
    }
}
@media (max-width: 991.95px) and (min-width: 768px) {
    .page-template-templ-gioi-thieu .hanh_trinh .item:nth-child(3n + 1):after {
        display: none !important;
    }
}
@media (max-width: 767.95px) {
    .page-template-templ-gioi-thieu .hanh_trinh .item:nth-child(2n + 1):after {
        display: none !important;
    }
}

@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: -3px;
    }
    .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;
}

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

.circle-icon {
    padding-right: 7px;
}
.top-menu-dsk {
    text-align: left;
}
.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-gold);
    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-gold);
    stroke: var(--color-gold);
    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 {
    margin-bottom: 10%;
    font-size: 30px;
}
.post-intro .btn {
    font-size: 15px;
}
.post-intro .btn:focus {
    box-shadow: none;
}

ol li,
ul li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.has-bg {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.has-bg.overlay {
    position: relative;
}
.has-bg.overlay:before,
.has-bg.overlay:after {
    content: '';
    position: absolute;
    /* full width  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.has-bg.overlay:before {
    background: linear-gradient(to right, #f4d593, #fdfde3);
    z-index: -1;
}
.has-bg.overlay > .container {
    position: relative;
    z-index: 1;
}
.has-bg.overlay-dark:after {
    background: rgba(0, 0, 0, 0.3);
}
.has-bg.overlay-light:after {
    background: rgba(255, 255, 255, 0.3);
}

.sec-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-info .item > .inner {
    border-radius: 20px;
}

.sec-info .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.page-template-templ_home-full .sec-info .heading:before {
    display: none;
}
.sec-info h2.heading {
    font-size: 2.25rem;
    text-align: left;
    margin-bottom: 1rem;
}
.sec-info .desc {
    font-size: 17px;
}
.sec-info .desc-text > p:first-child {
    font-size: 1.1rem;
    font-weight: bold;
}
.sec-info .desc ul {
    list-style: none;
    padding-left: 0;
}
.sec-info .desc ul li {
    padding-left: 30px;
    position: relative;
}
.sec-info .desc ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .sec-info .myslideshow .slick-list {
  --displacement: 20px;
  padding-top: calc(var(--displacement) * 2) !important;
  padding-bottom: var(--displacement) !important;
}
.sec-info .myslideshow .slick-slide {
  opacity: 0;
}
.sec-info .myslideshow .slick-slide .ratio {
  z-index: 0 !important;
}
.sec-info .myslideshow .slick-slide.slick-center .ratio {
  z-index: 20 !important;
}
.sec-info .myslideshow .slick-slide.slick-center + .slick-slide .ratio {
  z-index: 10 !important;
}
.sec-info
  .myslideshow
  .slick-slide.slick-center
  + .slick-slide
  + .slick-slide
  .ratio {
  z-index: 5 !important;
}
.sec-info .myslideshow .slick-slide > .inner {
  transition: all 0.8s;
  border: 2px solid #fff;
  transform: translate(var(--displacement), var(--displacement));
}
.sec-info .myslideshow .slick-slide.slick-center > .inner {
  transform: translate(
    calc(0px - var(--displacement)),
    calc(0px - var(--displacement))
  ) !important;
}
.sec-info .myslideshow .slick-slide.slick-center + .slick-slide > .inner {
  transform: translate(-100%, 0) !important;
}
.sec-info
  .myslideshow
  .slick-slide.slick-center
  + .slick-slide
  + .slick-slide
  > .inner {
  transform: translate(
    calc(-200% + var(--displacement)),
    calc(var(--displacement))
  ) !important;
}
.sec-info .myslideshow .slick-slide.slick-center,
.sec-info .myslideshow .slick-slide.slick-center + .slick-slide,
.sec-info .myslideshow .slick-slide.slick-center + .slick-slide + .slick-slide {
  opacity: 1 !important;
} */

/* FADE */
.sec-info .myslideshow .slick-list {
    --displacement: 20px;
    padding: calc(var(--displacement) * 2) 0.25rem !important;
}
.sec-info .myslideshow .slick-slide {
    padding: var(--displacement);
    z-index: 0 !important;
    opacity: 0 !important;
    transition: opacity 300ms ease 0s !important;
}
.sec-info .myslideshow .slick-slide.slick-current {
    z-index: 20 !important;
}
.sec-info .myslideshow .slick-slide.slick-current + .slick-slide {
    z-index: 10 !important;
}
.sec-info
    .myslideshow
    .slick-slide.slick-current
    + .slick-slide
    + .slick-slide {
    z-index: 5 !important;
}
.sec-info .myslideshow .slick-slide > .inner {
    transition: all 0.8s;
    border: 2px solid #fff;
    /* transform: translate(calc(0px - var(--displacement)), 0) !important; */
    transform: translate(
        var(--displacement),
        calc(var(--displacement) * 2)
    ) !important;
    /* transform: translate(0, var(--displacement)) !important; */
}
.sec-info .myslideshow .slick-slide.slick-current > .inner {
    transform: translate(calc(0px - var(--displacement)), 0) !important;
    transition-duration: 0.4s;
}
.sec-info .myslideshow .slick-slide.slick-current + .slick-slide > .inner {
    transform: translate(0, var(--displacement)) !important;
}
.sec-info
    .myslideshow
    .slick-slide.slick-current
    + .slick-slide
    + .slick-slide
    > .inner {
    transform: translate(
        var(--displacement),
        calc(var(--displacement) * 2)
    ) !important;
}
.sec-info .myslideshow .slick-slide.slick-current + .slick-slide,
.sec-info
    .myslideshow
    .slick-slide.slick-current
    + .slick-slide
    + .slick-slide {
    opacity: 0.8 !important;
}
.sec-info .myslideshow .slick-slide.slick-current {
    opacity: 1 !important;
}

/* O */
/* .sec-info .myslideshow .slick-slide .inner {
  transform: translate(0, 0);
  opacity: 0;
}
.sec-info .myslideshow .slick-slide.slick-current .inner {
  transform: translate(
    calc(0px - var(--displacement) * 2),
    calc(0px - var(--displacement) * 2)
  );
  z-index: 2;
  opacity: 1;
}
.sec-info .myslideshow .slick-slide.slick-current ~ .slick-slide .inner {
  transform: translate(
    calc(-100% - var(--displacement)),
    calc(0px - var(--displacement))
  );
  opacity: 1;
}
.sec-info
  .myslideshow
  .slick-slide.slick-current
  ~ .slick-slide
  ~ .slick-slide
  .inner {
  transform: translate(-200%, 0);
  opacity: 1;
} */

.sec-info-img {
    padding-left: 70px;
    padding-right: 70px;
}
@media (min-width: 992px) {
    .sec-info-img {
        padding-right: 100px;
    }
}
.sec-info .slick-prev {
    left: -40px;
    border-radius: 50%;
}
.sec-info .slick-next {
    right: -40px;
}

.sec-contact .subscribe-content {
    display: flex;
    align-items: center;
    justify-self: start;
}
.sec-contact .subscribe-content .icon span {
    background-color: #fff;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 10px;
}
.sec-contact .container {
    background-color: var(--color-gray);
    color: #fff;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sec-contact .input-group p {
    display: flex;
    margin-bottom: 0;
}
.sec-contact .box-title {
    padding-left: 20px;
}
.sec-contact h5 {
    font-size: 24px;
    font-weight: bold;
}
.sec-contact .form-control {
    border-radius: 0 !important;
    border-right: 0 !important;
    border: none !important;
}
.sec-contact .input-group .btn {
    border: none !important;
    color: #fff !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
    background-color: var(--color-gold);
}
.sec-contact .input-group .btn:hover {
    color: var(--color-gold) !important;
}

.section-category-product {
    background-color: #ececec;
}

.row.category-list {
    margin-left: 0;
    margin-right: 0;
}

.category-item h3 > a {
    display: inline-block;
    padding: 2px 10px;
}
.category-item .inner:hover h3 > a {
    background-color: var(--blue);
    color: #fff;
}

.section-category-product .icon {
    width: 100px;
}
.page-template-templ_home-full .heading {
    text-align: center;
    position: relative;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.page-template-templ_home-full .heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(to right, #c89100, #fcde5a);
}
@media (max-width: 991.95px) {
    .section-category-product .col {
        width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767.95px) {
    .section-category-product .col {
        width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-category-product .icon {
        width: 100px;
    }
}

.section-why {
}
.visao-image {
    transform: scale(1.02) translateY(-1.02%);
}

.page-template-templ_home-full .section-why .heading {
    padding-top: 0;
    text-align: left;
    margin-bottom: 1rem;
}
.page-template-templ_home-full .section-why .heading:before {
    display: none;
}
.visao-image {
    border-radius: 50%;
    overflow: hidden;
}

.archive .woocommerce_sidebar .heading-widget > span::before,
.archive .woocommerce_sidebar .heading-widget > span::after {
    display: none;
}

.section-doitac {
    background-color: rgba(0, 0, 0, 0.05);
}
.page-id-48 .left-contact ul li h4 {
    color: var(--color-primary);
}
.page-id-49 {
    background-color: #fff;
}
.page-id-49 .sec-about {
    padding-top: 50px;
    padding-bottom: 50px;
}
.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 {
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
    text-align: center;
    font-size: 24px;
}
.page-id-49 .about_about_item + .about_about_item {
    padding-top: 50px;
}
.page-id-49 .about_about_item:first-child .title-about-item {
    font-size: 30px;
    color: var(--color-dark);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.page-id-49 .about_about_item:first-child .title-about-item::after {
    content: '';
    position: absolute;
    display: block;
    width: 150px;
    height: 2px;
    background: var(--color-textgray);
    bottom: 0;
    left: calc(50% - 75px);
}
.page-id-49 .about_about_item .box-img {
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
}
.page-id-49 .about_about_item + .about_about_item .box-img {
    max-width: 512px;
    margin: 0 auto;
}
.page-id-49 .about_about_item + .about_about_item .box-text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}
.page-id-49 .about_about_item .box-text p:first-child::first-letter {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
}
.page-id-49 #main img {
    border-radius: 0;
    object-fit: cover;
}
.page-id-49 #main .resize {
    box-shadow: 0px 0px 14px #00000063;
    border-radius: 0;
    padding-top: 66%;
    border: 3px solid #fff;
    border-radius: 10px;
}
.page-id-49 .gallery .gallery-caption {
    display: none !important;
}
.page-id-49 .gallery .gallery-icon:hover > a > img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.page-id-49 .gallery .gallery-icon > a > img {
    transition: all 0.5s;
}
.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(1) .inner.col-md-6 {
    order: unset;
}

.page-id-49 .item-about .inner.col-md-6 p {
    text-indent: 20px;
    font-size: 17px;
}
.page-id-49 .item-about .inner.col-md-6 ul li {
    font-size: 17px;
}
.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 .section-icon .icon-about .icon i,
.page-id-49 .section-icon .skill-number,
.page-id-49 .section-icon p {
    color: white;
}

.page-id-49 .container .inner.col-md-4 ul {
    text-align: justify !important;
    padding: 10px 18px 10px 34px;
}
.page-id-49 .section-icon {
    margin-top: 20px;
    position: relative;
}
.main-contact .container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-contact .item-contac-2 .box-1 .txt-left {
    color: #272727;
    font-size: 38px;
    font-weight: 900;
    line-height: 50px;
}
.main-contact .item-contac-2 .box-1 .txt-left::after {
    content: '';
    background-color: var(--color-gold);
    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-3 {
    padding-bottom: 2%;
}

.item-contac-2 .icon {
    font-size: 30px;
    color: #565656;
}
.item-contac-2 .form-control {
    padding: 20px;
    border-radius: 0;
    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;
    justify-content: center;
    width: 100%;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
    position: relative;
    text-align: center;
    display: grid;
}
.breadcrumbs,
.woocommerce-products-header {
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: bottom;
    background-size: width: 1920px; height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 30px;
    /* box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.5); */
    position: relative;
}
.breadcrumbs * {
    color: #fff;
}
.breadcrumbs a:hover {
    color: var(--color-gold);
}

.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 {
    text-transform: uppercase;
}
.breadcrumbs::before,
.woocommerce-products-header {
    background-color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs::before,
.woocommerce-products-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
    margin: 0;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
    padding: 30px 0px 15px 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}

footer#main-footer {
    position: relative;
}
footer#main-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to right, #373737, #1a1a1a);
}
.footer-menu .company-list p i {
    margin-right: 1%;
}
.form-sub .wpcf7-text.form-control {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.8);
    height: 3rem;
}
.form-sub .wpcf7-text.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.form-sub .wpcf7-text.form-control:focus {
    color: #fff;
}
.form-sub .wpcf7-submit {
    margin-top: 5px;
    padding: 0.5rem 2rem;
    height: 3rem;
}

@media (max-width: 767.98px) {
    .form-sub form {
        position: relative;
    }
    .form-sub p {
        margin-bottom: 0;
    }
    .form-sub form .wpcf7-submit {
        position: absolute;
        right: 0;
        top: 0;
        margin: 1px;
        height: calc(3rem - 2px);
    }
    .top-menu-dsk {
        display: none;
    }
    .home-slideshow .slick-dots {
        bottom: 10px !important;
    }
    #mainnav-collapse {
        background-color: var(--color-gray);
        color: var(--color-gold);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    footer#main-footer {
        padding-top: 5%;
        background-size: cover;
    }
    #mainnav #mainnav-collapse form#header-search {
        padding: 10px 20px;
    }
    #mainnav .nav-item:not(.menu-item-home).active .nav-link,
    #mainnav .nav-link:hover {
        background: none;
        box-shadow: none;
        color: var(--color-gold);
    }
    #mainnav .navbar-nav > .nav-item {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .navbar-light .navbar-toggler {
        margin-left: 1rem;
        margin-top: 5px;
    }
    .navbar-light .navbar-toggler:hover {
        background-color: var(--color-lightgray);
    }
    .page-id-49 .title-about-item {
        padding: 0;
    }
    .page-id-49 .about_about_item:nth-child(even) .inner.col-md-6 {
        order: unset;
    }
    .page-id-49 .about_about_item + .about_about_item {
        padding-top: 0;
    }
    .page-id-49 .about_about_item:last-child {
        padding-top: 40px;
    }
    .page-id-49 .title-about-item {
        font-size: 20px;
    }
    .page-id-49 .about_about_item:first-child .title-about-item {
        font-size: 26px;
    }

    .section-why .intro {
        padding-right: 1rem !important;
    }
    ul,
    ol {
        padding-left: 10px;
    }
    .page-id-49 .item-about .inner.col-md-6 p {
        text-indent: 0;
    }
    .page-id-49 .about_about_item .box-text p:first-child::first-letter {
        font-size: 1rem;
        font-weight: unset;
    }
    .section-doitac {
        padding-top: 0;
    }
    .section-doitac .heading-widget > span {
        font-size: 28px !important;
    }
    .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;
    }
    .post-list .entry-title {
        font-size: 1rem;
    }

    .home .post-list .slick-next {
        right: 3%;
    }
    .home .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;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.7rem;
    }
    h3,
    .h3 {
        font-size: 1.4rem;
    }
    h4,
    .h4 {
        font-size: 1.1rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    .sec-info h2.heading {
        font-size: 1.6rem;
    }

    .reviews .reviews-text-slider {
        width: 100%;
    }
    .products .product-inner .bottom button {
        width: 50px !important;
        height: 50px !important;
        line-height: 25px !important;
        font-size: 16px !important;
    }

    .page-id-49 .about_about_item:nth-child(n + 2) .title-about-item {
        margin-top: 1rem;
    }
    .homepage-widget .block-more {
        bottom: 0 !important;
    }
    .page-id-48 .maps iframe {
        width: 100%;
    }
    .sec-contact {
        text-align: center;
    }
    .sec-contact .input-group-append {
        display: unset !important;
    }
    .sec-contact .input-group .btn {
        padding: 1rem !important;
    }

    .products .product-inner .bottom .add-gh {
        font-size: 12px;
        top: unset;
        bottom: 8px;
    }
    .products .product-inner .bottom:hover .add-gh {
        right: 0;
    }
    #mainnav .navbar-nav > .nav-item {
        border-top: 1px solid #f1f1f121;
    }
    #text-2 {
        display: none;
    }
    .post-list .entry-header .meta {
        display: none;
    }
    .tool-actions .item:before {
        width: auto;
        display: none;
    }
    .woofc-count {
        display: none !important;
    }
    .home-slideshow .slide__content--headings h2 {
        font-size: 22px !important;
    }
    .home .textwidget {
        display: none;
    }
    .home-slideshow .slide__content--headings p,
    .home-slideshow .slide__content--headings a {
        font-size: 12px;
    }
    .sec-contact .input-group .btn:focus:active {
        box-shadow: none !important;
    }
    .sec-contact .subscribe-content span {
        font-size: 14px !important;
    }
    .sec-contact .subscribe-content {
        margin-bottom: 10px;
    }
    .home .section-icon .row.align-items-center {
        padding-top: 14rem;
    }
    .home .section-icon .title-header {
        width: 88% !important;
        top: 4% !important;
        left: 0 !important;
    }
    .home .section-icon::before {
        clip-path: unset !important;
        width: 30% !important;
        left: 33% !important;
    }
    .home .section-icon .content {
        padding: 6px 21px;
    }
    .home .section-icon .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        line-clamp: 9;
        -webkit-box-orient: vertical;
    }
    .home .section-icon .content ul,
    .home .section-icon .content p:nth-child(2) {
        display: none;
    }
    .home .section-icon .img-vi-sao {
        padding-top: 100% !important;
        width: 95% !important;
        top: 290px !important;
        left: 8% !important;
    }
    .home .section-icon .icon {
        margin: 10px 27px !important;
    }
    #mainnav .navbar-nav > .nav-item.active .nav-link {
        color: var(--color-gold);
    }

    .woocommerce-ordering {
        display: none;
    }
    .page-id-48 .item-contac-2 .box-icon {
        margin-top: 35px;
    }
    .wrap_news_home .item .box-img img {
        height: 100%;
    }
    .footer-menu h4 {
        padding-bottom: 10px;
    }

    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;
    }
    #main-header .navbar-brand {
        /* margin: auto; */
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    html {
        margin-top: 0 !important;
    }

    .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;
    }

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

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

    .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';
    }
    .dropdown-menu {
        box-shadow: none;
    }
    .dropdown-menu a {
        color: #fff;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu li a {
        padding: inherit;
    }
    #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: 60px;
    }
    #main-header .navbar-brand {
        padding: 0;
    }
    .switcher {
        right: 110px;
    }

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

    .block-heading ul {
        display: none;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    #form-dat-dv .form-group {
        margin-bottom: 10px;
    }

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

    #mainnav {
        padding: 0;
        background-color: var(--color-gray);
    }
    #mainnav .container {
        height: 60px;
    }

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

    .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;
        right: 20px;
    }

    .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;
    }

    .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;

        position: relative;
    }

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

    .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,
  .kh_cn .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;
    }

    .home-slideshow .image.resize {
        padding-top: 80%;
    }

    .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%;
    }
    #my_widget_recent_posts-6 .post-intro {
        padding: 0 0 0 15px;
    }
    #my_widget_recent_posts-6 .post-image {
        width: 40%;
    }
    #my_widget_recent_posts-6 .post-intro {
        width: 60%;
    }
    .news-photos .container > .row > .item {
        padding: 20px 0;
    }
    .photo-gallery .item8 {
        display: none;
    }
    .page-template-templ-gioi-thieu .hanh_trinh .item-even .separator {
        display: none;
    }

    .home-slideshow .slide__content p {
        display: none;
    }
    .home-slideshow .slide__content h2 {
        text-align: center;
    }
    .sec-info {
        padding-top: 0;
    }
    .sec-info-img {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-why .inner {
        aspect-ratio: 4 / 3;
    }
    .visao-image {
        transform: none;
    }
    .phanhoi-items .item.px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .company-info > p {
        text-align: left;
        padding: 0 20px;
    }
    .footer-copy .text-right {
        text-align: center !important;
    }
    .page-template-templ-gioi-thieu .hanh_trinh .item-desc {
        font-size: 0.8rem;
    }
    .archive .category-block .header-widget .btns {
        position: static;
        padding-top: 1rem;
        text-align: center;
    }
    .heading-brands li {
        margin-top: 0.5rem !important;
    }
    .heading-brands {
        border-bottom: 0 !important;
    }
    .heading-brands li:first-child {
        display: block;
        text-align: center;
        border-bottom: 1px solid var(--color-dark);
    }
    .woocommerce .products .product a.woocommerce-loop-product__link {
        padding-bottom: 1.5rem;
    }
    .woocommerce ul.products[class*='columns-'] li.product,
    .woocommerce-page ul.products[class*='columns-'] li.product {
        margin: 0;
    }
    #menu-primary {
        text-align: center;
    }
}

@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);
    }
}

@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: 991px) {
    .section-about .border-palette {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .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;
    }
}

@media (min-width: 991px) {
    .product-menu-block .inner {
        display: none;
    }
}
#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 {
    padding-top: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    text-transform: capitalize;
}

.navbar-light .navbar-toggler {
    background-color: var(--color-lightgray);
}

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;
}

#mainnav .dropdown-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.185);
}
.navbar-expand-md .navbar-nav .dropdown-menu li a {
    padding: 10px;
}
#mainnav .dropdown-menu .dropdown-item:hover {
    color: var(--color-red) !important;
    background-color: var(--color-gold);
}
.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-gold) !important;
    color: #fff;
    text-transform: capitalize;
}
.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-gold);
}
.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-gold);
}
.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-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;
}
.single-product .category-info__text {
    display: grid;
}
.woocommerce_single_product_contact p {
    color: #fff;
}
@media (min-width: 576px) {
    #collapseProductMenu {
        width: 330px;
    }
}

/* .entry-summary .woocommerce_single_product_contact .btn {
    border: none;
    background-color: var(--color-gold);
    color: #fff;
} */
/* .modal-content .wpcf7-submit.btn:hover {
    background-color: var(--color-gold) !important;
    color: var(--color-gold) !important;
} */
.entry-summary .woocommerce_single_product_contact .btn .big {
    font-size: 1.2em;
    font-weight: bold;
}
/* .entry-summary .woocommerce_single_product_contact .btn:hover .big {
    color: var(--color-red) !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;
}
#comments textarea {
    border-radius: 5px;
    width: 100%;
    height: 8em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}
#comments textarea:focus-visible {
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.comment-respond {
    padding: 0 15px !important;
}
.comment-respond #submit {
    border: 0;
    background-color: var(--color-gray);
    color: #fff;
    padding: 0.25em 1em;
    border-radius: 3px;
}
.comment-respond #submit:hover {
    color: var(--color-gold2);
}
.comment-reply-title {
    font-size: 16px;
    font-weight: 700;
}
.comment-form-rating a {
    color: var(--color-gold);
}
.comment-respond .submit {
    background-color: var(--color-textgray) !important;
    color: #fff !important;
}
.comment-respond .submit:hover {
    background-color: var(--color-gray) !important;
}
.woocommerce .star-rating {
    color: var(--color-gold);
}
.woocommerce_single_product_contact .big {
    margin-bottom: 1%;
}
.woocommerce_single_product_contact span {
    letter-spacing: normal;
    font-size: 14px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #000;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
    color: var(--color-red);
}
.woocommerce ul.cart_list li a .product-title,
.woocommerce ul.product_list_widget li a .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-post .post-other .heading > span {
    padding: 25px 30px 5px 0;
}
.post-list:not(.slideshow) .item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-list.slideshow .slick-track {
    min-width: 100%;
}
.post-list.slideshow
.post-list .post-intro .d-flex {
    align-items: center;
    justify-content: center;
}
/* css even child */
.category-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-block h2.heading,
.category-block h2.heading a {
    color: var(--blue);
}
.category-block.overlay:nth-child(even):before {
    background: transparent;
}
.category-block.overlay:nth-child(odd):before {
    background: linear-gradient(to right, #f4d593, #fdfde3);
}

.summary .product_meta .posted_in {
    font-weight: 600;
    font-size: 17px;
}
/* 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;
}

.home #my_widget_recent_posts-5 .resize:hover img {
    transform: scale(1.05);
}
.home #my_widget_recent_posts-5 .post-list .entry-header {
    width: 245px;
    min-height: 65px;
    height: auto;
    margin: -33px auto 0;
    background-color: var(--color-gold);
    position: relative;
    z-index: 99;
    padding: 10px;
}
.home #my_widget_recent_posts-5 .post-list .entry-header:hover {
    background-color: var(--color-gold);
}

.home #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: 42px;
    line-height: 1.3;
    color: #fff;
}
.home #my_widget_recent_posts-5 .post-list article .entry-content p {
    margin: 15px 0;
    text-align: center;
    padding: 0 10px;
}
.home #my_widget_recent_posts-5 .post-list article {
    box-shadow: none !important;
}
.home #my_widget_recent_posts-5 .post-list article .entry-content .btn {
    background: unset !important;
    color: var(--color-gold);
    border-bottom: 1px solid var(--color-gold) !important;
    border-radius: 0;
    font-weight: 700;
}

.woocommerce span.onsale {
    background-color: rgba(255, 212, 36, 0.9);
    top: 05px !important;
    right: 5px !important;
    left: unset;
    padding: 4px 2px 3px;
    border-radius: 0 10px 0 0 !important;
    color: var(--color-red);
}
.single-product.woocommerce .related.products span.onsale {
    top: 05px !important;
    right: 5px !important;
    left: unset !important;
    border-radius: 0 10px 0 0 !important;
}
.single-product.woocommerce span.onsale {
    top: 0 !important;
    right: unset !important;
    left: 0 !important;
    border-radius: 0 0 0 0 !important;
}
.woocommerce span.onsale::after {
    content: '';
    width: 3.236em;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent rgba(255, 212, 36, 0.9);
    border-style: solid;
    border-width: 0 18px 4px;
}
.footer-menu {
    font-size: 15px;
}
.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-gold);
    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-gold);
    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 .box-img .resize:hover > img {
    transform: scale(1.1);
}
.page-id-49 #main .sec-loi-ngo .box-img .resize > img {
    transition: all 2s;
}
.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-gold);
    text-transform: uppercase;
    font-size: 30px;
}
.page-id-49 .about_about_item:last-child {
    box-shadow: inset 0 -10px 50px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
    margin-top: 50px;
}
.page-id-49
    .item-about
    .about_about_item:first-child:hover
    .col-md-6.img-about
    .resize
    img {
    transform: scale(1.1) !important;
}
.page-id-49 #main .sec-gallery .title-about-item {
    font-size: 25px;
    color: var(--color-gold);
    padding: 36px 0 0 0;
}
.page-id-49 #main .sec-gallery .gallery .gallery-icon {
    border: 3px solid var(--color-gold);
    border-radius: 0;
    padding: 1%;
}
.page-id-49 #main .sec-gallery .dec {
    text-align: center;
}
.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 .shadow img {
    width: 100px;
    transition: all 0.5s;
}
.page-id-49 #main .shadow:hover img {
    transform: translateY(-3px);
}
.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_sidebar .heading-widget > span::after {
    display: none;
}
.woocommerce.widget_recently_viewed_products
    .product_list_widget
    .product-title:hover {
    color: var(--color-gold);
}
.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-gold);
}
.single-post #main .entry-content .wp-caption .wp-caption-text {
    font-style: italic;
    padding: 5px;
}
.single-post #main .entry-content .wp-caption .wp-caption-text span {
    font-size: 15px !important;
}
@media (min-width: 992px) {
    .page-id-49 .gallery-item:nth-child(n + 4) {
        padding-bottom: 0 !important;
    }
    .footer-menu .row > div:nth-child(2) {
        padding-left: 20px;
        padding-right: 50px;
    }
}

.page-id-48 #main {
    padding-bottom: 0;
    padding-top: 0;
}

.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 {
    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;
}
.page-id-48 .main-contact {
    position: relative;
    padding: 3% 0;
}
.page-id-48 .main-contact .box-form .title {
    text-align: center;
    margin: 1rem 0;
    position: relative;
}
/* hiệu ứng text */
.text-effect {
    letter-spacing: -6px;
}
.text-effect span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: relative;
    top: -100px;
    -webkit-animation: text-effect 2s ease-in-out infinite;
    animation: text-effect 2s ease-in-out infinite;
    color: var(--color-gold);
}
.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-gold);
    font-size: 0.5rem;
    padding: 0rem 0.1rem;
}
.product_sec_sub_title .sub_title-about {
    color: #525252;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0.25rem;
    text-transform: uppercase;
}

.sub-title-top i {
    color: var(--color-gold);
    font-size: 0.5rem;
    padding: 0rem 0.1rem;
}
.sub-title-top span {
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.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-gold);
}
.section-categrory .trend_inner_content .trend_inner_text a:first-child {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}

.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-gold);
    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-gold);
    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;
}

.product-menu-left {
    display: none;
}
.entry-summary .cart .btn {
    border-radius: 5px;
}

.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-gold);
    color: #fff;
}
@media (max-width: 1320px) {
    .quality2_left_thumb,
    .quality2_righttop_thumb,
    .quality2_rightbottom_thumb,
    .contact_info_thumb_right {
        display: none;
    }
}

/* 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: -2px;
    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 .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-gold);
    color: #fff;
    outline: none;
}
.woocommerce_sidebar .widget button:hover {
    background-color: var(--color-red);
    color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--color-gold);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--color-gold);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--color-red);
}
.woocommerce_sidebar .product_list_widget .product-title {
    text-transform: capitalize;
}
.woocommerce_sidebar .product_list_widget .star-rating {
    color: var(--color-gold);
    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-gold);
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce_sidebar > div {
    background-color: #fff;
}
.woocommerce_sidebar > div + div {
    border: 1px solid hwb(207 9% 24% / 0.5);
    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;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.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: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
ul.page-numbers li a:hover {
    background-color: var(--color-textyellow);
    color: #fff;
}
.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;
    text-align: center;
}
.category-du-an .entry-meta,
.category-du-an .meta {
    display: none;
}

/* 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 {
    overflow: hidden;
}
.search-header-icon .btn-search {
    background-color: #fff0;
    border: 1px solid var(--color-gold);
    border-radius: 100%;
    outline: none;
}
.search-header-icon .btn-search i {
    color: var(--color-gold);
    font-size: 14px;
}
.search-header-icon .modal-content {
    padding: 2%;
}
#mainnav-collapse .search-form .input-group .input-group-append .btn {
    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;
}

.box-widget .widget .content-new ul li .resize {
    width: 100px;
    height: 100px;
    padding: 0;
    float: left;
    margin-right: 10px;
}
.box-widget .widget .content-new ul li img {
    object-fit: cover;
    border: 1px solid #efefef;
}
.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-textyellow);
}
.box-widget .widget .content-new ul li .meta {
    font-size: 13px;
    font-style: italic;
}
.box-widget .widget .content-new ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #deecf0;
}
.box-widget .widget .content-new ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box-widget .widget {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.box-widget .widget:nth-child(2) {
    margin-top: 30px;
}
.box-widget .widget h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.section-icon .icon-about .align-items-center:nth-last-child(4) .icon.mr-2 {
    margin-right: 1rem !important;
}

.section-icon .contact {
    padding-right: 45px;
}
.home-slideshow h2.title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    animation-delay: 0.1s;
}

.section-icon {
    position: relative;
}
.section-icon::before {
    background-color: #f95824;
    width: 20%;
    height: 100%;
    top: 0;
    left: 39%;
    content: '';
    position: absolute;
    z-index: -999;
}
.section-icon .icon {
    box-shadow: 0px 2px 7px #0000005c;
    padding: 11px 23px;
    margin-right: 10px;
    background: #fff;
}
.section-icon .img-vi-sao {
    padding-top: 39%;
    width: 53%;
    z-index: -62;
    top: 50px;
    left: 49%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.section-icon .title-header {
    position: absolute;
    background: var(--color-gold);
    padding: 20px;
    width: 37%;
    top: 6%;
    left: 24%;
    color: white;
}
.section-icon .contaner {
    max-width: 1100px;
}

.section-icon h2.heading-widget {
    border: none;
}
.section-icon .content {
    font-size: 15px;
    font-weight: 100;
    text-transform: initial;
    padding: 18px 18px 4px;
    color: #fff;
    text-align: justify;
}

.section-icon .icon img {
    width: 30%;
    transition: all 0.5s;
}
/* min width 992px */
@media (min-width: 992px) {
    .section-icon .icon {
        flex: 0 0 24%;
        max-width: 24%;
        cursor: pointer;
    }

    .section-icon-two .icon-section .col-md-3:first-child {
        margin-left: 25%;
    }
}

#main-footer .footer-menu,
#main-footer .footer-copy {
    position: relative;
    z-index: 1;
}

.header-top .modal #header-search .input-group input {
    color: var(--color-gold);
}
.header-top .modal #header-search .input-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-gold);
}
.home .section-icon .title-header h2 {
    font-size: 28px;
}
#my_widget_recent_posts-5 {
    padding-top: 40px;
}
.sec-dinh-huong {
}
.sec-dinh-huong .item-about.row > div + div {
    border-left: 1px solid #eee;
}
.sec-dinh-huong .item-about.row .resize {
    padding-top: 100px !important;
    width: 100px !important;
    margin: 0 auto 20px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: var(--color-gray);
    border-radius: 50% !important;
    transition: all 0.5s ease-in-out;
}
.sec-dinh-huong .item-about.row .resize > img {
    object-fit: contain !important;
    padding: 20px;
}
.sec-dinh-huong .title-about-item {
    padding: 36px 0 5px 0;
}
.sec-dinh-huong .item-about.row .inner {
    height: 100%;
    text-align: justify;
}
.sec-dinh-huong .item-about.row .inner:hover .resize {
    transform: scale(1.05);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    outline: none;
}
#wpcf7-f4486-p5621-o1 .btn:hover {
    background-image: var(--color-gold) !important;
}
.page-id-49 #main .sec-gallery .gallery .gallery-icon a img {
    transition: all 2s;
}
.page-id-49 #main .sec-gallery .gallery .gallery-icon a:hover > img {
    transform: scale(1.05);
}
.comment-form-author label,
.comment-form-email label {
    width: 60px;
}
.post-list .entry-header .meta {
    margin-bottom: 0;
    margin-top: 1rem;
}
.single .author {
    display: none;
}
.translated-ltr .align-items-center p {
    height: 45px;
}
.translated-ltr
    .home
    #my_widget_recent_posts-5
    .post-list
    article
    .entry-content
    .btn
    i {
    display: none;
}
#productContactModal #wpcf7-f4486-p5634-o1 .btn:hover {
    background-color: var(--color-gold) !important;
    color: #fff !important;
}
/* menu left */
#header-left .header-left.scrolled {
    transform: translate3d(-57px, 0, 0);
}

#header-left .header-left {
    position: fixed;
    width: 200px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    z-index: 99;
}
#header-left .left_menu {
    width: 200px;
    position: relative;
    left: 15px;
    top: 0px;
    height: 100vh;
    background: rgba(22, 27, 29, 0.8);
    z-index: 999;
    padding: 0px 15px 0px 15px;
}
#header-left .header-left .btn_mb {
    width: 30px;
    height: 30px;
    background: rgba(22, 27, 29, 0.8);
    text-align: center;
    position: fixed;
    left: 0px;
    top: 0;
    cursor: pointer;
    display: block;
    z-index: 9999;
    transition: all 0.5s;
}
#header-left .btn_mb .flex_btn {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    transition: all 0.5s;
}
#header-left .btn_mb i {
    color: var(--color-gold);
    font-size: 20px;
}
#header-left .left_menu .toggle-close-menu {
    display: none;
}
#header-left .logo {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
}
#header-left .sidebar_menu {
    margin-top: 20px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
#header-left .ft_sidebar {
    position: fixed;
    bottom: 98px;
}

#header-left .hotline {
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: 1.4;
    margin-left: 3px;
}
#header-left .img_hotline {
    padding: 5px;
    margin-right: 5px;
    border: 1px solid var(--color-gold);
    border-radius: 50%;
}
#header-left .img_hotline i {
    color: var(--color-gold);
    font-size: 22px;
}
#header-left .tt_hotline {
    display: flex;
    flex-direction: column;
}
#header-left .tt_hotline span:nth-child(1) {
    font-size: 12px;
    color: #fff;
}
#header-left .tt_hotline span:nth-child(2) a {
    font-size: 16px;
    color: var(--color-gold);
}
#header-left .tt_hotline span:nth-child(2) a:hover {
    color: #e4c96bad;
}
#header-left .header-left.close_menu {
    transform: translate3d(-230px, 0, 0);
}
#header-left .header-left.close_menu .btn_mb {
    right: -60px;
    left: auto;
    transition: all 0.5s;
}
@media (min-width: 768px) {
    #header-left .navbar-expand-md .navbar-nav {
        flex-direction: unset !important;
        display: block !important;
    }
    #header-search {
        /* width: 400px; */
        flex: 0 0 auto;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#header-left #mainnav.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
#header-left #mainnav .navbar-nav > .nav-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
/* slider home */

.home-slideshow .slide {
    position: relative;
}
.home-slideshow .slide .resize {
    padding-top: 42%;
}
.home-slideshow .slide .resize::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* background-color: rgba(10, 76, 129, 0.3); */
    z-index: 11;
}
.home-slideshow .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-slideshow .slide__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.home-slideshow .slide__content--headings {
    color: #fff;
    text-shadow: 0px 1px 4px #000;
}
.home-slideshow .slide__content--headings h2 {
    font-size: 4rem;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    animation-name: move;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    margin: 0;
}
.home-slideshow .slide__content--headings p {
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 5px;
    font-size: 18px;
}
.home-slideshow .slide__content--headings a {
    color: #fff;
    text-transform: capitalize;
}
.home-slideshow .slide__content--headings a:hover {
    color: var(--color-gold);
}
.home-slideshow .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: auto;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0;
    color: transparent;
    /* padding: 4px 20px; */
    cursor: pointer;
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
    background-color: var(--color-gold) !important;
    border-color: var(--blue);
}

.slick-dots .slick-active button {
    color: #fff;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
@media (max-width: 1365.95px) {
    .news-photos .container,
    .container {
        max-width: 1236px;
    }
}
@media (min-width: 1200px) {
    .footer-menu .company-list p i {
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        margin: 0 auto;
    }
}

.woofc-count {
    bottom: 20px !important;
}

#my_widget_recent_posts-7 {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
}
.widget_my_widget_recent_posts .read-all a {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.widget_my_widget_recent_posts#my_widget_recent_posts-7 .read-all {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

#my_widget_recent_posts-7 .heading-widget > span::after {
    background: linear-gradient(
        to right,
        #fff 0%,
        #fff 35%,
        rgba(255, 255, 255, 0) 35%,
        rgba(255, 255, 255, 0) 65%,
        #fff 65%
    );
}
#my_widget_recent_posts-7 .entry-content .box-btn a:hover {
    color: var(--color-gold) !important;
}
#my_widget_recent_posts-7 .post-list .entry-title a {
    height: auto;
}
/* đổi ngôn ngữ */
.translated-ltr #my_widget_recent_posts-7 .entry-header-img .entry-title a {
    height: 25px;
}
.translated-ltr .sec-contact .input-group .btn {
    font-size: 1rem;
    padding: 16px 28px !important;
}
.sec-dinh-huong .dec {
    font-size: 17px;
    max-width: 1000px;
    margin: 0 auto;
    font-style: italic;
}
.product_list_widget ins {
    text-decoration: none;
}
.woocommerce_sidebar > div + div h2.heading-widget span::before {
    display: none;
}
.related.products .price del,
.related.products .price ins {
    font-size: 15px;
}
.single-product .summary .price .amount > bdi {
    font-size: 18px !important;
}
.single-product .summary .price .amount > bdi > span {
    font-size: 18px !important;
}
.page-id-48 .heading-widget > span::before,
.page-id-48 .heading-widget > span::after {
    display: none;
}
.box-icon-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.translated-ltr
    #my_widget_recent_posts-7
    .post-list
    article.henry
    .post-intro
    .entry-content
    p {
    margin-top: 32px;
}
.gt-current-lang img {
    -webkit-filter: grayscale(0) !important;
    -webkit-transition: all 0.5s ease-in-out;
}
a.glink img {
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.5s ease-in-out;
}

.woocommerce ul.products li.product .price del span > bdi {
    font-size: 12px !important;
}
.section-why .title {
    font-weight: bold;
    height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-why .icon {
}
.section-why .inner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.section-why .inner::before {
    position: absolute;
    top: 0;
    left: -78%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
    100% {
        left: 90%;
    }
}

@keyframes shine {
    100% {
        left: 90%;
    }
}
.section-why .inner::after {
    content: '';
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 1s;
    left: 0;
}
.section-why .inner.shadow-sm:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-why .inner:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
.section-why .desc {
    position: relative;
    z-index: 11;
    width: 100%;
}

.section-why .intro {
    padding-right: 40px;
}
.section-why .intro ul {
    padding-left: 30px;
    padding-right: 30px;
}
.section-why .intro li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-top: 1em;
}
.section-why .intro li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--color-textgray);
}
.section-why .intro li:hover::before {
    color: inherit;
}
.partners .item .resize {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .section-phanhoi .item > .inner {
        padding: 50px !important;
    }
}
.section-phanhoi .slick-dots {
    bottom: -20px;
}
.section-phanhoi .item > .inner {
    background-color: var(--blue);
    border-radius: 20px;
    color: #fff;
}
.phanhoi-header .col-4 {
    padding-right: 25px;
    position: relative;
}

.phanhoi-header .col-8 {
    padding-top: 25px;
}
.phanhoi-header .col-4:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    font-size: 20px;
}
.phanhoi-avatar > .inner {
    border: 5px solid #fff;
    border-top-left-radius: 25px;
}
.heading-brands {
    border-bottom: 1px solid var(--color-dark);
}
.heading-brands li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: -1px;
    font-size: 1.1rem;
}
.heading-brands li a {
    padding: 0 0.75rem;
    display: inline-block;
}
.heading-brands li:first-child {
    margin: 0 !important;
    font-weight: bold;
}
.heading-brands li:first-child span {
    padding: 0.25rem 1.25rem;
    display: inline-block;
    background-color: var(--blue);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.heading-brands li.active a {
    color: var(--blue);
    font-weight: bold;
}
.heading-brands li:nth-child(n + 3) {
    border-left: 1px solid var(--color-dark);
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: #fff !important;
}
.woocommerce-breadcrumb a:hover {
    color: var(--color-gold) !important;
}
.hdsd_image-list img {
    width: 100%;
    height: 100%;
}
.hdsd_image-list .slick-dots {
    bottom: auto;
}
.brand-list .slick-prev {
    display: none !important;
}
/* Font Awesome 5 Free */
.social-item span {
    display: none;
}

.social-item {
    font-weight: 400;
    font-family: 'Font Awesome 5 Brands';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    width: 1.25em;
    height: 1.25em;
    margin: 5px 2px;
    background-color: var(--blue);
    color: #fff;
    font-size: 1.5rem;
}

.social-item:hover {
    background-color: rgba(47, 77, 126, 0.1);
    color: var(--blue);
}

.blogger-social.social-item:before {
    content: '\f37c';
}

.digg-social.social-item:before {
    content: '\f1a6';
}

.facebook-social.social-item:before {
    content: '\f09a';
}

.linkedin-social.social-item:before {
    content: '\f08c';
}

.pinterest-social.social-item:before {
    content: '\f0d2';
}

.reddit-social.social-item:before {
    content: '\f1a1';
}

.stumbleupon-social.social-item:before {
    content: '\f1a4';
}

.tumblr-social.social-item:before {
    content: '\f173';
}

.twitter-social.social-item:before {
    content: '\f099';
}

a.zalo-social.social-item span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.page-san-luong .header-sales_output .inner {
    background: linear-gradient(60deg, #00aeef, #017dab);
    color: #fff;
}
.page-san-luong thead {
    background: linear-gradient(0deg, #00aeef, #017dab);
    color: #fff;
}
.page-san-luong .header-sales_output .inner.shadow-sm:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
