* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  background: #ffe9d0;
  overflow-x: hidden;
}

html {
  font-family: "Montserrat";
  font-weight: 400;
}

h1 {
  font-family: "SVN-TradeMark", Helvetica, sans-serif;
  font-size: 64px;
  color: #ac2023;
  text-align: left;
  width: 60%;
}

p {
  font-family: Montserrat;
  font-size: 24px;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
  position: relative;
  transition: transform 0.3s ease;
}

button:hover {
  transform: scale(1.05);
}

#container {
  width: 100%; /* Luôn chiếm hết chiều rộng trình duyệt */
  max-width: 1920px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-origin: top left;
}

.header {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.header .header-items1 {
  font-size: 100px;
  font-family: Montserrat;
  font-weight: 900;
  color: #9e2210;
  font-style: Black;
}

.header .header-items1 span {
  font-family: "SVN-TradeMark";
  color: #ffbb00;
  font-weight: 400;
  font-size: 105px;
  font-style: Regular;
}

.content {
  width: 100%;
  max-width: 1680px;
  margin-top: 50px;
  position: relative;
  margin-top: 130px;
}

.content img {
  width: 100%;
  height: 584px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.content-items {
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}

.content-items .img-1 {
  width: auto;
  height: 440px;
  position: absolute;
  top: -120px;
}

.content-items .img-2 {
  width: auto;
  height: 110px;
  position: absolute;
  top: 320px;
}

.items-1 {
  width: 100%;
  margin-top: -600px;
  margin-bottom: -500px;
}

.items-1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}


.items-2 {
  position: relative;
  width: 90%;
  max-width: 1400px; 
  margin: 50px auto; 
  aspect-ratio: 3 / 1; 
} 


.items-2 .bg-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; 
  z-index: 1;
  display: block;
}

.items-2 .content-text {
  position: absolute;
  z-index: 2;
  inset: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-2 .content-text p {
  color: #fff;
  margin: 0;
  text-align: justify;
  width: 85%;
  max-height: 80%; 
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}



.content-body {
  width: 1920px;
  margin: 0 auto;
}

.contentbody-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.contentbody-items-right,
.contentbody-items-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}


.contentbody-items-left img {
  width: 1160px;
}

.contentbody-items-right h1 {
  width: 726px;
  font-size: 92px;
  text-align: left;
  line-height: 100%;
  font-style: Regular;
}

.contentbody-items-left h1 {
  width: 100%;
  font-size: 92px;
  text-align: center;
  line-height: 100%;
  font-style: Regular;
}

.contentbody-items-right p {
  font-size: 32px;
  width: 100%;
  text-align: left;
  font-style: Regular;
  font-weight: 400;
  padding-right: 50px;
}

.contentbody-items-right  {
  margin-right: 70px;
}

.contentbody-items-left p {
  font-size: 32px;
  width: 55%;
  text-align: justify;
  font-style: Regular;
  font-weight: 400;
}

