@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "BMedium";
  src: url("../fonts/BeautiqueDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Ameyal";
  src: url("../fonts/SVN-AmeyallindaSignature-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GSemiBold";
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GBold";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GRegular";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-main: #af7f37;
  --color-hover: #ff0000;
  --color-title: #333;
  --color-text: #5c5c5c;

  --bg-mmenu: #ea5503;
  --color-mmenu: #ffffff;
  --colorText-mmenu: #ffffff;
}

body {
  font-size: 14px;
  line-height: 1.5;
  --font-regular: Arial;
}

[class*="-info"] {
  font-family: var(--font-regular);
}

.max-width,
.wrap-content {
  /* width: 100%; */
  width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

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

/* 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;
}
/*   Header   */
.header {
  background: var(--color-main);
}

.cart-head {
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: #f00;
  border-radius: 50%;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* slideshow */
.slideshow {
  position: relative;
}

/* Search */
.search {
  width: 50%;
  max-width: 400px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: #f00;
  color: #fff;
  border-radius: 10px;
  margin-right: 3px;
  padding: 5px 10px;
}
.search label i {
  font-weight: bold;
  color: #999;
}

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

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #111;
  font-size: 17px;
  margin: 0px;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  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;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  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 {
  width: calc(100% - 35px);
  border: none;
  color: var(--color-main);
  font-size: 14px;
}

.search-res .search-grid input:focus {
  border: unset;
  box-shadow: unset;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* Mmenu */
.offcanvas-start {
  max-width: 85vw;
  width: 400px;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
  background: var(--bg-mmenu);
}
.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: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--colorText-mmenu);
  font-size: 20px;
  cursor: pointer;
}

.logo-offcanvas img {
  max-height: 75px;
  width: auto;
}

.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}

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

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: var(--colorText-mmenu);
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.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: #f00;
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-mmenu);
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: var(--color-main);
  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: var(--colorText-mmenu);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--colorText-mmenu);
}
.company p span {
  color: var(--colorText-mmenu);
}

/* menu res */
.wrap-menu-res {
  display: none;
  background: var(--color-main);
}

.wrap-menu-res.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
}
.search-menu p {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

/* Menu */
#menu {
  display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  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;
}

.wrap-menu {
  /* padding: 25px 0; */
}

.wrap-menu.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}

.wrap-menu.fix_head .menu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.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;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  padding: 25px 0;
}

nav.menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 160px;
  background: url(../images/des_logo.png);
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul.ulmn {
  max-width: 420px;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  font-size: 18px;
  font-family: bbold;
  color: #111111;
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 50px;
  text-transform: capitalize;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li a:hover {
  color: var(--color-main);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  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:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.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 {
  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: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

/* SLider */
.title-main h2,
.title-detail h1 {
  font-size: 40px;
  font-family: bregular;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.title-main,
.title-detail {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.title-detail {
    margin-top: 30px;
}

.title-main p {
  font-size: 18px;
  font-family: Gregular;
  color: #333333;
  margin-bottom: 8px;
}

/*  Share */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  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;
}

/* Footer */
.info-footer {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
}
.title-footer {
  font-size: 32px;
  font-family: ameyal;
  color: #111;
  margin-bottom: 20px;
}
.company-footer {
  font-size: 48px;
  font-family: Bregular;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.info-footer .box-footer:nth-child(1) {
  width: 17.3%; /* 208px/1200 */
}
.info-footer .box-footer:nth-child(2) {
  width: 34.6%; /* 415px/1200 */
}
.info-footer .box-footer:nth-child(3) {
  width: 30.8%; /* 370px/1200 */
}

.footer-content {
  color: #333;
}

.footer-powered {
  border-top: 1px solid #cacaca;
}

.map-footer {
  position: relative;
  width: 100%;
  height: 500px;
}

.map-footer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-powered {
  padding: 20px 0px;
}

.copyright {
  text-align: center;
  font-family: Gmedium;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.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;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  opacity: 1;
}

/* Video */
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f00;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* 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;
}
/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.grid-pro-detail .left-pro-detail {
  width: 46.7%; /* 560px/1200 */
}

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

.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;
}
.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;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}

/* 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%;
}
/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}
/* paging */
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0px;
}
.pagination li span {
  cursor: pointer;
}

.page-link {
  border-color: var(--color-main) !important;
  color: #6c757d !important;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background: var(--color-main);
  color: #fff !important;
}

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

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

.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: flex-start;
}
.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: 10px;
  color: #fff;
  border-radius: 5px;
}
.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);
  }
}

