@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "SBold";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --color-main: #b86947;
  --color-hover: #ff0000;
  --color-title: #333333;
  --color-text: #333333;

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

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

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

.content-main img,
.content-main iframe {
  max-width: 100%;
}

.max-width,
.wrap-content {
  width: 100%;
  max-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: #f3f3f3;
}

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

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

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 30px;
  height: 30px;
  background: var(--color-main);
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  margin: 0px;
  border-radius: 50%;
}

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

.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,
.search-res .search-grid input:-moz-placeholder,
.search-res .search-grid input::-moz-placeholder,
.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

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

#hamburger {
  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: 12px 0;
}

/* Menu Mobile */
.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: #fc0;
  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;
}

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: var(--colorText-mmenu);
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid var(--colorText-mmenu);
  text-transform: capitalize;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile > ul > li:hover > a,
.menu-mobile > ul > li:hover > span {
  color: #fc0;
}
.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);
}
.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;
  padding: 5px 0;
}

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

.logo-res img {
}

.wrap-menu.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 5px 0 #3333336b;
}

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

.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%;
  max-width: 1015px;
}
.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 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: smedium;
  color: var(--color-title);
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 45px;
  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: 270px;
  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: 15px;
}
.menu ul li ul li a:hover {
  padding-left: 20px;
  color: var(--color-main);
}

.title-main h2,
.title-detail h1 {
  font-size: clamp(25px, 2vw, 30px);
  font-family: sbold;
  color: var(--color-main);
  text-transform: capitalize;
  margin-bottom: 0;
}
.title-detail h1.namecolor{
  color: #e74b3c;
}
.title-main h2 {
  padding-bottom: 35px;
  background: url(../images/des_title_main.png) no-repeat bottom center;
}

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

.title-main p {
  font-size: 16px;
  font-family: sregular;
  color: #35383b;
  margin: 12px 0 0;
}

.title-main span {
}

/*  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 */
#bg-footer {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
}
.title-footer {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: ssemibold;
  color: #333;
}
.info-footer .box-footer:nth-child(1) {
  width: 33.33%; /* 400px/1200 */
}
.info-footer .box-footer:nth-child(2) {
  width: 18.33%; /* 220px/1200 */
}
.info-footer .box-footer:nth-child(3) {
  width: 18.33%; /* 220px/1200 */
}
.info-footer .box-footer:nth-child(4) {
  width: 18.33%; /* 220px/1200 */
}

.footer-content {
  color: var(--color-title);
}

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

.footer-powered {
  padding: 12px 0px;
  background: #e0e1e3;
  color: #333;
}

.copyright {
  text-align: start;
}

.copyright span {
}

.statistic span {
  position: relative;
  padding: 0px 5px;
}

.statistic {
  text-align: end;
}

/* 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 */
.video-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-product:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 35px;
    background: url(../images/play.png);
    transform: translate(-50%, -50%) scale(.7);
    pointer-events: none;
}

.video-product {
    position: relative;
}

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

.grid-pro-detail .left-pro-detail {
  width: 50%;
}

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

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

.xemthem-detail i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.xemthem-detail.expanded i {
  transform: rotate(180deg);
}

.xemthem.xemthem-detail {
  margin: 20px auto 0;
  display: block;
  width: 150px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: capitalize;
}

.xemthem.xemthem-detail:hover {
  transition: 0.3s;
  letter-spacing: 1.3px;
}

/* 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%;
}

.contact-input .form-floating-cus > .form-control {
  padding: 0 0.75rem;
  line-height: 45px;
  border: 1px solid var(--color-main);
}

.contact-input .form-floating-cus > textarea.form-control {
  height: 100px;
}

.contact-input .form-floating-cus > label {
  display: none;
}

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

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #333;
}

.contact-button .btn-contact {
  width: 20%;
  border: 1px solid var(--color-main);
}

.contact-button .btn-contact:hover {
  background: var(--color-main);
  color: #fff;
}

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

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

.quantity-pro-detail {
  border: none;
  border-radius: 0px;
}
.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.quantity-pro-detail input {
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ddd;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  display: block;
  width: 45%;
  text-align: center;
  margin: 0 4px;
  line-height: 40px;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
  font-family: arial;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  border: 1px solid var(--color-main);
}
.cart-pro-detail a:hover {
  color: #fff;
}

/* 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 */

