/* danhmuc */
.danhmuc {
  padding: 55px 0px;
  background: url(../images/web/viendangky2.png) top center/cover no-repeat;
}
.danhmuc .swiper {
  margin-top: 20px;
}
.cap1-img .scale-img2 {
  border-radius: 50%;
}
.cap1tong {
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
}
.cap1tong:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  height: 50%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.cap1tong h3 {
  margin: 15px 40px 0px;
}
.cap1tong h3 a {
  font-family: "Fz-Med";
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #262626;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
}
.cap1tong h3 a:hover {
  color: var(--color-main);
}

/* sanpham */
.sanpham {
  padding: 60px 0px 55px;
}
.sanphamchung {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sanpham .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-radius: 22px;
  background: linear-gradient(to bottom, #2fba4d00, #2fba4d18);
}
.sanpham .name {
  width: 65%;
}
.sanpham .name h2 {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  padding: 3px 28px 3px 4px;
  border-radius: 22px;
  background-color: var(--color-main);
  font-family: var(--font-main);
  font-size: clamp(15px, calc(18 / 1200 * 120vw), 20px);
  color: white;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 0;
  line-height: 1;
}
.sanpham .name h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #0d8f1c;
  border-radius: 50%;
}
.sanpham .name h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 115%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #2fba4d;
  border-radius: 50%;
}
.xemtatca {
  padding-right: 15px;
}
.xemtatca a {
  font-family: var(--font-title);
  font-size: clamp(13px, calc(15 / 1200 * 120vw), 16px);
  color: var(--color-hover);
  text-transform: uppercase;
}
.xemtatca a:hover {
  color: var(--color-main);
}
.sanpham .myPaging {
  margin-top: 30px;
}
.product-item {
  position: relative;
  text-align: center;
  padding: 5px 5px 25px 5px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.09);
}
.product-item-info {
  position: relative;
  padding-top: 15px;
}
.product-item-name {
  margin-bottom: 12px;
}
.product-item-name a {
  font-family: "Fz-Med";
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #262626;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
}
.product-item-name a:hover {
  color: var(--color-hover);
}
.product-item-price p {
  font-family: "Fz";
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
  margin-bottom: 0;
}
.price-new {
  font-family: "Fz-Bold";
  font-size: clamp(14px, calc(15 / 1200 * 120vw), 16px);
  color: var(--color-main);
}
.price-new img {
  margin: 3px 0px 0px 3px;
}
.price-new:hover {
  filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(7438%)
    hue-rotate(1deg) brightness(106%) contrast(118%);
}
.price-old {
  font-family: "SVN";
  font-size: clamp(12px, calc(14 / 1200 * 120vw), 14px);
  color: #666666;
  text-decoration: line-through;
}
.price-per {
  position: absolute;
  top: -7px;
  right: 5px;
  background-color: var(--color-hover);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-family: "Fz";
  font-size: 15px;
  color: #2d2d2d;
}
.product-item-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efe6d5;
}

/* dangky2 */
.dangky2 {
  padding: 52px 0px 60px;
  background: url(../images/web/viendangky2.png) top center/cover;
}
.dangky2 .flex {
  margin: 22px 100px 0px;
  justify-content: space-between;
}
.dk-left {
  width: 72%;
}
.maqr {
  width: 21.8%;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--color-main);
  text-align: center;
}
.maqr-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
.maqr span {
  font-family: "Fz-SemiBold";
  font-size: clamp(14px, calc(16 / 1200 * 120vw), 18px);
  color: white;
  text-transform: uppercase;
}
.dangky2 .row {
  justify-content: space-between;
  margin: 0 !important;
}
.dangky2 .col-sm-6 {
  margin-bottom: 10px;
  width: 49.3%;
  display: flex;
  justify-content: start;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}
.dangky2 .col-sm-12 {
  margin-bottom: 10px;
  height: 115px;
}
input,
textarea {
  outline: none;
}
.dangky2 input {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: none;
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
  border: none;
  background-color: white;
  padding-left: 12px;
  line-height: 44px;
}
.dangky2 input::placeholder {
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
}
.dangky2 input:focus {
  box-shadow: none;
}
.dangky2 textarea {
  width: 100%;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: white;
  height: 115px !important;
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
}
.dangky2 textarea::placeholder {
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
}
.dangky2 .btn_newsletter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: auto;
  border-radius: 30px;
  padding: 7px 42px;
  font-family: var(--font-title);
  font-size: clamp(14px, calc(16 / 1200 * 120vw), 18px);
  color: white;
  text-transform: uppercase;
  background-color: var(--color-hover);
}
.dangky2 .btn_newsletter:hover {
  color: white;
  background: var(--color-hover);
}

