@font-face {
  font-family: 'mm';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ps';
  src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'rr';
  src: url('../fonts/RobotoRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* *,
*::before,
*::after {
  outline: 1px solid lime !important;
} */

html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #1C1A19;
  --color-hover: #DFB14B;
  --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;
  /* min-width: 1366px;
  margin: 0 auto; */
}

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 */
.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: #1C1A19;
  padding-bottom: 0px;
}

.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 */
.wrap-slide {
  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;
}

.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::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50px;
  right: -20px;
  display: none;
}

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

.menu .ulmn>li>a:hover {
  color: black;
  transition: 0.4s;
  background: url(../images/img2.png) no-repeat top center;
  background-size: 100% 100%;
}

.menu .ulmn>li:hover {
  color: var(--color-hover) !important;
}

.menu .ulmn>li .active {
  border-color: #ffca00;
  color: var(--color-hover);
}

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

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

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

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

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

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

.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;
  text-transform: capitalize;
}

.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: #1C1A19;
  padding: 0px 0px;
}

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

#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 {
  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: 334px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(224, 8, 20, 0.18);
  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: 50px;
  width: 66px;
  background-color: #e30613;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

/* Mmenu */
.menu-res {
  display: none;
  position: relative;
  background: var(--color-main);
  z-index: 100;
}

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

.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  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 */
.product-quick-view {
  cursor: pointer;
  text-align: center;
}

.product-quick-view:hover {
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
}

.product-quick-view svg {
  margin-right: 5px;
}

.product-quick-view span {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}

.title-detail h1 {
  font-family: ps;
  text-transform: uppercase;
  color: var(--color-main);
}

.name-product {
  text-align: center;
  font-family: 'mm';
}

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

.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 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;
}

.grid-product .product .pic-product {
  border: 1px solid #ddd;
}

.right-pro-detail .title-pro-detail {
  font-family: "mr";
  font-size: 30px;
  color: var(--color-main);
  text-transform: uppercase;
}

.baonoidung.chitietsanpham .info_nd {
  position: relative;
  overflow: hidden;
}

.baonoidung.chitietsanpham button {
  transition: all 0.3s ease;
}

.baonoidung.chitietsanpham button:hover {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  color: white !important;
}

.cursor-pointer p {
  font-family: "msb";
  font-size: 30px;
  color: var(--color-main);
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}

/* product detail */
.title-main span {
  margin-top: 10px;
  font-weight: bold;
  font-size: 30px;
  color: var(--color-main);
}

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

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

