.home .hero__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 55%
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper {
        padding-bottom: 0;
        height: calc(100vh - 80px)
    }
}

.home .hero__wrapper .banner_home__carousel {
    position: absolute;
    width: 100%;
    height: 100vh
}

.home .hero__wrapper .banner_home__carousel .carousel-inner,
.home .hero__wrapper .banner_home__carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 100%
}

.home .hero__wrapper .banner_home__carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto
}

@media screen and (min-width:768px) {
    .home .hero__wrapper .banner_home__carousel .carousel-inner .carousel-item {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .banner_home__carousel .carousel-inner .carousel-item {
        width: 100%;
    }
}

.home .hero__wrapper .content__wrapper {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.gradinent {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), 80%, #000 140%);
    opacity: 1;
    height: 100%;
}

@media screen and (min-width:768px) {
    .home .hero__wrapper .content__wrapper {
        justify-content: center;
        padding-top: 12%;
        padding-left: 15%;
        padding-right: 15%
    }
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper {
        padding-top: 10%;
        display: flex;
        align-items: center;
        height: 100%
    }
}

.home .hero__wrapper .content__wrapper .head__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .head__box {
        max-width: 921px;
        margin-top: -160px
    }
}


.home .hero__wrapper .content__wrapper .head__box h1 {
    margin-top: 70px;
    width: 90%;
    font-family: Ernestine Offc Pro;
    line-height: 35px;
    font-size: 28px;
    color: #3e342f;
    text-shadow: 3px 1px 2px #fff
}
.home .hero__wrapper .content__wrapper .head__box h2 {
    margin-top: 70px;
    width: 90%;
    font-family: Ernestine Offc Pro;
    line-height: 35px;
    font-size: 28px;
    color: #3e342f;
    text-shadow: 3px 1px 2px #fff
}

@media screen and (min-width:768px) {
    .home .hero__wrapper .content__wrapper .head__box h2 {
        margin-top: 92px;
        line-height: 68px;
        font-size: 55px
    }
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .head__box h1 {
        margin-top: 175px;
        width: calc(100% - 15px);
        line-height: 110px;
        font-size: 90px;
        text-align: center;
        text-shadow: 3px 1px 2px #fff
    }
    .home .hero__wrapper .content__wrapper .head__box h2 {
        margin-top: 175px;
        width: calc(100% - 15px);
        line-height: 110px;
        font-size: 90px;
        text-align: center;
        text-shadow: 3px 1px 2px #fff
    }
}

.home .hero__wrapper .content__wrapper .head__box picture {
    width: 30%;
    height: 100%
}

@media screen and (min-width:768px) {
    .home .hero__wrapper .content__wrapper .head__box picture {
        width: calc(30% - 19px)
    }
}

.home .hero__wrapper .content__wrapper .head__box picture * {
    width: 100%;
    height: 100%
}

.home .hero__wrapper .content__wrapper .filter__box {
    overflow: hidden;
    display: flex;
    margin-top: 5px;
    width: 100%;
    height: 35px;
    border-radius: 4px
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box {
        max-width: 921px;
        margin-top: 28px;
        overflow: hidden;
        display: flex;
        width: 100%;
        height: 45px;
        border-radius: 4px
    }
}

.home .hero__wrapper .content__wrapper .filter__box input {
    padding: 0 18px;
    width: 75%;
    height: 100%;
    background-color: #fff;
    font-family: Ernestine Offc Pro;
    font-size: 12px;
    color: #89532f
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box input {
        padding: 0 18px;
        width: 75%;
        height: 100%;
        background-color: #fff;
        font-family: Ernestine Offc Pro;
        font-size: 14px;
        color: #89532f
    }
}

.home .hero__wrapper .content__wrapper .filter__box select {
    width: 20%;
    height: 100%;
    border-left: 1px solid #d6d6d6;
    background-color: #fff;
    font-family: Ernestine Offc Pro;
    font-size: 12px;
    display: none
}

.home .hero__wrapper .content__wrapper .filter__box button {
    width: 20%;
    height: 100%;
    background-color: #89532f
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box .search {
        width: 70%
    }
}

.home .hero__wrapper .content__wrapper .filter__box .category {
    display: none
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box .category {
        display: block;
        padding: 0 30px;
        width: 25%
    }
}

