:root {
  --color-main: #fdc547;
  --color-social: ##c38907;
  --color-hover: ##c38907;
  --color-text: #fdc547;
  --m1: #f8a509;
  --m2: #d9150d;
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: block;
  src: url(../fonts/BeVietnamPro-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: block;
  src: url(../fonts/BeVietnamPro-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: block;
  src: url(../fonts/BeVietnamPro-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: block;
  src: url(../fonts/BeVietnamPro-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Prompt";
  font-display: block;
  src: url(../fonts/Prompt-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Prompt";
  font-display: block;
  src: url(../fonts/Prompt-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Prompt";
  font-display: block;
  src: url(../fonts/Prompt-Regular.ttf);
  font-weight: 400;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
.w-clear::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}
body {
  font-size: 14px;
  font-family: "BeVietnamPro" !important;
  overflow-x: hidden;
}
.max-width {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.social-plugin {
  display: flex;
  margin-top: 10px;
}
/* Scale IMG - Hiệu ứng tráng gương */
.scale-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover > img,
.scale-img:hover img:first-child {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.scale-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 10;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.scale-img:hover:before {
  transition: 1s;
  left: 130%;
}
.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.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 {
  width: 100%;
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 23px 0px;
}
.header .wrap-content {
  padding: 5px 0;
}
.left_header {
  width: 38%;
}
.right_header {
  width: 38%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.banner-header {
  display: block;
}
.sdt {
  color: #333 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: url(../images/hotline.png) no-repeat left center;
  padding: 5px 0px;
  padding-left: 60px;
  transition: transform 0.3s ease;
}
.right_header .sdt {
  position: relative;
  background: none;
}
.right_header .sdt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 50px;
  background: url(../images/hotline.png) no-repeat center;
  transform-origin: center center;
  animation: shakeHotlineIcon 2s ease-in-out infinite;
}
.right_header .sdt:hover::before {
  animation-duration: 0.8s;
}
.sdt p {
  color: var(--Nhn, #2e2312);
  font-family: Prompt;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.right_header .sdt p {
  transform-origin: left center;
  animation: blinkHeaderPhone 1.5s ease-in-out infinite;
}
.right_header .sdt:hover p {
  animation-duration: 0.75s;
}

@keyframes blinkHeaderPhone {
  0%,
  100% {
    color: #d9150d;
    text-shadow: 0 0 8px rgba(217, 21, 13, 0.4);
    transform: scale(1);
  }
  50% {
    color: #f8a509;
    text-shadow: 0 0 12px rgba(248, 165, 9, 0.7);
    transform: scale(1.04);
  }
}
.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;
}
.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.line-head {
  background-color: #72b2fd;
  height: 32px;
  width: 1px;
}
.menu-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.menu-fix .logo-header {
  display: none;
}
/* slideshow */
.slideshow {
  position: relative;
}
/* Search */
.search {
  border-bottom: #000 solid 1px;
  max-width: 225px;
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
  padding: 0px 10px;
  background: transparent;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search p {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.search p i {
  font-weight: bold;
  color: #999;
}
.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}
/* Menu */
#menu {
  display: none;
}
#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #000;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.menu-head-left {
  position: relative;
}
.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}
.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}
.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}
.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}
.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}
.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}
.menu-product-list ul li a:hover {
  color: #f00;
}
.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  background: var(--color-main);
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu-ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.menu.menu-fix {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul.ulmn > li {
}
.menu ul li.line {
  width: 5px;
  height: 5px;
  background-color: #aaa;
  border-radius: 50%;
  flex: none;
}
.menu ul li a {
  color: #2e2312;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.menu-list a:before {
  content: "";
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
  color: var(--m2);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  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;
  background: #fff;
}
.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;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
  display: flex;
  align-items: center;
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 16px;
  padding: 10px;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000 !important;
  background: unset !important;
  transition: 0.2s all;
  width: 100%;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  content: "";
  opacity: 0;
  height: 1px;
  width: 0px;
  transition: 0.3s all;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  opacity: 1;
  width: 20px;
  background: cadetblue;
}
.menu ul li ul li a:hover {
  visibility: visible;
}
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%;
}
.menu_mobi_add {
  display: none;
}
.menu_mobi {
  display: none;
}
/*   SLider */
.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: #00a3ff;
  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;
}
.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}
.title-detail {
  position: relative;
  margin: 20px 0px;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.title-main {
  margin-bottom: 1.5rem;
  position: relative;
}
.title-main span {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0px;
  gap: 20px;
}
.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.title-cat-main span:hover,
.title-cat-main span.active {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}
/* News */
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}
.info-news {
}
.info-news h3 {
}
.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}
a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}
.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333333;
  -webkit-line-clamp: 4;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: calc(24px * 4);
  line-height: 24px;
  margin-top: 12px;
}
.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-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}
/* Partner */
.info-partner {
  background: #f8f8f8;
  padding: 15px 0px;
}
/* Footer */
.info-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.info-footer .flex-footer .box-footer .social-footer {
  display: flex;
  gap: 5px;
  margin: 10px 0px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 33.3%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
  width: 40%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
  width: 25%;
}
.info-footer .flex-footer .title-footer {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
}
.info-footer .flex-footer .service-footer {
  margin-top: 20px;
}
.info-footer .flex-footer .service-footer ul {
  padding: 0px;
  margin: 0px;
}
.info-footer .flex-footer .service-footer ul li {
  list-style: none;
  padding: 5px 0px;
}
.info-footer a {
  color: #fff;
}
.footer-name {
  color: var(--color-main);
  font-family: "BeVietnamPro";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}