.grid-pro-detail .right-pro-detail {
  width: calc((100% - 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;
}

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

.footer-article {
  background: url(../images/bg_footer.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0px 30px;
  position: relative;
}

.footer-article .footer-news:nth-child(1) {
  width: 30%;
}

.footer-article .footer-news:nth-child(2) {
  width: 16%;
}

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

.footer-article .footer-news:nth-child(3) {
  width: 21%;
}

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

.footer-article .footer-news .social-header {
  margin-top: 30px;
  list-style: none;
  justify-content: center;
}

.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-footer {
  font-family: "msb";
  font-size: 16px;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

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

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

.footer-powered {
  background: var(--color-hover);
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.footer-powered .thongketruycap {
  color: white;
  font-size: 15px;
}

.all_box_news_index {
  background: white;
  border-radius: 20px;
}

#1C1A19 .box_news_index {
  padding: 0 12px;
}

.slick-news {
  margin: 0 -12px;
}

.info-tt {}

.all_txt_news_index {
  padding: 20px 15px 15px;
}

.color_news_index {
  background: var(--color-hover);
  padding: 3px 5px;
  border-radius: 5px;
  font-family: 'mm';
  font-size: 13px;
  color: white;
  text-transform: capitalize;
}

.flex_news_info {
  gap: 13px;
  font-family: "mr";
  margin-bottom: 15px;
}

.all_txt_news_index .name-tt {
  font-family: "mm";
  font-size: 15px;
  min-height: 36px;
}

.desc_news {
  font-family: "mr";
  margin-bottom: 10px;
}

.img_news_index .scale-img {
  border-radius: 20px 20px 0px 0px;
}

.pd_12 {
  padding: 0 12px;
}

.mg_12 {
  margin: 0 12px;
}

.btn_more_view_news {
  border-top: 1px solid #e3e3e3;
  padding-top: 12px;
}

.btn_more_view_news a {
  font-family: "mm";
  font-size: 15px;
  text-transform: capitalize;
  color: var(--color-hover);
}

.tieude {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 10px 0;
  position: relative;
  color: #fff;
  background-color: #033c8e;
  text-align: center;
  font-family: 'msb';
}

.danhmuc ul li {
  position: relative;
}

.danhmuc ul li a {
  color: #252a2b;
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul li:last-child a {
  border-bottom: none;
}

.danhmuc ul li a:hover,
.danhmuc ul li:hover>a,
.danhmuc ul li.has-submenu.opened>a {
  color: #0066ac;
}

.danhmuc>ul>li.has-submenu>a {
  text-transform: capitalize;
}

.danhmuc ul>li.has-submenu>a.acap {
  padding-right: 30px;
}

.danhmuc ul>li.has-submenu>ul li {
  padding-left: 10px;
}

.danhmuc ul>li>a,
.danhmuc ul>li>a {
  padding: 10px 0 8px 0;
  font-size: 14px;
  font-family: 'mm';
}

.danhmuc ul li ul {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul>li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
  margin: auto;
  border: 1px solid transparent;
  z-index: 5;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.danhmuc ul>li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #e7e7e7;
}

li.has-submenu.opened>.icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
}

.danhmuc {
  padding: 0 10px 0px 10px;
}


.danhmuc.danhmuc1 ul {
  padding-left: 0px;
  list-style: none;
}

.danhmucct {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.right_menu {
  width: 90%;
}

.wrap_criteria {
  background: url(../images/bg_pro.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 60px;
}

.wrap_tieuchi_top {
  position: relative;
  background: black;
  padding: 60px;
  border-radius: 20px;
  margin-top: -40px;
  overflow: hidden;
}

.title_criteria {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.title_criteria h2 {
  font-family: ps;
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: rgb(246, 244, 141);
  background: linear-gradient(90deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tieuchi-item {
  padding: 60px 60px 20px 60px;
  border-radius: 50px;
  border: 1px solid #F6F48D;
}

.tieuchi-title {
  font-family: mb;
  font-size: 16px;
  color: white;
}

.img-item {
  margin-bottom: 20px;
}

.wrap_tieuchi_top::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  background: url(../images/bg_tieuchi.png) no-repeat top center;
  background-size: 100% 100%;
  width: 1200px;
  height: 100%;
}

.button_phongcach_for {
  color: white;
}

.list_phongcach_for {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.button_phongcach_for {
  text-align: center;
  background: #75635A;
  font-family: 'msb';
  font-size: 16px;
  padding: 15px;
  border-radius: 20px;
  cursor: pointer;
}

.pd_10 {
  padding: 0 10px;
}

.mg_10 {
  margin: 0 -10px;
}

.slick-slide.slick-current.slick-active .button_phongcach_for,
.button_phongcach_for:hover {
  background: rgb(246, 244, 141);
  background: linear-gradient(180deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
  color: black;
  transition: 0.4s;
}

.wrap_phongcachbottom {
  margin-top: 60px;
}

.productList-index {
  background: url(../images/bg_pro2.png) no-repeat top center;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
}

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

.title-main h2 {
  display: inline-block;
  position: relative;
  font-family: ps;
  font-size: 30px;
  line-height: 55px;
  padding: 0px 31px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: rgb(246, 244, 141);
  background: linear-gradient(90deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.name-product a {
  font-size: 16px;
  color: white;
}

.pic-product {
  margin-bottom: 19px;
}

.btn_lienhe {
  margin: 0 auto;
  color: white;
  display: block;
  text-align: center;
  font-family: 'mm';
  text-transform: uppercase;
  color: var(--color-hover);
}

.row_pro_index .product {
  margin-bottom: 30px;
}

.btn_lienhe:hover {
  color: white;
}

.list-hot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.list-hot a {
  font-family: 'mm';
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  margin-right: 60px;
  margin-bottom: 25px;
}

.list-hot a.active,
.list-hot a:hover {
  color: var(--color-hover);
  transition: 0.4s;
}

.list-hot2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 60px;
  flex-wrap: wrap;
}

.list-hot2 a {
  font-family: 'mm';
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.list-hot2 a:before {
  position: absolute;
  content: '';
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: white;
  margin: auto;
}

.list-hot2 a:last-child:before {
  display: none;
}

.list-hot2 a.active,
.list-hot2 a:hover {
  color: var(--color-hover);
  transition: 0.4s;
}

.wrap_doingu {
  background: #302B25;
  padding: 95px 0px 140px;
  position: relative;
  overflow: hidden;
}

.title-main h2:before {
  position: absolute;
  content: '';
  background: url(../images/after_title.png) no-repeat top center;
  background-size: 100% 100%;
  width: 15px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.title-main h2::after {
  position: absolute;
  content: '';
  background: url(../images/after_title.png) no-repeat top center;
  background-size: 100% 100%;
  width: 15px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.all_box_doingu {
  background: #000000ba;
  padding: 50px 150px 50px 50px;
  border-radius: 0px;
  z-index: 3;
  position: relative;
}

.name_doingu {
  color: white;
  font-family: 'mm';
  font-size: 16px;
  position: relative;
  padding-left: 50px;
  min-height: 48px;
}

.box_doingu {
  margin-bottom: 24px;
  position: relative;
}

.name_doingu:before {
  position: relative;
}

.name_doingu:before {
  position: absolute;
  content: '';
  left: 0;
  width: 34px;
  height: 34px;
  background: rgb(246, 244, 141);
  background: linear-gradient(90deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
  border-radius: 50px;
}

.row_doingu {
  align-items: center;
}

.banner_index {
  position: absolute;
  top: 0;
  right: 0;
  width: 658px;
}

.wrap_contact {
  padding: 80px 0px;
  background: #302B25;
  position: relative;
  z-index: 1;
}

.all_form_contact {
  background: black;
  padding: 40px;
  width: 870px;
  margin: 0 auto;
  border-radius: 20px;
}

.wrap_contact::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/bg_contact.png) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  height: 407px;
  z-index: -1;
}

.newsletter-input input {
  height: 40px;
  border-radius: 10px;
  border: unset;
  margin-bottom: 10px !important;
}

.pd_4 {
  padding: 0 5px;
}

.mg_4 {
  margin: 0 -5px;
}

.newsletter-input textarea {
  height: 103px;
  border-radius: 10px;
  margin-bottom: 25px !important;
}

.btn_send_newsletter {
  background: rgb(246, 244, 141);
  background: linear-gradient(180deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
  border: unset;
  font-family: 'mb';
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 35px;
  color: black;
  border-radius: 10px;
  margin: 0 auto;
}

.newsletter-button {
  text-align: center;
}

.wrap_contact:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: -30px;
  width: 1px;
  height: 75px;
  margin: 0 auto;
  text-align: center;
  background: rgb(246, 244, 141);
  background: linear-gradient(180deg, rgba(246, 244, 141, 1) 0%, rgba(215, 153, 52, 1) 100%);
}

.box_title_footer {
  display: flex;
  align-items: center;
  gap: 12px;
}


.all_txt_footer {
  font-family: mr;
  color: white;
}


.footer-article .footer-news:nth-child(1) .img_info_footer {
  width: 42%;
}

.color2 {
  color: black !important;
}

.color_marquee {
  color: white;
  font-family: 'mr';
}

.slogan {
  font-family: 'mm';
  color: white;
  font-size: 16px;
  width: 420px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.list-hot a:before {
  position: absolute;
  content: '';
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: white;
  margin: auto;
}

.list-hot a:last-child:before {
  display: none;
}

.copyright {
  font-family: rr;
  color: white;
  font-size: 16px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.copyright:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 153, 52, 0.10) 1.13%, #D79934 51.59%, rgba(215, 153, 52, 0.00) 100%);
}

.logo_mmenu img {
  width: 65px !important;
}

.logo-footer {
  margin-bottom: 80px;
}

.footer-article:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 1px;
  height: 76px;
  background: #ffca00;
  top: -38px;
  margin: 0 auto;
}

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

.img_info_footer img {
  width: 85px !important;
  height: 85px;
}

.gd_pc {
  display: block;
}

.gd_mb {
  display: none;
}

.w-prolist a {
  text-align: center !important;
}

.list-hot.w-prolist {
  display: block !important;
  width: 300px !important;
  margin: 0 auto;
  margin-bottom: 30px;
}