.page-chef {
    /*font-family: "Cormorant Garamond", serif;*/
    /*font-optical-sizing: auto;*/
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;

}
.bgdark {
    background-image: url('images/white-texture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #fff;*/
    /*  this is where the magic happens:  */
    background-attachment: fixed;
}
.ps-text {
    padding-left: 2rem;
}
.pe-text {
    padding-right: 2rem;
}
.quote {
    /*background: #000;*/
    font-size: 26px;
    line-height: 1.2em;
}
.page-title {
    /*font-family: "Castoro Titling", serif;*/
    /*font-family: "Nanum Myeongjo", serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;

}
.bt-booktable {
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    background-color: #F4F1D6;
    text-transform: uppercase;
    color: #333;
    border-style: none;
    padding: 20px 0px 20px 0px;
    width: 160px;
}
.section-chef {
    background: #fff;
    color: #333;
}

@media (min-width: 1200px) {
    .page-chef {
        font-size: 20px;
    }
    .page-title {
        font-size: 40px;
    }
    .logo-chef {
        position: absolute;
        width: 100%;
        bottom: 60px;
    }
    .ps-text {
        padding-left: 6rem;
    }
    .pe-text {
        padding-right: 6rem;
    }
}


.sticky-wrap {
    position: relative;
}
.img-sticky-wrap {
    position: relative;
    background-color: #f9e2b9;
}
.sticky-wrap .img-sticky-wrap img {
    display: block;
    margin: 0 auto;
}
.section-chef .logo-longdtai {
    float: right;
}
.section-contact {
    background-image: url('images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
    /*    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
    background: rgba(255, 255, 255, 0.7);
}
/*table tr td:first-child {
    width: 88px;
}*/
@media (min-width: 768px) {
    .img-mt {
        margin-top: 150px;
    }
    .bg-overlay {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
/*    table tr td:first-child {
        width: auto;
    }*/
    .sticky-wrap {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .sticky-wrap .col-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        height: 100vh;
    }
    .sticky-wrap .img-sticky-wrap {
        height: 100%;
        overflow: hidden;
    }
    .sticky-wrap .img-sticky-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        /*        position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;*/
    }

    .section-chef .logo-longdtai {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .bg-overlay {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