/* 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);
  }
}

/* policy footer */
.ul-list li {
  width: 100%;
}

.ul-list li h4 {
  font-size: 17px;
  margin-bottom: 5px;
  font-family: "SRegular";
  line-height: 1.5;
}

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

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

/* social footer */
.social-footer {
}

/* product */
.grid-product {
  --cols: 4;
  --gap: 24px;
}
.product {
  position: relative;
}
.product-pic {
  position: relative;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}
.product-info {
  position: relative;
  margin-top: 15px;
}
.product-info h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-family: ssemibold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}
.product-info h3 a:hover {
  color: var(--color-hover);
}
.product-info span {
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.product-info p {
  margin: 5px 0 0;
}
.product-info .price-new {
  font-size: 16px;
  font-family: var(--font-regular);
  color: var(--color-hover);
}
.product-info .price-old {
  font-size: 16px;
  font-family: var(--font--regular);
  margin-left: 7px;
  color: #333;
  text-decoration: line-through;
}

/* news default*/
.grid-news {
  --cols: 3;
  --gap: 20px;
}
.news {
  position: relative;
  border-radius: 16px;
  border: 1px solid #e0e1e3;
  overflow: hidden;
}
.news-pic {
  position: relative;
}
.news-info {
  position: relative;
  padding: 24px;
}
.news-info h3 {
  font-size: 18px;
  font-family: smedium;
  line-height: 26px;
  margin-bottom: 5px;
  height: 52px;
}
.news-info h3 a {
  color: #35383b;
  -webkit-line-clamp: 2;
}
.news-info h3 a:hover {
  color: var(--color-hover);
}
.news-info span {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  color: #62676c;
  height: 48px;
}
.news-info p {
  margin-bottom: 10px;
  color: #62676c;
}

.news-info p i {
  color: var(--color-main);
}

.xemthem-baiviet {
  display: inline-block;
  margin: 0;
  background: transparent;
  color: var(--color-main);
  font-size: 18px;
  font-family: "SMedium";
}

.xemthem-baiviet:hover {
  color: var(--color-hover);
}

/* news other */
.news-other {
  margin-bottom: 20px;
}
.news-other__pic {
  width: 45%;
}
.news-other__info {
  width: 55%;
  padding-left: 10px;
}
.news-other__info {
  font-size: 18px;
  font-family: arial;
  font-weight: 600;
  text-transform: capitalize;
}

.news-other__info a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}

.news-other__info a:hover {
  color: var(--color-main);
}

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

/* album */
.grid-album {
  --cols: 6;
  --gap: 24px;
}

/* newsletter */
.grid-newsletter {
  --cols: 3;
  --gap: 20px;
}

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

.newsletter-input input,
.newsletter-input textarea {
  border: unset;
  line-height: 48px;
  padding: 0;
  border-radius: 0;
  padding: 0 5px 0 12px;
}

.newsletter-input label {
  display: none;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
  box-shadow: unset;
  border: 0;
  outline-offset: unset;
}

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

.newsletter-button .btn {
  background: #663a28;
  font-size: 18px;
  padding: 0;
  line-height: 48px;
  border: 0;
  color: #fff;
  font-family: sregular;
  border-radius: 0;
  padding-right: 10px;
}

/* video */
.video-contain iframe {
  width: 100%;
}

/* GOOGLE TRANSLATE */
.skiptranslate.goog-te-gadget {
  height: 30px;
  width: 30px;
  overflow: hidden;
}

.goog-te-banner-frame,
iframe#\:1\.container,
.box_solang a.active,
.lang-v {
  display: none !important;
}

.skiptranslate {
  margin-bottom: -40px;
}

