@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #1e265d;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: #3849be;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

.wp-caption {
  margin-bottom: 2em;
  max-width: 100%;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.header .header-bottom .header-menu .sub-menu, .db-pagination ul li a:hover, .scale-hover img {
  transition: 0.4s ease-out 0s;
}

.db-ct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.db-ct blockquote p {
  margin: 0 !important;
}

.db-ct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.db-ct {
  font-size: 18px;
  line-height: 1.6;
}

.db-ct p {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .db-ct {
    font-size: 16px;
  }
}
.db-ct img {
  margin-bottom: 1.5rem;
}

.db-ct table {
  margin: 0 0 15px;
  line-height: 2;
}

.db-ct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.db-ct table > tbody > tr > td,
.db-ct table > tbody > tr > th,
.db-ct table > tfoot > tr > td,
.db-ct table > tfoot > tr > th,
.db-ct table > thead > tr > td,
.db-ct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.db-ct h6 {
  font-size: 14px;
}

.db-ct h5 {
  font-size: 16px;
}

.db-ct h4 {
  font-size: 22px;
}

.db-ct h3 {
  font-size: 24px;
}

.db-ct h2 {
  font-size: 26px;
}

.db-ct ul,
.db-ct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.db-ct ul li,
.db-ct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.db-ct ol {
  list-style: decimal;
}

.db-ct ul {
  list-style: disc;
}

.db-ct iframe {
  margin: auto;
}

.db-ct .syntaxhighlighter {
  padding: 10px 0;
}

.db-ct h2,
.db-ct h3,
.db-ct h4,
.db-ct h5,
.db-ct h6 {
  margin: 0 0 20px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transform: translateX(-100%);
  transition: 0.5s;
  padding-bottom: 50px;
}
.menu-mobile > ul {
  list-style: none;
  overflow-y: auto;
  height: calc(100vh - 85px);
}
.menu-mobile > ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 239, 239, 0.2901960784);
}
.menu-mobile > ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile > ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile > ul li .li-plus:before, .menu-mobile > ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile > ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile > ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile > ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile > ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile > ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile > ul li > ul li {
  border: none;
}
.menu-mobile > ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile > ul .current-menu-item a {
  color: var(--primary-color) !important;
  background: #fff;
}
.menu-mobile > ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile > ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
}
.menu-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active {
  transform: translate(0);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.db-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}
.db-pagination ul {
  display: flex;
  justify-content: center;
}
.db-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}
.db-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}
.db-pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 4px;
}
.db-pagination ul li a svg path {
  stroke: var(--primary-color);
}
.db-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.db-pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.scroll-snap .item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Black.ttf.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Black.ttf);
  font-weight: 900;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}
:root {
  --primary-color: #3849be;
  --hover-color: #ec1b28;
  --secondary-color: #ec1b28;
  --access-color: #FCDB67;
  --icon: #3cb879;
  --title: #3849be;
  --bg-sec: #EBEBEB;
  --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}

@media (min-width: 992px) {
  .gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family: "Roboto";
  color: var(--title);
  font-weight: 700;
  line-height: 1.3;
}

.h3,
h3 {
  font-size: 23px;
}

body.hidden {
  overflow: hidden;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
    width: 100%;
  }
}

