
/* Header */
header {
    background-color: #2C9DE6;
    color: #FFFEFD;
    padding: .8rem 0;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar {
    display: flex;
    column-gap: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.navbar a {
    color: #FFFEFD;
    text-transform: uppercase;
}
#collapse, #backdrop {
    display: none;
}
/* Main */
.aboutUs {
    max-width: 800px;
    margin: 0 auto;
}
.aboutUs .content {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
}
.aboutUs .card {
    border-radius: 12px;
    border: 1px solid #4242421C;
    box-shadow: 2px 4px 24px -4px #8888883D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.6rem;
    max-width: 360px;
    text-align: justify;
}
.aboutUs .show {
    display: grid;
    grid-template-areas: 'img-1 img-2' 'img-3 img-3';
    gap: .5rem;
}
.img-1 {
    grid-area: img-1;
}
.img-2 {
    grid-area: img-2;
}
.img-3 {
    grid-area: img-3;
}
.aboutUs img {
    border: 1px solid #4242421C;
    border-radius: .8rem;
    box-shadow: 2px 4px 24px -4px #88888840;
}
.menu {
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.menu .content {
    margin-top: 1.5rem;
}
.menu #pickup img {
    margin-bottom: 2.5rem;
}
.partner {
    display: flex;
    flex-direction: column;
}

/* Footer */
footer {
    margin-bottom: 5rem;
    letter-spacing: 0.1em;
}
.orderBtn {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .5rem;
    letter-spacing: .1rem;
}
.btn {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border: 1px solid #2C9DE6;
    color: #20ACDF;
    background: none;
}
.btn.active {
    background: linear-gradient(119.16deg, #20ACDF 0%, #3393E9 100%);
    color: #FFFEFD;
    text-transform: uppercase;
}

/* Mics */
:root {
    font-size: 16px;
    line-height: 1.2;
}
body {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #1D1E19;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1200px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0 auto;
}
#tabBtn {  
    margin-bottom: 20px;  
} 
.tab-button {  
    margin-right: 10px;  
    padding: 10px 20px;  
    cursor: pointer;  
}
.tab-content {
    padding: 20px;  
    display: none; /* Ẩn tất cả nội dung tab */  
}  

.tab-content.active {  
    display: block; /* Hiển thị nội dung tab hiện tại */  
}
.slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    font-size: 2rem;
    z-index: 1;
}
.slick-arrow.slick-prev {
    left: 2.6rem;
}
.slick-arrow.slick-next  {
    right: 2.6rem;
}