.ui-trans {
  background: var(--background-static);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.box-lang {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-translate {
  width: 100%;
  height: 30px;
}

#google_language_translator {
  clear: both;
  width: auto !important;
  text-align: right;
  display: none;
}

.box_changelang {
  position: relative;
  height: 42px;
  color: #fff;
  padding: 0px 10px;
  border: 1px solid #fff;
  border-radius: 7px;
  margin-left: 10px;
  min-width: 155px;
  font-size: 18px;
  font-family: smedium;
  border-radius: 42px;
  background: var(--color-main);
}

.box_changelang .lang_current {
  align-items: center;
  height: 42px;
  display: flex;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  justify-content: center;
}

.box_changelang .lang_current img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

.box_changelang .lang_txt {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.box_changelang .box_solang {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background: var(--color-main);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  display: none;
  z-index: 999;
}

.box_changelang .box_solang a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
  text-transform: capitalize;
}

.box_changelang .box_solang a:hover {
  padding-left: 10px;
}

.box_so {
  margin-left: 8px;
}

/* HEADER */
.head-slogan {
  line-height: 52px;
  font-size: 18px;
  font-family: smedium;
}

.head-slogan b{
  text-transform: uppercase;
  color: #f00;
}
.head-slogan span{
  color: #000;
}

.head-info {
  font-size: 18px;
  font-family: smedium;
  margin-right: 30px;
}

.head-info span {
  font-family: sbold;
}

.head-info svg {
  margin-right: 4px;
}

/* GIOI THIEU */
.gioiThieu--index {
  background: #f3f3f3;
}
.gioiThieu-pic {
  width: 49.17%; /* 590px/1200 */
}

.gioiThieu-info {
  width: 47.5%; /* 570px/1200 */
  padding-top: 60px;
}

.grid-gioiThieu {
  --cols: 2;
  --gap: 16px;
}

.gioiThieu-pic--1 {
  grid-row: span 2;
}

.gioiThieu-pic img {
  border-radius: 16px;
}

.gioiThieu-info > p {
  font-size: 24px;
  font-family: smedium;
  color: var(--color-text);
  margin-bottom: 4px;
}

.gioiThieu-info > h2 {
  font-size: 36px;
  font-family: sbold;
  text-transform: capitalize;
  color: #e74b3c;
  margin-bottom: 10px;
}

.hosonangluc-box p {
  max-width: 270px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: ssemibold;
  color: var(--color-main);
  text-align: center;
}

.hosonangluc-box {
  margin-top: 60px;
}

.xemthem--hosonangluc {
  background: transparent;
  border-radius: 12px;
  line-height: 54px;
  width: 250px;
  border: 1px solid var(--color-main);
  font-size: 18px;
  font-family: smedium;
  color: var(--color-main);
  margin: unset;
}

/* PRODUCT LIST */
.gutter-productList {
  --bs-gutter-x: 36px;
}

.productList-name {
  line-height: 40px;
  border-radius: 12px;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
  font-family: ssemibold;
  text-transform: capitalize;
  margin-top: 15px;
  border: 1px solid #eddad1;
  width: 100%;
}

.productList-name a {
  color: var(--color-title);
  -webkit-line-clamp: 1;
}

.productList-name:hover {
  background: var(--color-main);
  border-color: var(--color-main);
}
.productList-name:hover a {
  color: #fff;
}

.tabs-entity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.tabs-entity h2 {
  width: 40%;
  font-size: 26px;
  font-family: "SBold";
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
}

.tabs-entity h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}

.tabs-entity h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: var(--color-main);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.tabs-entity .paging-product-cat {
  margin-top: 24px;
  width: 100%;
}

.tabs-entity .title-cat-main {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0 -6px;
}

.tabs-entity .title-cat-main span {
  line-height: 42px;
  min-width: 130px;
  border: 1px solid #eddad1;
  padding: 0 5px;
  display: inline-block;
  border-radius: 12px;
  margin: 0 6px 12px;
  text-align: center;
  font-size: 16px;
  font-family: "SMedium";
  text-transform: capitalize;
  color: var(--color-title);
  cursor: pointer;
}

