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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --green-color: #65ae45;
  --secondary-color: #B62129;
}

.z-2 {
  z-index: 2;
}
span.posted_in {
    font-weight: 700;
}

span.posted_in a {
    font-weight: 500;
}

.header-top {
  border-bottom: 1px solid var(--primary-color);
}

.header-main {
  border-bottom: 1px solid var(--primary-color);
}

.outer-nav {
	margin-top: 30px;
	position: sticky;
	top: 110px;
	z-index: 99;
	padding: 0;
}

.outer-nav .sub-nav ul {
	display: flex;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
	padding-inline: 15px;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 1px;
}

.outer-nav .sub-nav ul li {
	background-color: #fff;
	text-align: center;
	width: auto;
	height: auto;
	margin-bottom: 0;
	box-shadow: 0px 5px 5px #ccc;
}

.outer-nav .sub-nav ul li a {
	line-height: 44px;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	padding-inline: 15px;
}

.outer-nav .sub-nav ul li:hover,
.outer-nav .sub-nav ul li.current {
	background-color: var(--primary-color);
}

.outer-nav .sub-nav ul li:hover a,
.outer-nav .sub-nav ul li.current a {
	color: #fff;
}

.about-banner {
	height: calc(100vh - 200px);
}

.about-banner .section-bg.bg-loaded {
	transform: scale(1.15);
	animation: imgZoomIn 3s ease-out forwards;
}

.about-certification h2.section-title,
.about-history h2.section-title,
.dark h2.section-title {
	color: #fff;
}

.w-full {
	width: 100%;
}

.h-full {
	width: 100%;
}

.font-bold {
	font-weight: 700;
}

.is-divider {
	display: none;
}

.section-title-normal,
.section-title-normal span {
	border-bottom: none;
}

#top-bar .nav-uppercase>li>a {
	text-transform: unset;
}

.nav.header-nav-main > li > a {
	font-size: 16px;
}

.header-nav-main .dashicons-admin-home {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.header-nav-main .menu-item-home {
  margin-right: 0;
}

.header-main .hide-for-medium.flex-right {
	width: 100%;
	padding-left: 30px;
}

.header-main .hide-for-medium.flex-right .header-nav-main {
	gap: 15px;
}

.header .sub-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.header .nav-dropdown .menu-item:not(:last-child) {
	border-bottom: 1px solid #eee
}

.header .nav-dropdown .menu-item a {
	border: none
}

.header .nav-dropdown a {
	border: none;
	position: relative;
	overflow: hidden
}

.header .nav-dropdown .menu-item a:before {
	content: "\f345";
	font-family: 'dashicons';
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	color: var(--primary-color);
	opacity: 0;
	transition: .3s
}

.header .nav-dropdown .menu-item:hover>a:before {
	left: 0;
	opacity: 1
}

.header .nav-dropdown .menu-item {
	transition: .3s
}

.header .nav-dropdown .menu-item:hover>a {
	padding-left: 20px;
	color: var(--primary-color)!important
}

.menu-item .nav-dropdown .menu-item-has-children {
	position: relative;
	width: 100%
}

.menu-item .nav-dropdown .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 100%;
	min-width: 260px;
	background-color: #fff;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
}

.menu-item-has-children .menu-item-has-children:hover .sub-menu {
	top: 0;
	opacity: 1;
	z-index: 1;
}

.nav-dropdown-col>a {
	font-weight: 500!important;
	text-transform: none!important
}

.nav-dropdown>li.nav-dropdown-col {
	min-width: 260px
}

.sub-menu a {
	color: var(--black-color)!important;
	font-size: 1rem!important
}

.nav-dropdown-col::after {
	content: "\f345";
	font-family: 'dashicons';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .5s
}

.nav-dropdown-col:hover:after {
	color: var(--primary-color);
	right: -10px;
	opacity: 0
}

.section-title b {
	opacity: 0;
}

.section-banner .row .box-image {
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 20px #fff;
}

.post-type-archive-product #main .section {
	box-shadow: 0 0 10px #141414;
	margin-bottom: 30px;
}

#product-sidebar aside.widget,
#project-sidebar aside.widget {
	background-color: #f9f9f9;
	padding: 10px 15px;
}

#product-sidebar span.widget-title,
#project-sidebar span.widget-title {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
}

