:root {
  --color-main: #849898;
  --color-main2: #fff600;
  --color-social: #5abcbd;
  --color-hover: #cc2e31;
  --color-text: #111111;
  --color-desc: #333333;
  --background: #c7dddd;
  --font-main: "Beautique";
  --font-text: "SVN";
}
.bodychung {
  overflow: hidden;
}

body {
  font-size: 14px;
  line-height: 1.5;
  top: 0px !important;
  background-color: var(--background);
}
.main-detail {
  margin-bottom: 20px;
}
.news-left .main-detail,
.right-pro-detail .main-detail {
  margin-bottom: 10px;
}
.main-detail h1,
.main-detail h2 {
  font-family: var(--font-main);
  font-size: clamp(20px, 3.5vw, 40px);
  color: var(--color-text);
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.main-detail p {
  font-family: var(--font-text);
  color: var(--color-text);
}
.news-left .main-detail h1 {
  font-family: "SVN-Bold";
  color: var(--color-text);
  font-size: clamp(16px, 2.4vw, 25px);
}
.right-pro-detail .main-detail h1 {
  font-family: "SVN-Bold";
  font-size: clamp(16px, 2.4vw, 25px);
  color: var(--color-text);
  text-align: left;
}
.title-main {
  position: relative;
  width: fit-content;
  margin: auto;
}
.title-main span {
  font-size: clamp(16px, 2.4vw, 25px);
  font-family: "SVN-Bold";
  color: var(--color-text);
  text-transform: uppercase;
}

/* 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;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}

.scale-img {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.scale-img2 {
  overflow: hidden;
  display: block;
}

.scale-img2 img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: 0.5s all;
}

.scale-img2:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Menufix */
.menu-fix {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset !important;
  z-index: 999 !important;
  -webkit-animation: fadeInDown 1.3s ease backwards;
  -moz-animation: fadeInDown 1.3s ease backwards;
  -o-animation: fadeInDown 1.3s ease backwards;
  -ms-animation: fadeInDown 1.3s ease backwards;
  width: 100% !important;
  transition: all 0.3s ease;
  margin: 0 !important;
  padding: 10px 0px !important;
  background-color: var(--color-main);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.28);
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}

/* Logo */
.logo-header {
  position: relative;
  z-index: 30;
}
.logo-header img {
  max-width: 247px;
  max-height: 50px;
  margin: 0 !important;
}
.logo-headernone {
  display: none;
}

/* slideshow */
.slideshow {
  position: relative;
}
.slide-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.slide-info h3 {
  margin-bottom: 8px;
  font-family: "Beautique";
  font-size: 78px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 15px;
}
.slide-info p {
  font-family: "SVN";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  width: 50%;
  margin: auto;
}
.slide-info .flex {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.slide-info .flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SVN-Bold";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
}
.xemthemslide a {
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  background-color: var(--color-main);
  color: var(--font-text);
}
.xemthemslide a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-main);
  z-index: -1;
}
.xemthemslide a:hover {
  background-color: var(--background);
}
.lienheslide a {
  display: block;
  width: 180px;
  height: 60px;
  border: 1px solid var(--color-main);
  color: var(--background);
}
.lienheslide a:hover {
  background-color: var(--color-main);
}

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

/* Mmenu */
.offcanvas-start {
  max-width: 350px;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}
.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-mobile ul {
  padding: 0px;
  list-style: none;
}
.menu-mobile ul li {
  position: relative;
}
.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
}
.menu-mobile ul li a {
  font-family: "SVN-SemiBold";
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  padding-right: 30px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-size: 13px;
}
.menu-mobile ul li a:hover {
  color: var(--color-main);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-main);
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 14px;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--color-main);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0px;
  background-color: var(--color-main);
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  font-family: var(--font-text);
  margin-bottom: 5px;
  font-size: 14px;
}
.company p span {
  color: var(--color-main);
}
.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
  padding-left: 30px;
}
.search-menu p {
  position: absolute;
  left: 10px;
  bottom: 8px;
}

