<section class="hero">
  <div class="overlay"></div>

  <div class="hero-content">
    <span class="subtitle">PREMIUM AUTOMOTIVE EXPERIENCE</span>

    <h1>Hoàng Tâm Auto</h1>

    <p>
      Chuyên gia tư vấn ô tô cao cấp.<br>
      OMODA | JAECOO và những mẫu xe đáng sở hữu nhất tại Việt Nam.
    </p>

    <div class="buttons">
      <a href="#" class="btn-primary">Khám phá</a>
      <a href="#" class="btn-secondary">Liên hệ</a>
    </div>
  </div>
</section>

<style>

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

.hero{

    position:relative;
    width:100%;
    height:100vh;

    background:url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=2070") center center/cover no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

}

.overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
    rgba(0,0,0,.65),
    rgba(0,0,0,.75));

}

.hero-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:white;

    width:90%;

    max-width:900px;

}

.subtitle{

    color:#C9A96A;

    letter-spacing:4px;

    font-size:14px;

    text-transform:uppercase;

}

.hero h1{

    font-size:72px;

    font-weight:700;

    margin:20px 0;

    letter-spacing:2px;

}

.hero p{

    font-size:20px;

    line-height:1.8;

    opacity:.85;

}

.buttons{

    margin-top:45px;

    display:flex;

    gap:20px;

    justify-content:center;

}

.buttons a{

    text-decoration:none;

    padding:16px 38px;

    border-radius:40px;

    transition:.35s;

}

.btn-primary{

    background:#C9A96A;

    color:#111;

    font-weight:600;

}

.btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 30px rgba(201,169,106,.4);

}

.btn-secondary{

    border:1px solid rgba(255,255,255,.5);

    color:white;

}

.btn-secondary:hover{

    background:white;

    color:black;

}

@media(max-width:768px){

.hero h1{

font-size:42px;

}

.hero p{

font-size:16px;

}

.buttons{

flex-direction:column;

}

}

</style><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://hoangtamauto.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://hoangtamauto.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://hoangtamauto.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://hoangtamauto.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://hoangtamauto.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://hoangtamauto.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://hoangtamauto.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
