:root {
    --Primary-Color-Main: #ddc3af;
    --Primary-Color-Main-Hover: #BE7352;
}

.ju-list-dia-chi {
    background: #222;
    height: 450px;
    max-height: 450px;
    overflow-y: scroll;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.ju-list-dia-chi .el-title {
    font-size: 25px;
    font-weight: 500;
}

.ju-list-dia-chi .uk-accordion-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.ju-list-dia-chi .uk-accordion-content>* {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.ju-list-dia-chi .uk-accordion-content>*:not(:first-child) {
    padding-top: 16px;
}

.ju-cua-hang-con>.uk-grid-margin {
    margin-top: 100px;
}

.ju-cua-hang-con h2 {
    margin-bottom: 60px;
    position: relative;
}

.ju-cua-hang-con h2::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #be7352;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

@font-face {
    font-family: 'ClassiqueSaigon';
    src: url(../fonts/ClassiqueSaigon.woff2) format('woff2'),
        url(../fonts/ClassiqueSaigon.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.ju-cua-hang-con h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ju-cua-hang-con .el-link {
    font-size: 18px;
    color: #222;
}

.ju-cua-hang-con .el-content {
    font-size: 14px;
}

.ju-cua-hang-con .el-image {
    background: #be7352;
    border-radius: 100px;
    padding: 1px 5px;
}

/* --- chuyện đặc sản --- */


.ju-chuyen-dac-san-slider .uk-slide-active:not(.uk-slide-leave) .el-item {
    opacity: 1;
}

.ju-chuyen-dac-san-slider .el-meta {
    color: #231f20;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.ju-chuyen-dac-san-slider .el-title {
    color: #704931;
    font-family: "ClassiqueSaigon";
    font-size: 38px;
    font-style: normal;
    font-weight: 250;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 14px;
}

.ju-chuyen-dac-san-slider .el-image {
    margin: 24px auto 32px;
    aspect-ratio: 388/388;
    object-fit: contain;
    width: 100%;
}

.ju-chuyen-dac-san-slider .ju-not-huong {
    font-size: 14px;
    text-transform: uppercase;
}

.ju-chuyen-dac-san-slider .ju-not-huong span {
    color: #704931;
    font-weight: 700;
    font-size: 16px;
}

.ju-chuyen-dac-san-slider .ju-button {
    background-color: rgb(112, 73, 49);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #f1ebe1;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
}

/*  */
#ju-chuyen-dac-san-popup .uk-modal-dialog {
    background-image: url(/wp-content/uploads/2025/06/background-image.png);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    border-radius: 16px;
}

#ju-chuyen-dac-san-popup .el-title {
    color: #93694b;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.64px;
}

#ju-chuyen-dac-san-popup .el-image {
    margin: 24px auto 20px;
    aspect-ratio: 215/235;
    width: 215px;
    object-fit: contain;
}

#ju-chuyen-dac-san-popup .el-conte {
    color: #000;
    text-align: justify;
}

#ju-chuyen-dac-san-popup .ju-des {
    margin-top: 26px;
    color: #a47e58;
    font-size: 10px;
    font-weight: 700;
    line-height: 8px;
    text-transform: uppercase;
}

/*  */
.uk-navbar-dropdown-nav>li {
    padding: 10px 0;
}

.uk-navbar-dropdown-nav>li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.uk-navbar-dropdown-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.uk-navbar-dropdown-nav>li.uk-active>a,
.uk-navbar-dropdown-nav>li>a:hover {
    color: #be7352;
}

@media(min-width:960px) {
    .ju-chuyen-dac-san-slider .el-item {
        border-radius: 24px;
        padding: 46px 30px;
        opacity: 0.3;
        background-color: rgba(255, 255, 255, 0.3);
    }




}

@media(max-width:960px) {
    #tm-dialog-mobile {
        background: #000;
    }

    #tm-dialog-mobile .uk-nav-default>li {
        padding: 15px 0;
    }

    #tm-dialog-mobile .uk-nav-default>li>a {
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

    #tm-dialog-mobile .uk-nav-default .uk-nav-sub li>a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }
}

@media(max-width:640px) {
    .ju-cua-hang-con>.uk-grid-margin {
        margin-top: 60px;
    }

    .ju-cua-hang-list-con>.uk-grid-margin {
        margin-top: 20px;
    }
}