/* Reset & Base Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    line-height: 1.6;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header & Banner */
.vnt-main-top {
    position: relative;
}

.slick-init .item img {
    width: 100%;
    height: auto;
    display: block;
}

.vnttbream {
    background: rgba(0,0,0,0.5);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.vnttitlelg h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

/* About Content */
.hpaboutaa {
    padding: 50px 0;
}

.graa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lcol, .rcol {
    flex: 1;
    min-width: 300px;
    padding: 15px;
}

.dstitle h2 {
    color: #d14124;
    font-size: 28px;
    margin-bottom: 20px;
}

.dstend p {
    margin-bottom: 15px;
    font-size: 16px;
}

.aavideo {
    position: relative;
}

.aavideo img {
    width: 100%;
    height: auto;
    display: block;
}

.playii {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(209, 65, 36, 0.8);
    border-radius: 50%;
    cursor: pointer;
}

.playii:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
}

/* Timeline Sections */
.hpaboutcc, .hpaboutdd, .hpaboutee, 
.hpaboutff, .hpabougg, .hpabouhh,
.hpabouii, .hpaboukk {
    padding: 60px 0;
}

.cctitle h2, .vhtitleab h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.vhtitleab h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cccont, .vhcontab {
    margin-top: 30px;
}

.grcc, .grdd, .gree, .grff, 
.grgg, .grii, .grkk {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ccleft, .ccright, .colm, .colh, 
.colb, .colt, .lcol, .rcol {
    flex: 1;
    min-width: 250px;
}

.itaboutcc, .itaboutddm, .itaboutddh, 
.itaboutddb, .itabouteem, .itabouteeh,
.itaboutffm, .itaboutffh, .itaboutffb,
.itaboutggm, .itaboutggh, .itaboutiim,
.itaboutiih, .itaboutkkm, .itaboutkkh {
    margin-bottom: 30px;
}

.thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.decs {
    margin-top: 15px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .graa, .grcc, .grdd, .gree, 
    .grff, .grgg, .grii, .grkk {
        flex-direction: column;
    }
    
    .vnttitlelg h1 {
        font-size: 28px;
    }
    
    .cctitle h2, .vhtitleab h2 {
        font-size: 26px;
    }
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Style cho navigation bar */
  /* Định dạng cho phần header */
  .header {
    display: flex;
    align-items: center;
    background-color: #2a2723;
    padding: 0 20px;
    height: 70px;
  }
  
  .header .logo img {
    height: 70px;
  }
  
  .header .nav-menu {
    margin-left: auto; /* Đẩy phần menu chữ nghiêng sang phải */
    margin-right: 20px; /* Tạo khoảng cách với phần icon cuối */
  }
  
  .header .nav-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .header .nav-menu ul li {
    margin: 0 15px;
  }
  
  .header .nav-menu ul li a {
    color: #f6a623;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s;
  }
  
  .header .nav-menu ul li a.active,
  .header .nav-menu ul li a:hover {
    color: white;
  }

  @media (max-width: 768px) {
    .benefits-row {
        flex-direction: column;
    }}

    .footer {
        background-color: #2b2b2b;
        color: #fff;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer h3 {
        color: #f5a623;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .footer ul li i {
        margin-right: 8px;
        color: #f5a623;
    }
    .footer a {
        color: #fff;
        text-decoration: none;
    }
    .footer a:hover {
        text-decoration: underline;
    }
    .footer .social-icons {
        display: flex;
        gap: 10px;
    }
    .footer .social-icons a {
        color: #f5a623;
        font-size: 20px;
    }
    .footer .newsletter {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer .newsletter input {
        padding: 8px;
        border: none;
        border-radius: 4px;
        width: 200px;
    }
    .footer .newsletter button {
        padding: 8px 16px;
        background-color: #a94442;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .footer .newsletter button:hover {
        background-color: #8a3a38;
    }
    .footer .map-button {
        background-color: #f5a623;
        color: #000;
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 10px;
    }
    .footer .map-button:hover {
        background-color: #e69520;
    }
    @media (max-width: 768px) {
        .footer {
            flex-direction: column;
            gap: 20px;
        }
        .footer .newsletter input {
            width: 150px;
        }
    }

  