/* Fonts */

@font-face {
  font-family: "Mont-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont-Black";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont-Italic";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mont-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont--Med";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alex Brush";
  src: url("../fonts/AlexBrush-Regular.woff2") format("woff2"),
    url("../fonts/AlexBrush-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @keyframe */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateBackground {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@keyframes moveBackground {
  0% {
    background-position: -100%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes laclu {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%); /* Bắt đầu từ bên phải */
  }
  100% {
    transform: translateX(-100%); /* Kết thúc ở bên trái */
  }
}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }
  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }
  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(270deg);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.2);
  }
  48% {
    transform: scale(1);
  }
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.svg {
  animation: rotateText 10s linear infinite; /* Quay liên tục */
  transform-origin: center;
}

:root {
  --color-main: #27490e;
  --color-social: #5abcbd;
  --color-hover: #c4171b;
  --color-text: #1a1a1a;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999990;
  pointer-events: none;
}
#loader-wrapper img {
  width: 150px;
  background-color: var(--color-main);
}
#loader-wrapper img {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  transform-origin: center center;
  transform: rotate(-360deg);
  animation: heartbeat 5s infinite linear;
}
#loader-wrapper .spinner {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  transform-origin: center center;
  transform: rotate(-90deg);
  animation: spin 500ms infinite linear;
}
#loader-wrapper #wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#loader-wrapper.show1 #wrap {
  background: transparent;
}
#loader-wrapper:after {
  -webkit-mask: url(../images/mask-01.png);
  mask: url(../images/mask-01.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 99999;
}

#loader-wrapper.show1::after {
  -webkit-animation: MaskPlay 1s steps(22) forwards;
  animation: MaskPlay 1s steps(22) forwards;
}
#loader-wrapper.show1 #wrap {
  opacity: 0;
}
.loading-text ul {
  margin-top: 1.875rem;
}
.loading-text ul li {
  -webkit-animation: anime 1.5s infinite linear;
  animation: anime 1.5s infinite linear;
  display: inline-block;
  font-family: var(--fontsg);
  font-size: 1.875rem;
  letter-spacing: 1px;
}
.loading-text ul li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading-text ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading-text ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading-text ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading-text ul li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading-text ul li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-text ul li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-bottom: 3.125rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
  background: #fff;
}

