html body{
    font-family: 'Roboto', sans-serif;
}
.logo img{
    width: 90px;
}
.mainMenu{
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: rgba(179, 100, 25, 0.6);
    padding: 20px 0;
}
.secMenu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lstMenu a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
}
.lstMenu a:last-of-type{
    margin-right: 0;
}
.banner{
    background-image: url('../img/banner.JPG');
    width: 100%;
    height: 100vh;
    background-size: cover;
    text-align: center;
    display: table;
}
.txtBanner{
    display: table-cell;
    text-align: center;
    height: 100vh;
    vertical-align: middle;
}
.styDetailBanner{
    font-size: 62px;
    color: #FFFFFF;
    background-color: rgba(147, 68, 11, 0.8);
    display: inline-block;
    padding: 20px 30px;
    font-family: 'Cookie', cursive !important;
    border-radius: 8px;
}
.styDetailBanner img{
    width: 280px;
    margin-bottom: 20px;
    margin: auto;
}
.styDetailBanner h1{
    font-size: 82px;
}
.secContent{
    padding: 50px 0;
}
.headerRc{
    text-align: center;
}
.headerRcLeft{
    text-align: left;
}
.headerRcLeft hr{
    border: solid 2px #c98a3b;
    width: 6%;
    margin: unset;
}
.headerRc h2{
    font-size: 42px;
    color: #c98a3b;
    margin-bottom: 20px;
}
.contentRc{
    text-align: center;
}
.contentRc p{
    font-size: 16px;
    margin-bottom: 0;
}
.bgGold{
    background-color: rgba(179, 100, 25, 0.2);
}
.secAbout{
    background-image: url('../img/about.png');
    background-size: cover;
    padding: 200px 0;
    background-position: center;
    background-attachment: fixed;
}
.secBooking{
    background-image: url('../img/about.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.secMenusList{
    /* height: 100vh; */
}
.menuListRc{
    background-color: #FFFFFF;
    /* height: 80vh; */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 20px 25px;
}
.atwMenu02{
    position: absolute;
    bottom: 0;
    left: 0;
}
.atwMenu03{
    position: absolute;
    top: 0;
    right: 0;
}
.atwMenu04{
    position: absolute;
    bottom: 0;
    right: 0;
}
.atwMenu05{
    position: absolute;
    top: 0;
    left: 0;
}
.headeMenus{
    text-align: center;
    margin-bottom: 32px;
    margin-top: 50px;
}
.headeMenus p{
    margin-bottom: 15px;
    font-weight: 600;
    color: #c98a3b;
    font-size: 24px;
}
.nameMenu p{
    margin-bottom: 0;
}
.detailMenuLst{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0px 80px;
}
.secMenuLst{
    /* overflow-y: scroll;
    height: 695px; */
    overflow-x: hidden;
}
.introMenu{
    padding: 0px 80px;
    font-size: 16px;
}
.MenuByHead hr{
    border: 1px #000000 solid;
    width: 60%;
    margin: 20px auto;
}
.subHeadMenu{
    padding: 0px 80px;
    margin-bottom: 8px;
}
.subHeadMenu p{
    margin-bottom: 0;
}
.Noti{
    color: red;
}
.GlutenFree{
    color: green;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}
.spicy{
    color: red;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}
.nuts{
    color: #c98a3b;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}
.headeMenus label{
    font-size: 13px;
    font-weight: bold;
}
.formBooking input, .formBooking textarea{
    width: 100%;
    border: solid 1px #c98a3b;
    border-radius: 5px;
}
.formBooking label{
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.btnSubmitBook{
    text-align: center;
}
.btnSubmitBook input{
    border: none;
    width: auto;
    background-color: #c98a3b;
    padding: 8px 15px;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}
.btnSubmitBook input:hover{
    opacity: 0.4;
}
.contentContact{
    text-align: left;
}
.contentContact a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.contentContact label{
    font-size: 24px;
}
.contentContact .colorFacebook{
    color: #4267B2;
}
.contentContact .colorIg{
    color: #cd486b;
}
.contentContact .colorTell{
    color: green;
}
.secContact{
    height: 100%;
    text-align: left;
    display: table;
    width: 100%;
}
.secContactTC{
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.secfooter{
    text-align: center;
    background-color: #c98a3b;
    font-size: 12px;
    color: #000000;
    padding: 8px 0;
}
.secfooter p{
    margin-bottom: 0;
}

img {
    max-width: 100%;
    display: block;
  }
  
  figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
  }
  
  figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
  }
  
  figure a {
    color: black;
    text-decoration: none;
  }
  
  figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
  }
  
  .containerM {
    column-count: 4;
    column-gap: 10px;
  }

  .Header-alone{

  }

  .Header-alone h1{
    
  }

  .name-menu{
    text-align: center;
    background-color: rgba(179, 100, 25, 0.6);
    padding: 5px 0;
  }

  .name-menu p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
  }

  .MenuImageFull{
    background-color: rgba(179, 100, 25, 0.2);
  }
  .ImageMenuDetail{

  }
  .ImageMenuDetail img{

  }
  .TitleMenuBigger{
    margin: 0 25px;
  }
  .TitleMenuBigger h1{
    font-size: 42px;
    border-bottom: solid 4px #000000;
    display: inline-block;
  }

  @media (max-width:896px)  {
    .detailMenuLst, .introMenu, .subHeadMenu{
        padding: 0;
    }
    .atwMenu03{
        display: none;
    }
    .atwMenu04{
        display: none;
    }
    .secMenuLst{
        /* height: 635px; */
    }
    .secAbout{
        padding: 40px 0;
    }
    .containerM{
        column-count: 1;
    }
    .banner, .txtBanner{
        height: 48vh;
    }
    .styDetailBanner h1{
        font-size: 32px;
    }
    .styDetailBanner img{
        width: 190px;
    }
    .lstMenu a{
        font-size: 12px;
    }
  }