@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: #0a58ca;
}

*: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: inherit;
  background-color: transparent;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bold;
}

/**
 * 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 .main-menu .main-header .header-menu .sub-menu, .db-pagination ul li a:hover, .scale-hover img {
  transition: 0.4s ease-out 0s;
}

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

.ws-sgct blockquote p {
  margin: 0 !important;
}

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

.ws-sgct {
  font-size: 18px;
  line-height: 1.6;
}

.ws-sgct p {
  margin-bottom: 2rem;
}

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

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
}

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

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

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 21px;
}

.ws-sgct h4 {
  font-size: 24px;
}

.ws-sgct h3 {
  font-size: 27px;
}

.ws-sgct h2 {
  font-size: 30px;
}

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

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

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
  margin: 0 0 25px;
}

.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: "Afacad";
  src: url(../fonts/Afacad-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Afacad";
  src: url(../fonts/Afacad-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Afacad";
  src: url(../fonts/Afacad-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Afacad";
  src: url(../fonts/Afacad-SemiBold.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: #3B5874;
  --secondary-color: #29ABFF;
  --access-color: #FCDB67;
  --icon: #3cb879;
  --title: #082E8D;
  --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: "Afacad";
  color: var(--title);
  font-weight: 700;
  line-height: 1.3;
}

body.hidden {
  overflow: hidden;
}

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

/*--------------HEADER----------------*/
.header.fixed-header .main-menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 1px 3px #f5f5f5;
}

.header .main-menu {
  background: #f4f4f4;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
}
.header .main-menu .main-header {
  height: 80px;
  align-items: center;
}
.header .main-menu .main-header .midder-header .logo {
  font-family: "Inter";
  max-width: 200px;
  font-size: 22px;
}
.header .main-menu .main-header .header-menu {
  width: 100%;
}
.header .main-menu .main-header .header-menu .menu-mobile-close {
  display: none;
}
.header .main-menu .main-header .header-menu .sub-menu li {
  position: relative;
}
.header .main-menu .main-header .header-menu .sub-menu li .sub-menu {
  position: absolute;
  left: 100% !important;
  top: 0px;
  z-index: 20;
  right: unset;
  opacity: 0;
}
.header .main-menu .main-header .header-menu .sub-menu li:hover .sub-menu {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .header .main-menu .main-header .header-menu .sub-menu {
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    overflow: visible !important;
    width: 31rem;
    height: auto;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    transform: translateY(10px);
  }
}
.header .main-menu .main-header .header-menu .sub-menu li {
  line-height: 1.5;
  padding: 5px 2rem;
}
.header .main-menu .main-header .header-menu .sub-menu li a {
  display: block !important;
  font-size: 14px !important;
  text-transform: none;
  font-weight: 500;
  text-align: left !important;
}
.header .main-menu .main-header .header-menu .sub-menu li:last-child {
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.header .main-menu .main-header .header-menu .sub-menu li:first-child {
  border-radius: 10px 10px 0 0;
}
.header .main-menu .main-header .header-menu .sub-menu li:hover {
  background-color: #f0f0f0;
}
.header .main-menu .main-header .header-menu .sub-menu li:hover a {
  color: var(--primary-color);
}
.header .main-menu .main-header .header-menu .current-menu-item a {
  color: var(--secondary-color) !important;
}
.header .main-menu .main-header .header-menu .header-nav {
  margin-right: -50px;
}
.header .main-menu .main-header .header-menu .header-nav .item_big {
  gap: 3rem !important;
}
.header .main-menu .main-header .header-menu .header-nav ul > li > ul.sub-menu a {
  line-height: 32px !important;
}
.header .main-menu .main-header .header-menu .header-nav ul > li > a {
  line-height: 40px;
}
.header .main-menu .main-header .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 .main-menu .main-header .header-menu .header-nav ul li {
  position: relative;
}
.header .main-menu .main-header .header-menu .header-nav ul a:hover {
  color: var(--secondary-color);
}
.header .main-menu .main-header .header-menu .header-nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .main-menu .main-header .header-menu .col-search {
  /* Hover hoặc focus thì bung input */
  /* Style button search */
}
.header .main-menu .main-header .header-menu .col-search .searchBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.header .main-menu .main-header .header-menu .col-search .searchBox .quick-search-results {
  right: 0;
  width: auto;
  left: unset;
  max-width: 300px;
}
.header .main-menu .main-header .header-menu .col-search .searchBox .header-search-form {
  display: flex;
  align-items: center;
}
.header .main-menu .main-header .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 .main-menu .main-header .header-menu .col-search button.btn.btn-default {
  transition: all 0.4s ease;
}
.header .main-menu .main-header .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 .main-menu .main-header .header-menu .col-search .searchBox .btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .topbar {
  height: 35px;
}
.header .topbar .container {
  height: 100%;
}
.header .topbar .contact-right {
  gap: 20px;
}
.header .topbar .contact-right .contact-mail,
.header .topbar .contact-right .contact-phone {
  gap: 5px;
}
.header .topbar .contact-right .contact-mail a,
.header .topbar .contact-right .contact-phone a {
  color: var(--sec-color);
  font-weight: 500;
  font-size: 14px;
}

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: 45px;
  color: var(--primary-color);
  text-transform: uppercase;
}