.home .hero__wrapper .content__wrapper .filter__box .other {
    background-image: url(/images/icons/three-dot.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box .other {
        width: 10%;
        display: none
    }
}

.home .hero__wrapper .content__wrapper .filter__box .submit-btn {
    background-image: url(/images/icons/magnifying.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box .submit-btn {
        width: 20%;
        background-image: none
    }
}

.home .hero__wrapper .content__wrapper .filter__box .submit-btn span {
    display: none
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .content__wrapper .filter__box .submit-btn span {
        display: block;
        font-family: Ernestine Offc Pro;
        font-size: 14px;
        color: #fff
    }
}

.home .hero__wrapper .scroll__wrapper {
    display: none
}

@media screen and (min-width:1024px) {
    .home .hero__wrapper .scroll__wrapper {
        position: absolute;
        z-index: 2;
        bottom: 17px;
        display: flex;
        justify-content: center;
        width: 100%
    }
}

.home .hero__wrapper .scroll__wrapper .scroll__box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .hero__wrapper .scroll__wrapper .scroll__box p {
    margin-bottom: 4px;
    font-family: Ernestine Offc Pro;
    font-size: 20px;
    color: #fff
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper {
        display: flex;
        height: calc(120vh - 80px)
    }
}

.home .our_story__wrapper .content__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    background-color: #fff
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box {
        justify-content: center;
        align-items: flex-start;
        padding: 0 7% 0 20%;
        width: 70%
    }
}

.home .our_story__wrapper .content__box h2 {
    font-family: Ernestine Offc Pro Bold;
    font-size: 33px;
    color: #89532f;
    margin-bottom: 20px
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box h2 {
        font-size: 50px
    }
}

.home .our_story__wrapper .content__box .detail__wrapper {
    display: flex;
    width: 100%
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box .detail__wrapper {
        justify-content: flex-start
    }
}

.home .our_story__wrapper .content__box .detail__wrapper .line {
    display: none
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box .detail__wrapper .line {
        display: block;
        margin-top: 18px;
        margin-right: 30px;
        width: 125px;
        height: 4px;
        background-color: #fff
    }
}

.home .our_story__wrapper .content__box .detail__wrapper .detail__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box .detail__wrapper .detail__box {
        align-items: flex-start
    }
}

.home .our_story__wrapper .content__box .detail__wrapper .detail__box h1 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
    letter-spacing: .1;
    font-size: 20px;
    color: #91857c
}

@media screen and (min-width:768px) {
    .home .our_story__wrapper .content__box .detail__wrapper .detail__box h1 {
        width: 70%
    }
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .content__box .detail__wrapper .detail__box h1 {
        text-align: left;
        font-size: 22px
    }
}

.home .our_story__wrapper .content__box .detail__wrapper .detail__box p {
    font-size: 14px;
    color: #322927;
    margin-bottom: 20px
}

.home .our_story__wrapper .content__box .detail__wrapper .detail__box a {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #82766b;
    font-family: Ernestine Offc Pro;
    font-size: 16px;
    color: #82766b;
    margin-top: 15px
}

.home .our_story__wrapper .content__box .detail__wrapper .detail__box a:hover {
    background-color: #fff;
    color: #333
}

.home .our_story__wrapper .image__box {
    display: none
}

@media screen and (min-width:1024px) {
    .home .our_story__wrapper .image__box {
        display: block;
        width: 30%
    }

    .home .our_story__wrapper .image__box img {
        -o-object-position: 100% 50%;
        object-position: 100% 50%;
        width: 100%;
        height: 100%
    }
}

.home .good_food__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 22px 22px 60px
}

@media screen and (min-width:1024px) {
    .home .good_food__wrapper {
        padding: 83px 0 60px
    }
}

.home .good_food__wrapper .bg__box {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home .good_food__wrapper .bg__box * {
    width: 100%;
    height: 100%
}

.home .good_food__wrapper .content__box {
    width: 282px
}

@media screen and (min-width:1024px) {
    .home .good_food__wrapper .content__box {
        width: 406px
    }
}

.home .good_food__wrapper .content__box h2 {
    font-family: Ernestine Offc Pro Bold;
    text-align: center;
    font-size: 55px;
    color: #000
}

.home .good_food__wrapper .content__box p {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #000
}

.home .good_food__wrapper .content__box .type__box {
    margin-top: 22px;
    display: flex;
    flex-direction: column
}

.home .good_food__wrapper .content__box .type__box .bakery__section,
.home .good_food__wrapper .content__box .type__box .beverage__section,
.home .good_food__wrapper .content__box .type__box .food__section {
    display: flex
}

.home .good_food__wrapper .content__box .type__box .beverage__section {
    justify-content: flex-start
}

.home .good_food__wrapper .content__box .type__box .bakery__section {
    margin-top: -74px;
    justify-content: flex-end
}

@media screen and (min-width:1024px) {
    .home .good_food__wrapper .content__box .type__box .bakery__section {
        margin-top: -108px
    }
}

.home .good_food__wrapper .content__box .type__box .food__section {
    margin-top: -28px;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .home .good_food__wrapper .content__box .type__box .food__section {
        margin-top: -77px
    }
}

.home .good_food__wrapper .content__box .type__box .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.home .good_food__wrapper .content__box .type__box .section .icon__box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #024222;
    box-shadow: 3px 3px 6px 0 rgba(2, 66, 43, .6)
}