/* ? Navigation*/
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 28px 0px;
}
.navigation.inner-page {
  position: relative;
  background-color: var(--color-main);
}
.navigation-right {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.navigation-right1 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}
.call img {
  min-width: 16px;
}
.wrap-menu {
  position: relative;
  z-index: 999;
  width: 100%;
}
.menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px !important;
}
.menu ul li {
  z-index: 99;
  position: relative;
  /* flex: auto; */
}
.menu ul li a {
  font-family: "SVN-SemiBold";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.menu ul li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background-color: white;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a i {
  font-size: 12px;
  color: #aaaaaa;
}
.menu ul li a:hover:after {
  content: "";
}
.menu ul li.active a:after {
  content: "";
}
.menu ul li.active ul li a {
  color: var(--color-text);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  top: 100%;
  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: 1;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: white;
  padding-left: 0;
  z-index: 2;
  display: block;
}
.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%);
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}
.menu ul li ul li a:after {
  display: none;
}
.menu ul li ul li a {
  font-size: 14px;
  color: var(--color-text);
  padding: 8px;
  display: block;
  text-decoration: none !important;
  text-align: left;
  background: none;
  width: 100% !important;
  white-space: unset;
}
.menu ul li ul li:hover a:after {
  border: 1px solid var(--color-hover);
}
.menu ul li ul li ul li a:after,
.menu ul li ul li ul li:hover a:after {
  display: none;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-hover);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  animation: none;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 20px;
}
.menu ul li ul li a:hover:after,
.menu ul li ul li > a.active:after {
  border: none;
  border-radius: 0;
  display: none;
}
.menu ul li ul li a:hover {
  padding-left: 30px;
  background-color: white;
  color: var(--color-hover) !important;
  border: none;
  margin: 0 !important;
}

/* News */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
  text-align: start;
}
.share b {
  display: block;
  margin-bottom: 5px;
}

/* Toc */
.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.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;
  display: none;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

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

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}
.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}
.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* Product */
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.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);
}
.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 38%;
}
.grid-pro-detail .right-pro-detail {
  width: 58%;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-top: none;
}
.nav-tabs li a {
  font-family: "SVN-Med";
  text-transform: uppercase;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}

.left-pro-detail .overflow-hidden {
  text-align: center;
  border: 1px solid #7e7e7e;
}
a[data-zoom-id] img,
.mz-thumb img {
  border: 1px solid #7e7e7e !important;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
  list-style: none;
}
.title-pro-detail {
  text-transform: capitalize;
  display: block;
}
.product-desc-detail {
  font-family: var(--font-text);
}
.product-content-wrapper {
  position: relative;
}

.product-content-detail {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* tráº¡ng thÃ¡i rÃºt gá»n */
.product-content-detail.collapsed {
  max-height: 100px;
}

/* lá»›p má» phÃ­a dÆ°á»›i */
.product-content-detail.collapsed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #fff);
  pointer-events: none;
}

/* nÃºt */
.nutbamthugon {
  display: block;
  margin: 10px auto 0;
  border: none;
  color: var(--color-text);
  font-weight: 600;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #00000052;
}
.nutbamthugon:hover {
  background-color: var(--color-main);
  border: 1px solid transparent;
  color: white;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 22px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 5px;
  font-size: 18px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
  font-family: var(--font-text);
}
.breadCrumbs ol li a:hover {
  /* color: #f00; */
  color: var(--color-hover);
}

/* paging */
.paging-product {
  position: relative;
}
.pagination li span {
  cursor: pointer;
}
.pagination {
  margin: 20px 0px 0px;
  text-align: center;
  gap: 10px;
  flex-wrap: wrap;
}
.page-item.page-item-ajax.disabled {
  display: none;
}
.page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.page-link {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-text);
  background: var(--color-main) !important;
  border-width: 2px;
  border-color: var(--color-main) !important;
  border-radius: 50%;
  color: white !important;
}
.page-item.active .page-link,
.page-item:hover .page-link {
  background: transparent !important;
  border-color: var(--color-main) !important;
  color: var(--color-text) !important;
}
.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.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;
}

.grid-product {
  --col: 4;
  --gap-x: 20px;
}
.grid-product-album {
  --col: 4;
  --gap-x: 15px;
}
.grid-brand {
  --col: 6;
  --gap-x: 20px;
}