/* camket */
.camket {
  padding: 50px 0px 55px;
  background: url(../images/web/viencamket.png) top center/cover no-repeat;
}
.camket .tenweb {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), #ffffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.camket .swiper {
  margin-top: 22px;
}
.camkettong {
  position: relative;
  z-index: 2;
  text-align: center;
}
.camkettong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72%;
  background-color: #55555575;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  z-index: -1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.camket-img2 {
  position: relative;
  padding: 1px;
  width: fit-content;
  margin: auto;
}
.camket-img2:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  -webkit-mask-image: url(../images/web/viencamketimg.png);
  mask-image: url(../images/web/viencamketimg.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;

  background-color: var(--color-main);
}
.camket-img1 {
  position: relative;
  padding: 3px;
}
.camket .camket-img1:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url(../images/web/viencamketimg.png);
  mask-image: url(../images/web/viencamketimg.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #000000e1;
  z-index: -2;
}
.camket-img1:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url(../images/web/viencamketimg.png);
  mask-image: url(../images/web/viencamketimg.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: white;
  z-index: -2;
}
.camket-img {
  width: 104px;
  height: 117px;
  background: url(../images/web/viencamketimg.png) center/100% 100% no-repeat;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.camket-img img {
  max-width: 50px;
  max-height: 50px;
}
.camket-info {
  padding: 15px 25px;
}
.camket-info h3 {
  margin-bottom: 2px;
}
.camket-info h3 a {
  font-family: var(--font-title);
  font-size: clamp(14px, calc(15 / 1200 * 120vw), 16px);
  color: white;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
}
.camket-info h3 a:hover {
  color: var(--color-main);
}
.camket-info span {
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

/* video */
.video {
  padding: 52px 0px 60px;
}
.video .swiper {
  display: none;
}
.video-img {
  position: relative;
}
.video-img .scale-img2 {
  border-radius: 10px;
}
.albumcontainer {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  perspective: 2000px;
  height: 452px;
  margin-top: 22px;
}
.albumcontainer .album-item {
  position: absolute;
  top: 50%;
  left: 50%;

  transition:
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.6s ease,
    width 0.9s ease,
    height 0.9s ease;

  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.albumcontainer .album-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.albumcontainer .album-item.right2:after,
.albumcontainer .album-item.left2:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.itemvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.albumcontainer .itemvideo {
  opacity: 0;
}
.album-item img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.album-item a {
  -webkit-user-drag: none;
}

/* CENTER */
.album-item.active {
  transform: translate(-50%, -50%) scale(1);

  z-index: 5;
  opacity: 1;

  width: 476px;
  border-radius: 5px;
  border: 5px solid white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
}
.album-item.active:after {
  display: none;
}
.album-item.active .itemvideo {
  opacity: 1;
}
.album-item .scale-img2 {
  border-radius: 10px;
}
.album-item.active .scale-img2 {
  border-radius: 5px;
}

/* LEFT 1 */
.album-item.left1 {
  transform: translate(calc(-101% - 40px), -50%) scale(0.8) rotateY(48deg);
  z-index: 4;
  opacity: 1;
}

/* RIGHT 1 */
.album-item.right1 {
  transform: translate(calc(1% + 40px), -50%) scale(0.8) rotateY(-48deg);
  z-index: 4;
  opacity: 1;
}

/* LEFT 2 */
.album-item.left2 {
  transform: translate(calc(-145% - 40px), -50%) scale(0.7) rotateY(48deg);
  z-index: 2;
  opacity: 1;
}

/* RIGHT 2 */
.album-item.right2 {
  transform: translate(calc(45% + 40px), -50%) scale(0.7) rotateY(-48deg);
  z-index: 2;
  opacity: 1;
}

/* tintuc */
.tintuc {
  padding: 55px 0px 100px;
  margin-bottom: -35px;
  background-color: #f2f2f2;
}
.tintuc .swiper {
  margin-top: 30px;
}
.tintuc .swiper-slide {
  overflow: hidden;
}
.tintuctong {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0px 15px 15px;
}
.tintuctong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58%;
  background-color: white;
  border-radius: 10px;
  z-index: -1;
}
.tintuc-img {
  overflow: hidden;
  border-radius: 10px;
}
.tintuc-info {
  margin-top: 15px;
}
.tintuc-info h3 {
  margin-bottom: 10px;
}
.tintuc-info h3 a {
  font-family: var(--font-title);
  font-size: clamp(14px, calc(15 / 1200 * 120vw), 17px);
  color: #282828;
  text-transform: uppercase;
}
.tintuc-info h3 a:hover {
  color: var(--color-hover);
}
.desctintuc {
  font-family: var(--font-text);
  font-size: clamp(13px, calc(13 / 1200 * 120vw), 14px);
  color: #4d4d4d;
  line-height: 1.7;
}
.linetintuc {
  margin: 12px 0px;
  height: 1px;
  border-bottom: 1px dashed #787878;
}
.tintuc-info .flex {
  justify-content: space-between;
  align-items: center;
}
.thoigian {
  font-family: var(--font-text);
  font-size: clamp(12px, calc(12 / 1200 * 120vw), 13px);
  color: #59595980;
}
.xemthemtintuc a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-title);
  font-size: clamp(14px, calc(15 / 1200 * 120vw), 16px);
  color: var(--color-hover);
}
.xemthemtintuc a:hover {
  color: var(--color-main);
}

.text-split4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.text-split3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.tenweb {
  position: relative;
  font-family: "Fz-Med";
  font-size: clamp(15px, calc(20 / 1200 * 120vw), 25px);
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #00000011, #00000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}
.tenchudao {
  position: relative;
  font-family: var(--font-main);
  font-size: clamp(20px, calc(30 / 1200 * 120vw), 40px);
  text-transform: uppercase;
}
.sloganchudao {
  font-family: var(--font-text);
  font-size: 15px;
  color: var(--color-text);
  margin: 10px auto;
}
.motachudao {
  font-family: var(--font-text);
  font-size: clamp(13px, calc(14 / 1200 * 120vw), 15px);
  color: #4d4d4d;
  margin-top: 15px;
}
.bgchudao {
  background: linear-gradient(to right, #ff8700, #ff6300);
}
.mauchudao {
  background: linear-gradient(to right, #0b52d0, #062a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}
.mauchudao2 {
  background: linear-gradient(to right, #eaae08, #ffd47c);
  -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;
}
.hover {
  color: var(--color-hover) !important;
}
.den {
  color: var(--color-7) !important;
}
.den2 {
  color: var(--color-desc) !important;
}

.imgchudao {
  display: block;
  margin: 10px auto 0px;
}