#product-sidebar span.widget-title:after,
#project-sidebar span.widget-title:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: var(--secondary-color);
	position: absolute;
	left: 0;
	bottom: -8px;
}

.product-small .product-title a {
	color: #141414;
  font-weight: 700;
}

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

.product-small .box-image img {
	transition: .3s;
}

.product-small .box-image:hover img {
	transform: scale(1.1);
}

.product-small .box-image:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.quick-view {
  display: none !important;
}

#secondary .widget {
	box-shadow: 0 0 5px #ccc;
	border-radius: var(--radius);
	overflow: hidden;
}

#secondary .widget-title {
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	line-height: 40px;
	background-color: var(--primary-color);
	color: #fff;
}

#secondary .widget ul {
	padding-left: 15px;
	padding-right: 15px;
}

#secondary .widget ul i {
	padding-right: 5px;
}

#secondary .widget .page_item i {
	padding-right: 10px;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
}

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

.title-bl {
	display: block;
	padding: 9px 0;
	font-size: 16px;
	padding-left: 7px;
	color: #690;
	border-left: 4px solid #690;
	background-color: #e5e5e5;
}

.popup.form-bao-gia {
	display: none;
}

.popup.form-bao-gia.active {
	display: inline-block;
}

.description-title {
	color: var(--primary-color);
	margin-bottom: 25px;
	position: relative;
}

.description-title:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: var(--secondary-color);
	position: absolute;
	left: 0;
	bottom: -5px;
}

.additional_content {
	margin-bottom: 30px;
}

h2.section-title-normal .section-title-main {
    color: #aa1b22;
}
  
.section-title-center .section-title-main {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
}
  
/* Divider dưới title */
.section-title-center .section-title-main::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #b72029, #ff4d4d);
    border-radius: 3px;
    box-shadow:
      0 0 6px rgba(183, 32, 41, 0.6),
      0 0 10px rgba(255, 77, 77, 0.4),
      inset 0 0 4px rgba(255, 255, 255, 0.2);
    animation: pulse-divider 2s infinite ease-in-out;
}

/* Hiệu ứng bóng bẩy lấp lánh */
@keyframes pulse-divider {
    0% {
      box-shadow:
        0 0 6px rgba(183, 32, 41, 0.6),
        0 0 10px rgba(255, 77, 77, 0.4),
        inset 0 0 4px rgba(255, 255, 255, 0.2);
      transform: translateX(-50%) scaleX(1);
    }
    50% {
      box-shadow:
        0 0 12px rgba(255, 77, 77, 0.8),
        0 0 20px rgba(255, 100, 100, 0.5),
        inset 0 0 6px rgba(255, 255, 255, 0.3);
      transform: translateX(-50%) scaleX(1.2);
    }
    100% {
      box-shadow:
        0 0 6px rgba(183, 32, 41, 0.6),
        0 0 10px rgba(255, 77, 77, 0.4),
        inset 0 0 4px rgba(255, 255, 255, 0.2);
      transform: translateX(-50%) scaleX(1);
    }
}

.section-product .slider .box-text {
  background-color: var(--primary-color);
  width: fit-content;
  padding: 15px 30px;
  top: 0;
  left: unset;
  bottom: unset;
  right: 0;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.section-product .title-left .slider .box-text {
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 5px;
}

.section-product .slider .box-text h3 {
    color: #fff;
}

.hotspot-dot {
  width: 50px;
  height: 50px;
  display: block;
  background: url('/wp-content/uploads/2025/06/vonta-click-1.png');
  background-size: cover;
  cursor: pointer;
}

.hotspot-dot:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hotspot-popup {
    max-width: 175px;
    font-size: 12px;
    background-color: #ffffffe8;
    padding: 15px;
    border-radius: 15px;
    transform: translate(-30%, 0);
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: .3s;
}

.hotspot-popup.show {
    transform: translate(-30%, 10%);
    opacity: 1;
    z-index: 9;
}

.product-map-tabs {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    margin-bottom: 15px;
    justify-content: center;
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b6212980;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.product-map-tab {
    padding: 5px 15px;
    white-space: nowrap;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 20px;
    border: none;
}

.product-map-tab.active {
    background-color: #fff;
    color: #141414;
}

.latest-posts-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    /* border-top: 2px solid var(--green-color); */
    border-bottom: 2px solid var(--green-color);
    background: #fff;
    display: flex;
    align-items: center;
}

.latest-posts-marquee-title {
  background-color: var(--green-color);
  padding: 10px 40px 10px 20px;
  color: #fff;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.latest-posts-marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    animation-play-state: running;
}

.latest-posts-marquee-wrapper:hover .latest-posts-marquee {
    animation-play-state: paused;
}

.latest-posts-marquee .post-item {
    display: inline-block;
    margin: 0 50px;
    font-weight: bold;
    color: #b62129;
}

.latest-posts-marquee .post-item a {
    color: inherit;
    text-decoration: none;
}

.latest-posts-marquee .post-item a:hover {
  color: blue;
}

.blog-category-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}

