   * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
   }

   body {
       font-family: Arial, sans-serif;
       background-color: #f5f5f5;
   }

   header {
       display: flex;
       justify-content: space-between;
       align-items: center;
       background-color: #003a92;
       padding: 10px 110px;
       box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
       position: relative;
   }

   nav ul {
       list-style: none;
       display: flex;

   }

   ul li {
       margin-left: 20px;
   }


   .logo {
       display: flex;
       align-items: center;
       gap: 12px;

   }

   .logo img {
       height: 50px;
   }




   nav {
       display: flex;
       gap: 30px;
       align-items: center;
   }

   nav a {
       text-decoration: none;
       color: black;
       font-weight: 500;
   }



   .search-login {
       display: flex;
       align-items: center;
       gap: 20px;
   }

   .search-login i {
       font-size: 18px;
       cursor: pointer;
   }

   .btn-login {
       background-color: #0062ff;
       color: white;
       border: none;
       padding: 8px 20px;
       border-radius: 25px;
       cursor: pointer;
       font-size: 15px;
   }

   .menucon {
       display: flex;
       width: 80%;
       height: 300px;
       background-color: #ffffff;
       position: absolute;
       top: 100px;
       left: 150px;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       border-radius: 20px 29px;

       justify-content: space-between;
       display: none;


   }

   .menucon2 {

       width: 30%;
       height: 250px;
       background-color: #ffffff;
       position: absolute;
       top: 100px;
       left: 750px;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       border-radius: 20px 29px;
       padding-top: 20px;
       justify-content: space-between;
       display: none;


   }

   .menucon nav ul li a:hover {
       color: #0062ff;
   }

   header li:hover .menucon {
       display: flex;

   }

   header li:hover .menucon2 {
       display: block;
   }

   .menucon a {
       text-decoration: none;
       color: black;

   }

   .menucon a {
       text-decoration: none;
       color: black;

   }

   .trai1 {
       width: 59%;
       float: left;
   }

   .trai1 img {
       width: 20px;
       height: 20px;

   }

   .phai1 {
       width: 40%;
   }

   .phai1 img {
       width: 80%;
       padding: 30px 2px;
   }

   .slideshow-container {

       max-width: 1000px;
       height: 500px;
       margin: 5px auto;
       overflow: hidden;
       border-radius: 10px;
   }

   .slide {
       display: none;
       width: 100%;
   }

   .slide img {
       width: 100%;
       height: auto;
       border-radius: 10px;
   }

   .dots {
       text-align: center;
       position: relative;
       top: -30px;
   }

   .dot {
       height: 12px;
       width: 12px;
       margin: 0 4px;
       background-color: #bbb;
       border-radius: 50%;
       display: inline-block;
       transition: background-color 0.6s ease;
       cursor: pointer;
   }

   .active {
       background-color: #717171;
   }


   @keyframes fadeInUp {
       from {
           opacity: 0;
           transform: translateY(30px);
       }

       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   .title {
       font-size: 20px;
       font-weight: 600;
       margin-right: 20px;
       animation: fadeIn 1s ease-out 0.2s backwards;
   }

   .item {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       font-size: 14px;
       color: #222;
       width: 80px;
       opacity: 0;
       animation: fadeInScale 0.6s ease-out forwards;
   }

   .item:nth-child(2) {
       animation-delay: 0.3s;
   }

   .item:nth-child(3) {
       animation-delay: 0.4s;
   }

   .item:nth-child(4) {
       animation-delay: 0.5s;
   }

   .item:nth-child(5) {
       animation-delay: 0.6s;
   }

   .item:nth-child(6) {
       animation-delay: 0.7s;
   }

   .item:nth-child(7) {
       animation-delay: 0.8s;
   }

   @keyframes fadeInScale {
       0% {
           opacity: 0;
           transform: scale(0.8);
       }

       100% {
           opacity: 1;
           transform: scale(1);
       }
   }

   .item img {
       width: 36px;
       height: 36px;
       margin-bottom: 10px;
       transition: transform 0.3s ease, filter 0.3s ease;
   }

   .item img:hover {
       transform: scale(1.2) rotate(5deg);
       filter: brightness(1.2);
   }

   .arrow {
       width: 28px;
       height: 28px;
       border-radius: 50%;
       border: 1px solid #ccc;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 18px;
       cursor: pointer;
       transition: background 0.3s, transform 0.3s;
   }

   .arrow:hover {
       background: #eee;
       transform: scale(1.1);
   }

   .container1 {
       width: 100%;
       background: white;
       border-radius: 15px;
       padding: 20px;
       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
       display: flex;
       align-items: center;
       gap: 40px;

       animation: fadeInUp 1s ease-out;
   }

   .book-section {
       width: 93%;
       height: 460px;
       position: absolute;
       top: 780px;
       left: 50px;
       background-color: #fff;
       border-radius: 12px;
       padding: 20px;
       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
   }


   .scroll-wrapper {
       overflow-x: auto;
       white-space: nowrap;
       padding-bottom: 5px;
   }

   .book-card {
       display: inline-block;
       width: 200px;
       margin-right: 20px;
       vertical-align: top;
       transition: all 0.3s ease-in-out;
       border-radius: 6px;
   }

   .book-card:hover {
       transform: translateY(-5px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   }

   .book-card img {
       width: 100%;
       height: 280px;
       object-fit: cover;
       border-radius: 6px;
       transition: all 0.3s ease-in-out;
   }

   .book-card img:hover {
       transform: scale(1.03);
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
   }

   .book-title {
       font-weight: 600;
       font-size: 15px;
       margin-top: 10px;
       white-space: normal;
   }

   .book-meta {
       font-size: 13px;
       color: #777;
   }

   .book-stats {
       font-size: 13px;
       color: #555;
       display: flex;
       gap: 12px;
   }

   .view-all {
       color: green;
       font-weight: 500;
       text-decoration: none;
   }

   .view-all:hover {
       text-decoration: underline;
   }

   .scroll-wrapper::-webkit-scrollbar {
       display: none;
   }

   .book-section2 {
       width: 93%;
       height: 460px;
       position: absolute;
       top: 1260px;
       left: 50px;
       background-color: #fff;
       border-radius: 12px;
       padding: 20px;
       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
   }


   .scroll-wrapper2 {
       overflow-x: auto;
       white-space: nowrap;
       padding-bottom: 5px;
   }

   .book-card2 {
       display: inline-block;
       width: 200px;
       margin-right: 20px;
       vertical-align: top;
       transition: all 0.3s ease-in-out;
       border-radius: 6px;
   }

   .book-card2:hover {
       transform: translateY(-5px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   }

   .book-card2 img {
       width: 100%;
       height: 280px;
       object-fit: cover;
       border-radius: 6px;
       transition: all 0.3s ease-in-out;
   }

   .book-card2 img:hover {
       transform: scale(1.03);
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
   }

   .book-title2 {
       font-weight: 600;
       font-size: 15px;
       margin-top: 10px;
       white-space: normal;
   }

   .book-meta2 {
       font-size: 13px;
       color: #777;
   }

   .book-stats2 {
       font-size: 13px;
       color: #555;
       display: flex;
       gap: 12px;
   }

   .view-all2 {
       color: green;
       font-weight: 500;
       text-decoration: none;
   }

   .view-all2:hover {
       text-decoration: underline;
   }

   .scroll-wrapper2::-webkit-scrollbar {
       display: none;
   }

   .bang6 {
    position: absolute;
    top: 1800px;
    left: 0px;
       width: 100%;
       height: 180px;
       background-color: #063683;
   }
    
    .footer {
        width: 100%;
        height: 600px;
      background: #003a92;
      color: #fff;
      padding-top: 20px;
      font-family: Arial, sans-serif;
    }

    .footer a { color: #fff; text-decoration: none; }
    .footer a:hover { color: #adb5bd; }

    .logo img {
      width: 120px;
      height: 80px;
      object-fit: contain;
      margin-right: 15px;
    }

    .info-title {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .info-subtitle {
      font-size: 0.9rem;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .footer .col {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .footer .middle a {
      opacity: 0;
      animation: slideIn 0.6s forwards;
      display: inline-block;
      margin-bottom: 5px;
    }

    .footer .middle a:nth-child(1) { animation-delay: 0.1s; }
    .footer .middle a:nth-child(2) { animation-delay: 0.2s; }
    .footer .middle a:nth-child(3) { animation-delay: 0.3s; }
    .footer .middle a:nth-child(4) { animation-delay: 0.4s; }
    .footer .middle a:nth-child(5) { animation-delay: 0.5s; }

    @keyframes slideIn {
      from { transform: translateY(10px); opacity: 0; }
      to   { transform: translateY(0); opacity: 1; }
    }

    .stats {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: auto;
    }

    .divider {
      width: 1px;
      height: 20px;
      background: #ccc;
    }

    @media (max-width: 768px) {
      .footer { flex-direction: column; text-align: center; }
      .footer .row { flex-direction: column; }
      .stats { justify-content: center; margin-top: 20px; }
    }
    .bando{
        margin-left: 50px;
       display:inline-block;
    }
    .video{
        display: inline-block;
        position: absolute;
        top:150px;
        left: 600px;
    }
