/* Background Image */
.background {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-image: url('assets/pc/bg.webp');
}

@media (max-width: 768px) {
    .background {
        background-image: url('assets/mobile/bg.webp');
    }
}

/* Logo */
.logo {
    width: auto;
    height: 120px; /* Giữ kích thước phù hợp với thiết kế */
}

/* Title */
.title {
    width: auto;
    height: 100px; /* Giữ kích thước phù hợp với thiết kế */
}

/* Game Section */
.game-section {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    position: relative; /* Để các phần tử con có thể sử dụng vị trí tuyệt đối */
    transform: scale(1.5);
    top: 70px;
}

/* Game Image */
.game-image {
    
    width: 60%;
    height: 120%; /* Đảm bảo hình ảnh không bị biến dạng */
}

/* Game Text */
.game-text {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    
}
.txt-trochoi {
    width: 40%;
    height: auto;
    top: 105px ;
}


.txt-dangian {
    width: 70%;
    height: auto;

}

/* Or Section */
.or-section {
    position: relative;
    z-index: 2;
}

.hoac {
    width: auto;
    height: auto;

}

.truycapweb {
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
}

.luuyweb {
    position: relative;
    width: auto;
    height: auto;
    top: 10px;
}

/* Stores */
.stores {
    display: flex;
    flex-direction: column;
    gap: 4px;
    top: -10px;
}

.stores-mobile {
    position: absolute;
    top: 0px;
}


.store-link {
    text-decoration: none; /* Loại bỏ gạch dưới */
    pointer-events: auto; /* Đảm bảo liên kết hoạt động */
  }
.store-icon {
    width: 80%;
    height: auto;
    cursor: pointer;
}

.store-text {
    width: 70%;
    height: auto;
    cursor: pointer;
}

/* Đảm bảo liên kết không có gạch dưới và có thể nhấp */
a {
    text-decoration: none; /* Loại bỏ gạch dưới */
    display: block; /* Đảm bảo thẻ <a> chiếm toàn bộ chiều rộng */
    width: 100%; /* Đảm bảo thẻ <a> có chiều rộng đầy đủ */
    text-align: center; /* Căn giữa nội dung trong <a> */
  }
  
  /* Cấu hình cho các hình ảnh trong liên kết */
  a img {
    display: block; /* Đảm bảo các hình ảnh không có khoảng cách thừa bên dưới */
    margin: 0 auto; /* Căn giữa hình ảnh trong thẻ <a> */
    width: 100%; /* Đảm bảo hình ảnh chiếm toàn bộ chiều rộng của container */
    height: auto; /* Giữ tỷ lệ chiều cao khi thay đổi chiều rộng */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Thêm hiệu ứng chuyển động khi hover */
  }
  
  /* Thêm hiệu ứng hover khi di chuột vào hình ảnh */
  a:hover img {
    transform: scale(1.05); /* Tăng kích thước một chút khi hover */
    opacity: 0.9; /* Thêm hiệu ứng mờ khi hover */
  }
  
  /* Cấu hình các hình ảnh khác ngoài liên kết */
  img {
    max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng của container */
  }





.heroFake {
  font-family: sans-serif;
  padding: 20px 0 0 0;
  background-color: #fff;
}

.heroFake .titleFake {
  font-size: 16px;
  text-align: center;
}