.blog-category-links strong {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #222;
}

.blog-category-links a {
    background: #f4f4f4;
    padding: 8px 14px;
    border-radius: 25px;
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.blog-category-links a:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-1px);
}

.blog-category-links a.active {
    background: var(--primary-color);
    color: #fff;
    pointer-events: none;
    box-shadow: 0 0 0 2px rgba(183,32,41,0.2);
}

.blog main .large-3, .archive:not(.tax-project_cat) main .large-3 {
    display: none;
}

.blog main .large-9, .archive:not(.tax-project_cat) main .large-9 {
    flex-basis: 100%;
    max-width: 100%;
}

.woocommerce-tabs .tab-panels {
    border: 1px solid #eee;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.woocommerce-tabs .tabs li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 5px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.woocommerce-tabs .tabs li.active {
    background-color: var(--primary-color);
}

.woocommerce-tabs .tabs li a {
    padding: 0;
}

.woocommerce-tabs .tabs li.active a {
    color: #fff;
}

.section-logo .col {
  overflow: hidden;
}

.section-logo .col-inner {
  display: flex;
  gap: 0px;
  width: max-content;
  animation: scrollLoop 40s linear infinite;
}

.section-logo .ux-logo {
  flex: 0 0 auto;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-logo .ux-logo .ux-logo-link {
  padding: 0 !important;
}

.section-project .box {
  border-radius: 30px;
  overflow: hidden;
}

.section-project .show-when-hover {
  height: 0;
  opacity: 0;
  transition: .3s;
}

.section-project .box:hover .show-when-hover {
  height: 80px;
  opacity: 1;
}

.section-project .show-when-hover p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.section-project .box-text {
  background-color: rgba(0, 0, 0, .5);
}

.section-project .section-title a {
  font-size: 16px;
  font-weight: 400;
  color: #141414;
}

.section-project .section-title a:hover {
  color: var(--fs-experimental-link-color-hover);
}

.section-form .flex {
  gap: 30px;
}

.section-form .flex-left,
.section-form .flex-right {
  max-width: 50%;
  flex-basis: 50%;
}

.section-form .wpcf7-textarea {
  height: 148px;
}

.blog-wrapper .post-item .from_the_blog_excerpt {
  display: none;
}

.blog-wrapper .post-item .box {
  background-color: #f9f9f9;
  padding: 10px;
  padding-bottom: 0;
  transition: .3s;
}

.blog-wrapper .post-item .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-wrapper .post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.blog-wrapper .post-item .link-load {
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
  height: 35px;
  font-size: 14px;
  background-color: #aaaaaa;
  margin-inline: -10px;
  padding-inline: 10px;
  color: #fff;
}

.blog-wrapper .post-item .link-load:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/vonta-arrow.svg) center center / contain no-repeat;
  margin: 0 0 0 10px;
  transition: .3s;
}

.blog-wrapper .post-item .box-text {
  padding-bottom: 0;
}

.blog-wrapper .post-item .badge {
  top: 0;
}

.blog-wrapper .post-item:hover .box {
  background-color: var(--primary-color);
  box-shadow: 0 10px 20px 10px rgba(0,0,0,.1);
}

.blog-wrapper .post-item:hover img {
  transform: scale(1.1);
}

.blog-wrapper .post-item:hover .post-title a {
  color: #fff;
}

.blog-wrapper .post-item:hover .link-load:after {
  margin-left: 20px;
}

.projects.row .project-small .box {
  padding: 0;
}

.projects.row .project-small .box-text {
  background-color: #eee;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.projects.row .project-small .box-text:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: calc(100% - 10px);
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  transition: .5s;
  z-index: 0;
}

.projects.row .project-small:hover .box-text:after {
  right: 0;
}

