@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto:300,400');
.logo-mar{
    margin-top: 100px;
    margin-bottom: 100px;
}
.log-border{
    border-right: 1px solid #000;
}
.logo-txt1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.logo-txt-2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 100;
}
.logo-pad{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pro-bg{
    background-color: #e0e1e2;
    height: 900px;
    margin-bottom: 100px;
}
.chef-header{
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 100px;
}
.chef-mar{
    margin-bottom: 40px;
}
.chef-border{
    border-bottom: 1px solid #000;
}
.chef-txt1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 50px;
}
.chef-txt2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 30px;
}
.chef-txt3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 52px;
}
.chef-price{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 70px;
}
.social{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.address{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
}
.page-slide {
    padding-top: 100px; 
    padding-bottom: 100px;
}
.slick-dots li button{
    display: none !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Roboto', sans-serif !important;
    font-size: 40px !important;
    color: black !important;
}
.slick-prev:before {
    content: '<' !important;
}
.slick-next:before {
    content: '>' !important;
}
.slide-txt1{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.slide-txt2{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    text-transform: uppercase; 
}
.txt-daily{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.txt-pro-name{
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    text-transform: uppercase; 
    font-weight: bold;
}
.txt-pro-detail{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.txt-pro-price{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.address-txt{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.address-txt a{
    color: #000;
}
.image-padding-10 {
    padding: 10px;
}

.image {
    position: relative;
}

.image-cover:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

h5 span {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    color: white;
    z-index: 1024;
}

h2 span {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    color: white;
    z-index: 1024;
}
.image-cover-text{
    visibility: visible;
}
.social-size{
    width: 30px;
    height: 30px;
}

/* เพิ่มใหม่ */

.image-cover-text .button {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 60%;
    color: white;
    z-index: 1024;
    left: 18%;
}

/*.image {
    margin: 0 1em;
        width: 400px;
            height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.image:hover {
    transform: scale(1.05);
}



.image img {
                width: 100%;
                    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}



.image:hover img {
    transform: scale(1.15);
}*/

.button {
    display: flex;
    overflow: hidden;

    margin: 10px;
    padding: 12px 12px;

    cursor: pointer;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;

    color: #fff;
    border: 0 none;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    justify-content: center;
    align-items: center;
    flex: 0 0 160px;

    box-shadow: 2px 5px 10px #e4e4e4;
}
.button:hover {
    transition: all 150ms linear;

    opacity: 0.85;
}

.button:active {
    transition: all 150ms linear;
    opacity: 0.75;
}

.button:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

.button.-dark {
    color: #ffffff;
    background: #161616;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: none;
}

.button:focus {
    outline: 1px dotted white;
    outline-offset: -4px;
}