.heroFake button {
  background-color: rgba(193, 40, 114, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 11pt;
  line-height: normal;
  border: none;
  padding: 12px 55px;
  border-radius: 7px;
  display: flex;
  margin: 10px auto;
}

.heroFake h4 {
  font-size: 25px;
  text-align: center;
  margin: 9px 0 19px 0;
  color: rgba(127, 17, 70, 1);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
}

.heroFake .categoryPro .itemCate p {
  padding: 10px 0 25px 0;
  text-align: center;
  font-size: 23px;
}

.desNail {
  font-size: 19px;
  text-align: justify;
  color: rgba(127, 17, 70, 1);
  font-weight: 500;
}

.containerFake {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.logoNails {
  width: 36%;
  display: flex;
  justify-content: center;
  margin: -20px auto 0 auto;
}

.footerNails {
  margin: 15px 0px 0 0px;
  background: #C12872;
  color: #fff;
  text-align: center;
  padding: 25px 0 25px 0;
  font-size: 17px;
}
















  

  











@media (min-width: 1024px) {


  .categoryPro {
    display: flex;
    gap: 24px;
  }

  .categoryPro .itemCate img {
    max-height: 325px;
  }

  .logoNails {
    width: 16%;
    display: flex;
    justify-content: center;
    margin: -60px auto 0 auto;
  }

  .heroFake h4 {
    font-size: 53px;
    margin: 20px 0 20px 0;
  }

  .desNail {
    font-size: 23px;
  }

  .footerNails {
    margin: 31px 0px 0 0px;
    font-size: 27px;
    padding: 30px 0 30px 0;
  }
}







/* Responsive Styles */
@media (min-width: 320px) and (max-width: 359px) {

    .background {
        background-image: url('assets/mobile/bg.webp');
    }
    .logo {
        position: absolute;
        width: 45%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 300px;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 140px ;
  
    left: 3%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 240px ;
    transform: scaleX(1); 
}
    .game-image {
        
        width: 100%;
        height: auto;
        top: -700px ;
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -135px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: -90px;
        transform: scale(1.4); /* Kéo dài chiều ngang */
      }

    .stores {
        flex-direction: row;
        transform: scale(1.4);
    }

    .stores-mobile {
        position: absolute;
        top: -40px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: -15px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.4);
      }

    .truycapweb {
        position: absolute;
        top: 5px !important;
        transform: scale(1.4);
    }

    .luuyweb {
        position: relative;
        top: 20px !important;
        transform: scale(1.4);
    }
}


/* Responsive Styles */
@media (min-width: 360px) and (max-width: 373px) {

    .background {
        background-image: url('assets/mobile/bg.webp');
    }
    .logo {
        position: absolute;
        width: 45%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 140px ;
    left: 0%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 240px ;
    transform: scaleX(1); 
}
    .game-image {
        
        width: 100%;
        height: auto;
        top: -700px ;
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -150px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: -100px;
        transform: scale(1.6); /* Kéo dài chiều ngang */
      }

    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: -30px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 0px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.6);

    
    }

    .truycapweb {
        position: absolute;
        top: 25px !important;
        transform: scale(1.6);
    }

    .luuyweb {
        position: relative;
        top: 45px !important;
        transform: scale(1.6);
    }
}




  

/* Responsive Styles */
@media (min-width: 375px) and (max-width: 389px) {

    .background {
        background-image: url('assets/mobile/bg.webp');
    }
    .logo {
        position: absolute;
        width: 45%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 140px ;
    left: 0%; 
    
}
/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: scaleX(1); 

}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 175px ;
    }


    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: 15px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: 70px;
        transform: scale(1.6);
      }


    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: 135px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 170px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.6);
    }

    .truycapweb {
        position: absolute;
        top: 190px !important;
        transform: scale(1.6);
    }

    .luuyweb {
        position: relative;
        top: 210px !important;
        transform: scale(1.6);
    }
}
/* Đảm bảo liên kết không có gạch dưới và có thể nhấp */
a {
    text-decoration: none; /* Loại bỏ gạch dưới */
    display: block; /* Đảm bảo thẻ <a> chiếm toàn bộ chiều rộng */
    width: 100%; /* Đảm bảo thẻ <a> có chiều rộng đầy đủ */
    text-align: center; /* Căn giữa nội dung trong <a> */
  }
  
  /* Cấu hình cho các hình ảnh trong liên kết */
  a img {
    display: block; /* Đảm bảo các hình ảnh không có khoảng cách thừa bên dưới */
    margin: 0 auto; /* Căn giữa hình ảnh trong thẻ <a> */
    width: 100%; /* Đảm bảo hình ảnh chiếm toàn bộ chiều rộng của container */
    height: auto; /* Giữ tỷ lệ chiều cao khi thay đổi chiều rộng */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Thêm hiệu ứng chuyển động khi hover */
  }
  
  /* Thêm hiệu ứng hover khi di chuột vào hình ảnh */
  a:hover img {
    transform: scale(1.05); /* Tăng kích thước một chút khi hover */
    opacity: 0.9; /* Thêm hiệu ứng mờ khi hover */
  }
  
  /* Cấu hình các hình ảnh khác ngoài liên kết */
  img {
    max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng của container */
  }