/* News */
.grid-news {
  --col: 4;
  --gap-x: 18px;
}
.grid-newstrong {
  --col: 3;
  --gap-x: 15px;
}
.grid-gt {
  --col: 4;
  --gap-x: 40px;
}
.grid-news-detail {
  --col: 3;
  --gap-x: 10px;
}
.grid-newstt {
  --col: 3;
  --gap-x: 30px;
}
.grid-album {
  --col: 3;
  --gap-x: 10px;
}

.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-style: italic;
}
.ds-news h3 a {
  font-family: "SVN-Bold";
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-line-clamp: 2 !important;
  line-height: 1.5;
}
.ds-news h3 a:hover {
  color: var(--color-hover);
}
.ds-news .desc {
  color: #333;
}
.item-news-all {
  display: flex;
  justify-content: space-between;
}
.item-news-all .ds-news {
  width: calc(100% - 110px);
}
.item-news-all .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.news-left {
  width: 74%;
}
.news-right {
  position: sticky;
  top: 20px;
  width: 24%;
}
/* Popup */
.modal-title {
  font-family: "SVN-Bold";
  font-size: 20px;
  color: var(--color-main);
  text-transform: uppercase;
}

/* CSS cho loading */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  background: white;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

/* TODO Search Toggle */
.search__toggle {
  position: relative;
}
.search__togglenone {
  display: none;
}
#volume,
.volume {
  width: 30px !important;
  height: 30px !important;
  right: -10px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
#volume svg,
.volume svg {
  fill: #555555 !important;
}
.search__icon img {
  min-width: 22px;
  height: 22px;
}
.search__icon.active {
  color: var(--color-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-white);
}
.search__grid {
  opacity: 1;
  width: 200px;
  padding: 8px 10px;
  background-color: white;
  position: absolute;
  top: 110%;
  right: 0;
}
.search__grid input,
.search__grid input:focus {
  box-shadow: none;
  border: none;
  padding: 0px;
  font-family: "SVN";
  font-size: 14px;
  color: var(--color-text);
  width: 100%;
  background-color: transparent;
}
.search__grid input::-webkit-input-placeholder {
  font-family: "SVN";
  font-size: 14px;
  color: var(--color-text);
}
.search__grid input::-moz-placeholder {
  color: var(--color-text);
}
.search__grid input::-ms-input-placeholder {
  color: var(--color-text);
}

/* Footer */
.footer {
  position: relative;
  z-index: 20;
  padding: 55px 0px 0px;
  background: url(../images/vienfooter.png) center/cover no-repeat;
}
.footertong {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin: 22px 0px 55px;
}
.footer1 {
  width: 23%;
}
.footer2 {
  width: 18%;
}
.footer3 {
  width: 21%;
}
.footer4 {
  width: 22%;
}
.footer5 {
  width: 22%;
}
.logo-footer {
  position: relative;
}
.logo-footer img {
  max-width: 300px;
  max-height: 60px;
}
.footer .title {
  position: relative;
  font-family: "SVN-Bold";
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-ft {
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.content-ft p {
  margin-bottom: 7px;
}
.thongtinfooterchung {
  margin-top: 10px;
}
.thongtinfooterchung .flex {
  justify-content: start;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
.thongtinfooterchung .flex img {
  max-width: 27px;
  max-height: 27px;
}
.thongtinfooterchung p {
  margin-bottom: 0px;
  font-family: "BT";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.thongtinfooterchung span {
  font-family: "BT-Bold";
  color: rgba(255, 255, 255, 1);
}

.footer ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.footer ul li {
  position: relative;
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  margin-bottom: 7px;
}
.footer ul li a {
  position: relative;
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}
.footer ul li a:hover {
  color: var(--color-hover);
}

.footer-tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-tags p {
  margin-bottom: 0;
  font-family: "Inter-Bold";
  font-size: 16px;
  color: white;
}
.tagstong {
  position: relative;
}
.tagstong a {
  font-family: "Inter";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  width: fit-content;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid #8ab16b;
}
.tagstong a:hover {
  background-color: var(--color-main2);
  color: white;
}
.socialfooter {
  margin-top: 15px;
}
.socialfooter .flex {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.socialfootertong a img {
  max-width: 50px;
  max-height: 50px;
}
.socialfootertong a:hover img {
  animation: laclu 0.85s ease-in-out infinite;
}

.copyright {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  /* background: linear-gradient(to right, #a5181300, #a51813, #a5181300); */
}
.copyright .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright p {
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.copyright2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.text-none {
  text-transform: none !important;
}
.statistic {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  font-family: "Inter";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.fb_iframe_widget {
  display: inline-block !important;
}
.fb-page iframe {
  border-radius: 10px;
}

.map-contact {
  width: 100%;
  height: 400px;
  margin: auto;
}

.map-contact iframe {
  width: 100%;
  height: 100%;
}
.map-footer {
  position: relative;
  width: 100%;
  height: 180px;
}
.map-footer iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid white !important;
}
.map-footer .tab-content .tab-pane iframe {
  width: 100%;
  height: 497px;
}
.map-footer .tab-content .tab-pane p {
  margin-bottom: 0;
}
.map-footer .tab-content {
  position: relative;
}
.map-footer .tab-content .nutcoso {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 5;
  padding: 20px;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}
.map-footer .tab-content .nutcoso li .nav-link {
  border: none;
  padding: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.map-footer .tab-content .nutcoso li .nav-link span {
  border-radius: 6px;
  padding: 8px 25px;
  background-color: white;
  white-space: nowrap !important;
  font-family: "Inter-Bold";
  font-size: 15px;
  color: var(--color-text);
  text-transform: uppercase;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-footer .tab-content .nutcoso li .nav-link:hover span {
  background-color: var(--color-main);
}
.map-footer .tab-content .nutcoso li .nav-link.active span {
  background-color: var(--color-main);
}

.content-contact {
  max-width: 1000px;
  margin: auto;
}
.content-contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.content-contactleft {
  width: 48.5%;
}
.content-contactright {
  width: 48.5%;
}
.content-contactright textarea {
  height: 209px !important;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.content-main,
.content-text {
  font-family: var(--font-text);
  /* font-size: 16px; */
}
.notpage,
.notpage p {
  font-family: var(--font-text);
}
.content-main p img,
.content-text p img {
  margin: auto;
}

/* about */
.article {
  position: relative;
  padding: 80px 0px 155px;
}
.about {
  position: relative;
}
.vechungtoi {
  position: absolute;
  top: -45px;
  right: -345px;
  z-index: 2;
  text-align: right;
}
.vechungtoi p {
  margin-bottom: 0;
  font-family: "Beautique-Bold";
  font-size: 110px;
  color: #aac9c9;
  line-height: 1.3;
}
.flex-about {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.content-about {
  width: 48%;
}
.title-about .gioithieu {
  font-family: "VIP";
  font-size: 36px;
  color: var(--color-main);
  margin-bottom: 15px;
}
.title-about h2 {
  font-family: "Beautique-Med";
  font-size: 54px;
  color: var(--color-text);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.desc-about {
  margin-top: 20px;
  position: relative;
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  line-height: 1.75;
}
.desc-about p {
  margin-bottom: 0;
}
.desc-about .highlight {
  margin: 20px 0px;
  position: relative;
  padding-left: 20px;
  font-family: "SVN-SemiBold";
}
.desc-about .highlight:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: var(--color-main);
}
.xemthemabout {
  margin-top: 40px;
  width: fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.xemthemabout .xemthemabout1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 15px 10px 22px;
  height: 50px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.xemthemabout .xemthemabout1:hover {
  color: white;
  background-color: var(--color-main);
}
.thei {
  background-color: var(--color-main);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 30px;
}
.thei i {
  color: white;
}
.xemthemabout .xemthemabout1:hover .thei {
  animation: arrbtn 0.7s linear infinite;
}
.xemthemabout a {
  font-family: "SVN-Bold";
  font-size: 16px;
  color: var(--color-text);
  text-transform: capitalize;
  transition: all 0.4s;
}
.xemthemabout .lienheabout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 15px 25px;
  border: 2px solid var(--color-main);
}
.xemthemabout .lienheabout:hover {
  background-color: white;
}
.photo-about {
  position: relative;
  width: 49%;
}
.photo-about1 {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 80px;
}
.anhgt1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.anhgt2 {
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
  margin: auto;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
}
.anhgt3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
/* dichvu */
.dichvu {
  padding: 80px 0px;
  background-color: #bbd4d4;
}
.dichvu .flex {
  display: flex;
  justify-content: space-between;
}
.dichvuleft {
  width: 62%;
}
.dichvu .desc {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  margin: 15px 70px 0px;
}
.dichvu .grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.dvtong {
  transition: all 0.4s;
  padding: 40px 75px 50px 40px;
  border-radius: 10px;
  border: 1px solid var(--color-main);
  text-align: left;
}
.dvtong:hover {
  transform: translateY(-8px);
}
.dvtong h3 {
  margin: 5px 0px 10px;
}
.dvtong h3 a {
  font-family: "SVN-Bold";
  font-size: 18px;
  color: var(--color-text);
  text-transform: capitalize;
}
.dvtong h3 a:hover {
  color: var(--color-hover);
}
.dvtong span {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
}
.xemthemdv {
  width: fit-content;
  margin-top: 10px;
}
.xemthemdv a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "SVN-Med";
  font-size: 16px;
  color: var(--color-text);
  text-transform: capitalize;
}
.xemthemdv a:hover i {
  animation: arrbtn 0.7s linear infinite;
}
.dichvuright {
  width: 33.4%;
}
.anhdv {
  width: fit-content;
  margin-left: auto;
}

/* giatri */
.giatri {
  padding: 90px 0px 80px;
  background: url(../images/viengiatri.png) center/cover no-repeat;
}
.giatrichung {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: left;
  border-radius: 120px 0px 120px 0px;
  overflow: hidden;
}
.giatri-img {
  width: 100%;
}
.giatri-info {
  width: 100%;
  margin-top: 15px;
}
.giatritong2 .giatri-info {
  margin: 55px 0px 15px;
}
.giatri-info h3 {
  margin-bottom: 10px;
}
.giatri-info h3 a {
  font-family: "SVN-Bold";
  font-size: 18px;
  color: var(--color-text);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.giatri-info h3 a:hover {
  color: var(--color-hover);
}
.giatri-info span {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* combo */
.combo {
  padding: 90px 0px 75px;
  background-color: #bbd4d4;
}
.combo .flex {
  margin-top: 30px;
  justify-content: space-between;
  align-items: start;
}
.combo-left {
  width: 26%;
  text-align: left;
}
.combo-left p {
  font-family: "SVN-SemiBold";
  font-size: 17px;
  color: var(--color-text);
  line-height: 1.5;
  margin-bottom: 30px;
}
.title-dv-main {
  margin-left: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 17px;
}
.title-dv-main span {
  position: relative;
  font-family: "SVN";
  font-size: 17px;
  color: var(--color-text);
  padding-left: 15px;
}
.title-dv-main span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: var(--color-text);
  border-radius: 50%;
}
.title-dv-main span:hover,
.title-dv-main span.active {
  color: var(--color-hover);
}
.title-dv-main span:hover:after,
.title-dv-main span.active:after {
  background-color: var(--color-hover);
}
.banggia {
  margin-top: 85px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 15px 10px 22px;
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
  font-family: "SVN-Bold";
  font-size: 16px;
  color: var(--color-text);
  border: none;
  border-radius: 0;
}
.banggia:hover {
  color: white;
  background-color: var(--color-main);
}
.banggia:hover .thei {
  animation: arrbtn 0.7s linear infinite;
}
.anhbg {
  width: fit-content;
  margin: auto;
}
.combo-right {
  width: 72%;
}
.cbtong {
  border-radius: 10px;
  background-color: #d6eaea;
  padding: 25px 20px 35px 20px;
}
.cbtong h3 {
  margin-bottom: 18px;
}
.cbtong h3 a {
  font-family: "SVN-Bold";
  font-size: 18px;
  color: var(--color-text);
  text-transform: capitalize;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.cbtong h3 a:hover {
  color: var(--color-hover);
}
.cb-img {
  width: fit-content;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #69a1a1;
}
.cb-info {
  margin-top: 20px;
}
.cb-info p {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  line-height: 1.5;
  margin-bottom: 12px;
}
.cb-info span {
  font-family: "SVN-Bold";
  font-size: 20px;
  color: var(--color-hover);
}

/* sanpham */
.sanpham {
  padding: 90px 0px 40px;
}
.sanpham .load-product {
  margin-top: 20px;
}
.progress {
  background-color: #ff550021 !important;
  height: 12px !important;
  border-radius: 20px !important;
}
.progress-bar {
  border-radius: 20px !important;
  text-align: center;
  background-color: var(--color-hover) !important;
}
.progress-bar span {
  font-family: "Inter-Med";
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.product {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid var(--color-main);
  overflow: hidden;
}
.product-img {
  position: relative;
}
.product-info {
  padding: 30px 0px 10px;
}
.product-name {
  margin-bottom: 5px;
}
.product-name a {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: fit-content;
  margin: auto;
}
.product-name a:hover {
  color: var(--color-hover);
}
.desc-product {
  font-family: "SVN";
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}
.desc-product p {
  margin-bottom: 0;
}
.w-fit {
  width: fit-content;
}
.price-new {
  font-family: "SVN-Bold";
  font-size: 18px;
  color: var(--color-hover);
}
.price-old {
  font-family: "Roboto";
  font-size: 16px;
  /* color: #828282; */
  color: rgba(255, 255, 255, 0.9);
  text-decoration: line-through;
}
.price-per {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Roboto-SemiBold";
  font-size: 13px;
  color: white;
  background-color: #c22830;
  border-radius: 10px 0px 10px 0px;
  padding: 2px 8px;
}

.right-pro-detail .flex1 {
  font-family: var(--font-text);
}

/* divchung */
.divchung {
  background: url(../images/vienchung.png) center/cover no-repeat;
}
/* chinhanh */
.chinhanh {
  padding: 40px 0px 45px;
}
.chinhanhflex {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  /* grid-template-columns: repeat(2, 1fr); */
  /* margin: 25px 305px 0px; */
}
.cntong {
  overflow: hidden;
  background-color: white;
  border-radius: 60px 60px 10px 10px;
  border: 1px solid var(--color-main);
  max-width: 285px;
}
.cn-info {
  padding: 18px 15px 15px;
}
.cn-info h3 {
  margin-bottom: 13px;
}
.cn-info h3 a {
  width: fit-content;
  margin: auto;
  display: block;
  font-family: "Beautique";
  font-size: 20px;
  color: var(--color-text);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.cn-info h3 a:hover {
  color: var(--color-hover);
}
.cn-info p {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  margin-bottom: 2px;
}
.cn-info .flex {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cn-info .flex a:hover {
  background-color: var(--color-hover);
}
.cn-info .flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  border-radius: 3px;
  background-color: var(--color-main);
  font-family: "SVN-Bold";
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  line-height: 1;
}

.grid-chinhanh {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.chinhanh1 {
  grid-column: span 8 / span 8;
  grid-row: span 2 / span 2;
}
.chinhanh2 {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}
.chinhanh3 {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}
.overlay-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "SVN-Bold";
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* khonggian */
.khonggian {
  padding: 45px 0px 80px;
}
.kg-img {
  border: 3px solid var(--color-main);
}

/* feedback */
.feedback {
  position: relative;
  z-index: 2;
  padding: 80px 0px 75px;
  background-color: #bbd4d4;
}
.feedback .flex {
  justify-content: space-between;
  align-items: center;
}
.fb-left {
  position: relative;
  width: 48.3%;
  padding-bottom: 50px;
}
.anhfb {
  position: absolute;
  width: fit-content;
  overflow: hidden;
}
.anhfb1 {
  position: relative;
  border-radius: 0px 0px 0px 170px;
}
.anhfb2 {
  top: 30px;
  right: 20px;
  border-radius: 10px;
}
.anhfb3 {
  right: 0;
  bottom: 0;
  border-radius: 0px 90px 0px 0px;
}
.fb-right {
  width: 48%;
}
.fb-right .tenchudao {
  margin-bottom: 20px;
}
.fb-content {
  margin: 25px 0px 22px;
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  line-height: 1.75;
}
.fb-name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-top: 17px;
}
.fb-img {
  border-radius: 50%;
}
.fbtong h3 {
  font-family: "SVN-Bold";
  font-size: 17px;
  color: var(--color-text);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.fbtong span {
  position: relative;
  font-family: "SVN";
  font-size: 15px;
  color: var(--color-desc);
}

/* cauhoi */
.cauhoi {
  padding: 80px 0px 90px;
  background-color: #bbd4d4;
}
.cauhoi .flex {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.cauhoichung {
  width: 47.5%;
  max-height: 310px;
  overflow-y: scroll;
  padding-right: 5px;
  text-align: left;
  padding: 5px 5px 0px 5px;
}
.cauhoichung::-webkit-scrollbar {
  width: 3px; /* chiá»u ngang thanh cuá»™n dá»c */
}

.cauhoichung::-webkit-scrollbar-thumb {
  background-color: var(--color-main); /* mÃ u Ä‘en cho thanh cuá»™n */
  /* background-color: #a1a1a1; */
  border-radius: 3px; /* bo trÃ²n nháº¹ */
}

.cauhoichung::-webkit-scrollbar-track {
  background: transparent; /* xÃ³a ná»n tráº¯ng phÃ­a sau */
}
.cauhoitong {
  margin-bottom: 20px;
}
.cauhoitong:hover .title {
  color: var(--color-hover);
}
.cauhoitong.active .title {
  color: var(--color-hover);
}
.cauhoitong .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: "SVN-SemiBold";
  font-size: 18px;
  color: var(--color-text);
  padding: 16px 20px 16px 30px;
  border-radius: 10px;
  background-color: #d6eaea;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
}
.cauhoitong .desc {
  margin-top: 5px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  font-family: "SVN";
  font-size: 15px;
  color: var(--color-desc);
  display: none;
}

/* dangky */
.dangky {
  width: 47.5%;
  padding: 20px 30px 30px;
  border-radius: 10px;
  background-color: var(--color-main);
}
.dangky h2 {
  font-family: "SVN-Bold";
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}
.dangky2 .row {
  justify-content: space-between;
  margin: 0 !important;
}
.dangky2 .col-sm-6 {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
  padding: 12px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid white;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  height: 50px;
}
.dangky2 .col-sm-12 {
  padding: 12px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid white;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
  margin-bottom: 12px;
}
.dangky2 input {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: none;
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.dangky2 input::placeholder {
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.dangky2 input:focus {
  box-shadow: none;
  border: none;
}
.dangky2 textarea {
  width: 100%;
  box-shadow: none;
  padding: 0px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  height: 55px;
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.dangky2 textarea::placeholder {
  font-family: "SVN";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.dangky2 .btn_newsletter {
  position: relative;
  width: 100%;
  padding: 15px;
  font-family: "SVN-Bold";
  font-size: 17px;
  color: var(--color-text);
  text-transform: uppercase;
  background-color: white;
}

.dangky2 .btn_newsletter:hover {
  color: var(--color-hover);
}
.dangky2 .btn_newsletter:hover img {
  animation: arrbtn 0.7s linear infinite;
}

/* tintuc */
.tintuc {
  padding: 90px 0px 85px;
  background: url(../images/vientintuc.png) center/cover no-repeat;
}
.tintuc .swiper {
  margin-top: 30px;
}
.tintuctong {
  position: relative;
  text-align: left;
}
.tintuc-img {
  position: relative;
}
.tintuc-info {
  margin-top: 20px;
}
.tintuc-info h3 {
  margin-bottom: 15px;
}
.tintuc-info h3 a {
  width: fit-content;
  font-family: "SVN-Bold";
  font-size: 20px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
.tintuc-info h3 a:hover {
  color: var(--color-hover);
}
.desctintuc {
  font-family: "Roboto";
  font-size: 14px;
  color: #2d2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.75;
}
.desctintuc p {
  margin-bottom: 0;
}
.tintuctong .flex {
  position: relative;
  width: fit-content;
  justify-content: start;
  align-items: center;
  gap: 27px;
}
.thoigian {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-family: "SVN";
  font-size: 15px;
  color: var(--color-desc);
}
.xemthemtintuc a:hover i {
  animation: arrbtn 0.7s linear infinite;
}

/* 5 anh nghieng  */
.albumcontainer {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  perspective: 2000px;
  height: 380px;
  margin-top: 30px;
}
.albumcontainer .btn-prev,
.albumcontainer .btn-next {
  background-color: var(--color-desc);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.albumcontainer .btn-next i,
.albumcontainer .btn-prev i {
  color: white;
}
.albumcontainer .btn-prev {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translateY(-50%);
  z-index: 10;
}
.albumcontainer .btn-next {
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translateY(-50%);
  z-index: 10;
}
.album-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid var(--color-main);
}
.album-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c7dddd85;
}
.albumcontainer img {
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  pointer-events: none;
}
/* Trung tÃ¢m */
.album-item.active {
  transform: translate(-50%, -50%) scale(1) rotateY(0deg);
  z-index: 5;
  opacity: 1;
  width: 480px;
}
.album-item.active:after {
  display: none;
}

/* BÃªn trÃ¡i gáº§n */
.album-item.left1 {
  transform: translate(calc(-90% - 20px), -50%) scale(0.77);
  /* transform: translate(calc(-86% - 20px), -50%) scale(0.85) rotateY(40deg); */
  z-index: 4;
  opacity: 1;
}

/* BÃªn pháº£i gáº§n */
.album-item.right1 {
  transform: translate(calc(-11% + 25px), -50%) scale(0.77);
  /* transform: translate(calc(-15% + 25px), -50%) scale(0.85) rotateY(-40deg); */
  z-index: 4;
  opacity: 1;
}

/* BÃªn trÃ¡i xa */
.album-item.left2 {
  transform: translate(calc(-116% - 40px), -50%) scale(0.62);
  /* transform: translate(calc(-113% - 40px), -50%) scale(0.65) rotateY(40deg); */
  z-index: 3;
  opacity: 1;
}

/* BÃªn pháº£i xa */
.album-item.right2 {
  transform: translate(calc(16% + 40px), -50%) scale(0.62);
  /* transform: translate(calc(7% + 40px), -50%) scale(0.65) rotateY(-40deg); */
  z-index: 3;
  opacity: 1;
}

/* BÃªn trÃ¡i xa */
.album-item.left3 {
  transform: translate(calc(-140% - 40px), -50%) scale(0.47);
  z-index: 2;
  opacity: 1;
}

/* BÃªn pháº£i xa */
.album-item.right3 {
  transform: translate(calc(43% + 40px), -50%) scale(0.47);
  z-index: 2;
  opacity: 1;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.tenweb {
  position: relative;
  z-index: 2;
  font-family: "UTM";
  font-size: 40px;
  color: #2d2d2d;
}
.tenchudao {
  position: relative;
  z-index: 2;
  font-family: var(--font-main);
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sloganchudao {
  font-family: var(--font-text);
  font-size: 16px;
  color: var(--color-desc);
  margin: 10px auto;
}
.motachudao {
  font-family: "SVN";
  font-size: 16px;
  color: var(--color-desc);
  margin: 15px 195px 0px;
}
.mauchudao {
  background: linear-gradient(to right, #13a4f7, #1957dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}
.mauchudao2 {
  background: linear-gradient(to bottom, #d4a55a, #ffe5bc, #d4a55a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.white {
  color: white !important;
}
.white2 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.main {
  color: var(--color-main) !important;
}
.main2 {
  color: var(--color-main2) !important;
}
.red {
  color: var(--color-hover) !important;
}
.den {
  color: var(--color-text) !important;
}
.den2 {
  color: var(--color-desc) !important;
}

.imgchudao {
  margin: 5px auto 0px;
}
.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: white !important;
  box-shadow: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 40px;
}