.tabs-entity .title-cat-main span:hover,
.tabs-entity .title-cat-main span.active {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

.xemthem-prolist {
  color: #fff;
  max-width: 165px;
  border-radius: 12px;
  font-size: 18px;
  font-family: "SMedium";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
}

.xemthem-prolist:hover {
  color: #fc0;
}

.xemthem-prolist:hover i {
  border-color: #fc0;
}

.xemthem-prolist i {
  margin-left: 8px;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  border: 1px solid #fff;
  font-size: 10px;
  border-radius: 50%;
}

.productList--index {
  background: #f3f3f3;
}

/* TIN TUC HOT */
.gutter-tinTucHot {
  --bs-gutter-x: 24px;
}

/* DTKH */
.DTKH {
  padding: 5px 8px;
  border: 1px solid #e0e1e2;
  border-radius: 12px;
}

/* FORM */
.form--index {
  max-width: 1756px;
  margin: 0 auto;
  min-height: 467px;
  background: url(../images/bg_form.png) no-repeat;
  background-size: cover;
  border-radius: 40px;
}

.form-contain {
  width: 100%;
  max-width: 460px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 1200px) / 2);
}

.title-form h2 {
  font-size: 32px;
  font-family: "SBold";
  color: var(--color-main);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.title-form span {
  font-size: 16px;
  font-family: "SRegular";
  line-height: 1.4;
  margin-bottom: 35px;
  display: block;
  color: var(--color-title);
}

.newsletter-form {
  display: flex;
  border: 1px solid #e3c4b7;
  border-radius: 12px;
  overflow: hidden;
}

.newsletter-input {
  width: calc(100% - 90px);
}

.newsletter-button {
  width: 90px;
}

.newsletter-button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
}

/* FOOTER */
.desc-footer {
  width: 50%;
  font-size: 17px;
  font-family: sregular;
  font-style: italic;
  line-height: 1.5;
  color: #333;
}

.footer-top {
  margin-bottom: 50px;
}

/* PRO DETAIL */
.btn-baogia {
  background: var(--color-hover);
  line-height: 54px;
  padding: 0;
  border-radius: 8px;
  font-size: 20px;
  font-family: "SSemiBold";
  color: #fff;
  margin-bottom: 10px;
  border: 0;
}

.btn-baogia:hover {
  color: #fc0;
}

.btn-lienlac {
  width: calc(50% - 5px);
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  border-radius: 8px;
  font-family: "SMedium";
  border: 1px solid;
}

.btn-lienlac--2 {
    color: var(--color-main);
    border: 1px solid var(--color-main);
}

.btn-lienlac--1 {
  background: var(--color-main);
  color: #fff;
}

.btn-lienlac--1:hover {
    border-color: var(--color-main);
    background: #fff;
    color: var(--color-main);
}

.btn-lienlac--2:hover {
    background: var(--color-main);
    color: #fff;
}

/* MODAL */
.modal-title {
  font-size: 20px;
  font-family: "SBold";
  text-align: center;
  color: var(--color-main);
  width: 100%;
}

.modal-header {
  border: 0;
  padding-bottom: 8px;
}

.pro-detail-info-form {
  text-align: center;
}

.pro-detail-info-form h2 {
  font-size: 16px;
  font-family: "SBold";
  color: var(--color-title);
  text-transform: capitalize;
}

.pro-detail-info-form p {
  font-size: 16px;
  font-family: "ssemibold";
  color: var(--color-hover);
}

.newsletter-index input,
.newsletter-index textarea {
  border: 1px solid #d4d2d2;
  line-height: 40px;
  padding: 0 5px 0 12px;
  border-radius: 5px;
}

.newsletter-index textarea {
  line-height: normal;
  padding-top: 12px;
  height: 100px;
}

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

.newsletter-button--popup input {
  line-height: 45px;
  background: var(--color-main);
  border-radius: 5px;
  border: 0;
  font-size: 17px;
  font-family: "SSemiBold";
  color: #fff;
}

.newsletter-button--popup input:hover {
  color: #fc0;
}

.newsletter-index input:focus {
  border: 1px solid #d4d2d2;
}

/* PRODUCT ANIMATION */
.product-animation {
  overflow: hidden;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 9;
  pointer-events: none;
}

.product-animation img {
    transform: scale(.8);
}

.product-animation figure {
  display: inline-block;
  white-space: nowrap;
  animation: moveRightToLeft 15s linear infinite;
}

@keyframes moveRightToLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
.name-company.title-footer{
  color: #e74b3c;
}