.home .good_food__wrapper .content__box .type__box .section .icon__box img {
    width: 40px;
    height: auto
}

.home .good_food__wrapper .content__box .type__box .section h3 {
    font-family: Ernestine Offc Pro Bold;
    font-size: 32px;
    color: #333
}

.home .good_food__wrapper .content__box .type__box .section p {
    width: 102px;
    font-family: Ernestine Offc Pro;
    line-height: 14px;
    font-size: 14px;
    color: #333
}

.home .promotion__wrapper {
    padding-top: 36px;
    padding-bottom: 40px
}
.home .promotion__card .image__box .detail__wrapper .text__box{
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 300px;
    color: white;
    overflow-y: auto !important;
    padding: 5px;
    white-space: pre-line;
    font-size: 0.75rem;
}

.home .promotion__card .image__box .detail__wrapper .text__box p{
    display:-webkit-box;
    width:100%;
    font-family:Ernestine Offc Pro;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
    line-height:26px;
    font-size:12px;
    color:#fff;
}

@media screen and (min-width:1024px) {
    .home .promotion__wrapper {
        padding-top: 45px;
        padding-bottom: 60px
    }
}

.home .promotion__wrapper h2 {
    font-family: Ernestine Offc Pro Bold;
    text-align: center;
    font-size: 40px
}

@media screen and (min-width:1024px) {
    .home .promotion__wrapper h2 {
        margin-bottom: 29px;
        font-size: 72px
    }
}

.home .promotion__wrapper .promotion__card__wrapper {
    margin-top: 22px
}

.home .promotion__wrapper .promotion_link__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

@media screen and (min-width:1024px) {
    .home .promotion__wrapper .promotion_link__wrapper {
        margin-top: 58px
    }
}

.home .promotion__wrapper .promotion_link__wrapper a {
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #000;
    background-color: #fff;
    font-family: Ernestine Offc Pro;
    font-size: 20px;
    color: #000
}

.home .promotion__wrapper .promotion_link__wrapper a:hover {
    border: 1px solid #89532f;
    background-color: #89532f;
    color: #fff
}

.home .order_now__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 15px 40px;
    width: 100%;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper {
        padding: 55px 0 95px
    }
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box {
        width: 624px
    }
}

.home .order_now__wrapper .content__box h2 {
    font-family: Ernestine Offc Pro Bold;
    text-align: center;
    font-size: 36px;
    color: #89532f
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box h2 {
        font-size: 50px;
        margin-bottom: 20px
    }
}

.home .order_now__wrapper .content__box p {
    margin: 20px;
    text-align: center;
    font-size: 14px;
    color: #91857c
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box p {
        margin: 25px;
        font-size: 20px
    }
}

.home .order_now__wrapper .content__box .partner_list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

.home .order_now__wrapper .content__box .partner_list a {
    margin-left: 12px;
    margin-bottom: 15px
}

.home .order_now__wrapper .content__box .partner_list a .box {
    overflow: hidden;
    max-width: 65px;
    max-height: 65px
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box .partner_list a .box {
        max-width: 128px;
        max-height: 128px
    }
}

.home .order_now__wrapper .content__box .partner_list a .box * {
    width: 100%;
    height: 100%
}

.home .order_now__wrapper .content__box .partner_list a:first-child {
    margin-left: 12px
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box .partner_list {
        flex-direction: unset;
        flex-wrap: inherit
    }

    .home .order_now__wrapper .content__box a {
        margin-left: 18px
    }
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box_2 {
        width: 303px
    }
}

.home .order_now__wrapper .content__box_2 .partner_list {
    display: flex;
    justify-content: center
}

.home .order_now__wrapper .content__box_2 .partner_list a {
    margin-left: 18px
}

.home .order_now__wrapper .content__box_2 .partner_list a .box {
    overflow: hidden;
    max-width: 65px;
    max-height: 65px;
    border-radius: 12px
}

@media screen and (min-width:768px) {
    .home .order_now__wrapper .content__box_2 .partner_list a .box {
        max-width: 128px;
        max-height: 128px
    }
}

.home .order_now__wrapper .content__box_2 .partner_list a .box * {
    width: 100%;
    height: 100%
}

.home .order_now__wrapper .content__box_2 .partner_list a:first-child {
    margin-left: 0
}