/* chinh sach */
.ul-list li {
  width: 100%;
  margin-bottom: 10px;
}

.ul-list li h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.ul-list li h4 a {
  color: #fff;
}

.ul-list li h4 a:hover {
  color: var(--color-hover);
}

/* product */
:root {
  --product-cols: 4;
  --product-gap: 27px;
  --product-ff: bmedium;
  --product-color: #111;
}
.grid-Product {
  display: grid;
  grid-template-columns: repeat(var(--product-cols), 1fr);
  gap: var(--product-gap);
}
.product {
  position: relative;
}
.product-pic {
  position: relative;
}
.product-pic a {
  border-radius: 20px;
}
.product-info {
  position: relative;
  padding: 0 10px 0;
  margin-top: 20px;
}
.product-info h3 {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.2;
  font-family: var(--product-ff);
  margin-bottom: 0;
  margin-left: 30px;
  text-transform: capitalize;
  line-height: 30px;
  height: 60px;
}
.product-info h3 a {
  color: var(--product-color);
  -webkit-line-clamp: 2;
}

.dichvuHot--index .product-info h3 a:hover,
.product-info h3 a:hover {
  color: var(--color-hover);
}
.product-info span {
  font-size: 72px;
  font-family: bbold;
  color: rgb(255 255 255 / 20%);
  line-height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
}

.dichvuHot--index .product-info h3 a {
  color: #fff;
}

/* news */
:root {
  --news-cols: 3;
  --news-gap: 30px;
  --news-ff: GSemiBold;
  --news-color: #111;
}

.grid-News {
  display: grid;
  grid-template-columns: repeat(var(--news-cols), 1fr);
  gap: var(--news-gap);
}
.news {
  position: relative;
}
.news-pic {
  position: relative;
}
.news-pic a {
  border-radius: 45px 0 45px 0;
}
.news-info {
  position: relative;
  padding: 0 20px 0 0;
  margin-top: 15px;
}

.xemthem-blog {
  font-size: 15px;
  font-family: gbold;
  color: var(--color-main);
  transition: 0.3s;
}

.xemthem-blog:hover {
  transition: 0.3s;
  letter-spacing: 1px;
  color: var(--color-hover);
}
.news-info h3 {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.2;
  font-family: var(--news-ff);
  margin-bottom: 8px;
}
.news-info h3 a {
  color: var(--news-color);
  -webkit-line-clamp: 2;
}
.news-info h3 a:hover {
  color: var(--color-hover);
}

