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

:root {
  --color-main: #f0b01b;
  --color-sub: #ae0005;
  --color-text: #333;

  /* font */
  --font-title: KK7CubanoNormal;

  --font-iciel: iCielBCRostrumRegular;
  --font-k7: KK7CubanoNormal;
  --font-rbregular: RobotoMonoRegular;
  --font-rsbold: RobotoSlabBold;
  --font-rssemibold: RobotoSlabSemiBold;
  --font-utm: UTMArrubaKT;
}

body {
  font-size: 14px;
}

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

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

.p-relative {
  position: relative;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/*   Header   */
.header {
  background: url(../images/bg_header.png) no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.header-right {
  width: 37.5%; /* 450px/1200 */
}

.header p {
  font-size: 15px;
  font-family: var(--font-rssemibold);
  color: var(--color-text);
  padding-left: 65px;
  position: relative;
}

.header p i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

.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: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

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

/* Search */
.search {
  width: 100%;
  max-width: 400px;
  background: #fff;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 10px;
}

.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}

.search input::placeholder {
  color: #333;
}

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

.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/* Search Responsive */
.search-res {
  position: relative;
  margin-left: 15px;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--color-sub);
  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::-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;
}

/* Menu */

.menu-res {
  display: none;
}

#hamburger {
  width: 35px;
  height: 23px;
  position: relative;
}

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

.menu {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.menu .wrap-content {
  position: relative;
}

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

.menu ul.ulmn {
  max-width: 500px;
  margin: 0 -30px;
}

.menu ul.ulmn > li {
  padding: 0 30px;
}

.menu ul li {
  position: relative;
  z-index: 99;
  transition: 0.3s;
}

.menu ul.ulmn > li {
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}

.menu ul li a {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  font-family: var(--font-rsbold);
}

.menu ul li a img {
  vertical-align: middle;
}

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

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  right: 0;
  top: calc(100% + 8px);
  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;
  line-height: 20px;
  text-align: left;
  font-family: var(--font-medium);
  text-transform: capitalize;
  color: #111;
}

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

.menu ul li ul li a:before {
}

.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.menu ul li ul li:hover {
  padding-left: 10px;
}

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

/*   btn owl */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

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

.title-main p {
    margin-bottom: 0;
    font-size: 22px;
}

.title-main h2,
.title-detail h1 {
  color: var(--color-main);
  font-family: var(--font-rssemibold);
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 0;
}

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

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

.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-family: var(--font-sbold);
  transition: 0.4s;
}

.box-readmore ul li ul li a {
  font-family: var(--font-regular);
}

.box-readmore ul li a:hover {
  color: var(--color-main) !important;
  padding-left: 8px;
}

.box-readmore ul li a:hover {
  color: #767676;
}

/* Footer */
.footer {
}
.footer-article {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
}
.footer-powered {
  padding: 10px;
  background: var(--color-sub);
}
.copyright {
  color: #fff;
}

.copyright span {
    text-transform: uppercase;
}

.footer-title {
  font-size: 18px;
}
.footer-info {
  color: #fff;
}

.footer-news .ul-list li {
  margin-bottom: 10px;
}
.footer-news .ul-list li h4 {
  font-size: 14px;
}
.footer-news .ul-list li h4 a {
  color: #fff;
}

.d-map iframe {
  width: 100%;
  height: 400px;
}

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

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

.cart-product {
  margin: 5px 0 0 0px;
}

.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}

.cart-add:hover {
  background-color: #fed402;
}

.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}

.cart-buy:hover {
  background-color: #fed402;
}

.grid-pro-detail .left-pro-detail {
  width: 50%;
  border-right: 1px solid #cdd9b3;
}

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

.detail-product {
  display: flex;
  justify-content: space-between;
}

.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
  width: 57%;
}

.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}

.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.detail-product .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.attr-content-pro-detail {
  margin-left: 10px;
}

.attr-label-pro-detail {
}

.left-pro-detail > div {
  text-align: center;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background: #eee;
  margin: 0 5px 5px 0;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  background: var(--color-main);
  color: #fff;
}

.attr-pro-detail li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.tabs-pro-detail .nav-tabs {
  border-color: #cdd9b3;
}

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

.breadCrumbs ol {
  margin: 0px;
}

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

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

.breadCrumbs ol .breadcrumb-item.active {
  color: var(--color-social);
  font-family: var(--font-medium);
  transition: 0.4s;
}

/* paging */
.pagination {
  margin: 20px 0px;
}

.pagination li a {
  cursor: pointer;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 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;
}

/* css  HuynhPhuc*/

.w-menu {
  position: relative;
  z-index: 9;
  background: var(--color-sub);
}

li.menu-line {
}

.w-menu.fix_head {
  position: fixed !important;
  width: 100%;
  background: #333;
  top: 0;
}