.projects.row .project-small .title-wrapper a {
  font-weight: 700;
}

.projects.row .project-small:hover .title-wrapper a {
  color: #fff;
  position: relative;
  z-index: 1;
}

.projects.row .project-small .title-wrapper {
  margin-bottom: 0;
}

.page-id-15 .flickity-page-dots {
  bottom: 0;
}

.project-main .additional_content table tbody tr td {
  color: #141414;
}

.project-main .additional_content table tbody tr td:first-child {
  font-weight: 700;
}

.widget_product_cat_widget .product-categories li + ul {
  display: none;
}

.widget_product_cat_widget .product-categories .dashicons {
  transform: rotate(-90deg);
  cursor: pointer;
}

.widget_product_cat_widget .product-categories .cat-item.active .dashicons {
  transform: rotate(0deg);
}

.widget_product_cat_widget .product-categories .cat-item .dashicons:hover {
  color: var(--fs-experimental-link-color-hover);
}

.project-title {
  color: var(--primary-color);
}

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

.product-small.price-wrapper, .variations_form.cart {
  display: none;
}

.woocommerce-loop-product__title {
  text-align: center;
}

.product-section-title-related {
  display: none;
}

.product-small img.show-on-hover {
  display: none;
}

.single-product h1.product-title {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.single-product .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 700;
}

.single-product .woocommerce-Price-currencySymbol {
  font-size: 16px;
}

.product-small .image-fade_in_back a {
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 250px;
}

.views_more:hover {
  color: var(--fs-experimental-link-color-hover) !important;
}

.tax-product_cat h2 {
  font-size: 22px;
}

.product-section {
  border-top: unset;
}

.product-small .price {
  text-align: center;
  margin-top: 15px;
}

.product-small .price .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
}

.col-right .post-item {
  padding-bottom: 0;
}

.col-right .col-inner {
  height: 100%;
}

.col-right .col-inner > .row {
  height: 100%;
  display: flex;
  align-content: space-between;
}

.section-blog .post-item:hover img {
  transform: scale(1.1);
}

.section-blog .video p {
  margin-bottom: 12px;
}

.page-id-165 #main .image-cover {
  border-radius: 10px;
  overflow: hidden;
}

.dvls_maps_wrap {
	border-radius: 35px;
}
.dvls_maps_wrap .dvls_maps_header {
	background-color: var(--primary-color);
}
.dvls_maps_header_left {
	color: #fff;
  opacity: 0;
}
.dvls_maps_header_right form > .dvls_maps_col{
	color: #fff;
	display: none;
}
.dvls_maps_header_right form {
	margin-bottom: 0px;
}
.dvls_maps_row.dvls_maps_header select, .dvls_maps_row.dvls_maps_header input {
  margin-bottom: 0px !important;
}
.dvls_maps_wrap input.dvls-submit {
  font-size: 14px;
}

.product-cat-list {
  display: flex;
  background-color: var(--green-color);
  list-style: none;
  justify-content: center;
  gap: 15px;
  padding: 10px 15px;
}

.product-cat-list .parent-cat {
  position: relative;
}

.product-cat-list li {
  margin-bottom: 0;
}

.product-cat-list .cat-name {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product-cat-list .cat-name .dashicons {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.product-cat-list .child-cat-list {
  display: none;
  list-style: none;
  border: 1px solid #fff;
}

.parent-cat > .cat-name:hover {
  color: var(--primary-color);
}

.product-cat-list .parent-cat.active .child-cat-list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: var(--green-color);
  margin: 0;
  width: 100%;
  min-width: 200px;
}

.product-cat-list .parent-cat.active .child-cat-list .child-cat {
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
}

.product-cat-list .parent-cat.active .child-cat-list .child-cat:last-child {
  border: none;
}

.product-cat-list .parent-cat.active .child-cat-list .child-cat:hover {
  background-color: var(--primary-color);
}

.product-cat-list .parent-cat.current-selected,
.product-cat-list .parent-cat:has(.child-cat.current-selected) {
  border-bottom: 1px solid #fff;
}

.product-cat-list .parent-cat > .cat-name {
  padding-block: 5px;
}

.mobile-cat-toggle {
  display: none;
}

.hotspot-popup__image img {
  transition: .3s;
}

.hotspot-popup__image:hover img {
  transform: scale(1.05);
}

.hotspot-popup__desc .link:hover .title {
  color: var(--primary-color);
}

.dvls_maps_wrap {
  border: 1px solid var(--primary-color);
}

div#dvls_maps {
  text-align: center;
  height: unset !important;
}