/* chinh sach other */
.list-news-other {
  padding-left: 15px;
  list-style: disc;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li:hover {
  color: var(--color-hover);
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: var(--color-hover);
}

.othernews {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.othernews b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

/* newsletter */
.grid-newsletter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.newsletter-input__content {
  grid-column: span 3;
}

.newsletter-input input,
.newsletter-input textarea {
  border-color: var(--color-main);
}

.newsletter-input label {
  display: none;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--color-main);
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  color: var(--color-main);
}

/* logo */
.logo-header {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.fix_head nav.menu:after {
  display: none;
}

.fix_head .peShiner,
.fix_head .peShiner canvas,
.fix_head .peShiner img {
  width: 106px !important;
  height: 74px !important;
}

/* gioi thieu */
.gioithieu--index {
  background: #faf7f2;
}

.gioithieu-pic {
  width: 47.3%; /* 567px/1200 */
}

.gioithieu-info {
  width: 46.7%; /* 560px/1200 */
  padding-top: 25px;
}

.gioithieu-pic figure:after {
  content: "";
  width: 568px;
  height: 205px;
  background: url(../images/des_gioithieu_pic.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.gioithieu-info p {
  font-size: 32px;
  font-family: Ameyal;
  text-align: center;
  margin-bottom: 10px;
}

.gioithieu-info h2 {
  font-size: 48px;
  font-family: "BBold";
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.gioithieu-info span {
  font-size: 17px;
  font-family: Gregular;
  line-height: 28px;
  -webkit-line-clamp: 5;
  color: #333333;
  text-align: center;
}

.gioithieu-info .btn-xemthem {
  display: block;
  width: 150px;
  line-height: 43px;
  border: 1px solid #111;
  border-radius: 45px;
  margin: 30px auto 0;
  font-size: 16px;
  font-family: bbold;
  color: #111;
  text-align: center;
  overflow: hidden;
}

.gioithieu-info .btn-xemthem.btn-hover-two:before {
  background: #111;
}

/* tieu chi */
.tieuchi-contain {
  margin-top: 30px;
}

.tieuchi {
  padding: 0 15px;
}

.tieuchi figure {
  margin: 0 auto 10px;
  width: 102px;
  height: 101px;
  background: url(../images/bg_tieuchi.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tieuchi figure img {
  animation: spinY infinite 5s linear;
}

.tieuchi h3 {
  text-align: center;
  font-family: bmedium;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #111111;
}

/* dich vu */
.dichvuHot--index {
  background: url(../images/bg_dichvu.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gutter-dichvuHot {
  --bs-gutter-x: 27px;
}

/* khong gian */
.khonggian-left {
  width: 50%; /* 600px/1200 */
  margin-top: 90px;
}

.khonggian-right {
  width: 38.3%; /* 460px/1200 */
}

.khonggian figure {
  border-radius: 20px;
  overflow: hidden;
}

.khonggian-item__1 {
  margin-top: 105px;
}

.khonggian-item__2 {
  position: absolute;
  top: 0;
  right: 0;
}

.khonggian--index {
  background: url(../images/bg_khonggian.png) no-repeat;
  background-size: cover;
  padding: 90px 0 85px;
}

.khonggian-left h3 {
  font-size: 32px;
  font-family: Ameyal;
  color: #111;
  position: absolute;
  top: 0;
  left: 0;
}

.khonggian-item__3 figure {
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}

.khonggian-right h3 {
  margin-bottom: 0;
  font-size: 32px;
  font-family: ameyal;
  color: #111;
  margin-top: 55px;
  text-align: end;
}

.hastag {
  margin-bottom: 0;
  font-size: 24px;
  font-family: bregular;
  position: absolute;
  bottom: 150px;
  left: calc(50% - 120px);
}

.name-company {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 120px;
  font-family: gbold;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-main);
  position: absolute;
  bottom: -45px;
  right: 50%;
  line-height: 1;
}

.khonggian-contain .title-main {
  position: absolute;
  top: 0;
  left: 0;
}

/* album */
.album--index:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    180deg,
    rgba(175, 127, 55, 0) 0%,
    rgba(175, 127, 55, 1) 100%
  );
  pointer-events: none;
  z-index: 10px;
}
.album-contain {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.album:last-child {
  margin-top: 20px;
}

.album-col:last-child .album {
  margin-top: 0;
}

.album-col:last-child {
  margin-top: 330px;
}

.album figure {
  border-radius: 10px;
}

.album-col:nth-child(5) {
  order: 2;
}

.album-col:nth-child(3) {
  order: 3;
}

.album-col:nth-child(4) {
  order: 4;
}

.album-col:nth-child(2),
.album-col:nth-child(3) {
  margin-top: 100px;
}

.album--index .img_des__1 {
  position: absolute;
  top: 75px;
  left: 0;
  width: 27.1%; /* 521px/1920 */
  z-index: 10;
  pointer-events: none;
}

.album--index .img_des__2 {
  position: absolute;
  bottom: 75px;
  right: 105px;
  width: 10.3%; /* 198px/1920 */
  z-index: 10;
  pointer-events: none;
}

.album--index {
  background: #faf7f2;
}

/* blog */
.blogHot--index {
  background: url(../images/bg_blog.png) no-repeat;
  background-size: cover;
}

.blogHot-right,
.blogHot-left {
  width: 28.7%; /* 345px/1200 */
}

.blogHot-mid {
  width: 37.5%; /* 450px/1200 */
}

.blogHot p {
  width: 65px;
  font-size: 96px;
  font-family: BRegular;
  color: var(--color-main);
}

.blogHot .blogHot-info {
  width: calc(100% - 65px);
}

.blogHot .blogHot-info h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: Gsemibold;
  margin-bottom: 0;
}

.blogHot .blogHot-info h3 a {
  color: #111;
  -webkit-line-clamp: 2;
}

.blogHot .blogHot-info span {
  font-size: 15px;
  font-family: Gregular;
  color: #333333;
  line-height: 24px;
  -webkit-line-clamp: 2;
}

.title-social{
  font-size: 16px;font-family: bbold;color: #111;margin: 15px 0 8px;text-align: center;
}

.worktime{
  font-size: 16px;font-family: gregular;text-align: center;color: #333;
}

.hotline-footer{
  font-size: 16px;font-family: bbold;color: #111;
}

.hotline-footer p{
  margin-top: 8px;margin-bottom: 0;line-height: 50px;color: #fff;width: 210px;text-align: center;font-size: 20px;font-family: bbold;background: var(--color-main);border-radius: 50px;
}

.hotline-footer p i{
  margin-right: 8px;
}