/* product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/* product */
.product {
}
.product figure a {
  aspect-ratio: 370/370;
  background-image: url(../images/mask_product.png);
  background-size: cover;
  -webkit-mask-image: url(../images/mask_product.png);
  mask-image: url(../images/mask_product.png);
  mask-size: cover;
  -webkit-mask-size: cover;
}
.product-info h3 {
  font-size: 18px;
  font-family: var(--font-rsbold);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.product-info h3 a {
  color: var(--color-text);
  -webkit-line-clamp: 1;
}
.product-info h3 a:hover {
  color: var(--color-sub);
}
.product-info {
  margin-top: 30px;
  padding: 0 10px;
  text-align: center;
}

.product .price-new {
  font-size: 24px;
  font-family: var(--font-k7);
  color: var(--color-sub);
}

/* news */
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/* news */
.news {
  padding: 25px 28px 25px 25px;
  background: url(../images/bg_tintuc.png) no-repeat;
  background-size: 100% 100%;
}
.news figure {
}
.news figure a {
}
.news-info h3 {
  font-size: 18px;
  font-family: "RobotoSlabSemiBold";
}

.news-info {
  margin-top: 25px;
  text-align: center;
}
.news-info h3 a {
  color: var(--color-sub);
}
.news-info h3 a:hover {
}
.news-info span {
}
.news-info p {
}
.news .price-new {
}
.news .price-old {
}
.news .price-per {
}

/* my css */
.logo-header {
  background: #ff9000;
  border-radius: 50%;
}
.logo-header--top {
  top: 10px;
}

/* gioi thieu */
.gioithieu--index {
  background: url(../images/bg_gioithieu.png) no-repeat;
  background-size: cover;
}
.gioithieu--index::after {
  content: "";
  position: absolute;
  top: 0px;
  left: calc((100% - 1200px) / 2);
  width: 280px;
  height: 319px;
  background: url(../images/gioithieu_des_1.png);
}
.gioithieu-img1 {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 1;
}

.gioithieu-img2 {
  margin-left: 335px;
  margin-bottom: 200px;
  padding: 10px;
  background: #f4e4c3;
  max-width: 450px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  z-index: 2;
}

.gioithieu-img3 {
  padding: 10px;
  background: #f4e4c3;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 3;
}

.gioithieu-info {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.gioithieu-info--left p {
  font-size: 24px;
  font-family: var(--font-iciel);
  color: var(--color-text);
  margin-bottom: 0;
}

.gioithieu-info--left span {
  font-size: 48px;
  font-family: var(--font-k7);
  line-height: 58px;
  color: var(--color-main);
  text-shadow: 0px 0 0 #740400, 0px 0 0 #740400, 0 0px 0 #740400,
    0 0px 0 #740400, 0px 0px 0px #740400, 0px 0px 0px #740400,
    0px 0px 0px #740400, 1px 1px 0px #740400, -1px -1px 0px #740400,
    4px 4px 0px #740400;
  letter-spacing: 1px;
}

.gioithieu-info--left h2 {
  font-size: 96px;
  font-family: var(--font-utm);
  color: var(--color-sub);
}

.gioithieu-info--left {
  width: 100%;
  max-width: 270px;
}

.gioithieu-info--right {
  width: 100%;
  max-width: 365px;
}

.gioithieu-info--right span {
  -webkit-line-clamp: 8;
  color: #5c5c5c;
  font-family: var(--font-rbregular);
  line-height: 24px;
}

.gioithieu-info--left .slogan-gioithieu {
  font-size: 40px;
  font-family: "iCielBCRostrumRegular";
  line-height: 60px;
  margin-bottom: 0;
  color: var(--color-sub);
  writing-mode: tb-rl;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.line {
  width: 100%;
  height: 76px;
  background: url(../images/des_title_main_index.png) no-repeat;
  background-size: cover;
  margin-bottom: 75px;
}

/* product album */
  .index-mobile{display: none}

.product-album--index {
  background: url(../images/bg_product_album.png) no-repeat;
  background-size: cover;
}

.title-index {
  width: 386px;
  background: url(../images/bg_title_main_index.png) no-repeat center center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.title-index h2 {
  font-size: 48px;
  font-family: var(--font-k7);
  color: var(--color-main);
  margin-bottom: 0;
  padding: 60px 0 25px;
  text-align: center;
}

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

.productHot--index {
  padding-bottom: 60px;
}

/* album */
.item-thuvien-1,
.item-thuvien-2,
.item-thuvien-3 {
  margin-right: 20px;
}

.item-thuvien-1 {
  margin-top: 150px;
  margin-left: 30px;
}

.item-thuvien-3 {
  margin-top: 145px;
}

.item-thuvien-4 {
  position: absolute;
  left: 0;
  top: 370px;
}

.item-thuvien-5 {
  position: absolute;
  left: 230px;
  top: 375px;
}

.item-thuvien-6 {
  position: absolute;
  right: 265px;
  top: 545px;
}

.item-thuvien-7 {
  position: absolute;
  right: 0;
  top: 545px;
}

.album-contain {
  min-height: 890px;
}

.title-album h2 {
  font-size: 64px;
  font-family: "KK7CubanoNormal";
  color: var(--color-sub);
  text-shadow: 4px 4px 0px var(--color-main);
}

.title-album {
  position: absolute;
  top: 20px;
  right: 260px;
}

.slogan-album {
  margin-bottom: 0;
  font-size: 36px;
  font-family: "iCielBCRostrumRegular";
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 60px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

.album--index::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 554px;
  height: 278px;
  background: url(../images/des_main.png);
}

.album--index {
  padding-bottom: 105px;
}

/* video */
.video--index {
  margin-top: 100px;
}

.video-contain {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.video-contain:after {
  content: "";
  position: absolute;
  width: 827px;
  height: 740px;
  top: -30px;
  left: -30px;
  border: 8px solid var(--color-main);
  pointer-events: none;
}

.item-video img {
  max-height: 680px;
  object-fit: cover;
}

.item-video {
  display: block;
  position: relative;
}

.item-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../images/img8.png);
  pointer-events: none;
}

.title-video {
  font-size: 48px;
  font-family: "KK7CubanoNormal";
  color: var(--color-sub);
  position: absolute;
  bottom: 200px;
  left: 0;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
.slogan-video {
  font-size: 40px;
  font-family: "iCielBCRostrumRegular";
  color: var(--color-sub);
  position: absolute;
  bottom: 100px;
  right: 0;
  writing-mode: tb-rl;
  height: 100%;
  transform: rotate(180deg);
}

.video--index {
  padding-bottom: 100px;
}

/* footer */
.footer-name {
  font-size: 30px;
  font-family: var(--font-k7);
  color: #efd212;
  text-shadow: 3px 0 0 #79410f, 3px 0 0 #79410f, 0 -3px 0 #79410f,
    0 3px 0 #79410f, -3px 3px 0px #79410f, -3px 0px 0px #79410f,
    0px 3px 0px #79410f, 3px 3px 0px #79410f, -3px -3px 0px #79410f,
    3px -3px 0px #79410f;
}

.footer-name span {
  font-size: 72px;
  font-family: var(--font-utm);
  color: var(--color-sub);
  margin-left: 10px;
  display: inline-block;
  text-shadow: 3px 0 0 #f0b01b, 3px 0 0 #f0b01b, 0 -3px 0 #f0b01b,
    0 3px 0 #f0b01b, -3px 3px 0px #f0b01b, -3px 0px 0px #f0b01b,
    0px 3px 0px #f0b01b, 3px 3px 0px #f0b01b, -3px -3px 0px #f0b01b,
    3px -3px 0px #f0b01b, 6px 6px #79410f;
}

.footer-news:nth-child(1) {
  width: 100%;
  max-width: 40%;
}
.footer-news:nth-child(2) {
  width: 100%;
  max-width: 30%;
  text-align: center;
}

.footer-news:nth-child(2) h3 {
  font-size: 15px;
  font-family: var(--font-rsregular);
  color: var(--color-text);
  margin: 10px 0 15px;
}
.footer-news:nth-child(3) {
  width: 100%;
  max-width: 360px;
}
.title-fanpage {
  background: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  font-family: var(--font-rsbold);
  text-transform: uppercase;
  padding: 6px 0;
  border-radius: 15px 15px 0 0;
  border: 2px solid #fe9d00;
  border-bottom: 0;
  margin-bottom: 0;
}

.title-fanpage i {
  color: #fe9d00;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fe9d00;
  border-radius: 50%;
  margin-right: 5px;
}

.d-fanpage {
  text-align: center;
  background: #fff;
  padding: 0 0 15px;
  border: 2px solid #fe9d00;
  border-top: 0;
  border-radius: 0 0 15px 15px;
}

.d-fanpage iframe {
  border-radius: 15px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blinking-image {
  animation: blink 2s infinite; /* Hiệu ứng nhấp nháy mỗi giây */
}

.xemthem-gioithieu {
    line-height: 35px;
    margin-top: 15px;
    border: 1px solid var(--color-sub);
    display: block;
    width: 100px;
    color: var(--color-sub);
    font-family: 'RobotoMonoRegular';
    margin-right: 0;
    margin-left: auto;
    text-align: center;
}
.xemthem-gioithieu.btn-hover-two:before{
  background: var(--color-sub);
}

ul.app-footer {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 99;
}

ul.app-footer li {
    margin-bottom: 10px;
}