section.home-banner {
  padding: 0 !important;
}
section.home-banner .banner-img.c-img {
  padding-top: 42% !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-banner .banner-box {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
section.home-banner .banner-box .banner-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  border-radius: 20px;
}
section.home-banner .banner-box .banner-content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
section.home-banner .banner-box .banner-content p {
  text-align: justify;
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 0;
}
section.home-banner .banner-box .banner-content a {
  font-size: 14px;
  background-color: var(--secondary-color);
  padding: 14px 35px;
  color: #fff;
  text-transform: uppercase;
}

section.home-about {
  padding: 50px 0;
}
section.home-about .section-content a.button {
  font-size: 14px;
  background-color: var(--secondary-color);
  padding: 14px 35px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
}
section.home-about .section-content h2 {
  font-size: 45px;
}
section.home-about .section-content .content {
  margin: 10px 0 20px;
}

section.home-cate {
  padding: 50px 0;
}
section.home-cate .section-content h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  background: url(../svg/Union.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
section.home-cate .section-content h2::before {
  content: "";
  background: url(../svg/canh-hoa-trai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  left: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-cate .section-content h2::after {
  content: "";
  background: url(../svg/canh-hoa-phai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  right: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-cate .section-content .box.box-cate {
  border: 1px solid var(--title);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
section.home-cate .section-content .box.box-cate .c-img {
  padding-top: 100%;
}
section.home-cate .section-content .box.box-cate .c-img img {
  padding: 15px;
  border-radius: 30px;
}
section.home-cate .section-content .box.box-cate .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 100%;
  transition: 0.4s ease-in 0.4s;
}
section.home-cate .section-content .box.box-cate .box-text p.title-cate {
  background: var(--title);
  border-radius: 99px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
section.home-cate .section-content .box.box-cate:hover .box-text.text-center {
  bottom: 10px;
  width: 94%;
}

section.home-product {
  padding: 50px 0;
}
section.home-product .section-content h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
section.home-product .section-content h2::before {
  content: "";
  background: url(../svg/canh-hoa-trai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  left: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-product .section-content h2::after {
  content: "";
  background: url(../svg/canh-hoa-phai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  right: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-product .section-content .product-item {
  background: #fff;
  padding: 6px;
  border-radius: 30px;
  box-shadow: 0px 32px 21px -13px rgba(71, 56, 137, 0.1607843137);
}
section.home-product .section-content .product-item .c-img {
  position: relative;
}
section.home-product .section-content .product-item .c-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.home-product .section-content .product-item:hover .c-img .hover-img {
  opacity: 1;
}
section.home-product .section-content .product-item:hover .c-img .main-img {
  opacity: 0;
}
section.home-product .section-content .product-item .thumb .c-img {
  padding-top: 100%;
}
section.home-product .section-content .product-item .thumb .c-img img {
  border-radius: 25px;
}
section.home-product .section-content .product-item:hover .item-info.text-left {
  background: var(--title);
}
section.home-product .section-content .product-item:hover .item-info.text-left .cate,
section.home-product .section-content .product-item:hover .item-info.text-left a,
section.home-product .section-content .product-item:hover .item-info.text-left .item-price {
  color: #fff;
}
section.home-product .section-content .product-item .item-info.text-left {
  background: #E9F4FC;
  border-radius: 25px;
  padding: 15px;
}
section.home-product .section-content .product-item .item-info.text-left .cate {
  color: var(--primary-color);
  font-size: 14px;
}
section.home-product .section-content .product-item .item-info.text-left a {
  font-size: 18px;
  font-weight: 600;
  color: var(--title);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.home-product .section-content .product-item .item-info.text-left .item-price {
  color: var(--primary-color);
  font-size: 18px;
}

section.home-gallery {
  padding: 50px 0;
  background-image: url(../images/bg_ga.png);
}
section.home-gallery .section-content h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
section.home-gallery .section-content h2::before {
  content: "";
  background: url(../svg/canh-hoa-trai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  left: -20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-gallery .section-content h2::after {
  content: "";
  background: url(../svg/canh-hoa-phai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  right: -20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.home-contact {
  padding: 50px 0;
  background-image: url(../images/bg-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.home-contact .section-content .contact-txt {
  margin-bottom: 10px;
}
section.home-contact .section-content .contact-txt p {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: capitalize;
  font-family: inter;
  color: var(--primary-color);
  font-weight: 500;
}
section.home-contact .section-content .icon-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section.home-contact .section-content .icon-box img {
  margin: auto;
}
section.home-contact .section-content .icon-box .content-box {
  text-align: center;
}
section.home-contact .section-content .icon-box .content-box h5 {
  font-size: 25px;
  margin: 10px 0;
}

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

section.sec-about {
  padding: 70px 0;
  background-image: url(../images/bg_about.png);
}
section.sec-about h2.white-text {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
section.sec-about .white-text.content p {
  margin-bottom: 10px;
}

.sec-vision-mission {
  padding: 105px 0;
  background-image: url(../images/tam-nhin.png);
}
.sec-vision-mission .pad-left-5 {
  padding-left: 50px;
}
.sec-vision-mission h3 {
  font-size: 32px;
  font-family: "Afacad";
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sec-vision-mission .col-12.col.col-lg-6.box-bg-primary {
  position: relative;
}
.sec-vision-mission .value,
.sec-vision-mission .mission,
.sec-vision-mission .vision {
  margin-bottom: 20px;
}
.sec-vision-mission .col-12.col.col-lg-6.box-bg-primary:after {
  content: "Tầm nhìn - Sứ Mệnh - Giá trị cốt lõi";
  position: absolute;
  right: -46px;
  left: auto;
  writing-mode: vertical-rl;
  transform: translate(0, -50%) rotate(180deg);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(50, 132, 185, 0.2);
  letter-spacing: 3px;
  top: 50%;
  width: 48px;
  text-align: center;
  height: 100%;
}

.post-type-archive-product h2.title-page.white-text,
.tax-product_cat h2.title-page.white-text {
  color: #fff;
}
.post-type-archive-product section.content-shop,
.tax-product_cat section.content-shop {
  padding: 40px 0 0 0;
  background: rgba(221, 242, 255, 0.3019607843);
}
.post-type-archive-product h1.title-page,
.tax-product_cat h1.title-page {
  font-size: 30px;
  text-transform: uppercase;
}
.post-type-archive-product .top-collection.flex-wrap,
.tax-product_cat .top-collection.flex-wrap {
  margin-bottom: 45px;
}
.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;
}
.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;
}
.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;
}
.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;
  padding: 6px;
  border-radius: 30px;
  box-shadow: 0px 32px 21px -13px rgba(71, 56, 137, 0.1607843137);
}
.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 .thumb .c-img img {
  border-radius: 25px;
}
.product-list .product-item:hover .item-info.text-left {
  background: var(--title);
}
.product-list .product-item:hover .item-info.text-left .cate,
.product-list .product-item:hover .item-info.text-left a,
.product-list .product-item:hover .item-info.text-left .item-price {
  color: #fff;
}
.product-list .product-item .item-info.text-left {
  background: #E9F4FC;
  border-radius: 25px;
  padding: 15px;
}
.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: 600;
  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;
}

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

.entry-content ul {
  margin-bottom: 1em;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 20px;
}

.sidebar.sidebar-shop {
  /* 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;
}

.db-pagination {
  margin: 3rem;
}
.db-pagination ul {
  gap: 10px;
}
.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(--secondary-color) !important;
}
.db-pagination li a svg {
  width: 18px !important;
  height: 24px !important;
  margin-bottom: 0 !important;
}
.db-pagination li a:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}
.db-pagination li.active a {
  background: var(--secondary-color) !important;
  color: #fff !important;
}

.single-product h2 {
  color: #fff;
}
.single-product .shop-container.page-product {
  padding: 50px 0;
}
.single-product .products_detail-image-slide-main-ct-content .products_detail-image-slide-main-item {
  width: 24%;
}
.single-product .row.content-product h1.product-name.wow.fadeInUp {
  font-size: 26px;
  font-family: "inter";
  margin-bottom: 20px;
}
.single-product .row.content-product .description-productdetail li {
  list-style: disc;
  margin-left: 20px;
}
.single-product .row.content-product .item-price {
  font-size: 18px;
  font-weight: 700;
  color: red;
  margin-bottom: 20px !important;
}
.single-product .row.content-product a.item-popup.btn.btn-primary {
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-bottom: 20px !important;
}
.single-product .row.content-product h3.title-tab {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  color: var(--title);
  position: relative;
  margin-bottom: 20px;
}
.single-product .row.content-product h3.title-tab:after {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--title);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.single-product .related-product {
  margin-top: 30px;
}
.single-product .related-product .col-6.col-md-6.col-lg-3 {
  padding: 10px;
}
.single-product .related-product .product-item {
  background: #fff;
  padding: 6px;
  border-radius: 30px;
  box-shadow: 0px 32px 21px -13px rgba(71, 56, 137, 0.1607843137);
  margin-bottom: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.single-product .related-product .product-item .c-img {
  position: relative;
}
.single-product .related-product .product-item .c-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-product .related-product .product-item:hover .c-img .hover-img {
  opacity: 1;
}
.single-product .related-product .product-item:hover .c-img .main-img {
  opacity: 0;
}
.single-product .related-product .product-item .thumb .c-img {
  padding-top: 100%;
}
.single-product .related-product .product-item .thumb .c-img img {
  border-radius: 25px;
}
.single-product .related-product .product-item:hover .item-info.text-left {
  background: var(--title);
}
.single-product .related-product .product-item:hover .item-info.text-left .cate,
.single-product .related-product .product-item:hover .item-info.text-left a,
.single-product .related-product .product-item:hover .item-info.text-left .item-price {
  color: #fff;
}
.single-product .related-product .product-item .item-info.text-left {
  background: #E9F4FC;
  border-radius: 25px;
  padding: 15px;
}
.single-product .related-product .product-item .item-info.text-left .cate {
  color: var(--primary-color);
  font-size: 14px;
}
.single-product .related-product .product-item .item-info.text-left a {
  font-size: 19px;
  font-weight: 600;
  color: var(--title);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-product .related-product .product-item .item-info.text-left .item-price {
  color: var(--primary-color);
  font-size: 18px;
}
.single-product .related-product .title-related.text-center {
  margin-bottom: 30px;
}
.single-product .related-product h3.title_product {
  display: inline-block;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
}
.single-product .related-product h3.title_product::before {
  content: "";
  background: url(../svg/canh-hoa-trai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  left: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-product .related-product h3.title_product::after {
  content: "";
  background: url(../svg/canh-hoa-phai.svg);
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  right: -20%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-page section.sec-gallery {
  padding: 30px 0;
  margin-bottom: 30px;
}
.project-page section.sec-gallery h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

section.contact-page h3 {
  font-size: 18px;
  text-transform: uppercase;
}
section.contact-page h2 {
  margin: 15px 0;
  text-transform: initial;
  color: #000;
}
section.contact-page .box-text-contact {
  padding: 50px 0;
}

table {
  border-collapse: collapse;
  width: 100% !important;
}
table tr td {
  width: 50% !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: linear-gradient(0deg, #E8F6FF 6.04%, rgba(228, 255, 236, 0.83) 135.43%);
}
footer .content-footer p {
  color: var(--primary-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: 18px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
footer .content-footer .copyright {
  background: var(--primary-color);
  color: var(--secondary-color);
  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-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(--secondary-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(--secondary-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);
}

/*--------------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: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  display: none;
}

@media (max-width: 1200px) {
  .header .main-menu .main-header .header-menu .header-nav .item_big {
    gap: 2rem !important;
  }
  .header .main-menu .main-header .header-menu .header-nav ul a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  section.home-banner {
    padding: 0 !important;
  }
  .single-product .related-product h3.title_product::before,
  section .section-content h2::before {
    width: 40px !important;
    height: 45px !important;
    top: 0;
    left: -20%;
  }
  .single-product .related-product h3.title_product::after,
  section .section-content h2::after {
    width: 40px !important;
    height: 45px !important;
    top: 0;
    right: -20%;
  }
  .single-product .related-product h3.title_product {
    font-size: 35px;
  }
  section.home-contact .section-content .contact-txt p {
    font-size: 20px;
  }
  section.home-banner .banner-img:nth-child(1) .banner-content {
    width: 45%;
    gap: 10px;
  }
  section.home-banner .banner-box .banner-content h2 {
    font-size: 48px;
  }
  section.home-banner .banner-box .banner-content p {
    font-size: 15px;
    margin-bottom: 0;
  }
  section.home-banner .banner-box .banner-content {
    gap: 10px;
  }
  section.home-about .section-content h2 {
    font-size: 40px;
  }
  a.button {
    font-size: 14px;
    padding: 10px 25px !important;
  }
  section {
    padding: 40px 0 !important;
  }
  section .section-content h2 {
    font-size: 40px !important;
  }
  .sec-vision-mission .col-12.col.col-lg-6.box-bg-primary:after {
    font-size: 16px;
    right: -55px;
  }
  section.bread-crumb.page h1.title-page.white-text {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .tax-product_cat .top-collection.flex-wrap {
    margin-bottom: 45px;
    gap: 15px;
    justify-content: space-between;
  }
  .tax-product_cat .top-collection.flex-wrap .result-pro.flex-wrap {
    justify-content: space-between;
    width: 100%;
  }
  section h2 {
    font-size: 40px;
  }
  .medium-first-col {
    order: -1; /* đẩy cột này lên đầu */
  }
  .sec-vision-mission .col-12.col.col-lg-6.box-bg-primary:after {
    font-size: 16px;
    right: 0;
  }
  .sec-vision-mission h3 {
    font-size: 30px;
  }
  .sec-vision-mission .pad-left-5 {
    padding-left: 10px;
  }
  section.home-banner .banner-img:nth-child(1) .banner-content {
    width: 60%;
    gap: 10px;
  }
  .header .main-menu .main-header .header-menu .col-search {
    display: flex;
    justify-content: end;
    gap: 10px;
  }
  section.home-banner .banner-box .banner-content h2 {
    font-size: 40px;
  }
  .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: 5px 10px !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;
  }
}
@media (max-width: 768px) {
  section.home-product .section-content .product-item .item-info.text-left .item-price {
    color: var(--primary-color);
    font-size: 15px;
  }
  section.home-product .section-content .product-item .item-info.text-left a {
    font-size: 15px;
  }
  section.home-cate .section-content .box.box-cate .c-img img {
    padding: 5px;
  }
  .single-product .row.content-product h1.product-name {
    font-size: 24px;
  }
  a.button {
    font-size: 14px;
    padding: 8px 20px !important;
  }
  section .section-content h2 {
    font-size: 35px !important;
  }
  section.home-contact .section-content .contact-txt p {
    font-size: 16px;
  }
  section.home-cate .section-content .box.box-cate {
    border-radius: 23px;
  }
  section.home-cate .section-content .box.box-cate .box-text p.title-cate {
    font-size: 16px;
  }
  .single-product .related-product h3.title_product::before,
  section .section-content h2::before {
    width: 40px !important;
    height: 45px !important;
    top: 0;
    left: -20%;
  }
  .single-product .related-product h3.title_product::after,
  section .section-content h2::after {
    width: 40px !important;
    height: 45px !important;
    top: 0;
    right: -20%;
  }
  .banner-box .banner-content a {
    font-size: 13px !important;
    padding: 8px 15px !important;
  }
  section.home-banner .banner-img:nth-child(4) .banner-content {
    width: 50%;
  }
  section.home-banner .banner-img:nth-child(3) .banner-content {
    width: 50%;
  }
  section.home-banner .banner-img:nth-child(1) .banner-content {
    width: 55%;
    gap: 10px;
  }
  section.home-banner .banner-box .banner-content h2 {
    font-size: 35px;
  }
  section.home-banner .banner-box .banner-content p {
    font-size: 15px;
  }
  section.home-banner .banner-box .banner-content {
    width: 56%;
  }
  .sec-vision-mission .col-12.col.col-lg-6.box-bg-primary:after {
    display: none;
  }
}
@media (max-width: 550px) {
  section.home-banner .banner-box .banner-content h2 {
    font-size: 24px !important;
  }
  .single-product .related-product h3.title_product {
    font-size: 26px;
  }
  section h2 {
    font-size: 28px;
  }
  section.sec-about h2.white-text {
    font-size: 30px;
  }
  section.bread-crumb.page h1.title-page.white-text {
    font-size: 28px;
  }
  .single-product .related-product h3.title_product::before,
  section .section-content h2::before {
    width: 30px !important;
    height: 33px !important;
    top: 0;
    left: -20%;
  }
  .single-product .related-product h3.title_product::after,
  section .section-content h2::after {
    width: 30px !important;
    height: 33px !important;
    top: 0;
    right: -20%;
  }
  section .section-content h2 {
    font-size: 28px !important;
  }
  section .section-content h2 {
    font-size: 30px !important;
  }
  section.home-banner .banner-box .banner-content h2 {
    font-size: 25px;
  }
  section.home-banner .banner-img:nth-child(1) .banner-content {
    padding: 15px;
  }
  section.home-banner .banner-box .banner-content {
    width: 80%;
  }
  section.home-banner .banner-img:nth-child(4) .banner-content {
    width: 52%;
  }
  section.home-banner .banner-box .banner-content p {
    display: none;
  }
  section.home-banner .banner-img:nth-child(1) .banner-content p {
    display: block !important;
    text-align: left;
  }
  .banner-box .banner-content a {
    display: none;
  }
  a.button {
    font-size: 14px;
    padding: 6px 15px !important;
  }
  section.contact-page .box-text-contact {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */