/*
Font
*/
@font-face {
    font-family: 'Daybreaker';
    src: url('../fonts/Daybreaker.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EBGaramond';
    src: url('../fonts/EBGaramond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body.page-id-1735 .header-logo-style-2 {
    background: transparent;
    transition: background-color 0.3s ease, top 0.3s ease;
    opacity: 0;
}
body.page-id-1735 .header-logo-style-2.scrolled {
    background: #800404 !important; 
    opacity: 1;
}

body.page-id-1735 .site-content {
    padding-top: 0;
}

/*  */
.tea-room-banner {
    position: relative;
    text-align: center;
}
.tea-room-banner .content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.tea-room-banner .content h1.heading {
    font-family: 'EBGaramond' !important;
    margin: 50px 0 30px;
}
.tea-room-banner .content .description {
    color: rgba(255, 255, 204, 0.85);
    font-size: 22px;
    font-style: italic;
}
.tea-room-banner .content .description p {
    margin-bottom: 0;
}
.tea-appreciation-packet {
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*  */
.packages-price {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.packages-price:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%; 
    width: 1px;
    background: linear-gradient(to bottom, transparent, #800404, transparent);
    pointer-events: none;
}

.packages-price .item {
    display: table-row;
    position: relative;
}

.packages-price .item span {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: top;
    color: #800404;
    font-size: 15px;
}

.packages-price .item span.title {
    width: 25%;
    font-weight: bold;
}

.packages-price .item span.content {
    width: 75%;
}

.packages-price .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #800404, transparent);
}

.packages-price .item:last-child:after {
    display: none;
}

/*  */
.packages-step {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    color: #800404;
    margin: 20px 0;
}
.packages-step .item {
    width: 48.5%;
}
.packages-step .item .title {
    font-size: 18px;
    font-weight: 600;
}
.packages-step .item .content {
}


/*  */
.gallery-slider .slick-list {
  padding-left: 0 !important;   
  padding-right: 30% !important; 
}

.packages-gallery .slick-slider .slick-dots {
    bottom: -40px;
}


/*  */
.tea-appreciation-packet .box-left,
.tea-appreciation-packet .box-right {
    margin-bottom: 50px;
}
.tea-appreciation-packet .box-left {
    background-image: linear-gradient(to right, rgba(255, 204, 102, 0.7), rgba(255, 204, 102, 0.6), rgba(255, 204, 102, 0.5), rgba(255, 204, 102, 0.2), rgba(255, 204, 102, 0.6));
    padding: 50px 20px 20px;
}
.tea-appreciation-packet .box-left .logo {
    text-align: center;
    margin-bottom: 20px;
}
.tea-appreciation-packet .box-left .logo img {
    max-width: 200px;
}
.tea-appreciation-packet .box-left h2.title {
    font-family: 'Daybreaker' !important;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #800404;
}
.tea-appreciation-packet .box-left .desc {
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    color: #800404;
    font-size: 20px;
}
.tea-appreciation-packet .box-left .packages-gilf {
    background: #800404;
    color: #ffffcc;
    text-align: center;
    padding: 20px 15px 5px;
    font-size: 15px;
}
.tea-appreciation-packet .box-left .packages-gilf strong {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tea-appreciation-packet .box-right {
    padding-top: 30px;
    font-style: italic;
}
.tea-appreciation-packet .box-right .content-editor {
   font-size: 18px;
   font-weight: 600; 
   color: #800404;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left {
    padding-top: 80px;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left h2.title {
    margin: 30px 0;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-price {
    margin: 30px 0 50px;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-gilf {
    margin-bottom: 70px;
}

.tea-appreciation-packet .right-long-tra-thuong-dinh .box-right .packages-step {
    margin-bottom: 50px;
}
.tea-appreciation-space-choose {
    position: relative;
    padding: 60px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tea-appreciation-space-choose::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 4, 4, 0.6);
}
.tea-appreciation-space-choose .container {
    position: relative;
    z-index: 3;
}
.tea-appreciation-space-choose h2.heading {
    font-size: 34px !important;
    line-height: normal !important;
}
.tea-appreciation-space-choose .choose-item {
    position: relative;
    background-image: linear-gradient(to top right, rgb(214, 154, 67), rgb(214, 154, 67), rgb(255, 240, 163), rgb(253, 215, 118));
    text-align: center;
    padding: 40px 50px;
    margin-bottom: 30px;
    border-radius: 120px;
    color: #800404;
    min-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tea-appreciation-space-choose .choose-item::before {
    position: absolute;
    content: '';
    top: 6%;
    left: 3%;
    border: 1px solid #800404;
    padding: 10px;
    width: 94%;
    height: 88%;
    border-radius: 120px;
}
.tea-appreciation-space-choose .choose-item .title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.tea-appreciation-space-choose .choose-item .description {
    font-size: 18px;
}


/* -- Responsive -- */
@media (max-width: 767px) {
    
    .tea-room-banner .content h1.heading {
        margin: 10px 0;
        padding: 0 !important;
        font-size: 18px !important;
    }
    .tea-room-banner .content .description {
        font-size: 13px;
    }
    .tea-room-banner .logo-content img {
        width: 120px;
    }
    .tea-appreciation-packet .box-left .logo img {
        max-width: 150px;
    }
    .tea-appreciation-packet .box-left {
        padding-top: 40px !important;
    }
    .tea-appreciation-packet .left-long-tra-hoi-tu .box-left h2.title {
        margin: 15px 0;
    }
    .tea-appreciation-packet .box-left h2.title {
        font-size: 38px;
    }
    .tea-appreciation-packet .box-left .desc {
        font-size: 18px;
    }
    .tea-appreciation-packet .box-right {
        padding-top: 0;
    }
    .packages-step .item .title,
    .tea-appreciation-packet .box-right .content-editor {
        font-size: 16px;
    }
    .packages-step .item .content {
        font-size: 14px;
    }
    .packages-gallery .slick-slider .slick-dots {
        bottom: -30px;
    }
    .tea-appreciation-packet .right-long-tra-thuong-dinh .box-right .packages-step {
        margin-bottom: 20px;
    }
    .tea-appreciation-space-choose .choose-item {
        min-height: auto;
    }
    .tea-appreciation-space-choose h2.heading {
        font-size: 24px !important;
    }
    .tea-appreciation-space-choose .choose-item .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .tea-appreciation-space-choose .choose-item .description {
        font-size: 16px;
    }

}