/*--------------HEADER----------------*/
.header.fixed-header .header-bottom {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.header .main-header {
  display: flex;
  justify-content: space-between;
}
.header .main-header ul.ten-cty h3 {
  color: var(--primary-color);
  font-weight: bold;
  padding-top: 7px;
}
.header .main-header ul.header-contact li.contact_top {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  color: #777;
}
.header .main-header ul.header-contact li.contact_top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .main-header ul.header-contact li.contact_top a {
  color: var(--secondary-color);
  font-size: 16px;
  text-transform: none;
}
.header .header-bottom {
  height: 44px;
  background-color: var(--primary-color);
}
.header .header-bottom .header-menu ul.item_big li {
  padding: 2px 12px;
}
.header .header-bottom .header-menu ul.item_big li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.header .header-bottom .header-menu ul.item_big .menu-item-has-children > a {
  position: relative;
  padding-right: 18px; /* chừa chỗ cho mũi tên */
}
.header .header-bottom .header-menu ul.item_big .menu-item-has-children > a::after {
  content: "▼"; /* icon mũi tên */
  font-size: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; /* chỉnh màu theo theme */
  transition: transform 0.3s ease;
}
.header .header-bottom .header-menu ul.item_big .menu-item-has-children ul.sub-menu > .menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(31deg);
}
.header .header-bottom .header-menu ul.item_big .current-menu-item {
  background-color: var(--hover-color);
  color: #fff;
}
.header .header-bottom .searchBox form {
  background-color: hsla(0, 0%, 100%, 0.2) !important;
  border-color: hsla(0, 0%, 100%, 0.09);
  border-radius: 99px;
  padding: 0 20px;
}
.header .header-bottom .searchBox form button.btn.btn-default {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header .header-bottom .searchBox form input {
  box-shadow: none;
  border: unset;
  color: #fff !important;
  height: 45px;
  background-color: transparent;
}
.header .header-bottom .searchBox form button.btn.btn-default svg {
  color: #fff;
}
.header .header-bottom .header-menu {
  width: 100%;
}
.header .header-bottom .header-menu .menu-mobile-close {
  display: none;
}
@media (min-width: 992px) {
  .header .header-bottom .header-menu .sub-menu {
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    overflow: visible !important;
    width: 31rem;
    height: auto;
    background: var(--primary-color);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transform: translateY(10px);
  }
  .header .header-bottom .header-menu .sub-menu li {
    position: relative;
  }
  .header .header-bottom .header-menu .sub-menu li .sub-menu {
    position: absolute;
    left: 100% !important;
    top: 0px;
    z-index: 20;
    right: unset;
    opacity: 0;
    border: 1px solid #f9f9ff;
  }
  .header .header-bottom .header-menu .sub-menu li:hover .sub-menu {
    opacity: 1 !important;
  }
}
.header .header-bottom .header-menu .sub-menu li {
  line-height: 1.5;
  padding: 5px 2rem;
}
.header .header-bottom .header-menu .sub-menu li a {
  display: block !important;
  font-size: 14px !important;
  text-transform: none;
  font-weight: 500;
  text-align: left !important;
}
.header .header-bottom .header-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .header-bottom .header-menu .sub-menu li:hover {
  background-color: var(--hover-color);
}
.header .header-bottom .header-menu .current-menu-item a {
  color: #fff;
}
.header .header-bottom .header-menu .header-nav {
  margin-right: -50px;
}
.header .header-bottom .header-menu .header-nav .item_big {
  gap: 2rem !important;
}
.header .header-bottom .header-menu .header-nav .item_big ul {
  list-style: none;
}
.header .header-bottom .header-menu .header-nav ul > li > ul.sub-menu a {
  line-height: 40px !important;
}
.header .header-bottom .header-menu .header-nav ul > li > a {
  line-height: 40px;
}
.header .header-bottom .header-menu .header-nav ul a {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: var(--title);
  text-transform: uppercase;
  line-height: 32px;
  display: block;
}
.header .header-bottom .header-menu .header-nav ul li {
  position: relative;
}
.header .header-bottom .header-menu .header-nav ul a:hover {
  color: var(#fff);
}
.header .header-bottom .header-menu .header-nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-bottom .header-menu .col-search {
  /* Hover hoặc focus thì bung input */
  /* Style button search */
}
.header .header-bottom .header-menu .col-search .searchBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.header .header-bottom .header-menu .col-search .searchBox .quick-search-results {
  right: 0;
  width: auto;
  left: unset;
  max-width: 300px;
}
.header .header-bottom .header-menu .col-search .searchBox .header-search-form {
  display: flex;
  align-items: center;
}
.header .header-bottom .header-menu .col-search .searchBox .header-search-form .ux-search-input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 15px;
  margin-right: -35px;
}
.header .header-bottom .header-menu .col-search button.btn.btn-default {
  transition: all 0.4s ease;
}
.header .header-bottom .header-menu .col-search .searchBox form:hover .ux-search-input {
  width: 200px;
  /* chiều rộng bung ra */
  opacity: 1;
  padding: 6px 12px;
  border: 1px solid #ddd;
}
.header .header-bottom .header-menu .col-search .searchBox .btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .main-menu {
  background: #f4f4f4;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
}
.header .main-menu .main-header {
  height: 120px;
  align-items: center;
}
.header .main-menu .main-header .midder-header .logo {
  font-family: "Inter";
  max-width: 200px;
  font-size: 22px;
}

h1.title-page {
  font-size: 30px;
}

.bg_body {
  position: relative;
  margin-top: 30px;
}
.bg_body:before {
  content: "";
  background-image: url(../svg/bg-index.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section h2 {
  font-size: 18px;
  color: var(--primary-color);
}

section.home-banner .banner-img.c-img {
  padding-top: 30% !important;
}
section.home-banner ol.flickity-page-dots {
  bottom: 0px;
}
section.home-banner .banner-img:nth-child(1) .banner-content {
  width: 35%;
  background-color: #fff;
  padding: 30px;
  gap: 5px;
}
section.home-banner .banner-img:nth-child(1) .banner-content h2,
section.home-banner .banner-img:nth-child(1) .banner-content p {
  color: #000;
  margin-bottom: 5px;
}
section.home-banner .banner-img:nth-child(1) .banner-content a {
  color: #fff;
  border-radius: 5px;
}
section.home-banner .banner-img:nth-child(2) .banner-content h2,
section.home-banner .banner-img:nth-child(2) .banner-content p {
  color: #fff;
}
section.home-banner .banner-img:nth-child(2) .banner-content a {
  color: #fff;
  border-radius: 5px;
}
section.home-banner .banner-img:nth-child(3) .banner-content {
  width: 45%;
}
section.home-banner .banner-img:nth-child(3) .banner-content h2,
section.home-banner .banner-img:nth-child(3) .banner-content p {
  color: #fff;
}
section.home-banner .banner-img:nth-child(3) .banner-content a {
  color: #fff;
  border-radius: 5px;
}
section.home-banner .banner-img:nth-child(4) .banner-content h2,
section.home-banner .banner-img:nth-child(4) .banner-content p {
  color: #000;
}
section.home-banner .banner-img:nth-child(4) .banner-content a {
  color: #fff;
  border-radius: 5px;
}

section.home-cate {
  padding: 30px 0;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate {
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 30px;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate .c-img {
  padding-top: 100%;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate .c-img img {
  transition: all 500ms ease;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate .box-text {
  position: absolute;
  bottom: 0;
  top: unset;
  margin: 0 auto;
  color: #fff;
  height: 45px;
  padding: 0px 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s ease-in 0.4s;
  opacity: 1;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate .box-text p {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}
section.home-cate .section-content .row-cat:nth-child(1) .box.box-cate:hover .c-img img {
  scale: 1.05;
}
section.home-cate .section-content .row-cat:nth-child(1) div.info-title {
  height: 45px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0 20px;
}
section.home-cate .section-content .row-cat:nth-child(1) div.info-title .xenthem_new {
  color: #333;
  z-index: 0;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 123;
  color: #333;
  padding: 0;
  font-size: 13px;
}
section.home-cate .section-content .row-cat:nth-child(1) div.info-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: url(../images/h2_title.png);
  height: 45px;
  line-height: 45px;
  background-size: 100% 100%;
  min-width: 350px;
  width: auto;
  margin: 0;
}
section.home-cate .section-content .row-cat:nth-child(1) div.info-title h2::before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  width: 50%;
  height: 2px;
  bottom: 0;
}
section.home-cate .section-content .row-cat:nth-child(1) div.info-title h2::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  right: 0px;
  width: 50%;
  height: 2px;
  top: 0;
}
section.home-cate .section-content .row-cat .box.box-cate {
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 30px;
}
section.home-cate .section-content .row-cat .box.box-cate::after {
  content: "";
  position: absolute;
  inset: 0; /* = top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.4); /* lớp mờ màu đen */
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.home-cate .section-content .row-cat .box.box-cate:hover {
  background: rgba(0, 0, 0, 0.5019607843) !important;
}
section.home-cate .section-content .row-cat .box.box-cate:hover::after {
  opacity: 1;
}
section.home-cate .section-content .row-cat .box.box-cate:hover .box-text {
  bottom: 0;
  opacity: 1 !important;
  z-index: 9;
}
section.home-cate .section-content .row-cat .box.box-cate .c-img {
  padding-top: 100%;
}
section.home-cate .section-content .row-cat .box.box-cate .c-img img {
  transition: all 500ms ease;
}
section.home-cate .section-content .row-cat .box.box-cate .box-text {
  position: absolute;
  bottom: 20%;
  top: 0;
  margin: auto;
  color: #fff;
  height: 45px;
  padding: 0px 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
  opacity: 0;
}
section.home-cate .section-content .row-cat .box.box-cate .box-text p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
section.home-cate .section-content .row-cat .box.box-cate:hover .c-img img {
  scale: 1.05;
}
section.home-cate .section-content .row-cat div.info-title {
  height: 45px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0 20px;
}
section.home-cate .section-content .row-cat div.info-title .xenthem_new {
  color: #333;
  z-index: 0;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 123;
  color: #333;
  padding: 0;
  font-size: 13px;
}
section.home-cate .section-content .row-cat div.info-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: url(../images/h2_title.png);
  height: 45px;
  line-height: 45px;
  background-size: 100% 100%;
  min-width: 350px;
  width: auto;
  margin: 0;
}
section.home-cate .section-content .row-cat div.info-title h2::before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  width: 50%;
  height: 2px;
  bottom: 0;
}
section.home-cate .section-content .row-cat div.info-title h2::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  right: 0px;
  width: 50%;
  height: 2px;
  top: 0;
}
section.home-cate .section-content .row-product div.info-title {
  height: 45px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0 20px;
}
section.home-cate .section-content .row-product div.info-title .xenthem_new {
  color: #333;
  z-index: 0;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 123;
  color: #333;
  padding: 0;
  font-size: 13px;
}
section.home-cate .section-content .row-product div.info-title h2 {
  font-size: 18px;
  color: #FFF;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: url(../images/h2_title.png);
  height: 45px;
  line-height: 45px;
  background-size: 100% 100%;
  min-width: 350px;
  width: auto;
  margin: 0;
}
section.home-cate .section-content .row-product div.info-title h2::before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  width: 50%;
  height: 2px;
  bottom: 0;
}
section.home-cate .section-content .row-product div.info-title h2::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  right: 0px;
  width: 50%;
  height: 2px;
  top: 0;
}
section.home-cate .section-content .row-product .align-items-start a.product-item {
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
section.home-cate .section-content .row-product .align-items-start a.product-item .c-img {
  padding-top: 100%;
}
section.home-cate .section-content .row-product .align-items-start a.product-item .box-text.text-center {
  padding: 10px;
}
section.home-cate .section-content .row-product .align-items-start a.product-item .box-text.text-center p.title-cate {
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
section.home-cate .section-content .row-product .align-items-start a.product-item:hover p.title-cate {
  color: #333;
}

.sidebar section {
  margin-bottom: 20px;
}
.sidebar .widget .textwidget,
.sidebar .widget .menu {
  border: 1px solid #e3e2e2;
  border-top: 0;
}
.sidebar .laythongtin {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.sidebar .ten_lang {
  border-bottom: 1px solid #ccc;
  color: #000000 !important;
  margin-bottom: 10px;
}
.sidebar #content_1 {
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.sidebar .dienthoai {
  padding-top: 3px;
}
.sidebar .widget-title {
  z-index: 1;
  width: 100%;
  background-color: var(--primary-color);
  height: 45px;
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  box-sizing: border-box;
  text-align: center;
}
.sidebar .widget-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid var(--primary-color);
  border-bottom: 10px solid transparent;
  right: 0px;
  bottom: -7px;
}
.sidebar #menu-danh-muc-san-pham {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
}
.sidebar #menu-danh-muc-san-pham li {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e3e2e2;
  line-height: 24px;
  /* Hover show submenu */
}
.sidebar #menu-danh-muc-san-pham li a {
  display: block;
  padding: 10px 15px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
}
.sidebar #menu-danh-muc-san-pham li a:hover {
  color: var(--secondary-color);
}
.sidebar #menu-danh-muc-san-pham li.menu-item-has-children > a::after {
  content: "▶";
  float: right;
  font-size: 9px;
  margin-left: 8px;
  position: absolute;
  right: 8px;
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  min-width: 260px;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  z-index: 9;
  border: 1px solid #e3e2e2;
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu li:first-child {
  border-top: none;
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu li {
  /* Sub menu cấp 3 */
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu li a {
  padding: 10px 12px;
  font-weight: 500;
  color: #222;
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu li a:hover {
  color: var(--secondary-color);
}
.sidebar #menu-danh-muc-san-pham li ul.sub-menu li ul.sub-menu {
  top: -1px;
  left: 100%;
}
.sidebar #menu-danh-muc-san-pham li:hover > ul.sub-menu {
  display: block;
}

section.home-news .section-title-normal {
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--secondary-color);
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
section.home-news .section-title-normal span {
  margin-bottom: -2px;
  margin-right: 15px;
  padding-bottom: 7.5px;
  color: var(--primary-color);
}
section.home-news .section-title-normal a {
  display: block;
  padding-left: 15px;
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
  text-transform: capitalize;
}
section.home-news .section-title-normal a i {
  margin-left: 10px;
  margin-right: 0;
  font-size: 14px;
}
section.home-news .box.blog-item {
  border: 1px solid #f0f0f0;
  padding: 10px;
  border-radius: 4px;
}
section.home-news .box.blog-item .box-content.text-left {
  text-align: left;
  padding: 10px 0 0;
}
section.home-news .box.blog-item .box-content.text-left h3 {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.home-news .box.blog-item .box-content.text-left .except {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.col, .columns, .gallery-item {
  margin: 0;
  padding: 0 7.5px 15px;
  position: relative;
}

section.home-partner {
  padding: 40px 0;
}
section.home-partner .flickity-button {
  background-color: transparent;
  margin-top: 0;
}
section.home-partner .info-title h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
}
section.home-partner .small-columns-2 .flickity-slider > .col, section.home-partner .small-columns-2 > .col {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (min-width: 550px) {
  section.home-partner .medium-columns-3 .flickity-slider > .col, section.home-partner .medium-columns-3 > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 850px) {
  section.home-partner .gallery-columns-5 .gallery-item, section.home-partner .large-columns-5 .flickity-slider > .col, section.home-partner .large-columns-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}

section.bread-crumb.page {
  padding: 68px 0;
  background-color: rgba(0, 0, 0, 0.1843137255);
}
section.bread-crumb.page nav.rank-math-breadcrumb p {
  color: #fff;
  margin: 0;
}
section.bread-crumb.page h2 {
  color: #fff;
}
section.bread-crumb.page h1.title-page.white-text {
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
}

.tax-category-filter h2.title-page.white-text,
.post-type-archive-product h2.title-page.white-text,
.tax-product_cat h2.title-page.white-text {
  color: #fff;
}
.tax-category-filter select.orderby,
.post-type-archive-product select.orderby,
.tax-product_cat select.orderby {
  padding: 8px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}
.tax-category-filter ul.category-item-wrapp,
.post-type-archive-product ul.category-item-wrapp,
.tax-product_cat ul.category-item-wrapp {
  padding: 0;
}
.tax-category-filter ul.category-item-wrapp li,
.post-type-archive-product ul.category-item-wrapp li,
.tax-product_cat ul.category-item-wrapp li {
  margin-bottom: 0;
}
.tax-category-filter section.content-shop,
.post-type-archive-product section.content-shop,
.tax-product_cat section.content-shop {
  padding: 30px 0 0 0;
  /*hình ảnh filter phụ tùng bơm*/
}
.tax-category-filter section.content-shop .filter-reset-wrap,
.post-type-archive-product section.content-shop .filter-reset-wrap,
.tax-product_cat section.content-shop .filter-reset-wrap {
  display: none;
}
.tax-category-filter section.content-shop .filter-reset-wrap a.btn.btn-reset-filter,
.post-type-archive-product section.content-shop .filter-reset-wrap a.btn.btn-reset-filter,
.tax-product_cat section.content-shop .filter-reset-wrap a.btn.btn-reset-filter {
  background: var(--primary-color);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.tax-category-filter section.content-shop .filter-reset-wrap a.btn.btn-reset-filter:hover,
.post-type-archive-product section.content-shop .filter-reset-wrap a.btn.btn-reset-filter:hover,
.tax-product_cat section.content-shop .filter-reset-wrap a.btn.btn-reset-filter:hover {
  background: #ddd;
  color: var(--primary-color);
}
.tax-category-filter section.content-shop .filter-reset-wrap.has-active,
.post-type-archive-product section.content-shop .filter-reset-wrap.has-active,
.tax-product_cat section.content-shop .filter-reset-wrap.has-active {
  display: block;
}
.tax-category-filter section.content-shop .filter-box,
.post-type-archive-product section.content-shop .filter-box,
.tax-product_cat section.content-shop .filter-box {
  border: 1px solid #eee;
  background: #f2f2f2;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}
.tax-category-filter section.content-shop .filter-box h3,
.post-type-archive-product section.content-shop .filter-box h3,
.tax-product_cat section.content-shop .filter-box h3 {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 25px;
  border-radius: 100px;
  display: inline;
  font-size: 16px;
  position: absolute;
  top: -16px;
  left: 0;
}
.tax-category-filter section.content-shop .filter-box .filter-list,
.post-type-archive-product section.content-shop .filter-box .filter-list,
.tax-product_cat section.content-shop .filter-box .filter-list {
  overflow: scroll;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: left;
  padding: 20px 20px;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0.5rem;
}
.tax-category-filter section.content-shop .filter-box .filter-list .filter-item,
.post-type-archive-product section.content-shop .filter-box .filter-list .filter-item,
.tax-product_cat section.content-shop .filter-box .filter-list .filter-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  text-align: center !important;
}
.tax-category-filter section.content-shop .filter-box .filter-list .filter-item a,
.post-type-archive-product section.content-shop .filter-box .filter-list .filter-item a,
.tax-product_cat section.content-shop .filter-box .filter-list .filter-item a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.tax-category-filter section.content-shop .filter-box .filter-list .filter-item a img,
.post-type-archive-product section.content-shop .filter-box .filter-list .filter-item a img,
.tax-product_cat section.content-shop .filter-box .filter-list .filter-item a img {
  max-height: 65px;
  margin-bottom: 10px;
  width: auto;
  max-width: 50px;
}
.tax-category-filter section.content-shop .filter-box .filter-list .filter-item a span,
.post-type-archive-product section.content-shop .filter-box .filter-list .filter-item a span,
.tax-product_cat section.content-shop .filter-box .filter-list .filter-item a span {
  font-size: 14.4px;
  font-weight: 600;
}
.tax-category-filter section.content-shop .product-list p.db-no_post_found,
.post-type-archive-product section.content-shop .product-list p.db-no_post_found,
.tax-product_cat section.content-shop .product-list p.db-no_post_found {
  display: none;
}
.tax-category-filter section.content-shop .product-list .product-item,
.post-type-archive-product section.content-shop .product-list .product-item,
.tax-product_cat section.content-shop .product-list .product-item {
  background: #fff;
  padding: 0;
  box-shadow: unset;
}
.tax-category-filter section.content-shop .product-list .des-top,
.post-type-archive-product section.content-shop .product-list .des-top,
.tax-product_cat section.content-shop .product-list .des-top {
  text-align: justify;
  margin-bottom: 30px;
}
.tax-category-filter section.content-shop .product-list .des-top h2,
.post-type-archive-product section.content-shop .product-list .des-top h2,
.tax-product_cat section.content-shop .product-list .des-top h2 {
  font-size: 26px;
}
.tax-category-filter section.content-shop .product-list .des-top .woocommerce-result-count,
.post-type-archive-product section.content-shop .product-list .des-top .woocommerce-result-count,
.tax-product_cat section.content-shop .product-list .des-top .woocommerce-result-count {
  display: none;
}
.tax-category-filter section.content-shop .product-list .des-top .woocommerce-ordering,
.post-type-archive-product section.content-shop .product-list .des-top .woocommerce-ordering,
.tax-product_cat section.content-shop .product-list .des-top .woocommerce-ordering {
  display: none;
}
.tax-category-filter section.content-shop .product-list .product-list-item .col,
.post-type-archive-product section.content-shop .product-list .product-list-item .col,
.tax-product_cat section.content-shop .product-list .product-list-item .col {
  padding: 0 7.5px 15px;
}
.tax-category-filter section.content-shop .term-description,
.post-type-archive-product section.content-shop .term-description,
.tax-product_cat section.content-shop .term-description {
  text-align: justify;
}
.tax-category-filter section.content-shop .term-description h2,
.post-type-archive-product section.content-shop .term-description h2,
.tax-product_cat section.content-shop .term-description h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.tax-category-filter section.content-shop .term-description h3,
.post-type-archive-product section.content-shop .term-description h3,
.tax-product_cat section.content-shop .term-description h3 {
  margin-bottom: 8px;
}
.tax-category-filter section.content-shop .term-description ul,
.post-type-archive-product section.content-shop .term-description ul,
.tax-product_cat section.content-shop .term-description ul {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 10px;
}
.tax-category-filter section.content-shop .term-description ul li,
.post-type-archive-product section.content-shop .term-description ul li,
.tax-product_cat section.content-shop .term-description ul li {
  margin-left: 20px;
}
.tax-category-filter section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span, .tax-category-filter section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_img_span, .tax-category-filter section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span, .tax-category-filter section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span,
.post-type-archive-product section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span,
.post-type-archive-product section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_img_span,
.post-type-archive-product section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span,
.post-type-archive-product section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span,
.tax-product_cat section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span,
.tax-product_cat section.content-shop .bapf_sfilter.brchecked_default input:checked + label .bapf_img_span,
.tax-product_cat section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span,
.tax-product_cat section.content-shop .bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span {
  transform: rotate(0deg);
}
.tax-category-filter section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul,
.post-type-archive-product section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul,
.tax-product_cat section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.tax-category-filter section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul li,
.post-type-archive-product section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul li,
.tax-product_cat section.content-shop .bapf_sfilter .bapf_sfa_taxonomy ul li {
  background: rgba(56, 73, 190, 0.168627451);
  border-radius: 99px;
  padding: 2px 10px !important;
}
.tax-category-filter section.content-shop .bapf_sfilter ul.bapf_sfa_unall,
.post-type-archive-product section.content-shop .bapf_sfilter ul.bapf_sfa_unall,
.tax-product_cat section.content-shop .bapf_sfilter ul.bapf_sfa_unall {
  display: none;
}
.tax-category-filter section.content-shop .filter-pkvs.brchecked_default input:checked + label span.bapf_clr_text,
.post-type-archive-product section.content-shop .filter-pkvs.brchecked_default input:checked + label span.bapf_clr_text,
.tax-product_cat section.content-shop .filter-pkvs.brchecked_default input:checked + label span.bapf_clr_text {
  color: #000;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget,
.post-type-archive-product section.content-shop .berocket_single_filter_widget,
.tax-product_cat section.content-shop .berocket_single_filter_widget {
  border: 1px solid #eee;
  background: #f2f2f2;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_body,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_body,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_body {
  padding: 0 20px;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_body .bapf_img_span,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_body .bapf_img_span,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_body .bapf_img_span {
  background-size: contain !important;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_body span.bapf_clr_text,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_body span.bapf_clr_text,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_body span.bapf_clr_text {
  min-height: 45px;
  height: 45px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.tax-category-filter section.content-shop #bapf_1.bapf_sfilter .bapf_body ul,
.post-type-archive-product section.content-shop #bapf_1.bapf_sfilter .bapf_body ul,
.tax-product_cat section.content-shop #bapf_1.bapf_sfilter .bapf_body ul {
  grid-template-columns: repeat(8, 1fr);
}
.tax-category-filter section.content-shop #bapf_1.bapf_sfilter .bapf_body ul, .tax-category-filter section.content-shop #bapf_2.bapf_sfilter .bapf_body ul,
.post-type-archive-product section.content-shop #bapf_1.bapf_sfilter .bapf_body ul,
.post-type-archive-product section.content-shop #bapf_2.bapf_sfilter .bapf_body ul,
.tax-product_cat section.content-shop #bapf_1.bapf_sfilter .bapf_body ul,
.tax-product_cat section.content-shop #bapf_2.bapf_sfilter .bapf_body ul {
  display: flex;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0.5rem;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_head h3,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_head h3,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_head h3 {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 25px;
  border-radius: 100px;
  display: inline;
  font-size: 16px;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_sfilter,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_sfilter,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_sfilter {
  border-bottom: 1px solid #f2f2f2;
}
.tax-category-filter section.content-shop .berocket_single_filter_widget .bapf_head,
.post-type-archive-product section.content-shop .berocket_single_filter_widget .bapf_head,
.tax-product_cat section.content-shop .berocket_single_filter_widget .bapf_head {
  margin-top: -10px;
  margin-bottom: 10px;
}
.tax-category-filter section.content-shop ul.category-item-wrapp li,
.post-type-archive-product section.content-shop ul.category-item-wrapp li,
.tax-product_cat section.content-shop ul.category-item-wrapp li {
  text-align: center;
  box-shadow: 0 0px 3px 0px rgba(109, 109, 109, 0.2196078431);
  border-radius: 2px;
  list-style: none;
}
.tax-category-filter section.content-shop ul.category-item-wrapp li h3,
.post-type-archive-product section.content-shop ul.category-item-wrapp li h3,
.tax-product_cat section.content-shop ul.category-item-wrapp li h3 {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  width: 80%;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tax-category-filter section.content-shop ul.category-item-wrapp img,
.post-type-archive-product section.content-shop ul.category-item-wrapp img,
.tax-product_cat section.content-shop ul.category-item-wrapp img {
  margin-bottom: 10px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.tax-category-filter section.content-shop ul.category-item-wrapp,
.post-type-archive-product section.content-shop ul.category-item-wrapp,
.tax-product_cat section.content-shop ul.category-item-wrapp {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
}
.tax-category-filter section.content-shop #bapf_1.bapf_sfilter .bapf_body ul li label:before,
.tax-category-filter section.content-shop #bapf_2.bapf_sfilter .bapf_body ul li label:before,
.post-type-archive-product section.content-shop #bapf_1.bapf_sfilter .bapf_body ul li label:before,
.post-type-archive-product section.content-shop #bapf_2.bapf_sfilter .bapf_body ul li label:before,
.tax-product_cat section.content-shop #bapf_1.bapf_sfilter .bapf_body ul li label:before,
.tax-product_cat section.content-shop #bapf_2.bapf_sfilter .bapf_body ul li label:before {
  height: 65px;
  position: relative;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 10px;
  filter: hue-rotate(10deg) contrast(120%);
  margin-top: 10px;
}
.tax-category-filter section.content-shop ul.category-item-wrapp,
.post-type-archive-product section.content-shop ul.category-item-wrapp,
.tax-product_cat section.content-shop ul.category-item-wrapp {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  margin: 20px 0;
}
.tax-category-filter section.content-shop ul.category-item-wrapp li,
.post-type-archive-product section.content-shop ul.category-item-wrapp li,
.tax-product_cat section.content-shop ul.category-item-wrapp li {
  text-align: center;
  box-shadow: 0 0px 3px 0px rgba(109, 109, 109, 0.2196078431);
  border-radius: 2px;
}
.tax-category-filter section.content-shop ul.category-item-wrapp li img,
.post-type-archive-product section.content-shop ul.category-item-wrapp li img,
.tax-product_cat section.content-shop ul.category-item-wrapp li img {
  margin-bottom: 10px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.tax-category-filter section.content-shop ul.category-item-wrapp li h3,
.post-type-archive-product section.content-shop ul.category-item-wrapp li h3,
.tax-product_cat section.content-shop ul.category-item-wrapp li h3 {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  width: 80%;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tax-category-filter h1.title-page,
.post-type-archive-product h1.title-page,
.tax-product_cat h1.title-page {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tax-category-filter .top-collection.flex-wrap,
.post-type-archive-product .top-collection.flex-wrap,
.tax-product_cat .top-collection.flex-wrap {
  margin-bottom: 45px;
}
.tax-category-filter .top-collection.flex-wrap p.woocommerce-result-count,
.tax-category-filter .top-collection.flex-wrap form.woocommerce-ordering,
.post-type-archive-product .top-collection.flex-wrap p.woocommerce-result-count,
.post-type-archive-product .top-collection.flex-wrap form.woocommerce-ordering,
.tax-product_cat .top-collection.flex-wrap p.woocommerce-result-count,
.tax-product_cat .top-collection.flex-wrap form.woocommerce-ordering {
  margin: 0 !important;
}
.tax-category-filter .top-collection.flex-wrap .result-pro.flex-wrap,
.post-type-archive-product .top-collection.flex-wrap .result-pro.flex-wrap,
.tax-product_cat .top-collection.flex-wrap .result-pro.flex-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tax-category-filter .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce .woocommerce-result-count,
.post-type-archive-product .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce .woocommerce-result-count,
.tax-product_cat .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce .woocommerce-result-count {
  font-size: 18px;
}
.tax-category-filter .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce-ordering select,
.post-type-archive-product .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce-ordering select,
.tax-product_cat .top-collection.flex-wrap .result-pro.flex-wrap .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 10px;
}

.product-list .product-item {
  background: #fff;
  border: 1px solid #E9E9E9;
}
.product-list .product-item .c-img {
  position: relative;
}
.product-list .product-item .c-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-list .product-item:hover .c-img .hover-img {
  opacity: 1;
}
.product-list .product-item .thumb .c-img {
  padding-top: 100%;
}
.product-list .product-item .item-info.text-left {
  padding: 10px;
}
.product-list .product-item .item-info.text-left .cate {
  color: var(--title);
  font-size: 14px;
}
.product-list .product-item .item-info.text-left a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-list .product-item .item-info.text-left .item-price {
  color: var(--primary-color);
  font-size: 18px;
}

nav.rank-math-breadcrumb {
  margin-bottom: 10px;
}

.site-single-page {
  padding: 30px 0;
}
.site-single-page h1.title-page {
  margin-bottom: 20px;
}

.single-product .shop-container.page-product {
  padding: 30px 0;
}
.single-product .shop-container.page-product .row.related-product {
  margin: 15px;
}
.single-product .shop-container.page-product .title-related {
  margin-bottom: 20px;
}
.single-product .shop-container.page-product .product-related-list .c-img {
  padding-top: 100%;
}
.single-product .shop-container.page-product .product-related-list .product-item .c-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-product .shop-container.page-product .product-related-list .product-item:hover .c-img .hover-img {
  opacity: 1;
}
.single-product .shop-container.page-product .title-related h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.single-product .shop-container.page-product li.nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  background: #f0f0f0;
  padding: 8px 20px;
}
.single-product .shop-container.page-product li.nav-item .nav-link.active {
  background: #fff;
}
.single-product .shop-container.page-product h1.product-name {
  border-bottom: 1px dashed #d2d2d2;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-bottom: 15px;
}
.single-product .shop-container.page-product div#myTabContent {
  border: 1px solid #dee2e6;
  border-top: unset;
  padding: 10px;
}
.single-product .shop-container.page-product .item-price {
  padding-bottom: 15px;
}
.single-product .shop-container.page-product .item-price a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.single-product .shop-container.page-product .products_detail_title_txt {
  margin: 12px 0;
}
.single-product .shop-container.page-product .tags-post {
  overflow-wrap: break-word;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  color: #000;
  margin-bottom: 10px;
}
.single-product .shop-container.page-product .tags-post h4 {
  margin-bottom: 10px;
}
.single-product .shop-container.page-product .tags-post a {
  color: var(--primary-color);
  background: #e7f3ff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px !important;
  display: -webkit-inline-box;
}
.single-product .shop-container.page-product .woocommerce-product-details__short-description ul.kich-thuoc-pkvs {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.single-product .shop-container.page-product .woocommerce-product-details__short-description ul.kich-thuoc-pkvs li {
  list-style: none;
  background: #e7f3ff;
  padding: 4px 20px;
  border-radius: 100px;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: -webkit-inline-box;
  margin-left: 0;
  color: #3849be;
}
.single-product .shop-container.page-product .woocommerce-product-details__short-description ul {
  list-style: disc;
}
.single-product .shop-container.page-product .woocommerce-product-details__short-description ul li {
  margin-left: 20px;
}

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

/* Box liên hệ */
.contact-box {
  background: #f9f9ff; /* nền nhạt */
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}

/* Tiêu đề */
.contact-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  border-left: 5px solid #0073e6;
  padding-left: 10px;
}

/* List liên hệ */
.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.contact-box ul li {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

/* Icon giả bằng before */
.contact-box ul li:before {
  content: "📞";
  margin-right: 8px;
  font-size: 16px;
}

.contact-box ul li:nth-child(2):before {
  content: "🏢"; /* VP HCM */
}

.contact-box ul li:nth-child(3):before {
  content: "🏬"; /* VP HN */
}

/* Link thương hiệu */
.contact-box a {
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.entry-content h2 {
  font-size: 24px;
}
.entry-content h3 {
  font-size: 20px;
}
.entry-content h4 {
  font-size: 16px;
}
.entry-content ul {
  margin-bottom: 1em;
}
.entry-content ul li {
  list-style: disc;
}

.sidebar.sidebar-shop {
  padding-right: 20px;
  /* Widget sản phẩm mới */
}
.sidebar.sidebar-shop .db-new-products {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-shop .db-new-products li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.sidebar.sidebar-shop .db-new-products li:last-child {
  border-bottom: none;
}
.sidebar.sidebar-shop .db-new-products img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.sidebar.sidebar-shop .db-new-products .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 3px;
  transition: color 0.2s;
}
.sidebar.sidebar-shop .db-new-products .title:hover {
  color: var(--title);
}
.sidebar.sidebar-shop .db-new-products .price {
  display: block;
  font-size: 13px;
  color: #666;
}
.sidebar.sidebar-shop h3.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #9E9E9E;
  padding: 6px 0;
  position: relative;
}
.sidebar.sidebar-shop h3.widget-title::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: var(--icon);
  bottom: -1px;
  z-index: 999;
  left: 0;
}
.sidebar.sidebar-shop ul.product_list_widget {
  margin-top: 10px;
}
.sidebar.sidebar-shop ul.product_list_widget li a {
  display: flex;
}
.sidebar.sidebar-shop ul.product_list_widget li a span.product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 400;
  color: var(--title);
}
.sidebar.sidebar-shop ul.product_list_widget li img {
  float: unset;
  margin: 0 10px 0 0;
  width: 55px;
  height: auto !important;
  border-radius: 5px;
}
.sidebar.sidebar-shop .widget_product_categories {
  margin-bottom: 20px;
  /* Item cấp 1 */
  /* Mũi tên toggle */
  /* Khi mở thì xoay mũi tên */
  /* Submenu ẩn mặc định */
  /* Item con */
  /* Active item */
}
.sidebar.sidebar-shop .widget_product_categories .product-categories,
.sidebar.sidebar-shop .widget_product_categories .product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories > li {
  position: relative;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories > li > a {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories > li > a:hover {
  color: var(--secondary-color);
}
.sidebar.sidebar-shop .widget_product_categories .product-categories .cat-parent {
  position: relative;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories .toggle-submenu {
  position: absolute;
  right: 0;
  top: 23px;
  transform: translateY(-50%) rotate(0deg);
  /* ban đầu hướng sang phải */
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
  transition: transform 0.2s ease;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories .cat-parent.open > .toggle-submenu {
  transform: translateY(-50%) rotate(90deg);
  color: var(--secondary-color);
}
.sidebar.sidebar-shop .widget_product_categories .product-categories li ul.children {
  display: none;
  margin-left: 15px;
  border-left: 2px solid #eee;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories li ul.children li a {
  display: block;
  padding: 8px 15px;
  font-weight: normal;
  font-size: 14px;
  color: #555;
  border-bottom: 1px dotted #ddd;
}
.sidebar.sidebar-shop .widget_product_categories .product-categories li ul.children li a:hover {
  color: var(--secondary-color);
}
.sidebar.sidebar-shop .widget_product_categories .product-categories .current-cat > a,
.sidebar.sidebar-shop .widget_product_categories .product-categories .current-cat-parent > a {
  color: var(--secondary-color);
  font-weight: bold;
}

.archive-template {
  padding: 30px 0;
}
.archive-template header.page-header {
  margin-bottom: 30px;
}
.archive-template .list-post .item-post {
  border: 1px solid #f0f0f0;
}
.archive-template .list-post .item-post .post-text {
  padding: 10px;
}
.archive-template .list-post .item-post .post-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.archive-template .list-post .item-post .post-text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.archive-template .list-post .item-post .post-text a.button.secondary.is-link.is-small.mb-0 {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}

.single-post {
  padding: 30px 0;
}
.single-post h1.title-page {
  font-size: 27px;
  margin-bottom: 15px;
}
.single-post .meta-share {
  margin-bottom: 10px;
  font-size: 11.5px;
  text-transform: uppercase;
}
.single-post .related-post-wp.blog-archive h3.related-title {
  margin-bottom: 20px;
}
.single-post .nav-tabs {
  list-style: disc;
}
.single-post .list-post .item-post {
  border: 1px solid #f0f0f0;
}
.single-post .list-post .item-post .post-text {
  padding: 10px;
}
.single-post .list-post .item-post .post-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin-bottom: 5px;
}
.single-post .list-post .item-post .post-text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
.single-post .list-post .item-post .post-text a.button.secondary.is-link.is-small.mb-0 {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}

.contact-page {
  padding: 30px 0 0;
}
.contact-page .info-title {
  text-align: center;
  position: relative;
}
.contact-page .info-title h1 {
  font-size: 25px;
  color: #FFF;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: url(../images/h2_title.png);
  height: 45px;
  line-height: 45px;
  background-size: 100% 100%;
  min-width: 350px;
  width: auto;
  margin: 0;
}
.contact-page .info-title h1::before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  width: 50%;
  height: 2px;
  bottom: 0;
  z-index: 1;
}
.contact-page .info-title h1::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  right: 0px;
  width: 50%;
  height: 2px;
  top: 0;
}
.contact-page input.wpcf7-form-control.wpcf7-submit {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
  outline: none;
  background: var(--primary-color);
  padding: 10px 20px;
}
.contact-page input.mybutton {
  color: #fff;
  background: var(--secondary-color);
  padding: 10px 20px;
  border: 1px solid #616161;
}
.contact-page .wpcf7-form span input {
  display: block;
  border: 1px solid var(--primary-color);
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .select-resize-ghost, .contact-page .select2-container .select2-choice, .contact-page .select2-container .select2-selection, .contact-page input[type=date], .contact-page input[type=email], .contact-page input[type=number], .contact-page input[type=password], .contact-page input[type=search], .contact-page input[type=tel], .contact-page input[type=text], .contact-page input[type=url], .contact-page select, .contact-page textarea {
  box-shadow: unset;
  border-radius: 4px;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  margin-bottom: 10px;
}
.contact-page textarea {
  width: 100%;
  height: 100px;
  padding: 4px 10px;
  color: #555;
}

table {
  border-collapse: collapse;
  width: 100% !important;
}
table tr:first-child, table th {
  background: #3849be;
}
table tr:first-child td, table th td {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
table tr:first-childhover, table thhover {
  background: #3849be;
}
table tr td {
  vertical-align: middle;
  font-size: 14px;
}
table tr td p {
  margin-bottom: 0 !important;
}
table p {
  margin-bottom: 0;
}

th {
  background: #ccc;
}

th,
td {
  border: 1px solid var(--primary-color);
  padding: 8px;
}

tr:nth-child(even) {
  background: #efefef;
}

tr:hover {
  background: #d1d1d1;
}

p {
  margin-bottom: 1em;
}

.breadcrumb {
  margin-bottom: 0;
}

footer {
  margin-top: 30px;
}
footer .content-footer {
  background: var(--primary-color);
  padding: 30px 0;
  padding-bottom: 0;
}
footer .content-footer h2, footer .content-footer p, footer .content-footer p a {
  color: #fff;
}
footer .content-footer a:hover {
  color: var(--hover-color);
}
footer .content-footer ul.menu li {
  padding: 5px 0px;
}
footer .content-footer .logo {
  margin-bottom: 15px;
}
footer .content-footer span.title-ft {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
footer .content-footer .copyright {
  background: #2d3288;
  color: #fff;
  padding: 10px;
}
footer .content-footer .copyright p {
  margin: 0;
  color: #fff;
}

/* Ô tìm kiếm trong widget */
.widget_search .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #3B5874;
  border-radius: 25px;
  overflow: hidden;
}

.widget_search .search-field {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
}

.widget_search .search-submit {
  background: #3B5874;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.widget_search .search-submit:hover {
  background: #2d425d;
}

.progress-wrap:hover::before {
  opacity: 0 !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='%23fff' class='bi bi-arrow-up-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5'%3E%3C/path%3E%3C/svg%3E") !important;
}

.progress-wrap::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='%23fff' class='bi bi-arrow-up-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5'%3E%3C/path%3E%3C/svg%3E") !important;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.gallery-col {
  width: 20%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
}
.gallery-col:before {
  display: block;
  text-align: center;
  line-height: 200px;
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 4.25rem;
  right: 4.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 55%;
    max-height: 100%;
  }
}
[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

.products_detail-image .flickity-prev-next-button {
  width: 35px;
  height: 70px;
  background: hsl(0, 0%, 98%);
}
.products_detail-image .flickity-prev-next-button.next {
  border-radius: 100px 0 0 100px;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.products_detail-image .flickity-prev-next-button.previous {
  border-radius: 0 100px 100px 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.products_detail-image .carousel-main {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.products_detail-image .carousel-main .c-img {
  padding-top: 100%;
}
.products_detail-image .carousel-main .c-img img {
  border-radius: 10px;
}
.products_detail-image .carousel-nav {
  margin-top: 20px;
  margin-left: -10px;
}
.products_detail-image .carousel-nav .carousel-cell {
  height: 100px;
  width: 120px;
  opacity: 0.5;
  padding: 0 10px;
}
.products_detail-image .carousel-nav .carousel-cell img {
  border-radius: 10px;
  border: 1px solid #bbb;
}
.products_detail-image .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}
.products_detail-image .carousel-nav .carousel-cell.is-nav-selected img {
  border: 1px solid var(--primary-color);
  box-shadow: unset;
}

/* Form input */
h5#contactModalLabel {
  font-size: 25px;
  text-transform: uppercase;
}

.wpcf7 .btn-lg {
  background-color: var(--secondary-color);
  font-size: 16px;
}
.wpcf7 .form-control {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  box-shadow: none;
}
.wpcf7 .form-control span.wpcf7-spinner {
  display: none;
}

.wpcf7 .form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

/* Textarea */
.wpcf7 textarea.form-control {
  max-height: 120px;
  resize: vertical;
}

/* Nút submit */
.wpcf7 .btn {
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.wpcf7 .btn-primary:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.db-pagination {
  margin: 3rem;
}
.db-pagination ul {
  gap: 10px;
  list-style: none;
}
.db-pagination li {
  margin-bottom: 0;
}
.db-pagination li a {
  border-radius: 99% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border: solid 1px var(--primary-color) !important;
}
.db-pagination li a svg {
  width: 18px !important;
  height: 24px !important;
  margin-bottom: 0 !important;
}
.db-pagination li a:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.db-pagination li.active a {
  background: var(--primary-color) !important;
  color: #fff !important;
}

/*--------------menu mobile----------------*/
.opacity_menu.current {
  display: block;
}

.menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
  display: none;
}

.opacity_menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 20px !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  display: none;
}

.mb-show {
  display: none;
}

#contactModal form .select-resize-ghost, #contactModal form .select2-container .select2-choice, #contactModal form .select2-container .select2-selection, #contactModal form input[type=date], #contactModal form input[type=email], #contactModal form input[type=number], #contactModal form input[type=password], #contactModal form input[type=search], #contactModal form input[type=tel], #contactModal form input[type=text], #contactModal form input[type=url], #contactModal form select, #contactModal form textarea,
footer form .select-resize-ghost,
footer form .select2-container .select2-choice,
footer form .select2-container .select2-selection,
footer form input[type=date],
footer form input[type=email],
footer form input[type=number],
footer form input[type=password],
footer form input[type=search],
footer form input[type=tel],
footer form input[type=text],
footer form input[type=url],
footer form select,
footer form textarea {
  box-shadow: unset;
  border-radius: 4px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}
#contactModal form span.wpcf7-spinner,
footer form span.wpcf7-spinner {
  display: none;
}
#contactModal form ::-moz-placeholder, footer form ::-moz-placeholder {
  color: #333;
}
#contactModal form ::placeholder,
footer form ::placeholder {
  color: #333;
}
#contactModal form textarea,
footer form textarea {
  min-height: 120px;
  width: 100%;
  padding: 10px;
}
#contactModal form input.wpcf7-form-control.wpcf7-submit.has-spinner,
footer form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 16px;
  display: block;
}

@media (min-width: 850px) {
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  .wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.9em;
    font-style: italic;
    padding: 0.4em;
  }
  .wp-caption {
    margin-bottom: 2em;
    max-width: 100%;
  }
  .wp-caption .wp-caption-text {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .header .header-bottom .header-menu .header-nav ul a {
    font-size: 14px;
  }
  .header .header-bottom .header-menu .header-nav .item_big {
    gap: 1rem !important;
  }
  .searchBox.position-relative {
    max-width: 200px;
  }
  .sidebar #menu-danh-muc-san-pham li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .mb-show {
    display: block;
  }
  .header .header-bottom {
    background-color: #fff;
    height: 80px;
  }
  .header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header-menu ul.item_big .current-menu-item {
    background-color: var(--primary-color) !important;
  }
  .header .header-menu ul.item_big .current-menu-item a {
    color: #fff !important;
  }
  .header .header-menu .logo {
    width: 120px;
  }
  .header .header-menu .sub-menu li .sub-menu {
    position: unset;
  }
  .menu-item-has-children ul.sub-menu {
    display: none;
  }
  span.li-plus.clicked:before {
    opacity: 0;
  }
  .menu-mobile-close {
    display: block !important;
  }
  .main-menu .col-mb {
    justify-content: flex-end;
  }
  .main-menu .mb-show {
    display: block;
  }
  .main-menu .col-mb {
    justify-content: flex-end;
  }
  .main-menu .mb-show {
    display: block;
  }
  .header-nav {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0 !important;
    display: block !important;
    left: 0;
    z-index: 99999;
    width: 250px;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 0 4px 1px #c4e3f6;
    touch-action: manipulation;
  }
  .header-nav ul.logo-mb .logo {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-nav ul.logo-mb .logo a {
    font-family: "ZenDots";
    font-size: 20px !important;
    color: #000 !important;
  }
  .header-nav.current {
    visibility: visible;
    transform: translateX(0);
    justify-content: space-between !important;
    display: block !important;
  }
  .header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .header-nav .item_big li {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
  }
  .header-nav .item_big li a {
    text-align: left !important;
    padding: 0 5px !important;
    color: #333 !important;
    height: unset;
    line-height: 35px;
    display: block;
    font-size: 14px !important;
  }
  .header-nav .item_big li .li-plus:before,
  .header-nav .item_big li .li-plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #050505;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
  }
  .header-nav .item_big li .li-plus:before {
    width: 11px;
    height: 1px;
  }
  .header-nav .item_big li .li-plus:after {
    width: 1px;
    height: 11px;
  }
  .header-nav .item_big li .li-plus {
    position: absolute;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: #fff;
  }
  a.xenthem_new {
    display: none;
  }
  .searchBox.position-relative,
  .header .main-menu,
  .sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .db-pagination ul li a {
    width: 35px !important;
    height: 35px !important;
  }
  .logo {
    width: 100px;
  }
}
@media (max-width: 550px) {
  .archive-template {
    padding-bottom: 0;
  }
  .logo {
    width: 80px;
  }
}
@media (max-width: 350px) {
  .single-post .list-post .item-post .post-text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 3;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
  }
  .single-post .related-post-wp.blog-archive h3 {
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */