@font-face {
  font-family: "rr";
  src: url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rb";
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rm";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "utm";
  src: url("../fonts/UTMSwiss721BlackCondensed.woff") format("woff"), url("../fonts/UTMSwiss721BlackCondensed.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #d00d11;
  --color-hover: #fc8a04;
  --menu-color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 5px;
}

.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

body {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.body-container {
  position: relative;
  overflow: hidden;
}

.wrap-content {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0px auto;
}

img {
  display: inline-block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ol,
ul,
menu {
  list-style: unset;
}

.content-text a {
  color: #0d6efd;
  text-decoration: underline;
}

/* CSS cho lazy loading */
.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy.loaded {
  opacity: 1;
}

.social-plugin {
  display: flex;
  gap: 2px;
  margin: 12px 0;
}

/* 
.scale-img {
  display: block;
  overflow: hidden;
}

.scale-img img {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

.scale-img:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
} */

.text-split {
  --line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 3);
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/* Header */
.box_header_hotline {
  background: var(--color-main);
  border-radius: 5px;
}

.box_header_hotline .txt_holtine p {
  margin-bottom: 0px;
}

.box_header_hotline .flex_hotline {
  padding: 0px 20px;
  gap: 10px;
  align-items: center;
}

.box_header_hotline .flex_hotline .number_hotline1 {
  font-family: "rr";
  font-size: 13px;
  color: white;
}

.box_header_hotline .flex_hotline .number_hotline2 {
  font-family: "rb";
  font-size: 18px;
  color: white;
}

.fix_head {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

.fix_head .pd_menu {
  margin-top: 0px;
  top: 0;
}

.section-header {
  background: var(--color-main);
  padding: 9px 0;
}

.section-header .header-slogan {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.section-header .header-hotline {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.section-header .header-hotline span {
  font-weight: 600;
}

.top-header {
  background: white;
  padding-bottom: 10px;
  padding-top: 25px;
}

.all_box_header .img_header {
  margin-right: 10px;
}

.all_box_header .all_text_heder .text_header1 {
  font-family: mr;
  color: white;
}

.all_box_header .all_text_heder .text_header2 {
  font-family: meb;
  color: #fff200;
  font-size: 15px;
}

.all_box_header .all_text_heder p {
  margin-bottom: 0;
}

.all_box_header2 p {
  margin-bottom: 0px;
}

.all_box_header2 .img_header2 {
  margin-right: 20px;
}

.all_box_header2 .text_header2_1 {
  font-family: mr;
  color: white;
  font-size: 14px;
}

.all_box_header2 .text_header2_2 {
  font-family: mbl;
  font-size: 30px;
  color: #fff200;
}

/* Slide */
.slider {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1366/584;
}

/* Menu */
.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.fixed-menu .menu {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  padding: 3px 0;
}

.section-menu.detail .menu {
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  padding: 10px 0;
}

.menu {
  width: 100%;
  z-index: 100;
  position: relative;
  bottom: 0;
  margin-top: 0px;
  background: var(--color-main);
}

.menu .flex_menu {
  width: 100%;
}

.menu .flex_menu .left_header {
  width: 30%;
}

.menu .flex_menu .right_header {
  width: 70%;
}

.menu .ulmn>li {
  position: relative;
}

.menu .ulmn>li:last-child {
  color: red;
}

.menu .ulmn>li>a {
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.4s;
  text-transform: uppercase;
  font-family: rb;
}

.menu .ulmn>li:hover {
  color: white !important;
}

.menu_icon {
  margin-right: 10px;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu ul>li>a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.menu ul>li>a .menu_nav {
  width: 150px;
  max-width: 250px;
}

.menu ul>li>a.has-child:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: -16px;
  top: calc(50% - 6px);
  transition: all 0.3s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: white;
}

.swiper-pagination-bullet-active {
  background: white;
}

.menu ul>li:hover>a.has-child:after {
  transform: rotate(180deg);
}

.menu ul>li:hover>ul {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.menu ul>li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.menu ul>li ul li {
  padding: 0 10px;
  position: relative;
}

.menu ul>li ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.menu ul>li ul li:hover>a {
  color: var(--color-main);
}

.menu ul>li ul li:hover>a.has-child:after {
  transform: rotate(90deg);
}

.menu ul>li ul li a {
  text-align: left;
  font-size: 14px;
  color: #333;
  font-family: rr;
  text-transform: capitalize;
  padding: 5px;
}

.menu ul>li ul li a::before {
  display: none;
}

.menu ul>li ul li a.has-child:after {
  right: 0;
  transform: rotate(-90deg);
}

.menu ul>li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.pd_menu {
  position: relative;
  top: 0px;
}

.pd_menu .bg_menu {
  background: var(--color-main);
}

/* Button menu */
#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
  margin-left: 15px;
  display: block;
}

#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 {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.menu-mobile-opened #hamburger:before,
.menu-mobile-opened #hamburger:after {
  top: 10px;
}

.menu-mobile-opened #hamburger span {
  left: -50px;
  opacity: 0;
}

.menu-mobile-opened #hamburger:before {
  transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
  transform: rotate(-45deg);
}

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

/* Search */
.search {
  width: 503px;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cccccc;
  overflow: hidden;
}

.search input {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  height: 100%;
  text-indent: 15px;
}

.search input:focus {
  box-shadow: none;
}

.search p {
  cursor: pointer;
  height: 45px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0);
  display: grid;
  place-items: center;
  color: black;
  font-size: 18px;
  margin-bottom: 0;
}

/* Mmenu */
.menu-res {
  display: none;
  position: relative;
  background: #fff;
  z-index: 100;
}

/* Search */
.search-res {
  position: relative;
}

.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--color-main);
  font-size: 20px;
  margin: 0px;
  display: grid;
  place-items: center;
}

.search-res .icon-search.active {
  color: #fff;
  background: var(--color-main);
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
}

.search-res .search-grid p {
  float: left;
  width: 40px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  font-size: 13px;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--color-main);
}

/* breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li.active a,
.breadCrumbs ol li:hover a {
  color: var(--color-main);
}

/* 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 .sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

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

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

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

.sort-select .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-select .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 and Detail */
/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 0;
  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: rgba(0, 0, 0, 0.768627451);
  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;
  z-index: 1;
  position: relative;
}

.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;
  z-index: 2;
}

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

.title-detail h1 {
  font-family: "rb";
  text-transform: uppercase;
  color: var(--color-main);
  font-size: 25px;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.name-product {
  text-align: center;
  font-family: "mr";
}

.price-product {
  text-align: center;
}

.grid-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.grid-product .product {
  margin-bottom: 0px;
}

.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 */
.title-main span {
  margin-top: 10px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--color-main);
  position: relative;
}

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

.grid-pro-detail .left-pro-detail {
  width: calc((100% - 400px) / 2);
}

.grid-pro-detail .right-pro-detail {
  width: calc((125% - 30px) / 2);
}

.grid-properties {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

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

.filter {
  cursor: pointer;
  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;
  border: 1px solid #ddd;
  display: none;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-pro-detail li .attr-label-pro-detail {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

.attr-pro-detail li .attr-content-pro-detail {
  color: #333;
  font-weight: 400;
}

.attr-pro-detail li .price-new-pro-detail {
  font-size: 20px;
  color: #e30613;
  font-weight: 700;
}

.attr-pro-detail li .price-old-pro-detail {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
}

/* Detail */
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
}

.attr-pro-detail .cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}

.attr-pro-detail .cart-pro-detail a.addnow {
  display: block;
  margin-right: 10px;
  background: #f9c320;
  cursor: pointer;
  color: #000;
}

.attr-pro-detail .cart-pro-detail a.addnow:hover {
  background-color: var(--color-main);
  color: #fff;
}

.attr-pro-detail .cart-pro-detail a.buynow {
  cursor: pointer;
  background-color: #482807;
}

.attr-pro-detail .cart-pro-detail a.buynow:hover {
  background-color: var(--color-hover);
  color: #fff;
}

.attr-pro-detail .cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Pagination */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.pagination .page-item .page-link {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 15px !important;
  font-weight: 600;
  border: 1px solid var(--color-main);
  border-radius: 0 !important;
  line-height: 1.25;
  color: #333;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background: var(--color-main);
  border-color: var(--color-main);
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: var(--color-main);
  border-color: var(--color-main);
}

.pagination .page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  background: rgb(255, 255, 255);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 0 !important;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}

.pagination .page-item:first-child .page-link::before {
  content: "\f053";
}

.pagination .page-item:last-child .page-link::before {
  content: "\f054";
}

/* Footer */
/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* Card fixed */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 400px;
  z-index: 10;
  display: none;
}

/* Btn Frame */
.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: 70%;
}

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

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

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

/* Hvr Float Shadow */
.hvr-float-shadow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}

.hvr-float-shadow:active {
  transform: translateY(-5px);
}

.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:focus {
  transform: translateY(-5px);
}

.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:hover {
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}

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

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.hidden-seoh {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

/* slideshow */
.all_slide_menu {
  align-items: start;
}

.category-slideshow {
  position: relative;
}

.slideshow-banner {
  width: calc(100% - 690px);
}

.slideshow {
  position: relative;
  margin-bottom: 60px;
}

.category-slideshow ul::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}

.category-slideshow ul::-webkit-scrollbar-thumb {
  background-color: var(--color-hover);
}

.category-slideshow>ul {
  list-style: none;
  padding: 0;
}

.category-slideshow ul li a {
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0;
  position: relative;
  margin: 0 15px;
}

.category-slideshow ul li a {
  font-family: "rr";
  color: #4d4d4d;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
}

.category-slideshow ul li a:hover {
  color: var(--color-main);
}

.category-slideshow ul li ul li a:after {
  background: none;
}

.category-slideshow ul li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 50px;
  height: 100%;
  transition: 0.4s;
  z-index: 5;
}

.category-slideshow ul li:hover>ul {
  padding: 0;
  top: 0;
  transform: perspective(600px) rotateY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: 0.4s;
  overflow-y: auto;
  height: 401px;
  margin: 0;
  padding: 0;
}

.category-slideshow ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s;
}

.category-slideshow ul li ul li a {
  font-size: 15px;
  color: #313131;
  display: block;
  text-decoration: none;
}

.category-slideshow ul li ul li a.active {
  color: var(--color-main);
}

.category-slideshow ul li ul li a.active.has-child:after {
  border-color: var(--color-main);
}

.category-slideshow ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.slideshow-left {
  width: 300px;
  background: #fff;
  position: relative;
  border: 1px solid #f3f5fd;
  border-top: 0;
  border-radius: 0px;
  top: 0;
}

.slideshow-banner img {
  min-height: 221px;
}

.slideshow-item {
  margin-bottom: 10px;
}

.slideshow-right {
  width: calc(100% - 300px);
  padding: 0 0 0 10px;
  position: relative;
  padding-top: 10px;
  aspect-ratio: 890/397;
  overflow: hidden;
}

.title-category-slideshow {
  font-size: 16px;
  font-family: "rb1";
  color: white;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background: var(--color-main2);
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.li-category>a {
  color: #fbfbfb !important;
  padding: 0 !important;
}

.wrap-menu.fix_menu .li-category>ul {
  display: block;
}

.category-slideshow ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
}

.category-slideshow ul li a.has-child:after {
  border-color: #858585;
  transform: rotate(-45deg);
}

.category-slideshow ul li a:hover:before {
  width: 100%;
}

.slideshow .wrap-content {
  overflow: hidden;
}

.category-slideshow>ul {
  overflow-y: auto;
  height: 401px;
  margin: 0;
  padding: 0;
}

/* Nav Menu */
.hamburger2 {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hamburger2 span {
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}

.hamburger2 .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
}

.hamburger2 .top-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger2 .meat {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.hamburger2 .bottom-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.menu_nav {
  width: 300px;
  background: var(--color-hover);
  border-radius: unset;
}

/* Criteria */
.wrap-criteria {
  padding: 50px 0px;
}

.wrap-criteria .flex_criteria {
  width: 100%;
}

.wrap-criteria .flex_criteria .img_criteria {
  width: 28%;
}

.wrap-criteria .flex_criteria .text_criteria {
  width: 72%;
  margin-left: 10px;
}

.wrap-criteria .flex_criteria .text_criteria .name_criteria {
  margin-bottom: 3px;
  font-family: rm;
  font-size: 17px;
}

.wrap-criteria .flex_criteria .text_criteria .desc_criteria {
  font-family: rr;
  font-size: 15px;
  margin-bottom: 0px;
}

/* Product */
.wrap-product .section-product-cat {
  margin-bottom: 40px;
}

.wrap-product .section-product-cat .title-product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  position: relative;
}

.wrap-product .section-product-cat .title-product-list::before {
  position: absolute;
  content: "";
  background: var(--color-hover);
  width: 100px;
  height: 2px;
  bottom: -1px;
  left: 0;
}

.wrap-product .section-product-cat .flex_pro_ajax2 {
  display: flex;
  align-items: center;
}

.wrap-product .section-product-cat .flex_pro_ajax2 .btn_more_ajax {
  margin-left: 80px;
}

.wrap-product .section-product-cat .flex_pro_ajax2 .btn_more_ajax a {
  font-family: rm;
  font-size: 15px;
  color: var(--color-main);
  text-transform: capitalize;
}

.wrap-product .section-product-cat .left h2 {
  font-family: rb;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-main);
}

.wrap-product .section-product-cat .right .choose-item {
  margin-right: 5px;
  cursor: pointer;
  font-family: rr;
  color: #5c5c5c;
  background: #f7f7f7;
  padding: 5px 10px;
  border-radius: 50px;
  transition: 0.4s;
  text-transform: capitalize;
}

.wrap-product .section-product-cat .right .choose-item.active {
  background: var(--color-hover);
  color: white;
}

.wrap-product .section-product-cat .right .choose-item:hover {
  background: var(--color-hover);
  color: white;
  transition: 0.4s;
}

.wrap-product .section-product-cat .flex_product2 {
  flex-wrap: wrap;
  margin: 0 -7px;
}

.col-custom2 {
  width: 20%;
  padding: 0 7px;
}

.product {
  border: 1px solid #cccccc;
  margin-bottom: 14px;
}

.product .pic-product {
  text-align: center;
}

.product .name-product {
  font-family: rm;
  font-size: 15px;
  padding: 10px 20px 0 20px;
  min-height: 46px;
}

.product .name-product a:hover {
  color: var(--color-hover);
  transition: 0.4s;
}

.product .price-product {
  font-family: rm;
  font-size: 15px;
  color: var(--color-main);
}

.name-tt {
  font-family: "rb";
  font-size: 15px;
  text-align: center;
}

.name-tt:hover {
  color: var(--color-main) !important;
  transition: 0.4s;
}

.img.card-image {
  margin-bottom: 10px;
}

.desc-news {
  padding-top: 13px;
  position: relative;
  text-align: center;
  font-size: 13px;
}

.desc-news:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 2px;
  width: 50px;
  height: 1px;
  background: #a1a1a1;
  text-align: center;
  margin: 0 auto;
}

/* Footer */
.d-maps iframe {
  width: 100%;
}

.footer-article {
  background: #d00d11;
}

.footer-article .footer-news:nth-child(1) {
  padding-top: 70px;
  width: 35%;
}

.footer-article .footer-news:nth-child(2) {
  padding-top: 70px;
  width: 23%;
}

.footer-article .footer-news:nth-child(2) .title-footer-2 {
  margin-bottom: 30px;
}

.footer-article .footer-news:nth-child(3) {
  width: 20%;
  padding-top: 70px;
}

.footer-article .footer-news:nth-child(3) .d-maps iframe {
  width: 100%;
  height: 260px;
}

.footer-article .footer-news .social-header {
  margin-top: 10px;
  list-style: none;
}

.footer-article .footer-news .title-footer-2 {
  font-family: "ib";
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 12px;
}

.footer-article .footer-news .txt_chinhsach {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.footer-article .footer-news .title-footer2 {
  font-family: rb;
  color: var(--color-hover);
  font-family: utm;
  font-size: 28px;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-article .footer-news .title-footer {
  font-family: rb;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-article .footer-news .info-footer {
  font-size: 15px;
  margin-bottom: 0px;
  font-family: rr;
  color: white;
}

.footer-article .footer-news .box_social_footer {
  margin-top: 30px;
}

.footer-article .footer-ul {
  margin-bottom: 20px;
}

.footer-article .box_text_footer {
  display: flex;
  align-items: start;
}

.footer-article .box_text_footer p {
  font-family: "rr";
  color: white;
  margin-left: 10px;
}

.footer-article .box_text_footer p span {
  font-family: rb;
}

.footer-article .footer-ul li {
  margin-bottom: 13px !important;
}

.footer-article .footer-ul li h4 {
  font-family: rr;
  font-size: 16px;
  color: white;
}

.footer-powered {
  background: var(--color-hover);
  padding: 10px 0px;
}

.footer-powered .copyright {
  color: white;
  font-size: 15px;
  font-family: rb;
}

.title-pro-detail {
  font-family: 'rb';
  font-size: 20px;
  color: var(--color-main);
}

.menu_nav {
  cursor: pointer;
}

.hd_menu.menu_nav ul {
  display: none;
}

.fix_head .hd_menu.menu_nav ul {
  display: block;
}

.menu .ulmn>li>a.active {
  color: #ffdc28;
}

.choose-list.grab-container {
  max-width: 700px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.choose-list::-webkit-scrollbar {
  display: none;
}

.choose-list .content {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 10px 0;
  width: max-content;
}

.choose-list .content>* {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 16px;
  background: #f5f5f5;
  border-radius: 20px;
  text-align: center;
  min-width: 100px;
}


.choose-list .content>*:first-child {
  background: #ff6b00;
  color: white;
}

.title-detail h1:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100px;
  bottom: -10px;
  text-align: center;
  height: 1px;
  margin: 0 auto;
  background: #d00d11;
}

.title-main span:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100px;
  bottom: -10px;
  text-align: center;
  height: 1px;
  margin: 0 auto;
  background: #d00d11;
}

.title-main {
  text-align: center;
  margin-bottom: 25px;
}

.fix_head .hd_menu.menu_nav>ul {
  width: 100%;
  left: 0;
  border-radius: 0px 0px 5px 5px;
  top: 45px;
}

.hd_menu2.menu_nav>ul {
  width: 100%;
  left: 0;
  border-radius: 0px 0px 5px 5px;
  top: 45px;
}

.banner-header {
  margin-left: 50px;
}