div#dvls_maps:after {
  content: url(https://vonta.septdev.com/wp-content/uploads/2025/06/vonta-he-thong-phan-phoi.png);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.dvls_result_infor a {
  display: none;
}

.header-bottom {
  overflow: hidden;
}

.header-bottom .flex-center {
  width: 100%;
}

.header-bottom .flex-center .html {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
}

.header-bottom .slogan-web {
  flex-basis: 75%;
  max-width: 75%;
  text-align: center;
}

.header-bottom .link-web {
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
  position: relative;
}

.header-bottom .link-web::before {
  content: '';
  width: 10px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  right: -5px;
  transform: rotate(15deg);
}

.header-bottom .link-web:after {
  content: '';
  width: 10px;
  height: 50px;
  background-color: #ff0000;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(15deg);
}

@media only screen and (min-width: 1024px) {
	.section-banner .row {
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-gioi-thieu .row::before {
		content: '';
		width: 450px;
		height: 575px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -40px);
		background-image: url('/wp-content/uploads/2023/10/vonta-anh-cot-den.png');
		background-size: contain;
	}

  .about-certification .grid-col {
    position: unset !important;
  }
}

@media only screen and (max-width: 600px) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .blog-category-links {
    margin-bottom: 0;
    font-size: 14px;
  }

  .home .flickity-page-dots {
    bottom: -15px;
  }
  .about-certification .grid-col-1 {
    height: 200px !important;
  }

  .page-id-15 .flickity-page-dots {
    bottom: -15px;
  }

	#logo {
		width: 200px !important;
	}

	h2 {
		font-size: 24px;
	}

	.button {
		font-size: 14px;
	}

	.mobile-sidebar .nav>li>a {
		color: #141414;
	}

	.section-banner .row h3 {
		color: #141414;
	}

	.section-banner .row {
		margin-top: 15px;
	}

	.section-banner .row .col {
		padding-bottom: 0;
	}

	.form-bao-gia.active {
		width: calc(100% - 30px);
	}

	.product-gallery__image-small {
		grid-auto-flow: column;
		grid-auto-columns: 22%;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.product-footer .tabs li a {
		font-size: 12px;
	}

  .latest-posts-marquee-title {
    opacity: 0;
  }

  .product-map-tab {
    font-size: 12px;
  }

  .hotspot-dot {
    width: 14px;
    height: 14px;
    -webkit-animation: pulse_mobi 2s infinite;
    animation: pulse_mobi 2s infinite;
  }

  .sub-nav {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: inherit;
    scrollbar-width: none;
    box-shadow: 0px 5px 5px #ccc;
  }

  .outer-nav .sub-nav ul {
      justify-content: flex-start;
      padding-inline: 0;
  }

  .outer-nav {
      margin-top: 0;
      top: 70px;
  }

  .product-small .image-fade_in_back a {
    height: 175px;
  }

  .product-cat-list {
    display: none;
  }

  .mobile-cat-toggle {
    background-color: var(--green-color);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-cat-toggle.active {
    background-color: var(--primary-color);
  }

  .mobile-cat-toggle.active + .product-cat-list {
    display: flex;
    flex-direction: column;
  }

  .product-cat-list .parent-cat {
    border-bottom: 1px solid #fff;
    padding-block: 5px;
  }

  .product-cat-list .parent-cat.active {
    padding-bottom: 0;
  }

  .product-cat-list .parent-cat.active .child-cat-list {
    position: unset;
    border-left: 1px solid #fff;
  }

  .product-cat-list .cat-name {
    width: fit-content;
  }

  .product-cat-list .parent-cat.active + .cat-name {
    padding-bottom: 5px;
  }

  .header-bottom {
    display: none;
  }
}

@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, .9);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, .9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 30px rgba(212, 175, 55, 0);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 30px rgba(212, 175, 55, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, 0);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

@keyframes pulse_mobi {
    0% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, .9);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, .9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 30px rgba(212, 175, 55, 0);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 15px rgba(212, 175, 55, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, 0);
        box-shadow: 0 0 0 8px #d4af37, 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

@keyframes scrollLoop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Dịch nửa vì có 2 lần logo */
}