body {
  font-size: 14px;
  line-height: 1.5;
  top: 0px !important;
}
.bodytrong {
  background-color: #f3f3e9;
}
.bodychung {
  overflow-x: hidden;
}
.notpage {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.max-width,
.wrap-content {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
}
.mw-700 {
  max-width: 700px;
}
img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.chopnhay {
  animation-name: blink;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.p-relative {
  position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
/*   Header   */
.menu-fix {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  -webkit-animation: fadeInDown 1.3s ease backwards;
  -moz-animation: fadeInDown 1.3s ease backwards;
  -o-animation: fadeInDown 1.3s ease backwards;
  -ms-animation: fadeInDown 1.3s ease backwards;
  background-color: white;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* header */
.marquee {
  overflow: hidden; /* Ẩn phần chữ thừa */
  white-space: nowrap; /* Ngăn chữ xuống dòng */
  position: relative;
}

.marquee-text {
  display: inline-block;
  animation: marquee 10s linear infinite; /* Thời gian và kiểu hoạt ảnh */
  width: 100%;
}

.header {
  position: relative;
  z-index: 300;
  padding: 10px 0px;
  /* overflow: hidden; */
  /* background: linear-gradient(to right, #572f2c, #3b1c19); */
}
.header .wrap-content {
  overflow: visible;
}

.slogantop {
  width: 23%;
}
.slogantop p {
  margin-bottom: 0;
  font-family: "UTM HelvetIns";
  font-size: 18px;
  color: var(--color-text);
  text-transform: uppercase;
}
.hotlinetop {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.hotlinetop p img {
  animation: laclu 1s ease-in-out infinite;
}
.hotlinetop p {
  font-family: "Mont-Med";
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.socialheader {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.socialheader2 {
  display: none;
}

.header-translate {
  display: flex;
  justify-content: end;
  gap: 5px;
}

.skiptranslate iframe {
  display: none;
}
.logo-header {
  position: relative;
  z-index: 2;
  max-width: 143px;
}
.modal-content {
  background-color: white !important;
}
.modal-body {
  margin-bottom: 20px;
}
.modal .btn-primary {
  background-color: var(--color-main);
  border: none;
  box-shadow: none;
}
.modal-content iframe {
  width: 100%;
}
.qty-pro {
  display: none;
}
/* .cart {
  margin-top: 8px;
} */
.cart-head {
  /* border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  color: #fff; */
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: var(--color-main);
  border-radius: 50%;
  top: -6px;
  right: -7px;
  width: 15px;
  height: 16px;
  text-align: center;
  font-size: 11px;
}

.cart-head p {
  font-family: "Mont-Med";
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.line-head {
  background-color: #72b2fd;
  height: 32px;
  width: 1px;
}

/* slideshow */
.slideshow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 20px;
}
.slideshow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
}

/* .slideshow .swiper-button-next,
.swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
} */
/* .slideshow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px;
}
.slideshow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 30px;
} */
.slideshow {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -108px;
}
.danhmuc ul::-webkit-scrollbar {
  width: 2px; /* chiều ngang thanh cuộn dọc */
}

.danhmuc ul::-webkit-scrollbar-thumb {
  background-color: #a1a1a1; /* màu đen cho thanh cuộn */
  border-radius: 3px; /* bo tròn nhẹ */
}

.danhmuc ul::-webkit-scrollbar-track {
  background: transparent; /* xóa nền trắng phía sau */
}
.danhmuc ul li {
  border-bottom: 1px solid #f4f4f4;
  padding: 9px;
}
.danhmuc ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "Roboto-Med";
  font-size: 15px;
  color: var(--color-text);
}

.gachxanh {
  width: 2px;
  height: 120px;
  background-color: var(--color-main);
  margin: auto;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

/* Search */
.search {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 30px; */
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a20;
}
.search2 {
  display: none;
}
.search input {
  /* position: absolute;
  top: 52px;
  right: 0; */
  background-color: transparent;
  width: 180px;
  border-radius: 10px;
  border: none;
  padding: 0;
}
/* .search input {
  display: none;
  transition: all 0.3s ease;
}
.search.show-input input {
  display: inline-block;
} */
.search input::placeholder {
  font-family: "Mont-Med";
  font-size: 13px;
  color: #1a1a1a;
}
.search input:focus {
  border: none;
  box-shadow: none;
  font-family: "Mont-Med";
  font-size: 13px;
  color: #1a1a1a;
}
.search label {
  cursor: pointer;
  text-align: center;
}
.search label img {
  margin-bottom: -2px;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-mobile ul {
  padding: 0;
}

.menu-mobile li {
  position: relative;
}

.menu-mobile ul li > span i {
  transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a {
  display: block;
  font-family: "Mont-Med";
  color: var(--color-text);
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile ul li a:hover {
  color: var(--color-main);
  /* background: linear-gradient(
    to right,
    #a97514,
    #fde386,
    #a97514,
    #fde386,
    #a97514
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content; */
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #0253a4;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: #0253a4;
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Mont";
}
.company p span {
  color: #007bff;
  font-family: "Mont";
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.menu-mobile .head-menu img {
  max-width: 100px;
  width: 100px;
}

/* tiemkiem mmenu */
.header .none .flex-header .dangkytuvan {
  width: 45%;
  text-align: right;
  margin: auto;
}
.header .none .flex-header .dangkytuvan span {
  font-family: "Fz-Bold";
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  background: var(
    --GOLD,
    linear-gradient(
      270deg,
      #bc9e54 0%,
      #efd188 24%,
      #bc9e54 50%,
      #efd188 74.5%,
      #bc9e54 100%
    )
  );
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
}
.logo-headernone {
  display: none;
}
.item-timkiem {
  display: block;
  margin-right: 10px;
}
.timkiem {
  margin-bottom: 0;
}
.timkiem i {
  margin: 0;
  color: black;
  font-size: 20px;
}
.item-timkiem:hover input {
  width: 250px;
  visibility: visible;
  border: 1px solid #ddd;
  /* transform: translateX(0); */
}
/* ************ */
.search-menu {
  width: 60%;
  position: relative;
  margin: auto;
}
.flex-header .search-menu input {
  width: 100%;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 20px 8px !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.flex-header .search-menu input:focus {
  color: var(--color-text);
  font-family: "SVN";
}
.flex-header .search-menu input::placeholder {
  font-family: "SVN";
  font-size: 14px;
  color: var(--color-text);
}
.search-menu p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: "SVN-Bold";
  font-size: 18px;
  color: white;
  height: 100%;
  padding: 12px 20px 10px 30px;
  background-color: var(--color-main);
  border-radius: 0px 10px 10px 0px;
}
.search-menu p i {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-left: 7px;
}

.dropdown-item {
  font-family: "Fz";
  font-size: 17px;
  color: #151515;
  padding: 0px 10px;
}
.dropdown-item:hover {
  /* color: #781600; */
  border-radius: 30px;
  background: linear-gradient(to bottom, #fffaeb, #fee9be);
}
.itemvn {
  color: #781600;
}
.menu ul .header-translate span {
  font-weight: bold;
}

/* Menu */

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-main);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.menu-head-left {
  position: relative;
}
.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: #f00;
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}
.btn-menu {
  cursor: pointer;
}
.btn-menu img {
  width: 68px;
  height: 36px;
}

/* .wrap-menu.active {
  right: 0px;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}
.wrap-menu {
  position: relative;
  z-index: 30;
  width: 100%;
  opacity: 0;
  right: 200%;
  visibility: visible;
  transition: 0.7s;
} */
.wrap-menu {
  position: relative;
  z-index: 30;
  background: url(../images/vienmenumoi.png) center/cover no-repeat;
}
.wrap-menu .wrap-content {
  overflow: visible;
}

.menu {
  position: relative;
  z-index: 99;
  overflow: visible;
  width: 65%;
  margin: auto;
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu ul {
  padding-left: 70px;
  margin: auto;
  list-style: none;
  width: 100%;
  gap: 3px !important;
}

.menu ul li {
  z-index: 99;
  position: relative;
}
.wrap-menu2 .menu ul li {
  margin-top: 0;
}

.menu ul .dk {
  background-color: var(--color-main);
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.menu ul.ulmn > li {
  /* flex: auto; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2); */
}
.menu ul li a {
  font-family: "Mont-Med";
  font-size: 15px;
  color: var(--color-text);
  margin: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  /* line-height: 35px; */
  text-transform: uppercase;
}
.menu ul li a img {
  vertical-align: middle;
}

.menu ul li:hover > a {
  color: var(--color-main);
}
.menu ul li a.active {
  color: var(--color-main);
}
/* .menu ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-main);
} */
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #fff;
  padding-left: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
  display: flex;
  align-items: center;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
  padding: 5px;
  margin-top: 0;
  position: relative;
}
.menu ul li ul li a {
  font-family: "Mont-Med";
  font-size: 16px;
  color: #282828;
  padding: 5px;
  display: block;
  text-decoration: none !important;
  line-height: 30px;
  text-align: left;
  text-transform: capitalize;
  /* color: var(--color-text); */
}
.menu ul li ul li ul {
  /* position: absolute; */
  top: 0px;
  left: 100%;
  /* min-width: 280px;
  padding: 5px 10px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s; */
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-main);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
  color: var(--color-main);
}

a.cart-header {
  position: relative;
}
a.cart-header span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  width: 7px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

/*   SLider */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
/* DT */

.item-partner {
  border: 1px solid #f1f1f1;
  display: block;
}
.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}
.title-detail {
  position: relative;
  margin: 20px 0px 20px 0px;
}
.title-detail h1 {
  font-size: 45px;
  color: var(--color-main);
  /* background: linear-gradient(
    to right,
    #a97514,
    #fde386,
    #a97514,
    #fde386,
    #a97514
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content; */
  text-transform: uppercase;
  font-family: "Mont-Bold";
  text-align: center;
  margin: auto;
}
.title-main {
  position: relative;
  text-align: center;
}

.title-main span {
  font-family: "Mont";
  font-size: 30px;
  color: var(--color-main);
}
.title-main p {
  font-family: "Mont";
  font-size: 15px;
  color: white;
}
.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.title-sp-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-sp-main span {
  font-family: "Roboto";
  font-size: 13px;
  color: #000000;
  /* background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); */
  background: url(../images/spbth.png) left/100% 100% no-repeat;
  padding: 12px 54px;
  cursor: pointer;
  text-transform: capitalize;
}
.title-sp-main span:hover,
.title-sp-main span.active {
  /* background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); */
  background: url(../images/spactive.png) left/100% 100% no-repeat;
  font-family: "Roboto";
  font-size: 13px;
  color: #fff9e3;
}

.title-dv-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}
.title-dv-main span {
  display: block;
  font-family: "Fz-Med";
  font-size: 15px;
  color: #081f26;
  background: url(../images/vienspcap1kmau.png) center/100% 100% no-repeat;
  /* background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); */
  padding: 20px 0px;
  cursor: pointer;
  text-transform: capitalize;
  width: 140px;
}
.title-dv-main span:hover,
.title-dv-main span.active {
  /* background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); */
  font-family: "Fz-Med";
  font-size: 15px;
  color: white;
  background: url(../images/vienspcap1.png) center/cover no-repeat;
}

/* News */
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 400;
}
a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}
.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333333;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  font-family: "SVN";
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}
/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Partner */
.info-partner {
  background: #f8f8f8;
  padding: 15px 0px;
}

/* Footer */
footer {
  background-color: #f1efeb;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}
.flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}
.footertong {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.footer1 {
  width: 50%;
}
.footer2 {
  width: 50%;
  padding: 30px 30px 20px;
  background-color: white;
}
.footer3 {
  width: 30%;
}
.footer1 p img {
  margin: auto;
}
.footer2 .flex {
  gap: 20px;
}
.footer2 p {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  margin-bottom: 5px;
  line-height: 2;
}

.footer2 button {
  font-family: "Mont-SemiBold";
  font-size: 14px;
  color: var(--color-main);
  border-radius: 20px;
  border: 2px solid var(--color-main);
  padding: 8px 13px;
  background-color: transparent;
}
.footer2 ul {
  list-style: disc;
  color: #282828;
  padding-left: 30px;
  margin-top: 25px;
}
.footer2 ul li {
  margin-bottom: 15px;
}
.footer2 ul li a {
  font-family: "Inter";
  font-size: 14px;
  color: #282828;
}
.footer2 ul li a:hover {
  color: red;
}

.socialfooter {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.fanpage-img {
  position: relative;
  border-radius: 14px;
}
.fanpage-img img {
  border-radius: 14px;
}
.itemfanpage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fb-page iframe {
  border-radius: 20px;
}

/* .info-footer .flex-footer .box-footer2 .chinhsanh a p {
  font-family: "Fz";
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
}

.info-footer .flex-footer .box-footer2 .chinhsanh a p:hover {
  color: red;
} */

.map-footer {
  width: 100%;
  height: 560px;
  margin: auto;
}

.map-footer iframe {
  width: 100%;
  height: 100%;
}
.copyright {
  margin-top: 15px;
}
.copyright p {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  margin-bottom: 0;
}
.copyright p span {
  font-family: "Mont-SemiBold";
  text-transform: capitalize;
  color: var(--color-main);
}

.statistic span {
  font-family: "Roboto";
  font-size: 13px;
  color: rgb(228, 228, 228);
}

.map-footer .tab-content .tab-pane iframe {
  width: 100%;
  height: 647px;
}
.map-footer .tab-content {
  position: relative;
}
.map-footer .tab-content .nutcoso {
  position: absolute;
  top: 20px;
  left: 350px;
  border-bottom: 0;
  gap: 10px;
}
.map-footer .tab-content .nutcoso li .nav-link {
  background-color: var(--color-main);
  padding: 15px 30px;
  font-size: 16px;
  font-family: "OpSVNen-Bold";
  color: white;
  text-transform: uppercase;
  border-radius: 15px;
}
.map-footer .tab-content .nutcoso li .nav-link:hover {
  color: rgb(255, 68, 68);
}
.map-footer .tab-content .nutcoso li .active {
  color: rgb(255, 68, 68);
}

.form-floating > label {
  font-family: "Mont";
  font-size: 16px;
  color: var(--color-text);
}

.btn-dangky {
  background-color: #0e0f0f;
  font-family: "Mont-SemiBold";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
}
.btn-dangky:hover {
  color: var(--color-main);
}

.content-main .contact-text p {
  font-family: "Mont";
  font-size: 16px;
  color: white;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  /* padding-bottom: 15px; */
  font-family: "Roboto-SemiBold";
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* .title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
} */
.flex-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.flex-tags a {
  font-family: "Forma";
  font-size: 16px;
  color: rgb(231, 231, 231);
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 16px;
}
.flex-tags a:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  opacity: 1;
}

/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 0px;
}

/* About */
.article {
  padding: 80px 0px;
  position: relative;
  background: url(../images/anhgioithieu.png) center/cover no-repeat;
}

.content-about1 {
  margin-bottom: 20px;
}
.content-about1 h2 {
  font-family: "Alex Brush";
  font-size: 60px;
  color: var(--color-main);
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: -10px;
}
.content-about1 p {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  width: 58%;
  margin: auto;
  margin-bottom: 25px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.content-about1 .xemthemabout {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
  font-family: "Mont-SemiBold";
  font-size: 14px;
  color: var(--color-main);
  width: fit-content;
  margin: auto;
}
.content-about1 .xemthemabout:hover {
  color: red;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  /* height: 550px; */
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.about {
  position: relative;
  overflow: visible !important;
}

.flex-about {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content-about {
  width: 48%;
  margin-top: 10px;
  position: relative;
}
.cauchuyen {
  margin-bottom: 10px;
}
.title-about {
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.gachdocgt {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
}

.title-about h2 {
  font-family: "SVN-HC";
  font-size: 107px;
  color: var(--color-hover);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.title-about h2 img {
  position: absolute;
  left: -10px;
  right: 0;
  top: -5px;
  bottom: 0;
  z-index: -1;
}
.title-about span {
  font-family: "Bona";
  font-size: 25px;
  color: #4f3727;
}

.title-about p {
  font-family: "Roboto";
  font-size: 13px;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-height: 2.25;
  margin-top: 15px;
  margin-bottom: 0;
}

.photo-about {
  width: 49%;
  position: relative;
  z-index: 1;
  padding: 45px 0px;
}
.viengioithieu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.xoaytron {
  animation: rotate 17s linear infinite;
  position: absolute;
  top: 100px;
  right: -80px;
  z-index: 2;
  pointer-events: none;
}
.photo1 a {
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

/* menuquan */
.gagioithieu {
  position: absolute;
  right: -210px;
  bottom: -215px;
  z-index: 2;
  pointer-events: none;
}
.lacay {
  position: absolute;
  left: 0px;
  bottom: -72px;
}
.menuquan {
  position: relative;
  padding: 30px 0px 150px;
}
.viendomenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.menuquan .wrap-content {
  background: url(../images/vienvangmenu.png) center/100% 100% no-repeat;
  padding: 50px 60px;
  position: relative;
  z-index: 10;
}
.menuquan h5 {
  font-family: "SVN-HC";
  font-size: 60px;
  color: var(--color-hover);
  text-transform: uppercase;
}
.menuquan p {
  font-family: "Roboto";
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}
.menuquan .page-item.active .page-link {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

.vienchudao {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
    1px 1px 0 white;
}
.vienchudao2 {
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
    2px 2px 0 white;
}
.mauchudao {
  background: linear-gradient(
    to right,
    #a97514,
    #fde386,
    #a97514,
    #fde386,
    #a97514
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "Fz-Bold";
  margin: auto;
  padding: 7px 0px;
}
.sloganchudao {
  margin: auto;
  font-family: "Fz";
  font-size: 14px;
  color: #4d4d4d;
}
.tenchudao {
  text-transform: capitalize;
  font-family: "Alex Brush";
  font-size: 50px;
  color: var(--color-main);
}
.motachudao {
  font-family: "Roboto";
  font-size: 15px;
  color: var(--color-text);
}
.imgchudao {
  margin: auto;
}

/* sanpham */
.sanpham {
  padding: 30px 0px;
  position: relative;
}
.itemsptrai {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.itemspphai {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 100px;
  transform: translateY(-50%);
}
.sanpham .swiper {
  margin-top: 20px;
}

/* dichvu */
.dichvu {
  padding: 20px 0px;
}

.dichvu .swiper-slide-active {
  background-color: var(--color-main);
}
.dichvu .swiper-slide-next {
  background-color: #f1efeb;
}
.dichvu .swiper-slide-next + .swiper-slide {
  background-color: #27490e80;
}
.dichvutong {
  padding: 75px 120px;
}
.dichvu-img {
  width: fit-content;
  margin: auto;
  border-radius: 180px 180px 0px 0px;
  margin-bottom: 30px;
}
.dichvu-img img {
  border-radius: 180px 180px 0px 0px;
}

.dichvu .swiper-slide .tenchudao {
  color: rgb(223, 223, 223);
  font-size: 40px;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.dichvu .swiper-slide p {
  font-family: "Mont";
  font-size: 14px;
  color: rgb(223, 223, 223);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.dichvu .swiper-slide a {
  font-family: "Mont-SemiBold";
  font-size: 14px;
  color: rgb(223, 223, 223);
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.dichvu .swiper-slide a:hover {
  color: red;
}
.dichvu .swiper-slide-next .tenchudao {
  font-size: 40px;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: var(--color-main);
}
.dichvu .swiper-slide-next p {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.dichvu .swiper-slide-next a {
  font-family: "Mont-SemiBold";
  font-size: 14px;
  color: var(--color-main);
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
}
.dichvutrong h5 {
  font-family: "Mont-Bold";
  font-size: 20px;
  color: var(--color-main);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.dichvutrong p {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* camnhan */
.camnhan {
  background: url(../images/viencamnhan.png) center/100% 100% no-repeat;
  padding: 80px 0px;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}
.camnhan .flex {
  gap: 20px;
}
.camnhan .flex .img {
  max-height: 100px;
  margin-top: 20px;
}
.camnhanflex {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: white;
}
.camnhan-img {
  border-radius: 50%;
}
.camnhan-img img {
  border-radius: 50%;
}
.camnhan-info {
  width: 80%;
}
.camnhan-info p {
  margin-bottom: 10px;
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.camnhan-info span {
  font-family: "Alex Brush";
  font-size: 25px;
  color: var(--color-main);
}
.camnhan .swiper-navigation {
  display: flex;
  gap: 20px;
  width: 22%;
}
.itemnut {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff3f;
}

/* tiktok */
.tiktok {
  margin-top: -50px;
}
.tiktok .wrap-content {
  position: relative;
  padding: 75px 0px 40px;
}
.vientiktok {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.tiktoktong {
  margin-top: 10px;
}
.tiktok-embed {
  width: fit-content !important;
}
.tiktok-embed iframe {
  max-height: 750px;
}
.tiktok-embed a,
.tiktok-embed a:link,
.tiktok-embed a:visited,
.tiktok-embed a:focus,
.tiktok-embed a:hover,
.tiktok-embed a:active {
  display: none;
}

/* form */
.form .wrap-content {
  max-width: 900px;
  margin: auto;
  padding: 80px;
  background: url(../images/vienform.png) center/100% 100% no-repeat;
}
.form .formtong {
  padding: 40px;
  background: url(../images/vienformtong.png) center/100% 100% no-repeat;
}
.form span {
  font-family: "Mont";
  font-size: 15px;
  color: var(--color-text);
}

/* banggia */
.banggia {
  padding: 80px 0px 240px;
}

.f-flipbook {
  position: relative;
  padding: 60px 70px 60px 74px;
  margin-top: 20px;
}
.flipbook {
  width: 100% !important;
  overflow: hidden;
  margin-left: 35px !important;
}

.f-flipbook button {
  position: absolute;
  top: 47%;
  border: none;
  background: transparent;
  width: 55px;
  height: 35px;
  /* filter: invert(1); */
  z-index: 1;
}

.f-flipbook .turn-next {
  left: calc(100%);
  left: -moz-calc(100%);
  left: -webkit-calc(92%);
}

.f-flipbook .turn-prev {
  right: calc(100%);
  right: -moz-calc(100%);
  right: -webkit-calc(92%);
}

.f-flipbook:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/cuontap.png") no-repeat center;
  background-size: 89% 97%;
}

.flipbook-viewport .page {
  width: 450px;
  height: 630px;
  border-radius: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 95% auto;
}
.flipbook .page-wrapper {
  margin: auto;
  /* margin-right: -20px; */
}
.flipbook .page {
  width: 450px !important;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.flipbook .page img {
  height: 100%;
  border-radius: 20px;
}
.flipbook-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.flipbook-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}
.banggia .swiper {
  background: url(../images/cuontap.png) center/100% 100% no-repeat;
  padding: 35px 35px;
  display: none;
  margin-top: 30px;
}

/* banner */
.banner-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 800px;
  background-size: 100% 100%;
}

/* banner */

/* album */
.album {
  padding: 60px 0px;
  overflow: hidden;
  background: url(../images/vienhinhanh.png) center/cover no-repeat;
}
.album p {
  margin-bottom: 8px;
  margin-top: 5px;
  font-family: "Roboto";
  font-size: 15px;
  color: #000000;
}
.album .swiper {
  margin-top: 15px;
}
.album .swiper img {
  object-fit: cover;
}
.albumtong {
  height: 660px;
  position: relative;
  margin-top: 25px;
}

.vongtron {
  animation: rotate 20s linear infinite;
  position: absolute;
  top: 0;
  right: -50px;
  pointer-events: none;
}
.album-info {
  width: fit-content;
}
.album-info img {
  object-fit: cover;
}

.albumgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: none;
}
.albumcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* feedback */
.feedback {
  padding: 75px 0px;
}
.feedback .wrap-content {
  overflow: visible;
}
.feedbacktong {
  width: 50%;
}
.feedbacktong .motafeedback {
  font-family: "Roboto";
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 10px;
  margin-top: 10px;
}
.gachngangfeedback {
  width: 100%;
  height: 1px;
  background-color: #838383;
}
.feedbackflex {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
.feedback .swiper {
  margin-top: 20px;
}
.feedback-img {
  background: url(../images/anhnghiengfeedback.png) center/100% 100% no-repeat;
  padding: 15px 30px;
}
.feedback-img1 {
  background-color: white;
  padding: 8px 8px 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 40%);
  position: relative;
}
.trenanhfeedback {
  position: absolute;
  left: 45%;
  right: 50%;
  top: -17px;
  transform: translateX(-50%);
}
.feedback-info {
  width: 60%;
  padding-right: 60px;
}
.feedback-info p {
  margin-bottom: 20px;
  font-family: "Roboto";
  font-size: 13px;
  color: #303030;
  line-height: 2.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.feedback-info h5 {
  font-family: "Roboto";
  font-size: 25px;
  color: #202020;
}
.feedback-info span {
  font-family: "Roboto";
  font-size: 15px;
  color: #242424;
}
.feedback .anhduoi {
  width: 80%;
}
.feedback .anhduoi .swiper-slide-active {
  transform: rotate(10deg);
}
.feedback .anhduoi .swiper-slide-next + .swiper-slide {
  transform: rotate(-10deg);
}
.feedback-img2 {
  background: url(../images/anhduoifeedback.png) center/100% 100% no-repeat;
  padding: 22px;
  width: fit-content;
  margin: auto;
}
.video {
  width: 50%;
  position: relative;
}
.videoclip {
  position: absolute;
  right: -60px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.video .img-video {
  padding: 10px;
  border: 1px solid #838383;
  width: fit-content;
  border-radius: 20px;
  cursor: pointer;
}
.video .img-video .scale-img2 {
  border-radius: 20px;
  position: relative;
}
.video .img-video img {
  border-radius: 20px;
}
.itemvideoab {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.itemvideo {
  position: relative;
  height: 100%;
  /* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  ); */
  background-color: rgba(0, 0, 0, 0.3);
}
.itemvideo .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.itemvideo .rec {
  position: absolute;
  top: 10px;
  left: 20px;
  right: 0;
}

.form .btn-primary {
  font-family: "Mont-SemiBold";
  font-size: 14px;
  color: white;
  border: none;
  box-shadow: none;
  background-color: var(--color-main);
  padding: 10px 25px 10px;
  border-radius: 20px;
  /* background-color: transparent;
  background-image: url(../images/itemgui.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 25px;
  padding-right: 45px; */
}
.form .btn-primary:hover {
  color: var(--color-main);
}
.form .form-floating > label {
  font-family: "Mont";
  font-size: 14px;
  color: var(--color-text);
  padding: 10px 0px 10px 10px;
  /* height: fit-content; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form .form-control {
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding: 0px;
  /* box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); */
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 0;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
}

/* .form textarea.form-control {
  height: 100px;
} */

/* tintuc */
.tintuc {
  position: relative;
  padding: 75px 0px;
}
.tintuc .motatintuc {
  font-family: "Roboto";
  font-size: 15px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.tintucflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.tintucnb {
  width: 49%;
}
.tintucnb:hover h5 {
  color: var(--color-hover);
}
.tintucnb-img {
  border-radius: 10px 10px 0px 0px;
}
.tintucnb-img img {
  border-radius: 10px 10px 0px 0px;
}
.tintucnb-info {
  padding: 20px 30px;
  border: 2px solid #000000;
  border-top: none;
}
.tintucnb-info h5 {
  font-family: "Roboto-SemiBold";
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.tintucnb-info p {
  margin-bottom: 0;
  font-family: "Roboto";
  font-size: 13px;
  color: #474747;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.tintuc .tintucbth {
  width: 48%;
}
.tintuc .swiper .swiper-slide-active {
  background: url(../images/ttactive1.png) center/100% 100% no-repeat;
  border-radius: 25px 25px 0px 25px;
}
.tintuc .swiper .swiper-slide-next {
  background: url(../images/ttbth1.png) center/100% 100% no-repeat;
  border-radius: 25px 25px 25px 0px;
}
.tintuc-img {
  padding: 5px;
}
.tintuc-img a {
  border-radius: 25px 0px 0px 25px;
  border: 5px solid rgb(236, 236, 236);
}
.tintuc-img img {
  border-radius: 25px 0px 0px 25px;
}
.tintuc-img2 {
  padding: 5px;
}
.tintuc-img2 a {
  border-radius: 0px 25px 25px 0px;
  border: 5px solid rgb(236, 236, 236);
}
.tintuc-img2 img {
  border-radius: 0px 25px 25px 0px;
}
.tintuc-info {
  width: 63%;
  padding: 0px 22px;
}
.tintuc-info:hover h5 {
  color: red;
}
.tintuc-info .thoigian {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "Roboto";
  font-size: 13px;
  color: #373737;
  margin-bottom: 15px;
}
.tintuc-info h5 {
  font-family: "Roboto";
  font-size: 18px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.tintuctrong .form .wrap-content {
  max-width: 1100px;
  width: 100%;
}
.tintuctrong-info {
  margin-top: 15px;
}
.tintuctrong-info h5 {
  font-family: "Roboto";
  font-size: 18px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.tintuctong:hover h5 {
  color: var(--color-hover);
}
.tintuc-info span {
  font-family: "Roboto";
  font-size: 13px;
  color: #464646;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  letter-spacing: 0.2px;
}
.tintuc-info p {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-family: "Roboto-Italic";
  font-size: 13px;
  color: #282828;
  margin-bottom: 0;
  margin-top: 5px;
  width: fit-content;
  margin-left: auto;
}
.tintuctrong-info p {
  font-family: "Roboto";
  font-size: 13px;
  color: #464646;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.tintuc-info p:hover {
  color: red;
}

/* giaohang */
.giaohang {
  position: fixed;
  z-index: 1000;
  left: 15px;
  bottom: 250px;
}

/* coso */
.coso {
  padding: 65px 0px 60px;
}
.coso .flex {
  margin-top: 30px;
}
.coso-info {
  width: 38%;
  padding: 5px;
}
.cosotong {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border-radius: 5px;
}
.cosotong.active {
  background-color: #95f1bf;
}
.coso-ten {
  width: 55%;
}
.coso-img {
  border-radius: 5px;
}
.coso-img img {
  border-radius: 5px;
}
.coso-ten h5 {
  color: var(--color-main);
  font-family: "Inter-Bold";
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.coso-ten p {
  color: var(--color-text);
  font-family: "Inter";
  font-size: 14px;
  margin-bottom: 10px;
}
.coso-map {
  width: 59%;
  margin-top: 5px;
}
.coso-map iframe {
  width: 100%;
}

.wrap-content {
  overflow: hidden;
}

.hover_xam {
  position: relative;
  overflow: hidden;
}

.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam:hover::before,
.hover_xam:hover::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.hover_xam2 {
  position: relative;
  overflow: hidden;
}
.hover_xam2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover_xam2:hover:before {
  transition: 1s;
  left: 100%;
}

.scale-img {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.scale-img2 {
  overflow: hidden;
  display: block;
}

.scale-img2 img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: 0.5s all;
}

.scale-img2:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* .album-img {
  overflow: hidden;
} */

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* Product */
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
/* .flex-product-main .right-product {
  width: calc(100% - 250px);
} */
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/* .product {
  display: block;
  background-color: #f9f6f0;
  padding: 20px 40px;
  transition: 0.3s -webkit-transform-style:preserve-3d; transform-style: preserve-3d; -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88); -o-transition: all .7s cubic-bezier(.5, .12, .46, .88); transition: all .7s cubic-bezier(.5, .12, .46, .88); -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(0deg);
}

.productlat { width: 100%; height: 100%; position: absolute; top: 0; background: var(--color-main); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; gap: 15px; text-align: center; transition: 0.3s -webkit-transform-style:preserve-3d; transform-style: preserve-3d; -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88); -o-transition: all .7s cubic-bezier(.5, .12, .46, .88); transition: all .7s cubic-bezier(.5, .12, .46, .88); -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(-180deg); }

.productlat .name-product {
  width: 100%;
}
.productlat .name-product a {
  font-family: 'Fz-SemiBold';
  font-size: 18px;
  color: var(--color-text);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.productlat .mota-product p {
  margin-bottom: 0;
  width: 100%;
  font-family: 'Fz';
  font-size: 17px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.productlat .price-product {
  width: 100%;
}
.productlat .price-product p {
  font-family: "Fz";
  font-size: 17px;
  color: var(--color-text);
  margin-bottom: 0px;
}

.item-product:hover .productlat { z-index: 2; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88); -o-transition: all .7s cubic-bezier(.5, .12, .46, .88); transition: all .7s cubic-bezier(.5, .12, .46, .88); }

.item-product:hover .product { -webkit-transform: rotateY(-180deg); -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88); -o-transition: all .7s cubic-bezier(.5, .12, .46, .88); transition: all .7s cubic-bezier(.5, .12, .46, .88); }

.product .sloganproduct {
  font-family: "Chronicle Text G1";
  font-size: 17px;
  color: #555555;
  margin-bottom: 10px;
  text-transform: capitalize;
} */

.product .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product .pic-product {
  /* display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px transparent; */
  /* width: fit-content; */
  margin: auto;
  margin-bottom: 20px;
}
.product .pic-product {
  border: 4px solid #39ff14;
}
.product .pic-product > a {
  /* display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; */
}

.product .pic-product img {
  /* -webkit-transform-style: preserve-3d; */
}

.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .first_img {
  transform: scale(0);
}
.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}

.product .name-product {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}

.product:hover .name-product a {
  color: var(--color-main);
}

/* .product .name-product a:hover {
  color: #ff2e00;
} */

.product .name-left {
  text-align: left;
}
.product .name-product .text-split {
  font-family: "Mont-Med";
  font-size: 15px;
  color: var(--color-text);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
/* .product .price-product p {
  margin-bottom: 0;
  font-family: "Roboto-Med";
  font-size: 15px;
  color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-top: 15px;
} */
.product .price-new {
  font-family: "Mont-Bold";
  font-size: 16px;
  /* background: linear-gradient(
    to right,
    #a97514,
    #fde386,
    #a97514,
    #fde386,
    #a97514
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content; */
  color: var(--color-main);
}

.right-pro-detail .lienheproduct {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.right-pro-detail .lienheproduct a {
  width: 50%;
}
.right-pro-detail .lienheproduct a p {
  font-family: "Inter";
  font-size: 15px;
  color: rgb(250, 250, 250);
  margin-bottom: 0;
  background-color: var(--color-main);
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}
.right-pro-detail .lienheproduct a p:hover {
  color: red;
}

.product .price-old {
  padding: 0 10px;
  font-family: "Nunito";
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #989898;
  /* text-transform: uppercase; */
  margin: auto;
}
.product .price-per {
  color: #989898;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
.box-cat {
  text-align: center;
}
.box-cat h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.box-cat:hover h3 {
  color: #f00;
}
.cart-product {
  margin: 5px 0 0 0px;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}
.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: #fed402;
}
.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: #fed402;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-duan {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; */
  column-count: 4; /* Số cột */
  column-gap: 20px;
}
.grid-duan .item-newsdv {
  break-inside: avoid; /* Tránh vỡ layout */
  margin-bottom: 20px;
}

.grid-product > * {
  max-width: 100%; /* Giới hạn kích thước */
  min-width: 0; /* Ngăn phần tử mở rộng quá mức */
  /* padding: 20px; */
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: #f00;
}

/* product detail */

.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.grid-pro-detail .left-pro-detail {
  width: 40%;
}
.left-pro-detail .overflow-hidden {
  width: fit-content;
  margin: auto;
}

.grid-pro-detail .right-pro-detail {
  width: 58%;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.right-pro-detail .prodetail-desc {
  margin-top: 15px;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}
.prodetail-desc p {
  font-family: "Mont";
}
.content-text p {
  font-family: "Mont";
}
/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}
/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  font-family: "Mont";
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0px;
}
.pagination li span {
  cursor: pointer;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 100%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

/* CSSS T */

a.views_dm {
  width: 140px;
  height: 38px;
}
.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thêm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f00;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  color: #fff;
  background: #f00;
  transform: rotateY(0deg) translateZ(25px);
}
.effect_button:after {
  color: #f00;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-newsalbum {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-newstt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-newssp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.news-left .grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-news a img {
  transition: transform 0.5s ease;
}
.item-news {
  --tw-bg-opacity: 1;
  background-color: white;
  padding: 0;
  /* box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); */
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  /* border-radius: 10px; */
}
.item-newsdv {
  /* box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); */
  position: relative;
  cursor: pointer;
  height: fit-content;
}
.item-newsdv .item-imgdv img {
  height: 100%;
}
.grid-duan .item-newsdv:nth-child(2) .item-imgdv,
.grid-duan .item-newsdv:nth-child(3) .item-imgdv,
.grid-duan .item-newsdv:nth-child(6) .item-imgdv,
.grid-duan .item-newsdv:nth-child(7) .item-imgdv {
  height: 217px;
}
.grid-duan .item-newsdv:nth-child(2) .item-imgdv img,
.grid-duan .item-newsdv:nth-child(3) .item-imgdv img,
.grid-duan .item-newsdv:nth-child(6) .item-imgdv img,
.grid-duan .item-newsdv:nth-child(7) .item-imgdv img {
  height: 217px;
}

.item-imgdv {
  position: relative;
  height: 380px;
}

.photo-default {
  opacity: 1;
}

.photo-hover {
  opacity: 0;
}

.item-imgdv:hover .photo-default {
  opacity: 0;
}

.item-imgdv:hover .photo-hover {
  opacity: 1;
}

.item-newsdv:hover h3 {
  color: red;
}
.ds-newsdv {
  text-align: left;
  padding: 10px 0px 0px;
}
.ds-newsdv p {
  font-family: "SVN";
  font-size: 14px;
  margin: 0;
  color: #73c5da;
}
.ds-newsdv h3 {
  font-family: "SVN-Bold";
  font-size: 18px;
  margin: 0;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
}
.duan2 .ds-newsdv h3 {
  font-family: "SVN-Bold";
  font-size: 18px;
  margin: 0;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
}
.item-newsdv:hover .ds-newsdv h3 {
  color: red;
}

/* .item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
} */

.item-news .ds-news {
  width: 100%;
  padding: 10px;
}

.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 12px;
  margin: 10px 0px 0px;
  /* font-style: italic; */
  font-family: "Forma";
  color: #1e2229;
  padding: 5px 0px;
  font-style: normal;
  margin: 0;
  display: flex;
  gap: 7px;
  align-items: center;
}

.ds-news h3 {
  font-family: "Quick-SemiBold";
  font-size: 17px;
  margin: 0;
  color: var(--color-main);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.ds-news .desc_cke {
  font-family: "Quick";
  font-size: 15px;
  color: #333333;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.ds-news .desc {
  font-family: "Quick";
  font-size: 15px;
  color: #333333;
  line-height: 2;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.item-news:hover h3 {
  color: #f00;
}

.item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.news-left {
  width: 68%;
}
.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0px 0px 5px #99999978;
}

a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}
div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  /* margin-bottom: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 0px;
  color: #fff;
  border-radius: 5px;
  padding: 0;
  background-color: transparent !important;
  border: none;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Swipper */

.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}

/* Popup */
.modal-title {
  font-size: 20px;
}
/* CSS cho loading */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes quickShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.nav-click {
  position: relative;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  /* margin: auto; */
  border: 2px solid white;
  border-radius: 20px;
  padding: 10px 20px 10px 10px;
}

.nav-click .line {
  top: 50%;
  width: 100%;
}

.nav-click .block {
  width: 140%;
  height: 120%;
  position: absolute;
  left: -20%;
  top: -10%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  z-index: 1;
}

.open-click.nav-click:before {
  transform: rotate(45deg) scale(0.7);
  width: 35px;
}

.open-click .block,
.open-click .line {
  opacity: 0;
}

.open-click.nav-click:after {
  transform: rotate(-45deg) scale(0.7);
  width: 35px;
}

.open-click:hover::after {
  transform: rotate(-45deg) scale(1);
  transition: 0.3s linear;
}

.open-click:hover::before {
  transform: rotate(45deg) scale(1);
  transition: 0.3s linear;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
  position: absolute;
  left: 12%;
  height: 1px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.nav-click:after {
  transform: translate(0, 10px);
}

.nav-click:before {
  transform: translate(0, -10px);
}

.nav-click:after,
.nav-click:before {
  content: "";
  top: 50%;
  /* left: 12%; */
  width: 100%;
  pointer-events: none;
  transform-origin: 50% 50%;
  transition: all 0.5s;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
  background-color: #ffffff;
  box-shadow: 1px 2px 0 rgb(0 0 0 / 50%);
}
.nav-click:before {
  width: 28px;
}
.nav-click .line {
  width: 25px;
}
.nav-click:after {
  width: 23px;
}
.nav-click p {
  width: fit-content;
  margin-left: 37px;
  margin-bottom: 5px;
  font-family: "Fz-SemiBold";
  color: white;
  font-size: 14px;
}

.nav-click:not(.open-click):hover .line {
  animation: changewidth 0.4s linear 4 alternate;
  animation-delay: 0.3s;
}

.nav-click:not(.open-click):hover:after,
.nav-click:not(.open-click):hover:before {
  animation: changewidth 0.4s linear 4 alternate;
}

.nav-click:not(.open-click):hover:after {
  animation-delay: 0.6s;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.open-nav {
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
}

.nav-click-close {
  position: absolute;
  top: 67px;
  right: 131px;
  z-index: 1101;
  cursor: pointer;
  color: #fff !important;
  font-size: 2rem;
  text-shadow: 1px 1px 1px #000;
}

.menu-show {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: auto;
  z-index: 100;
  text-align: right;
  position: relative;
  margin-top: 70px;
  height: 100%;
  max-height: 500px;
}

.menu-main {
  height: 100%;
}

.menu-show ul {
  display: inline-flex;
  min-width: 200px;
  padding: 40px 0px 0px 0px;
  flex-direction: column;
  justify-content: space-around;
}

.menu-show ul li {
  width: 100%;
  height: auto;
  padding: 20px 30px 0px 0px;
  text-align: right;
  list-style: none;
  position: relative;
  display: block;
}

.menu-show ul li a {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "Fz-SemiBold";
  color: white;
}
.menu-show ul li a:hover {
  color: var(--color-main);
}

.menu-show ul li span.btn_menu-show {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: relative;
  top: 0px;
  text-shadow: 1px 1px 1px #000;
  font-size: 13px;
  text-align: center;
  right: 5px;
}

.menu-show ul li ul {
  display: block;
  min-width: 200px;
  margin: 0;
  top: 0 !important;
  padding: 0;
  position: absolute;
  min-width: 100%;
  right: 100%;
  transform: rotateY(-90deg);
  transform-origin: right;
}

.menu-show ul li ul li {
  margin: 0;
}

.menu-show ul li ul li a {
  font-size: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: block;
  text-shadow: 1px 1px 1px #000;
  color: white;
  /* padding: 10px 10px; */
}

.menu-show ul li:hover > ul {
  opacity: 1;
  height: auto !important;
  transform: rotateY(0deg);
}

.svg-menu {
  height: 100%;
  pointer-events: none;
  z-index: -1;
  position: fixed;
}

#scene,
.svg-menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.style-1 {
  --color-stop: var(--background-static);
}

.gradient {
  transform-origin: center center;
}

.gradient path {
  fill: url(#ColorGradient);
}

.gradient path:first-of-type {
  fill-opacity: 0.7;
  transform-origin: top right;
  transform: translate(50%, -180%);
}

.gradient path:nth-of-type(2) {
  fill-opacity: 0.3;
  transform-origin: center left;
  transform: translate(50%, -100%);
}

.gradient path:nth-of-type(3) {
  fill-opacity: 0.4;
  transform-origin: center left;
  transform: translate(50%, -50%);
}

.gradient path:nth-of-type(4) {
  fill-opacity: 0.5;
  transform-origin: top right;
  transform: translate(50%, -50%);
}

.gradient path:nth-of-type(5) {
  fill-opacity: 0.6;
  transform-origin: top right;
  transform: translate(100%, -50%);
}

.box-product {
  /* position: relative;
  margin-bottom: 20px; */
  overflow: hidden;
  border-radius: 10px;
}
.box-product:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /* background: linear-gradient(180deg, rgba(34, 34, 34, 0) 56.64%, #222 100%),
    transparent; */
  pointer-events: none;
}
.hover {
  position: relative;
  perspective: 400px;
}
.info_pro {
  display: flex;
  position: absolute;
  top: -1px;
  height: 100%;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(0 0 0 / 59%) 0%, #000000 100%);
  color: #fff;
  padding: 20px;
  flex-flow: column;
  justify-content: center;
  pointer-events: none; /* display: none; */
}
.info_pro h3 a {
  font-family: "SVN-Bold";
  font-size: 16px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.hover .info_pro {
  transform: translate3d(0, -100%, 0);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover.mouseenter.top {
  perspective-origin: center top;
}
.hover.mouseenter.top .info_pro {
  animation-name: swing--enter-top;
  transform-origin: center top;
}
.hover.mouseenter.right {
  perspective-origin: right center;
}
.hover.mouseenter.right .info_pro {
  animation-name: swing--enter-right;
  transform-origin: right center;
}
.hover.mouseenter.bottom {
  perspective-origin: center bottom;
}
.hover.mouseenter.bottom .info_pro {
  animation-name: swing--enter-bottom;
  transform-origin: center bottom;
}
.hover.mouseenter.left {
  perspective-origin: left center;
}
.hover.mouseenter.left .info_pro {
  animation-name: swing--enter-left;
  transform-origin: left center;
}
.hover.mouseleave.top {
  perspective-origin: center top;
}
.hover.mouseleave.top .info_pro {
  animation-name: swing--leave-top;
  transform-origin: center top;
}
.hover.mouseleave.right {
  perspective-origin: right center;
}
.hover.mouseleave.right .info_pro {
  animation-name: swing--leave-right;
  transform-origin: right center;
}
.hover.mouseleave.bottom {
  perspective-origin: center bottom;
}
.hover.mouseleave.bottom .info_pro {
  animation-name: swing--leave-bottom;
  transform-origin: center bottom;
}
.hover.mouseleave.left {
  perspective-origin: left center;
}
.hover.mouseleave.left .info_pro {
  animation-name: swing--leave-left;
  transform-origin: left center;
}
@keyframes swing--enter-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@keyframes swing--enter-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@keyframes swing--enter-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@keyframes swing--enter-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@keyframes swing--leave-top {
  0% {
    transform: none;
  }
  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes swing--leave-right {
  0% {
    transform: none;
  }
  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}
@keyframes swing--leave-bottom {
  0% {
    transform: none;
  }
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes swing--leave-left {
  0% {
    transform: none;
  }
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