.header-2 {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-2 .header-items-1 {
  display: flex;
  flex-direction: column;
  font-family: "SVN-TradeMark", cursive;
  font-size: 174px;
  color: #ffbb00;
  font-weight: 400;
  line-height: 0.7;
}

.header-2 .header-items-1 .indent-lo {
  padding-top: 40px;
  margin-right: 40px;
  text-align: right;
}

.header-2 .header-items-2 {
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #9e2210;
  font-weight: 900;
  line-height: 1.1;
}

.header-2 .header-items-2 .top-text {
  font-size: 120px;
  letter-spacing: -1px;
}

.header-2 .header-items-2 .bot-text {
  font-size: 100px;
  text-transform: uppercase;
}

.header-2 .header-items-2 .bot-text span {
  font-size: 0.8em;
  font-weight: 700;
}

.title {
  width: 1000px;
  margin: 0 auto;
  font-size: 92px;
  font-family: "SVN-TradeMark";
  color: #9e2210;
  text-align: center;
}

.content-container {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content-container .sub-content-container {
  position: absolute;
  top: 0;
}

.content-container .sub-content-container .img-back {
  position: absolute;
  top: 0;
  right: -56px;
}

.content-container .sub-content-container .img-front {
  position: absolute;
  top: 0;
  left: -56px;
}

.content-container .sub-content-container img {
  width: 600px;
}

.container {
  margin-top: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.container .out {
  position: absolute;
  top: -30px;
}


.content-ctn {
  width: 100%;
  position: absolute;
  top: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 20px
}

.content-ctn h3 {
  margin: 0 auto;
  text-align: center;
  width: 716px;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 400;
}

.content-ctn img {
  width: 400px;
}

.container-1 {
  width: 100%;
  height: 306px;
  text-align: left;
  margin-top: 100px;
}

.container-1 .title-1 {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 120px;
  padding-left: 200px;
  color: #9e2210;
}

.container-1 .title-2 {
  font-weight: 400;
  font-family: "SVN-TradeMark";
  padding-left: 200px;
  font-size: 126px;
  color: #f1b202;
}

.khung-4 {
  width: 100%;
  height: 1074px;
  display: block;
  margin: 10px auto;
  position: relative;
}

.khung-4 .items {
  position: absolute;
  top: 0;
  left: 0;
}

.khung-4 .items .img-1 {
  position: absolute;
  top: 123.79px;
  left: 260px;
  z-index: 3;
  width: 492px;
  height: 361px;
}

.khung-4 .items .img-2 {
  position: absolute;
  z-index: 1;
  top: 160.79px;
  left: 298px;
  width: 899px;
  height: 427px;
}

.khung-4 .items .img-3 {
  z-index: 3;
  position: absolute;
  left: 800px;
  width: 423px;
  height: 400px;
  top: 285px;
}

.container-2 {
  margin-top: 600px;
  position: absolute;
  left: 1450px;
  width: 798px;
  height: 615px;
  top: -200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}

.container-2 .out {
  width: 798px;
  height: 615px;
  position: absolute;
  top: -25px;
}

.container-2 .in {
  width: 713px;
  height: 600px;
}

.container-2 .content-ctn {
  width: 600px;
  position: absolute;
  top: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;  
  margin-top: 80px;
}

.container-2 .content-ctn h3 {
  margin:auto auto;
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 32px;
}

.container-2 .content-ctn img {
  width: 400px;
  height: 135px;
}

.khung-5 {
  width: 1920px;
  background: #812c19;
  height: 1219px;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
}

.khung-5 .overlay {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.k5-container {
  width: 100%;
  height: 100%;
  border: 5px solid #d59c00;
  position: relative;
  z-index: 1;
}

.k5-container .items {
  position: absolute;
}

.k5-container .items:nth-child(1) {
  top: 198px;
  left: 200px;
  width: 35%;
}

.k5-container .items:nth-child(1) h2 {
  width: 570px;
  font-family: Montserrat;
  font-size: 100px;
  font-weight: 900;
  color: #fdb913;
  text-transform: lowercase;
  line-height: 1.1;
  text-shadow: 3px 3px 0px #631d0e;
  margin: 0;
}

.k5-container .items:nth-child(1) h2::first-letter {
  text-transform: uppercase;
}

.k5-container .items:nth-child(2) {
  top: 625px;
  left: 550px;
  width: 383px;
  height: 349px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k5-container .items:nth-child(2) div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.k5-container .items:nth-child(2) div img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.k5-container .items:nth-child(2) p {
  padding: 20px;
  font-size: 32px;
  color: #1d1d1d;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
  font-weight: 400;
}

.k5-container .items:nth-child(3) {
  top: 132px;
  left: 850px;
  width: 350px;
  z-index: 2;
}

.k5-container .items:nth-child(3) img {
  width: 811px;
  height: 456px;
}

.k5-container .items:nth-child(4) {
  top: 446px;
  left: 950px;
  width: 400px;
  z-index: 3;
}

.k5-container .items:nth-child(4) img {
  width: 725px;
  height: 544px;
  border: 4px solid #fff;
}

.k5-container .items:nth-child(5) {
  position: absolute;
  top: 1052px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  z-index: 10;
}

.k5-container .items:nth-child(5) img {
  width: 353px;
  height: 135px;
}

.khung-6 {
  width: 100%;
  height: 1130px;
  background-image: url(../assets/img/CongThonTamKy\ 2.png);
  position: relative;
}

.khung-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.khung-6 .items {
  position: absolute;
  z-index: 1;
}

.khung-6 .items img {
  width: 100%;
  height: auto;
  display: block;
}

.khung-6 .items:nth-child(1) {
  top: 281px;
  left: 30%;
  width: 300px;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 128px;
  color: #fdb913;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.khung-6 .items:nth-child(2) {
  top: 331px;
  left: 60%;
  width: 498px;
  height: 251px;
  z-index: 3;
  transform: rotate(-5deg);
}

.khung-6 .items:nth-child(3) {
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  width: 755px;
  height: 221px;
  z-index: 4;
}

.khung-6 .items:nth-child(4) {
  top: 865px;
  left: 50%;
  transform: translateX(-50%);
  width: 364px;
  height: 145px;
  z-index: 5;
  cursor: pointer;
}

.khung-6 .items:nth-child(4):hover {
  transform: translateX(-50%) scale(1.05);
  transition: transform 0.3s ease;
}

.khung-7 {
  width: 100%;
  height: auto;
  position: relative;
}

.khung-7 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  overflow: hidden;
  width: 100%;
  height: 60%;
}

.khung-7 .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k7-container {
  width: 100%;
  margin: 0 auto;

  background: linear-gradient(to bottom, #812a1c 60%, transparent 40%);
}

.k7-title-section {
  margin: 0 auto;
  width: 70%;
  height: 489px;
  padding: 50px;
  display: flex;
  justify-content: center;
}

.k7-title-section h2 {
  color: #fdb913;
  font-size: 90px;
  font-family: Montserrat;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 40px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.deco-group-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}

.deco-group-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
}

.deco-group-1 img,
.deco-group-2 img {
  width: 240.5px;
  height: 62px;
}

.k7-content-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  position: relative;

  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center top;
}

.img-col {
  position: relative;
}
.img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.col-left {
  width: 372px;
  height: 869px;
  z-index: 1;
}
.col-left img {
  border-top-left-radius: 150px;
}

.col-center {
  width: 640px;
  height: 1001px;
  z-index: 1;
}
.col-center img {
  border-radius: 300px 300px 0 0;
}

.col-right {
  width: 372px;
  height: 869px;
  z-index: 1;
}
.col-right .main-img {
  border-bottom-right-radius: 150px;
}

.col-left img:first-child,
.col-right img:first-child {
  position: absolute;
  top: -100px;
  z-index: 2;
  width: 147px;
  height: auto;
  pointer-events: none;
}

.col-left img:first-child {
  position: absolute;
  right: 30px;
}

.col-right img:first-child {
  position: absolute;
  left: 5px;
}

.col-left img:nth-child(2),
.col-right .main-img {
  position: relative;
  z-index: 1;
  height: 100%;
}

.overlay-box {
  position: absolute;
  top: 800px;
  left: 1100px;
  width: 422px;
  height: 371px;
  z-index: 10;
}

.overlay-box img {
  width: 422px;
  height: 371px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

.frame-8-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.frame-8-header {
  margin: 200px 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #802b1c;
}

.frame-8-header .deco-1 {
  align-self: flex-start;
}

.frame-8-header .deco-2 {
  align-self: flex-end;
}

.frame-8-sub-header {
  margin: 100px 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #802b1c;
}

.frame-8-sub-header .deco-1 {
  display: flex;
  align-items: flex-start;
}

.frame-8-sub-header .deco-2 {
  display: flex;
  align-items: flex-end;
}

.frame-8-sub-header .header {
  font-size: 100px;
  font-family: Montserrat;
  font-weight: 900;
}

.frame-8-sub-header .sub-header {
  font-size: 100px;
  font-family: "SVN-TradeMark";
  font-weight: 400;
}

.frame-8-card-container {
  position: relative;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.frame-8-card-container .items {
  position: absolute;
  top: -100px;
  left: 0;
}

.frame-8-card-container .items .left {
  position: absolute;
  left: -150px;
}

.frame-8-card-container .items .right {
  position: absolute;
  left: 1200px;
}

.frame-8-card-container .items .bg {
  position: absolute;
  top: -70px;
  left: 550px;
  width: 727px;
  height: 727px;
}

.content-card {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
  display: flex;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content-card-2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-left {
  flex: 0 0 40%;
  position: relative;
}

.portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-right {
  width: 100%;
  padding: 30px 0;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0px,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 1px,
    transparent 10px
  );
}

.card-right img {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.card-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/dsd 1.png");
  opacity: 0.2;
  background-size: cover;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.card-name {
  font-family: "Montserrat";
  text-align: center;
  color: #fccc44;
  font-size: 75px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 2;
}

.card-slogan {
  font-family: "SVN-TradeMark";
  color: #fccc44;
  font-size: 69px;
  margin: 0 0 20px 0;
  text-align: center;
  z-index: 2;
}

.card-desc {
  font-size: 33px;
  line-height: normal;
  color: #f0f0f0;
  text-align: justify;
  padding-left: 15px;
  width: 55%;
  margin: 0 auto;
  font-family: Montserrat;
  z-index: 2;
  margin-top: 80px;
}

.card-btn {
  background: transparent; 
  border: none;          
  cursor: pointer;         
  margin: 30px auto 0 auto;
  display: block;           
  position: relative; 
  z-index: 10;
  transition: transform 0.2s;
  text-decoration: none;
}

.card-btn:hover {
  transform: scale(1.1); 
}


.card-right .card-btn img {
  width: 250px;       
  height: auto;      
  position: static;  
  z-index: auto;
}

.khung-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-bottom: 150px;
}

.khung-9 .khung9-items img {
  width: 397px;
  height: 549px;
  transition: transform 0.3s ease;
  transform-origin: center;
  transition: all 0.4s ease;
}

.khung-9 .khung9-items img:hover {
  transform: scale(1.05);
  transition: all 0.4s ease;
  margin: 20px;
}

.khung-9 .khung9-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.khung-9 .khung9-items .bg {
  background-image: url(./img/anh6.png);
  width: 397px;
  height: 549px;
  font-size: 32px;
  font-weight: 500;
  font-style: Medium;
  line-height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  font-family: Montserrat;
  border-radius: 16px;
  text-align: justify;
}

.khung-9 .items img {
  width: 90px;
}

.khung-9 .items {
  position: absolute;
  bottom: -50px;
}

.khung-9 .items .left {
  position: absolute;
  right: 650px;
}

.khung-9 .items .right {
  position: absolute;
  left: 650px;
}


/* Container chính giữ nguyên tỉ lệ khung ngang */
.items-3 {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 50px auto;
  /* XÓA aspect-ratio và height cứng đi */
  display: block; /* Để nó tự giãn theo chiều cao nội dung */
}

/* 2. ẢNH NỀN (Nằm dưới, tự giãn full theo khung) */
.items-3 .bg-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Luôn bám sát chiều cao của cha */
  object-fit: fill; /* Kéo giãn ảnh để lấp đầy, chấp nhận méo chút để không hở */
  z-index: 0;
}

/* 3. NỘI DUNG CHỮ (Quan trọng nhất: Đổi sang Relative) */
.items-3 .content-text-3 {
  position: relative; /* Đổi từ Absolute -> Relative */
  z-index: 2;         /* Để nổi lên trên ảnh nền */
  width: 100%;
  
  /* Căn chỉnh nội dung */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  /* Padding này cực quan trọng: 
     Nó giúp chữ không bị dính vào viền ảnh nền. 
     Dùng % để padding cũng co giãn theo màn hình */
  padding: 5% 8%; 
  box-sizing: border-box; /* Để padding không làm vỡ khung */
}

/* 4. TIÊU ĐỀ (Dùng clamp để chữ tự to nhỏ mượt mà) */
.items-3 h1 {
  color: #D59C00;
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  margin: 0 0 20px 0;
  
  /* Công thức: clamp(nhỏ nhất, ưu tiên, to nhất) */
  /* Chữ sẽ linh động từ 30px đến 55px tùy màn hình */
  font-size: clamp(30px, 5vw, 55px); 
}

/* 5. ĐOẠN VĂN */
.items-3 .content-text-3 p {
  color: #fff;
  text-align: justify;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5; /* Tăng dòng lên tý cho dễ đọc */
  margin: 0;
  
  /* Chữ linh động từ 16px đến 23px */
  font-size: clamp(16px, 2vw, 23px);
}

.khung-10 {
  margin-top: auto;
  background-image: url(./img/Group\ 206.png);
  width: 100%;
  height: 843px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: scale 0.5s ease-in;
}

.khung-10-parent {
  width: 100%;
  height: 843px;
  overflow: hidden;
}

/* .khung-10:has(a:hover) {
  scale: 1.1;
  transition: scale 0.5s ease-in;
} */

.khung-10 a:hover {
  scale: 1.1;
  transition: scale 0.5s ease-in;
}

.khung-10 a {
  scale: 1;
  transition: scale 0.5s ease-out;
}

.khung-10 .items:first-child {
  position: relative;
  width: 308px;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  margin-bottom: 50px;
}

.khung-10 .items:last-child {
  font-size: 100px;
}

.khung-10 .items:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.khung-10 .items:first-child img:nth-child(1) {
  z-index: 1;
}

.khung-10 .items:first-child img:nth-child(2) {
  z-index: 3;
}

.khung-10 .items:first-child img:nth-child(3) {
  z-index: 2;
  transform: translate(-50%, 25px);
}

.khung-10 .items:last-child {
  font-family: "Montserrat", sans-serif;
  font-size: 96px;
  font-weight: 900;
  color: #fdb913;
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.khung-10 .items {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.khung-10 .items:hover {
  transform: scale(1.5);
}

.text-kham-pha {
  position: absolute;
  z-index: 4; 
  top: 70%; 
  left: 29%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 24px; 
  font-weight: 500;
  color: #ffffff; 
  /* text-transform: uppercase;  */
  letter-spacing: 1px;
  white-space: nowrap; 
  pointer-events: none; 
}

.khung-11 {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.khung-11 .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.khung-11 .items .title {
  font-size: 100px;
  font-style: Black;
  font-weight: 900;
  font-family: Montserrat;
  color: #a11818;
}

.khung-11 .items .sub-title {
  font-family: "SVN-TradeMark";
  font-size: 87px;
  font-weight: 400;
  color: #d59c00;
}

.khung-11 .items .content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.khung-11 .items .content p {
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 400;
}

.khung-11 .items left {
  width: 737px;
  height: 540px;
}

.khung-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.khung-12 .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.khung-12 .items .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.khung-12 .items .header .title {
  font-weight: 400;
  font-size: 163px;
  color: #a11818;
  font-family: "SVN-TradeMark";
}

.khung-12 .items .header .sub-title {
  font-weight: 900;
  font-size: 185px;
  color: #a11818;
  font-style: ExtraBold;
  font-family: Montserrat;
}

.khung-12 .items .deco img {
  width: 348px;
  height: 72px;
}

.khung-12 .items p {
  font-size: 32px;
  width: 53%;
  color: #802b1c;
  font-weight: 400;
  font-family: Montserrat;
  text-align: center;
}

.khung-13 {
  margin-top: 100px;
  width: 100%;
  height: 1382px;
  background-image: url(./img/bg.png);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.khung-13 .group-left {
  width: 720px;
  height: 450px;
  background-image: url(./img/Group\ 190.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.khung-13 .group-left .title {
  width: 100%;
  color: #d59c00;
  font-size: 100px;
  font-weight: 800;
  font-family: Montserrat;
}

.khung-13 .group-left .sub-title {
  color: #d59c00;
  font-weight: 400;
  font-size: 87px;
  font-family: "SVN-TradeMark";
  text-align: center;
}

.khung-13 .group-right {
  width: 1000px;
  height: 1220px;
  background-image: url(./img/Group\ 15\.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px; /* Điều chỉnh số px để góc tròn nhiều hay ít */
  overflow: hidden;
}

.group-right .img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.group-right .img .items:first-child img {
  width: 838px;
  height: 559px;
  display: block;
  border-radius: 25px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.group-right .img .items:last-child {
  position: absolute;
  bottom: -70px;
  right: 100px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2;
}

.group-right .img .items:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-right .dec {
  margin-top: 140px;
  padding: 0 20px;
}

.group-right .dec p {
  font-family: "Montserrat";
  width: 90%;
  padding-left: 25px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  text-align: justify;
  margin-top: 30px;
}

.khung-14 {
  width: 100%;
  height: 589px;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.khung-14 .items {
  flex: 1;
  height: 100%;
}

.khung-14 .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.khung-14 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.khung-14 .content img {
  width: 714px;
  height: auto;
  display: block;
}

.khung-14 .content .title,
.khung-14 .content .sub-title {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.khung-14 .content .title {
  top: 25%;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 100px;
  color: #d59c00;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.khung-14 .content .sub-title {
  margin-top: 80px;
  font-family: "SVN-TradeMark";
  font-size: 87px;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.khung-15 {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 0;
}

.khung-15 .left {
  width: 440px;
  height: 461px;
}

.khung-15 .center {
  width: 835px;
  height: 512px;
}

.khung-15 .right {
  width: 461px;
  height: 573px;
}

.khung-15 .left,
.khung-15 .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.khung-15 .left > img,
.khung-15 .right > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: stretch;
  z-index: 1;
}

.khung-15 .left p,
.khung-15 .right p {
  position: relative;
  z-index: 2;
  padding: 40px;
  margin: 0;
  font-family: Montserrat;
  font-size: 32px;
  line-height: 1.2;
  color: #2f2f2f;
  text-align: left;
}

.khung-15 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #a0522d;
  padding: 15px;
  background-color: transparent;
  box-sizing: border-box;
}

.khung-15 .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .footer {
  width: 100%;
  height: 451px;
  background: #f2f0e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
}

.footer .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.footer .item button {
  border: none;
}

.footer .item .first {
  width: 308px;
  height: 73px;
  background: #fff;
  color: #000000;
  font-size: 30px;
  border-radius: 36px;
  font-family: Montserrat;
}

.footer .item .second {
  width: 228px;
  height: 73px;
  background: #000;
  color: #fff;
  border-radius: 36px;
  font-size: 30px;
  font-family: Montserrat;
} */

.footer-new-design {
  background-color: #f2f0e9;
  padding: 80px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.footer-new-design .ptit {
  font-size: 18px;
  font-style: italic;
  margin: 2rem 2rem 0 2rem ;
  text-align: center;
}

.footer-content {
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
}

.footer-content .ft-logo {
  max-width: 450px;
}

.footer-content .logo-box a {
 font-size: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.2;
}

.footer-content .logo-box a:hover { 
  text-decoration: underline;
  color: #0044CC;
}

.ft-logo h1 {
  font-size: 32px;
  font-weight: 900;
  color: #96281b;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.ft-contact,
.ft-form {
  flex-shrink: 0;
}

.ft-contact h3,
.ft-form h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}

.ft-contact p {
  font-size: 28px;
  color: #333;
  line-height: 1.6;
  margin: 8px 0;
  font-weight: 400;
}

.ft-contact a {
  display: inline-block;  
  color: #0044CC;        
  font-size: 25px;        
  font-family: "Montserrat", sans-serif; 
  text-decoration: none;   
  line-height: 1.2;      
  font-weight: 500;       
  margin-top: 15px;       
}

/* Hiệu ứng khi di chuột vào (tùy chọn) */
.ft-contact a:hover {
  color: #002a80;          /* Đổi màu đậm hơn chút khi hover */
  text-decoration: underline; /* Hiện gạch chân khi di chuột */
}

.ft-contact .phone {
  font-weight: 400;
  font-size: 28px;
}

.ft-form .form-group {
  display: flex;
  gap: 0;
  margin-bottom: 25px;
}

.ft-form input {
  background-color: #c4c4c4;
  border: none;
  padding: 15px 20px;
  border-radius: 6px;
  color: #333;
  outline: none;
  width: 445px;
  height: 73px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
}

.ft-form input::placeholder {
  color: #555;
  font-weight: 500;
}

.ft-form button {
  background-color: #383838;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
  width: 228px;
  height: 73px;
  font-size: 30px;
  font-weight: 600;
}

.ft-form button:hover {
  background-color: #000;
}

.ptit img {
  font-size: 40px;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  overflow: hidden;
  background: #fff;
  max-width: 1383px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 40px;
  position: relative;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.33);
  animation: popupFade 0.3s ease;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup-box::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.close {
  position: sticky;
  top: 20px;
  left: 95%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #db1c1c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.popup-close {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

#popup .popup-header {
  margin: 189px 218px 0 218px;
  padding: 30px;
}

.popup-header .text {
  color: #424438;
  font: "Montserrat", sans-serif;
  line-height: 100%;
  font-weight: 800;
  font-size: 75px;
  text-align: center;
}

.popup-header .sub-text {
  margin-top: 10px;
  color: #a69d80;
  font: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 100%;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
}

.popup-header .popup-para {
  margin-top: 90px;
  color: #424438;
  font: "Montserrat", sans-serif;
  line-height: 100%;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0%;
}

.popup-header .img-bg {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.popup-header .img-bg img {
  width: 100%;
  display: block;
}

#popup .popup-header-2 {
  display: flex;
  align-items: center;
  padding: 74px 87px 10px 87px;
  box-shadow: 15px 0px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff85;
}

#popup .popup-header-2 .left-text {
  width: 335px;
  color: #a69d80;
  font: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
}

#popup .popup-header-2 .straight-line {
  width: 7px;
  height: 97px;
  background: #a69d80;
  margin: 0 40px;
}

#popup .popup-header-2 .right-text {
  width: 100%;
}


#popup .content {
  padding: 165px 175px 115px 175px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 64px;
}

#popup .content .text {
  font: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 50px 0 3px;
  text-align: left;
  color: #424438;
}

#popup .content p {
  font: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0;
  text-align: left;
  color: #424438;
}

#popup .content .text-note {
  font: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #424438;
  margin-top: 15px;
}

#popup .content .img-container {
  width: 100%;
  height: 493px; 
  background: #d9d9d9;
  overflow: hidden; 
  border-radius: 10px; 
}


#popup .content .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
  display: block; 
}

#popup .popup-footer {
  width: 100%;
  padding: 42px 230px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  border: 3px solid rgba(206, 206, 206, 0.393);
  box-shadow: 5px 0px 40px rgba(206, 206, 206, 0.393);
  background-color: #ffffff85;
}

#popup .popup-footer .text {
  font: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #a59c7c;
}

#popup .popup-footer .sub-text {
  width: 100%;
  font: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #424438;
}

#popup .last-content {
  padding: 90px 175px 125px;
}

#popup .last-content .img-container {
  width: 100%;
  height: 493px; 
  background: #d9d9d9;
  overflow: hidden; 
  border-radius: 10px; 
}


#popup .last-content .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  display: block;
}

@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