/* Responsive Styles */
@media (min-width: 390px) and (max-width: 413px) {

    .background {
        background-image: url('assets/mobile/bg.webp');
    }
    .logo {
        position: absolute;
        width: 45%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 140px ;
    left: 0%; 
    
}
/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: scaleX(1); 

}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 175px ;
    }


    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: 15px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: 70px;
        transform: scale(1.6);
      }


    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: 135px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 170px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.6);
    }

    .truycapweb {
        position: absolute;
        top: 190px !important;
        transform: scale(1.6);
    }

    .luuyweb {
        position: relative;
        top: 210px !important;
        transform: scale(1.6);
    }
}

  
/* Responsive Styles */
@media (min-width: 414px) and (max-width: 430px) {

    .logo {
        position: absolute;
        width: 45%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 160px ;
    left: 0%; 
    
}
/* Tạo một wrapper bao quanh để giữ nhóm cố định */
.game-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;  /* Giúp căn giữa nhóm */

}
/* Game Section */
.game-section {
    width: 100%;
    height: auto;
    z-index: 1;
    transform: scaleX(1); 
    top: 140px ;
}
    .game-image {
        
        width: 100%;
        height: auto;
        top: -700px ;
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -175px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: -115px;
        transform: scale(1.7); /* Kéo dài chiều ngang */
      }

    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: -35px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 10px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.6);
      }

    .truycapweb {
        position: absolute;
        top: 40px !important;
        transform: scale(1.6);
    }

    .luuyweb {
        position: relative;
        top: 60px !important;
        transform: scale(1.6);
    }
}
/* Đảm bảo liên kết không có gạch dưới và có thể nhấp */
a {
    text-decoration: none; /* Loại bỏ gạch dưới */
    display: block; /* Đảm bảo thẻ <a> chiếm toàn bộ chiều rộng */
    width: 100%; /* Đảm bảo thẻ <a> có chiều rộng đầy đủ */
    text-align: center; /* Căn giữa nội dung trong <a> */
  }
  
  /* Cấu hình cho các hình ảnh trong liên kết */
  a img {
    display: block; /* Đảm bảo các hình ảnh không có khoảng cách thừa bên dưới */
    margin: 0 auto; /* Căn giữa hình ảnh trong thẻ <a> */
    width: 100%; /* Đảm bảo hình ảnh chiếm toàn bộ chiều rộng của container */
    height: auto; /* Giữ tỷ lệ chiều cao khi thay đổi chiều rộng */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Thêm hiệu ứng chuyển động khi hover */
  }
  
  /* Thêm hiệu ứng hover khi di chuột vào hình ảnh */
  a:hover img {
    transform: scale(1.05); /* Tăng kích thước một chút khi hover */
    opacity: 0.9; /* Thêm hiệu ứng mờ khi hover */
  }
  
  /* Cấu hình các hình ảnh khác ngoài liên kết */
  img {
    max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng của container */
  }

/* Responsive Styles */
@media (min-width: 768px) and (max-width: 819px) {

    .background {
        background-image: url('assets/pc/bg.webp');
    }
    .logo {
        position: absolute;
        width: 25%;
        height: auto;
        top: 10px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 70%;
    height: 150px; /* Giữ kích thước phù hợp với thiết kế */
    top: 160px ;
    left: 0%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 80%;
    height: auto;
    z-index: 1;
    top: 250px ;
    transform: scaleX(1); 
}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 10px ;
        left: 50%; 
        transform: translateX(-50%);
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -250px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top: -150px;
        transform: scale(1.6); /* Kéo dài chiều ngang */
      }

    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: 10px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 75px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.8);

    
    }

    .truycapweb {
        position: absolute;
        top: 125px !important;
        width: auto;
        height: auto;
        transform: scale(1.8);
    }

    .luuyweb {
        position: relative;
        top: 165px !important;
        transform: scale(1.8);
    }
}


/* Responsive Styles */
@media (min-width: 820px) and (max-width: 991px) {

    .background {
        /* background-image: url('assets/mobile/bg.webp'); */
    }
    .logo {
        position: absolute;
        width: 25%;
        height: auto;
        top: 20px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 230px; /* Giữ kích thước phù hợp với thiết kế */
    top: 180px ;
    left: 0%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 280px ;
    transform: scaleX(1); 
}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 50px ;
        left: 50%; 
        transform: translateX(-50%);
        
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -160px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top:  -40px;
        transform: scale(1.6); /* Kéo dài chiều ngang */
      }

    .stores {
        flex-direction: row;
        transform: scale(1.6);
    }

    .stores-mobile {
        position: absolute;
        top: 90px;
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 175px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.8);

    
    }

    .truycapweb {
        position: absolute;
        top: 230px !important;
        width: auto;
        height: auto;
        transform: scale(1.8);
    }

    .luuyweb {
        position: relative;
        top: 280px !important;
        transform: scale(1.8);
    }
}