.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em !important;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}
.footer-powered {
  background: var(--color-main);
  color: #333;
  padding: 15px 0px;
}
.wap-copy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0px;
}
/* About */
.box-about {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}
.box-about h3 {
  color: #ca0000;
  font-family: SVN;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.box-about a {
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  background: #ca0000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 10px;
}
/* Service */
.item-service {
  position: relative;
}
.item-service h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0px;
}
/* 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;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}
.product {
  display: block;
  position: relative;
}
.product:hover .name-product {
  color: var(--m2);
}
.product .pic-product {
  display: block;
  position: relative;
}
.pic-product > div {
  border-radius: 7px;
}
.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: cover;
}
.product .pic-product > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .first_img {
  transform: scale(0);
}
.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.product .name-product {
  margin-bottom: 10px;
  font-size: 15px;
  -webkit-line-clamp: 1;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.product .name-product a {
  font-size: 14px;
  color: #232323;
  line-height: 25px;
}
.product .name-product a:hover {
  color: #ff2e00;
}
.product .name-product .text-split {
  -webkit-line-clamp: 1;
}
.product .price-product {
  margin-bottom: 5px;
  color: #555;
  overflow: hidden;
}
.product .price-new {
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.product .price-new b {
  color: var(--color-main);
}
.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #333;
}
.product .price-per {
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--m2);
  padding: 4px 5px;
  border-radius: 5px;
}
.box-cat {
  text-align: center;
}
.box-cat h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.box-cat:hover h3 {
  color: #f00;
}
.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-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.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;
}
/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 50%;
  padding-right: 30px;
}
.grid-pro-detail .right-pro-detail {
  width: 50%;
}
.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
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}
.policy_intuitive {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
}
.policy {
  margin: 20px 16px 0 16px;
}
.policy__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.policy__list > li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding: 12px 0 12px 35px;
  width: 50%;
  display: inline-block;
}
.policy__list > li:nth-child(2n + 1) {
  padding-right: 20px;
}
.policy__list li > div.iconl {
  left: 0;
  position: absolute;
  top: 15px;
}
.policy__list li .iconl {
  width: 32px;
}
.policy__list li p {
  line-height: 20px;
  padding-left: 5px;
  margin: 0px;
}
.policy__list li:last-child {
  border-bottom: 0;
}
.policy__list > li:nth-child(2n + 1):nth-last-child(2) {
  border: 0;
}
/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url(../images/icon_chitiet@2x-min.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #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;
}
/*css CT */
.box-ct {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgb(233, 230, 230);
  padding: 10px;
  border-radius: 10px;
}
.box-ct img {
  border-radius: 50%;
  margin-right: 10px;
}
.ds-ct h3 a {
  font-size: 17px;
  color: #333;
}
.ds-ct h3 a:hover {
  color: #f00;
}
/*css khuyen mai*/
.block__promo {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.promoadd__list {
  padding: 10px;
}
.promoadd__list li {
  margin-bottom: 15px;
  background: url(../images/tick.png) no-repeat 0px 3px;
  background-size: 15px;
  padding-left: 25px;
}
.pr-top {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 10px;
}
.pr-txtb {
  font-weight: bold;
}
.pr-top .pr-txt {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  font-style: normal;
}
.pr-content .pr-item:last-child {
  border: none;
}
.pr-content .pr-item {
  padding: 15px 10px 10px 10px;
}
.divb {
  margin-bottom: -10px;
}
.divb .nb {
  background-color: #4a90e2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  float: left;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  text-align: center;
  width: 16px;
}
.divb-right {
  padding-left: 26px;
}
.pr-content .pr-item p {
  margin: 0px 0px 0px 0px;
}
.divb-right a {
  color: #4a90e2;
}
/* Tien ich */
.wrap-ti {
  padding: 20px 0px;
}
.box-ti {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  min-height: 135px;
}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
  background-color: rgb(220, 238, 255);
}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
  background-color: rgb(254, 245, 207);
}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
  background-color: rgb(255, 239, 219);
}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
  background-color: rgb(225, 254, 207);
}
.ds-ti {
  width: calc(100% - 45px);
}
.ds-ti h3 {
  font-size: 15px;
}
.ds-ti h3 a {
  color: #333;
}
.ds-ti h3 a:hover {
  color: #f00;
}
/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}
/* paging */
.pagination {
  margin: 20px 0px;
}
.pagination li a {
  cursor: pointer;
}
/* wrap-frame & btn-frame from assets_old */
.wrap-frame {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 100px;
  z-index: 100;
}
.btn-frame {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 30px;
}
.btn-frame i {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-frame i svg {
  color: #fff;
  fill: #fff;
}
.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 120%;
  height: 120%;
  top: -10%;
  right: -10%;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--color-main);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.btn-frame .animated,
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 140%;
  height: 140%;
  top: -20%;
  right: -20%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.btn-frame span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  padding: 6px 45px 6px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-main);
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  width: 0;
  overflow: hidden;
}
.btn-frame:hover span {
  opacity: 1;
  width: 265px;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.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;
}
/* Xu huong */
.wrap-xh {
  background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
  padding: 10px;
  border-radius: 10px;
}
.title-xh {
  font-size: 25px;
  margin: 20px 0px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.image-xh {
  border-radius: 10px;
  overflow: hidden;
}
.name-xh {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 10px 0px 0px;
}
/* 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;
}
.product-page a:hover,
.product-page a.active {
  background-color: #666;
  color: #fff;
}
.product-page {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.product-page a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #666 solid 1px;
  color: #000;
  cursor: pointer;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
}
.product-list a {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  height: 55px;
  border: #e1e1e1 solid 1px;
  border-bottom: 0;
  font-family: "mm";
  text-transform: uppercase;
  padding: 0px 20px;
}
.product-list a:hover,
.product-list a.active {
  background: #fff;
  border-top: var(--m1) solid 3px;
}
.slideshow-next,
.slideshow-prev {
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  background: #00000085;
  border-radius: 5px;
  color: #fff;
  font-size: 1.875rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 30%;
  cursor: pointer;
  transition: 0.2s all;
}
.slideshow-next:hover,
.slideshow-prev:hover {
  opacity: 90%;
}
.slideshow-next {
  right: 10px;
}
.slideshow-prev {
  left: 10px;
}
.footer-layout .wrap-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-title {
  margin-bottom: 25px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #fff;
}
.footer-fanpage iframe {
  width: 100%;
}
.footer-layout {
  padding: 60px 0px;
  background: url(../images/footer.jpg) no-repeat;
  color: #fff;
  background-size: cover;
}
.product-d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.header-company-name {
  color: #212529;
  font-size: 22px;
  flex: 1;
  font-family: "bm";
}
.header-company-name span {
  color: var(--m2);
  font-family: "bb";
}
.menu-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.menu-social a {
  display: flex;
}
.header-box {
  flex: 1;
}
.logo-header {
  margin: 3px 0px;
  margin-top: -113px;
  width: 276px;
  text-align: center;
  background: url(../images/bg-logo.png) no-repeat bottom center;
  padding-bottom: 10px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-header span {
  display: block;
}
.intro {
  margin: 20px 0px 0px 0px;
  padding-bottom: 50px;
  background: none;
  background-size: 100% 100%;
}
.intro .wrap-content {
  display: grid;
  grid-template-columns: 670fr 450fr;
  gap: 70px;
}
.intro-box:nth-child(1) {
  display: grid;
  grid-template-columns: 385fr 255fr;
  gap: 30px;
}
.intro-box:nth-child(2) {
  margin-top: 100px;
}
.intro-img-item {
  border: #212529 solid 1px;
  padding: 20px;
  width: fit-content;
}
.intro-img.img1 {
  text-align: center;
  padding-bottom: 115px;
}
.intro-img.img2 {
  display: grid;
  gap: 20px;
  align-content: end;
  position: relative;
}
.lytra {
  margin-left: 30px;
}
.intro-txt-1 {
  color: var(--m2);
  font-size: 52px;
  margin-bottom: 10px;
  font-family: "bb";
}
.intro-txt-1 div {
  color: #212529;
  font-size: 30px;
  line-height: 45px;
  margin-right: -30px;
  margin-top: -23px;
  font-family: "bm";
}
.intro-img.img3 {
  grid-column: 1/3;
  width: fit-content;
  margin: 0px auto;
  display: flex;
  align-items: end;
  font-size: 20px;
  gap: 5px;
  margin-top: -210px;
  position: relative;
  z-index: 3;
  left: -28px;
}
.intro-txt-2 {
  writing-mode: tb;
  transform: rotate(180deg);
  text-transform: uppercase;
}
.intro-txt-3 {
  font-size: 40px;
  text-align: center;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  font-family: "bb";
}
.intro-txt-4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: -0.02em;
  margin-top: 20px;
  -webkit-line-clamp: 7;
  font-family: "mm";
}
.intro-txt-5 {
  color: #000;
  font-family: "ms";
  width: 145px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
}
.intro-txt-5:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.intro-txt-5:after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.intro-line {
  margin-bottom: -35px;
}
.bestseller {
  background: none;
  background-size: cover;
  padding: 20px 0px 60px 0px;
}
.bestseller-title {
  margin-bottom: 25px;
}
.bestseller-title span {
  font-weight: 400;
  font-size: 57px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #37281e;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-family: "dw";
}
.bestseller-title img {
  margin-top: -20px;
}
.bestseller-title div {
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #222;
  font-family: "sa";
  margin-top: -25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bestseller-title div:before {
  content: "";
  height: 2px;
  background: #222;
  width: calc(50vw - 600px + 25px);
  margin-left: calc(-50vw + 600px);
}
.bestseller-box {
  display: flex;
  flex-direction: column;
}
.bestseller .product {
  margin: 0px 14px;
}
.bestseller-slide {
  margin: 0px -14px;
}
.product-info {
  margin-top: 15px;
}
.product-number {
  font-size: 64px;
  font-family: "dw";
  color: #e79108;
}
.productmenu-slide {
  margin: 0px -22px;
}
.productmenu-item {
  background: #f9f2e7;
  margin: 0px 22px;
  display: grid;
  justify-items: center;
  border-radius: 250px;
  padding: 60px 30px 30px 45px;
}
.productmenu-box:nth-child(1) {
  position: absolute;
  left: 30px;
}
.productmenu .wrap-content {
  position: relative;
}
.productmenu-title {
  font-size: 52px;
  font-family: "dw";
  writing-mode: vertical-lr;
  position: relative;
}
.productmenu-title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background-color: #000;
  top: -30px;
}
.productmenu {
  background: url(../images/menu.png);
  background-position: center;
  background-size: cover;
  background-color: var(--m1);
  padding: 105px 0px 100px 0px;
  position: relative;
}
.productmenu-txt-1 {
  font-size: 30px;
  font-family: "mm";
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
}
.productmenu-box:nth-child(1) {
}
.productmenu-box:nth-child(2) {
  margin: 0px 10%;
}
.productmenu-menu {
  height: 250px;
  overflow-y: auto;
  gap: 20px;
  display: grid;
  margin: 10px 0px 15px 0px;
  width: 100%;
}
.productmenu-txt-2 {
  font-size: 16px;
  font-family: "mm";
  -webkit-line-clamp: 1;
}
.productmenu-txt-3 {
  position: relative;
  white-space: nowrap;
}
.productmenu-pricenew {
  font-size: 17px;
}
.productmenu-priceold {
  text-decoration: line-through;
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0px;
  text-align: right;
  font-size: 11px;
}
.productmenu-product {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-right: 10px;
  color: #000;
}
.productmenu-product:hover {
  color: var(--m1);
}
.productmenu-line {
  min-width: 10%;
  border-bottom: #000 dashed 1px;
  flex: 1;
}
.productmenu1,
.productmenu2 {
  position: absolute;
  width: 100%;
  left: 0px;
}
.productmenu1 {
  top: 0px;
}
.productmenu2 {
  bottom: 0px;
}
.la1 {
  position: absolute;
  bottom: -16%;
  right: 0px;
  z-index: 8;
}
.thuvienanh {
  margin: 50px 0px;
}
.thuvienanh .wrap-content {
  display: grid;
  grid-template-columns: 330fr 320fr 470fr;
  gap: 34px 37px;
}
.thuvienanh-img {
  width: fit-content;
  height: fit-content;
}
.thuvienanh-item.item0 {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.thuvienanh-item.item0 .thuvienanh-img {
  margin-right: -40px;
  margin-left: auto;
}
.thuvienanh-logo {
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-bottom: -100px;
  margin-right: 41%;
}
.thuvienanh-item.item1 {
  margin-left: auto;
}
.thuvienanh-item.item2 {
  display: grid;
  padding-top: 10px;
}
.thuvienanh-item.item3 {
  margin-top: -44%;
}
.thuvienanh-item.item5 .thuvienanh-img {
}
.thuvienanh-txt-1 {
  text-align: center;
  border-bottom: #000 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.thuvienanh-txt-1 span {
  font-size: 67px;
  color: var(--m2);
  font-family: "bb";
}
.thuvienanh-txt-1 div {
  font-size: 30px;
  font-family: "br";
  margin-top: -30px;
}
.thuvienanh-txt-1:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50vw - 600px);
  left: 100%;
  bottom: -1px;
  background: #000;
}
.thuvienanh-txt-2 {
  font-size: 96px;
  font-family: "su";
  white-space: nowrap;
  position: absolute;
  bottom: -56px;
}
.thuvienanh-item.item4 {
  position: relative;
  margin-top: -39%;
}
.thuvienanh-item.item5 {
  display: flex;
}
.thuvienanh-txt-4 {
  font-family: "dw";
  text-align: center;
  display: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.thuvienanh-txt-3 {
  writing-mode: vertical-rl;
  font-family: "dw";
  font-size: 46px;
  padding-top: 0px;
  text-transform: uppercase;
  position: relative;
  margin-left: 17px;
}
.thuvienanh-txt-3:before {
  content: "";
  height: 150px;
  width: 1px;
  background: #37281e;
  position: absolute;
  left: 0px;
  top: -75px;
}
.video-feedback {
  margin: 100px 0px 70px 0px;
}
.video-feedback .wrap-content {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
.video-feedback .wrap-content > div {
  min-width: 100%;
}
.video-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.video-number {
  width: 75px;
}
.video-slide {
  max-width: 495px;
}
.video-item {
  border: #212529 solid 1px;
  padding: 10px;
  position: relative;
  display: block;
  margin: 1px;
}
.play-ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-number {
  width: 43px;
  height: 88px;
  background: var(--m1);
  font-family: "dw";
  font-size: 30px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: 35px;
}
.video-number:after {
  content: "";
  width: 75px;
  height: 45px;
  border: #212529 solid 3px;
  border-top: 0px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.video-number:before {
  content: "";
  width: 2px;
  height: 70px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -50px;
}
.video-number span {
  position: relative;
  bottom: 10px;
}
.video-number span:before,
.video-number span:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.video-number span:before {
}
.video-number span:after {
  bottom: 0px;
}
.feedback-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feedback-img {
  width: 165px;
  height: 200px;
  background: none;
  background-size: 100% 100%;
  display: flex;
  align-items: start;
}
.feedback-txt {
  flex: 1;
}
.feedback-img .scale-img {
  width: 120px;
  position: relative;
  top: 35px;
  left: 15px;
  transform: rotate(-1deg);
}
.feedback-txt-1 {
  font-size: 22px;
  font-family: "ms";
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
}
.feedback-txt-2 {
  line-height: 24px;
  -webkit-line-clamp: 4;
}
.feedback-title {
  font-size: 40px;
  color: #332221;
  font-family: "dw";
  border: #212529 solid 1px;
  border-left: 0;
  padding-top: 5px;
  margin-right: 30px;
  padding-left: 30px;
}
.feedback-slide {
  margin-left: 20px;
  margin-right: 40px;
}
.feedback-arr {
  margin-left: 20px;
}
.feedback-arr > div {
  cursor: pointer;
}
.footer-info:nth-child(1) {
  width: 42%;
}
.video-feedback {
  position: relative;
}
.video-feedback > img {
  position: absolute;
  right: 0px;
  top: -60%;
}
.footer-info:nth-child(2) {
  width: 22%;
}
.footer-info:nth-child(3) {
  width: 28%;
  position: relative;
}
.footer-info:nth-child(4) {
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 20px;
  align-items: center;
}
.footer-social a {
  border-radius: 50%;
  overflow: hidden;
}
.footer-social span {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.footer-policy ul {
  list-style-position: inside;
  list-style-type: disc;
}
.footer-policy ul li {
  display: block;
  margin-bottom: 15px;
}
.footer-policy a {
  color: #fff;
}
.footer-policy a:hover {
  transition: 0.5s ease;
  color: var(--color-main);
}
.copyright {
}
.best-next,
.best-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.best-next {
  right: -50px;
}
.best-prev {
  left: -50px;
}
.header-mobile {
  display: none;
}
.album-d {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.pbThumbs li {
  width: 100px !important;
}
.intro-info-box {
  position: absolute;
  left: 111px;
  top: 104%;
  white-space: nowrap;
  display: grid;
  gap: 17px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}
.header-top {
  background: var(--color-main);
  padding: 5px 0px;
}
.header-top .wrap-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-header {
  margin-bottom: 0;
  color: #fff;
}
.info-header:nth-child(1) {
  width: 30%;
  font-weight: 700;
  font-size: 16px;
}
.info-header i {
  display: inline-block;
  margin-right: 7px;
}
.wrap-about-index {
  padding: 55px 0;
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
}
.wap-aboutHome {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.leftAbout {
  width: 51%;
  padding-left: 75px;
  background: none;
  min-height: 360px;
}
.title-1 {
  color: #333;
  font-size: 17px;
  letter-spacing: 4.76px;
}
.name-about {
  color: var(--color-main);
  font-family: SVN-Neusa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.desc-about {
  color: #333;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 7;
}
.view-about {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background: var(--m2);
  padding: 8px 25px;
  border-radius: 5px;
  margin-top: 18px;
}
.view-about:hover {
  transition: 0.7s ease;
  background: var(--color-main);
  color: #fff;
}
.rightAbout {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
}
.criteria {
  position: relative;
  display: block;
  width: calc(50% - 20px);
  margin: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #fdfeff 0%, #c3daf6 100%);
  box-shadow: 0px 0px 10px 0px #c3daf6;
  padding: 12px 40px;
}
.name-criteria {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  line-height: 24px;
}
.desc-criteria {
  font-size: 35px;
  font-weight: 800;
  color: var(--color-main);
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}
.criteria:hover .name-criteria {
  transition: 0.5s;
  color: var(--m2);
}
.criteria:hover .desc-criteria {
  transition: 0.5s;
  color: var(--m2);
}
.wrap-product-index {
  background: #f4f4f4;
  padding: 40px 0;
  overflow: hidden;
}
.title-detail,
.title-main-index {
  text-align: center;
  background: url(../images/title.png) no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.title-detail span,
.title-main-index h2 {
  color: var(--Nhn, #2e2312);
  text-align: center;
  font-family: Prompt;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slogan-index {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.wapProductNB {
  display: flex;
  flex-wrap: wrap;
}
.wapProductNB .product {
  width: calc(100% / 4 - 20px);
  margin: 10px 10px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.view-more {
  display: table;
  background: #fff;
  color: #c38907;
  padding: 8px 26px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  margin-top: 15px;
  border: 1px solid #c38907;
}
.view-more:hover {
  transition: 0.7s ease;
  background: #c38907;
  color: #ffff;
}
/* View full content (Xem thêm / Thu gọn) */
#noidung {
  padding-bottom: 50px;
  max-height: 130px;
  overflow-y: hidden;
  position: relative;
}
#noidung.show-full-content {
  max-height: 100% !important;
  padding-bottom: 50px;
}
.hide-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 50px 0 0 0;
  z-index: 1;
  text-align: center;
  background: linear-gradient(transparent, #f7f7f7 100%);
}
.hide-content.removeBlur {
  background: transparent !important;
  padding-bottom: 0px;
}
.btn-view-full-content i,
.btn-view-full-content svg {
  transition: transform 0.3s ease;
  display: inline-block;
}
.btn-view-full-content .icon-rotate-up {
  transform: rotate(-90deg);
}
.wrap-newsHome {
  padding: 60px 0;
}
.wrap-newsHome .item_tt {
  margin: 1px 15px;
}
.wrap-partnerHome {
  background: #f4f4f4;
  padding: 60px 0;
}
.partnerHome {
  margin: 0px 10px;
  display: block;
}
.partnerHome img {
  width: 100%;
}
#footer-map {
  position: relative;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px;
  height: 325px;
}
#footer-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.title-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 7px;
  word-wrap: break-word;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.wrap-technology-index {
  padding: 60px 0;
}
.thuvien-img {
  border: 7px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.flipster2.flipster .flipto-prev,
.flipster2.flipster .flipto-next {
  width: 54px;
  height: 54px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flipster2.flipster .flipto-prev {
  background: url(../images/n1.png) no-repeat center #fff;
}
.flipster2.flipster .flipto-next {
  background: url(../images/n2.png) no-repeat center #fff;
}
.thuvien-item {
  overflow: hidden;
  position: relative;
}
.thuvien-item a {
  display: block;
}
.info-thuvien {
  display: none;
  text-align: center;
}
.flip-item.flip-current .info-thuvien {
  display: block;
  margin-top: 17px;
}
.name-album {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.desc-album {
  color: #363636;
  font-size: 14px;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: calc(22px * 2);
}
.item_tt {
  display: block;
  border: 1px solid #bababa;
  background: #fff;
}
.item_tt a.img {
  border: 0;
  padding: 0;
  border-radius: 15px;
}
.item_tt .ten:hover {
  transition: 0.5s ease;
  color: var(--color-main);
}
.date-time {
  border-top: 1px solid #bababa;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
  margin-top: 15px;
}
.time-time {
  color: #6b6b6b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.time-time i {
  font-size: 16px;
  margin-right: 6px;
}
.xctiet2 {
  padding-top: 0;
}
.news-service {
  display: block;
}
.pic-news-service {
  position: relative;
  overflow: hidden;
}
.pic-news-service img {
  width: 100%;
}
.info-news-service {
  background: #fff;
  border-top: 5px solid var(--color-main);
  width: 90%;
  margin-top: -50px;
  position: relative;
  padding-top: 25px;
}
.name-news-service {
  color: var(--Nhn, #2e2312);
  font-family: BeVietNamPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.desc-news-service {
  color: #333;
  font-family: "BeVietnamPro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.xctiet {
  color: #2e2312;
  font-family: "BeVietnamPro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding-top: 10px;
}
.xctiet:hover,
.name-news-service:hover {
  color: var(--color-main);
}
.box-dknt {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  color: #fff;
}
.slogan-dknt {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
}
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 130px;
  gap: 20px;
  max-width: 1080px;
  margin: auto;
}
.newsletter-input {
}
.newsletter-input input {
  border-radius: 6px;
  background: #fff;
  height: 50px;
  color: #747474;
  font-size: 14px;
}
.newsletter-btn input {
  border-radius: 6px;
  background: var(--Ch-o, #fdc547);
  height: 50px;
  border: 0;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(253, 197, 71, 0.35);
}
.newsletter-btn input:hover {
  background: #ffcf5e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(253, 197, 71, 0.55);
  color: #000;
}
.newsletter-btn input:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(253, 197, 71, 0.35);
}
.div_lhen {
  text-align: center;
  margin-top: 40px;
}
.div_lhen p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.div_lhen a {
  color: #fdc547;
  text-align: center;
  font-family: "BeVietnamPro";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}
.div_lhen a .hotline-number,
.div_lhen a:not(:has(.hotline-number)) {
  display: inline-block;
  transform-origin: center center;
  animation: blinkHeaderPhone 1.5s ease-in-out infinite;
}
.div_lhen a i {
  display: inline-block;
  margin-right: 2px;
  transform-origin: center center;
  animation: shakeHotlineIcon 2s ease-in-out infinite;
}
.div_lhen a:hover i {
  animation: shakeHotlineIcon 0.8s ease-in-out infinite;
}

@keyframes shakeHotlineIcon {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  5%,
  15%,
  25%,
  35% {
    transform: rotate(-18deg) scale(1.15);
  }
  10%,
  20%,
  30%,
  40% {
    transform: rotate(18deg) scale(1.15);
  }
  45%,
  95% {
    transform: rotate(0deg) scale(1);
  }
}
.wrap-ykien-index {
  padding: 60px 0px;
}
.news-ykien {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.left-box-yk {
  width: 120px;
  text-align: center;
}
.right-box-yk {
  width: calc(100% - 135px);
}
.pic-news-ykien {
  border-radius: 50%;
  background-image: linear-gradient(to right, #2e2312, #fdc547);
  padding: 3px;
  margin-bottom: 10px;
}
.pic-news-ykien img {
  border-radius: 50%;
}
.name-news-ykien {
  color: var(--Nhn, #2e2312);
  font-family: "BeVietnamPro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.name-news-ykien:hover {
  color: var(--color-main);
}
.dchi-news-ykien {
  color: var(--Ni-dung, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.info-news-ykien {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 20px;
}
.desc-news-ykien {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.news-ykien-index:nth-child(3) .left-box-yk,
.news-ykien-index:nth-child(4) .left-box-yk {
  order: 1;
}
.img-fotorama {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.item_details {
  list-style: square;
  margin-bottom: 6px;
}
.item_details a {
  display: block;
  color: #333;
  list-style: disc;
  font-size: 15px;
}
.item_details a:hover {
  color: var(--color-main);
}
.grid-news-details {
  background: rgba(128, 128, 128, 0.15);
  border-radius: 0.5rem;
  padding: 1rem;
  list-style: square;
  padding-left: 2rem;
}
.time-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 10px;
}
.time-main svg {
  flex: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.box-baiviet {
  margin: 0px 10px;
  height: 450px;
  overflow: hidden;
}
.box-baiviet .tiktok-embed {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  height: 100%;
  min-width: 100% !important;
}
.box-baiviet .tiktok-embed iframe {
  height: 100% !important;
}
.grid-tiktok {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.grid-tiktok > div {
  width: 25%;
}
@media (max-width: 1024px) {
  .grid-tiktok > div {
    width: 33.3333%;
  }
}
@media (max-width: 700px) {
  .grid-tiktok > div {
    width: 100%;
  }
}

/* trang chủ */
/* tin tức nôi bật */
/* .row>* {
    padding-right: 0;
    padding-left: 0;
} */

/* Contact form grid (contact_tpl.php, dichvu_detail_tpl.php) - dùng gap thay vì
   cơ chế margin âm/padding của Bootstrap .row nên không bị rule .row>* ở trên ảnh hưởng */
/* .row-20.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 20px;
}
.row-20.row>.contact-input.col-sm-6 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: auto;
}
@media (max-width: 576px) {
    .row-20.row>.contact-input.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */

/* Toolbar2 Mobile */
.toolbar2 {
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  left: 0px;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}
.toolbar2.is-active .list-phone {
  display: block;
  -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53)
    forwards;
  animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}
.toolbar2 .list-phone {
  position: absolute;
  bottom: 100%;
  left: 30px;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  display: none;
  width: 230px;
}
.toolbar2 .list-phone a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  max-width: 240px;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 50px;
  padding-right: 30px;
}
.toolbar2 .list-phone svg {
  max-width: 30px;
  max-height: 30px;
}
.toolbar2 .list-phone span {
  display: block;
  width: calc(100% - 40px);
  color: #333;
  font-weight: 700;
}
.toolbar2 .phone {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 50%;
  margin: 0 0px -25px 30px;
  transition: transform 0.2s ease-in-out;
}
.toolbar2 .phone a {
  color: #333;
  display: block;
  position: relative;
}
.toolbar2 .phone a:before,
.toolbar2 .phone a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 30px;
  height: 3px;
  border-radius: 2rem;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.toolbar2 .phone a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.toolbar2 .phone svg {
  max-width: 27px;
  max-height: 27px;
  display: block;
  position: relative;
  fill: #fff;
  animation: tada 1.2s infinite;
}
.toolbar2.is-active .phone {
  transform: rotate(-180deg);
}
.toolbar2.is-active .phone svg {
  opacity: 0;
}
.toolbar2.is-active .phone a:before,
.toolbar2.is-active .phone a:after {
  opacity: 1;
}
.toolbar2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  --size: 33px;
  -webkit-mask: radial-gradient(33px at 55px 0px, #0000 99%, #fff 101%) 100%;
  background: var(--color-main);
  padding: 10px 0;
  padding-left: 100px;
  border-radius: 10px 10px 0px 0px;
}
.toolbar2 ul li {
  text-align: center;
  width: 25%;
  line-height: 1;
}
.toolbar2 ul li a {
  display: block;
  width: 100%;
  font-size: 27px;
  color: #ffff;
}
.toolbar2 ul li .icon {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.toolbar2 ul li a span {
  display: none;
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
  color: #333;
  text-transform: capitalize;
}
.toolbar2 ul li a img,
.toolbar2 ul li svg {
  max-height: 30px;
  fill: #fff;
  width: 100%;
}
.toolbar2 .scrollToTopMobile {
  cursor: pointer;
}
@keyframes quickShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

/* ======================== Responsive ======================== */
/* Real mobile styling now lives in assets/css/mobile.css (the site's own
   responsive stylesheet, missing from the original crawl and added back
   separately) - loaded after this file via css.php. The rules below are
   just project-specific fixes that mobile.css doesn't cover. */

/* .w-clear::after adds an empty flex item to .menu_mobi, breaking the
   calc(100% - 80px) width mobile.css gives .logo-mobi (which assumes
   exactly 2 siblings: the hamburger and the search icon) */
.menu_mobi.w-clear::after {
  display: none;
}

/* apps.js clones .menu-main wholesale into .load-menu, which drags the
   .logo-header item along with it - hide that duplicate, .logo-mb already
   shows the logo at the top of the off-canvas panel */
.menu_mobi_add .load-menu .logo-header {
  display: none;
}

/* trang giới thiệu */
.rounded-lg {
  border-radius: 10px;
}

/* giá trị cốt lõi */
.bg-gray2 {
  background-color: #fafafa;
}
.wrap-giatri .giatri-item {
  background-color: white;
}

.box-shadow-ccc {
  box-shadow: 0 0 5px #ccc;
}
.giatri-item .name {
  display: inline-block;
  transition: all 0.3s ease;
}
.fs-22 {
  font-size: clamp(20px, 2vw, 22px) !important;
}
.wrap-giatri .giatri-item:hover .name,
.giatri-item:hover .name,
.giatri-item .name:hover {
  color: var(--color-main);
  transform: translate(-3px, -3px);
  text-shadow: 2px 2px 4px var(--color-main);
}

.footer-content--menu_mobi_add {
  color: #333333;
  border-bottom: 1px solid rgb(132 132 132 / 20%);
  padding: 13px 40px 13px 15px;