/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1199px) {

    .background {
        /* background-image: url('assets/mobile/bg.webp'); */
    }
    .logo {
        position: absolute;
        width: 25%;
        height: auto;
        top: 20px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 230px; /* Giữ kích thước phù hợp với thiết kế */
    top: 180px ;
    left: 0%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 280px ;
    transform: scaleX(1); 
}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 50px ;
        left: 50%; 
        transform: translateX(-50%);
        
    }

    .txt-trochoi {
        position: fixed;
        width: 100%;
        height: auto;
        top: -160px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top:  -40px;
        transform: scale(1.6); /* Kéo dài chiều ngang */
      }

    .stores {
        position: relative;
        flex-direction: row;
        left: 40%; 
        transform: translateX(-50%);
        transform: scale(1.6);
        top: -300px;
    }

    .stores-mobile {
   
        top: 50px;
       
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 275px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.8);

    
    }

    .truycapweb {
        position: absolute;
        top: 350px !important;
        width: auto;
        height: auto;
        transform: scale(1.8);
    }

    .luuyweb {
        position: relative;
        top: 420px !important;
        transform: scale(1.8);
    }
}


/* Responsive Styles */
@media (min-width: 1200px) and (max-width: 1399px) {

    .background {
        width: 100vw;
        height: 100;
        background-image: url('assets/pc/bg.webp');
    }
    .logo {
        position: absolute;
        width: 20%;
        height: auto;
        top: 20px;
        left: 48%; 
        transform: translateX(-50%);
    }
/* Title */
.title {
    position:relative;
    width: 100%;
    height: 230px; /* Giữ kích thước phù hợp với thiết kế */
    top: 220px ;
    left: 0%; 
    
}

/* Game Section */
.game-section {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 280px ;
    transform: scaleX(1); 
}
    .game-image {
        position: relative;
        width: 100%;
        height: auto;
        top: 140px ;
        left: 50%; 
        transform: translateX(-50%);
        
    }

    .txt-trochoi {
        position: fixed;
        width: 60%;
        height: auto;
        top: -160px ;
    }

    .txt-dangian {
        position: absolute;
        width: auto;  /* Giữ chiều rộng ban đầu */
        height: auto;
        top:  -60px;
        transform: scale(1.2); /* Kéo dài chiều ngang */
      }

    .stores {
        position: relative;
        flex-direction: row;
        left: 65%; 
        transform: translateX(-50%);
        transform: scale(1.3);
        top: 370px;
    }

    .stores-mobile {
   
        top: 50px;
       
    }

    .hoac {
        position: absolute;
        width: 40%;
        height: auto;
        top: 275px !important; /* Giữ khoảng cách từ trên cùng */
        transform: scale(1.8);

    
    }

    .truycapweb {
        position: absolute;
        top: 350px !important;
        width: auto;
        height: auto;
        transform: scale(1.8);
    }

    .luuyweb {
        position: relative;
        top: 420px !important;
        transform: scale(1.8);
    }
}

/* Responsive Styles */
@media (min-width: 1024px) and (max-width: 1920px) {

    .background {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        background-image: url('assets/pc/bg.webp');
    }

    /* Game Section */
    .game-section {
        position: relative; /* Đảm bảo không bị lệch */
        display: flex; /* Dùng flexbox để căn giữa */
        justify-content: center; /* Căn giữa theo chiều ngang */
        align-items: center; /* Căn giữa theo chiều dọc */
        width: 100%; /* Đảm bảo game-section chiếm hết chiều rộng */
        height: 100vh; /* Chiếm hết chiều cao màn hình */
        top: 70px; /* Điều chỉnh khoảng cách từ trên */
        padding: 0; /* Loại bỏ bất kỳ padding nào nếu có */
        margin: 0; /* Loại bỏ bất kỳ margin nào nếu có */
    }

    /* Game Image */
    .game-image {
        width: 80%; /* Đặt chiều rộng hình ảnh chiếm 80% chiều rộng phần tử chứa */
        max-width: 100%; /* Đảm bảo hình ảnh không vượt qua phần tử chứa */
        height: auto; /* Giữ tỷ lệ của hình ảnh */
        display: block; /* Loại bỏ khoảng trắng dưới hình ảnh */
    }

}