html {
    width: 100%;
    height: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #010000;
    background-color: #f8f8f8;
}
h2 {
    font-size: 20px;
    font-weight: 600;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}
a {
    outline: none;
    color: #010000;
    text-decoration: none;
}
/*---------------------*/
.yellow {
    color: #ffb940;
}
.green {
    color: #8dc349;
}
.brown {
    color: #272222;
}
/*---------------------*/
header {
    width: 100%;
    position: relative;
    height: 650px; 
    background-color: #272222;
    z-index: 1;
}
.header-bacgr {
    position: absolute;
    width: 100%;   
    height: 100%; 
    background-image: url('img/banner-brown.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-origin: border-box;
    z-index: 2;
    background-size: cover;
}
.gradient {
    position: absolute;
    width: 100%;   
    height: 100%; 
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
.header-bacgr-circle {
    position: absolute;
    width: 100%;   
    height: 100%;
    background-image: url('img/stroke-2.png');
    background-repeat: no-repeat;
    z-index: 4;
    background-position: 92.5% -90%;
}
.header-bacgr-circle-2 {
    position: absolute;
    width: 100%;   
    height: 100%;
    background-image: url('img/stroke-2.png');
    background-repeat: no-repeat;
    z-index: 5;
    background-position: 89% -290%;
    background-size: 750px;
}
.header-bacgr-circle-3 {
    position: absolute;
    width: 100%;   
    height: 100%;
    background-image: url('img/stroke-2.png');
    background-repeat: no-repeat;
    z-index: 5;
    background-position: 86% 700%;
    background-size: 600px;
}
.header-bacgr-circle-4 {
    position: absolute;
    width: 100%;   
    height: 100%;
    background-image: url('img/stroke-2.png');
    background-repeat: no-repeat;
    z-index: 5;
    background-position: 83.5% 210%;
    background-size: 450px;
}
/*---------------------*/
.header-top-box {
    position: relative;
    padding: 20px 0 10px 0;    
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-top-line {
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    top: 10px;
}
/*---------------------*/
.header-top {
    max-width: 1260px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    color: #fff;
    font-size: 13px;
}
.header-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-info .text {
    padding-left: 22px;
}
.header-info .text a {
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px dashed;
}
/*---------------------*/
.box-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;   
}
.box-icon i {
    color: rgba(255, 185, 64, 0.8);
    font-size: 13px;
    margin-right: 10px;
}
/*---------------------*/
.logo {
    font-size: 30px;
    text-transform: uppercase;
}
/*---------------------*/
.header-contain {
    position: relative;
    z-index: 15;
    max-width: 1260px;
    margin: 80px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.header-head-box {
    position: relative;
    width: 40%;
    height: 100%;
    display: block;    
}
.header-head-bacgr {
    position: absolute;
    width: 180px;
    height: 270px;
    background-image: url('img/yellow-box.png');
    background-repeat: no-repeat;
    background-position: top left;
    left: 100px;
}
.header-contain h1 {
    position: relative;
    z-index: 20;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 70px;
    margin-left: 50px;
    width: 300px;
    line-height: 160%;
}
.header-contain h1 b {
    font-size: 36px;
}
/*---------------------*/
.header-contain .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    margin-top: 100px; 
}
.header-contain .text span { 
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}
.header-contain .text span i {
    display: inline-block;
    color: #8dc349;
    font-size: 12px;
    margin-right: 10px;
}
.header-contain .text .head {
    font-style: italic; 
    font-size: 28px;
}
.header-contain .text .head b {
    font-weight: 400;
    color: #ffb940;
    display: block;
    margin-top: 5px;
}
/*---------------------*/
.box-line {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 50;
    top:-60px;
    max-width: 980px;
    height: 180px;
    margin: 0 auto;
    background-image: url('img/risunok-3-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: center center;
    font-size: 13px;
}
.box-line-div{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    width: 33%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.box-line-div img {
    height: 50px;
}
.box-line-div span {
    margin-bottom: 5px;
}
/*---------------------*/
.div-corner-box-rt {
    width: 35px;
    height: 25px;
    position: absolute;
    top:-1px;
    right: -1px;
}
.div-corner-box-rt .top {
    top:0;
    width: 100%;
    height: 3px;
    background-color: #ffb940;
}
.div-corner-box-rt .right {
    position: absolute;
    top:0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #ffb940;
}
/*---*/
.div-corner-box-lb {
    width: 35px;
    height: 25px;
    position: absolute;
    bottom:-1px;
    left: -1px;
}
.div-corner-box-lb .bottom {
    position: absolute;
    bottom:0;
    width: 100%;
    height: 3px;
    background-color: #ffb940;
}
.div-corner-box-lb .left {
    position: absolute;
    bottom:0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ffb940;
}
/*---*/
.div-corner-box-lt {
    width: 45px;
    height: 35px;
    position: absolute;
    top:-3px;
    left: -3px;
}
.div-corner-box-lt .top {
    position: absolute;
    top:0;
    width: 100%;
    height: 3px;
    background-color: #ffb940;
}
.div-corner-box-lt .left {
    position: absolute;
    bottom:0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ffb940;
}
/*---------------------*/
.box-main-adv {
    width: 100%;
    height: 420px;   
}
/*---*/
.box-main-adv .box {
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    z-index: 100;
}
.box-main-adv .box-300 {
    position: relative;
    width: 300px;
    height: 100%;
}
.box-main-adv .bacgr {
    width: 400px;
    height: 100%;
    left:-100px;
    top: 30px;
    position: absolute;
    z-index: 10;
    background-image: url('img/foto-1-brown.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
/*---*/
.box-main-adv-cont {
    position: relative;
    width: 960px;
    height: 420px;
    background-color: #fff;
    z-index: 50;
}
.box-main-adv-cont .bg {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background-image: url('img/risunok-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 55;
}
.box-main-adv-cont .div {
    padding: 50px 35px;
    text-align: left !important;
}
.box-main-adv-cont .div h2 {
    text-align: left !important;
    margin-bottom: 40px;
}
.box-main-adv-cont .div h2 span {
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 5px;
    background-color: #8dc349;
}
.box-main-adv-cont .box-two-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.box-main-adv-cont .box-two-icon div {
    width: 50%;
    font-size: 16px;
    margin-bottom: 40px;
}
.box-main-adv-cont .box-two-icon div i {
    font-size: 20px;
    color: #8dc349;
    margin-right: 10px;
}
/*---------------------*/
.main-photo-box {
    position: relative;
    max-width: 1260px;
    margin: 60px auto 0 auto;   
}
.main-photo-box h2 {
    text-align: center;
    margin-bottom: 40px;
}
/*---------------------*/
.tab {
    overflow: hidden;
    position: relative; 
    z-index: 10;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .tab button {
    background: transparent; 
        padding: 10px 30px; 
        border: 2px solid #8dc349;
        border-radius: 20px;
        cursor: pointer; 
        text-transform: uppercase;
        font-size: 12px;
        margin: 0 20px;
        font-weight: 700;
    transition: 0.3s;
  }
  .tab button:hover {
    background: #8dc349; 
    color: #fff;
  }
  .tab button.active {
    background: #8dc349; 
    color: #fff;
  }
  .tabcontent {
    /*display: none;   */ 
    padding: 25px 0px 0 0;
    border-top: none;
  }
 /*----*/
 .tabcontent-head  {
    text-align: center;
    font-size: 18px;
 }
  .tabcontent-head span {
      cursor: pointer;
      border-bottom: 1px dashed;
  }
  #price_n_02 {
      display: none;
  }
  #price_n_01 {
    display: none;
}
#price_n_pl {
    display: none;
}
#price_n_l {
    display: none;
}
   /*----*/
   .tab-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 20px;
   }
   .tab-text div {
       width: 23%;
   }
   .tab-text div span {
      display: block;
      margin-bottom: 7px;
   }
   .tab-text div span i {
    display: inline-block;
    margin-right: 7px;
    color: #8dc349;
    font-size: 11px;
 }
/*----------------*/
.gallery-box1 {
    position: relative;
    margin-top: 20px;
}
.gallery-box{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;    
    margin-top: 40px;
    text-align: left;
}
.gallery-box .img-box {
    display: block;
    position: relative;
    width: 24%;
    margin: 0 0.5%;
}
.gallery-box .img-box img{
    max-width: 100%;
    height: 200px;
    cursor: pointer;
}
.img-box .bacgr {
    position: absolute;
    width: 100%;
    height: 200px;
    /*background-color: rgba(39, 34, 34, 0.6);*/
    transition: 0.3s;
}
.img-box .border {
    position: absolute;
    width: calc(80% - 6px) ;
    height: calc(80% - 6px) ;
    top: 10%;
    left: 10%;
    border: 3px solid rgba(255, 185, 64, 0.6);
}
.img-box:hover .bacgr {display: none;}
/*--------------------*/
.extra-advant {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
    height: 100%;
    min-height: 400px;
}
.extra-advant-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/stroke-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 750px;
} 
.extra-advant-circle-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/stroke-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 650px;
} 
.extra-advant-circle-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/stroke-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 550px;
} 
.extra-advant-circle-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/stroke-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 450px;
} 
.extra-advant-circle-4 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/stroke-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 350px;
} 
.extra-advant-center {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('img/hotel.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 280px;
}
/*---*/
.extra-advant h2 {
    position: relative;
    z-index: 50;
    margin: 0 auto;
    max-width: 1260px;
    text-align: center;
    margin-bottom: 20px;
}
/*--------------------*/
.extra-advant .box {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.extra-advant .box h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.extra-advant .box .left {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.extra-advant .box .left div {
    width: 65%;
    margin: 20px 0;
}
.extra-advant .box .left i{
    font-size: 10px;
    color: #8dc349;
    margin-right: 7px;
}
/*----*/
.extra-advant .box .right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.extra-advant .box .right div {
    width: 65%;
    margin: 20px 0;
}
.extra-advant .box .right i{
    font-size: 10px;
    color: #8dc349;
    margin-right: 7px;
}
/*------------------*/
.box-food {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 0;
    background-image: url('img/tochki-2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box-food .box {
    position: relative;
    max-width: 1260px;    
    margin: 60px auto;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.box-food .photo {
    position: relative;
    width: 30%;
    min-height: 380px;
    background-image: url('img/yaichnica-s-pomidorami.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
}
.box-food .text-box {
    position: relative;
    border: 10px solid #ffb940;
    width: 40%;    
    margin-right: -10px;
    min-height: 280px;
}
.box-food .text-box .h2 {
    position: absolute;
    top:-45px;
    left: 40px;
    padding: 10px 80px 10px 20px;
    background-color: #f8f8f8;
}
.box-food .text-box .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 20;
    padding: 20px 20px 10px 10px;
}
.box-food .text-box .bcgr-w {
    position: absolute;
    width: 260px;
    bottom:-35px;
    right: 0;
    padding: 10px 20px;
    background-color: #f8f8f8;
}
.box-food .text-box .text span {
    display: block;
    margin: 10px 0;
}
.box-food .text-box .text span i {
    font-weight: 700;
    color: #8dc349;
    font-size: 11px;
    margin-right: 7px;
}
/*-------*/
.d0 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 24px); 
    height: calc(100% - 24px);
    border: 2px solid rgba(255, 185, 64, 0.6);
}
/*------------------*/
.box-reviews-bgr {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0px 0 20px 0;
    background-image: url('img/LED-63-1-bl.jpg');
    background-position: center center;
    background-size: cover;
}
.box-reviews-bgr h2 {
    margin: 0 auto;
    max-width: 1260px;
    text-align: center;
    margin-bottom: 40px;
}
/*-----*/
.box-reviews {
    max-width: 1260px;
    margin: 20px auto 40px auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;    
} 
.box-reviews-div {
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    width: calc(33% - 1%);
    margin: 0 0.5%;
    height: 190px;
    background-color: #fff; 
    font-size: 13px;
}
/*--*/
.box-reviews-div .corner {
    position: absolute;
    width: 35px;
    height: 50px;
    right: -1px;
    bottom: -1px;
}
.box-reviews-div .corner .right {
    position: absolute;
    width: 3px;
    height: 35px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 185, 64, 0.6);
}
.box-reviews-div .corner .bottom {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 185, 64, 0.6);
}
/*-----*/
.box-reviews-div .head {
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px 7px 15px;
}
.box-reviews-div .head .user {
    width: 40px;
    height: 40px;
    background-color:rgba(39, 34, 34, 0.1);
    text-align: center;
    border-radius: 20%;
    margin-bottom: 5px;
}
.box-reviews-div .head .user i {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
}
.box-reviews-div .head .name {
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.box-reviews-div .head span b {
    display: block;
    color: rgba(0, 0, 0, 0.8);
}
.box-reviews-div .body {
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    padding: 0 15px;
}
.box-reviews-div .body .star {
    display: block;
    margin-bottom: 7px;
}
.box-reviews-div .body .star .text {
    display: inline-block;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.4);
}
.box-reviews-div .body .star .text img {
    height: 16px;
    vertical-align: bottom;
    margin-left: 7px;
}
.box-reviews-div .body .star .yellow{
    color: rgba(255, 185, 64, 0.8);
}
/*----------------------*/
.box-entry {
    max-width: 1260px;
    min-height: 350px;
    margin: 20px auto 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
/*------*/
.box-entry .left {
    position: relative;
    width: 860px;
    height: 350px;
    background-color: #fff;
}
.box-entry .left .div {
    padding: 35px;
}
.box-entry .left h2 {
    text-align: left;
    line-height: 100%;
    margin-bottom: 35px;
}
.box-entry .left h2 span{
    display: block;
    margin-top: 7px;
    width: 120px;
    height: 3px;
    background-color: #8dc349;
}
.box-entry .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:f space-between;
    align-items: center;
}
.box-entry .content div {
    width: calc(45% - 20px);
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.box-entry .content div i {
    margin-right: 7px;
    font-size: 12px;
    color: #8dc349;
}
/*------*/
.box-entry .right {
    position: relative;
    width: 400px;
    height: 350px;
}
.box-entry .right .bgrn{
    position: absolute;
    width: 500px;
    height: 100%;
    right: -100px;
    top: -30px;
    background-image: url('img/hall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
}
.box-entry .right .name {
    position: absolute;
    width: 500px;
    height: 130%; 
    z-index: 30;  
    font-size: 50px;
    font-family: 'Lobster', cursive;
    color: rgba(255, 185, 64, 0.8);
    text-shadow: 1px 1px 2px #555, 0 0 1em #555; 
}
.box-entry .right .border {
    position: absolute;
    z-index: 20;    
    top:-20px;
    right: -90px;
    width: calc(500px - 26px);
    height: calc(100% - 26px); 
    border: 3px solid rgba(255, 185, 64, 0.8);
}
/*------------------------*/
.box-call {
    position: relative;
    width: 100%;
    margin: 60px 0 0 0;
    min-height: 140px;
}
.box-call .div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 980px;
    height: 200px;
    margin: 0 auto; 
    background-image: url('img/risunok-3-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
}
.box-call .div h2 {
    text-align: center;  
    margin-top: 0;  
    margin-bottom: 20px;
}
.box-call .div h3{
    text-align: center;  
    margin-top: 0;  
    margin-bottom: 20px;
}
.box-call .div .call span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.box-call .div .call span i {
    color: #ffb940;
    font-size: 16px;
    margin-right: 10px;
}
.box-call .div .call a {
    border-bottom: 2px dashed;
    padding-bottom: 2px;
}
/*------------------------*/
.box-contact{    
    position: relative;
    max-width: 100%;   
    height: auto; 
    margin-top: 60px;
}
.box-contact .maps {
    position: relative;
    max-width: 100%;
    height: 420px;  
}
/*------------------------*/
.box-footer {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .header-info .text a {
    color: #010000;
}
/*----------------------------------------------------------------------------*/

.booking-btn{
    font-size: 17px;
    text-transform: uppercase;
    background: #fff;
    padding: 7px 40px !important;
    border: 1px solid #8dc349 !important;
    border-bottom: 1px solid #8dc349 !important;
    box-shadow: 3px 3px 4px #aaa;
    font-weight: 600;
    color: #5f8f22;
    text-decoration: none;

}
@media screen and (min-width:1367px) and (max-width:1460px) {
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px; 
    }

    .box-main-adv .box {
        margin-top: 20px;
    }
    .box-main-adv .box-300 {
        width: 40%;
    }
    .box-main-adv .bacgr {
        left:0;
        width: 100%;
    }
    .box-main-adv-cont {
        width: 65%;
        height: 420px;
    }
    .box-main-adv-cont .bg {
        bottom: -100px;
        right: 0px;
    }
    .box-main-adv-cont .box-two-icon {
        position: relative;
        z-index: 65;
    }
    .box-main-adv-cont .box-two-icon div {
        margin-bottom: 20px;
        width: 48%;   
    }

    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-40px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }

    .tab {
        flex-wrap: wrap;
      }
      .tab button {
        width: calc(24% - 20px);
        margin: 0 10px 10px 10px;
        padding: 10px 20px; 
      }
      .tabcontent {
          margin: 0;
          padding: 10px 0 0 0;
      }
       .tab-text {
           flex-wrap: wrap;
       }
       .tab-text div {
           width: calc(25% - 20px);
           padding: 0 10px 10px 10px;
       }
       .tab-text div span {
        margin-bottom: 5px;      
       }
       .tab-text div span i {
        margin-right: 5px; 
     }
    .gallery-box{
        margin-top: 20px;
    }
    .gallery-box .img-box {
        width: calc(25% - 1%);
        margin: 0 0.5%;
        max-height: 200px;
    }
    .gallery-box .img-box img{
        max-width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .gallery-box .img-box .bacgr  {
        height: 100%;
    }
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 200px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
    .box-entry {
        min-height: auto;
        flex-wrap: nowrap;
    }
    .box-entry .left {
        width: calc(60%);
        height: 300px;
    }
    .box-entry .left .div {
        padding: 10px;
    }
    .box-entry .left h2 {
        margin-bottom: 30px;
    }
    .box-entry .content {
        flex-wrap: wrap;
    }
    .box-entry .content div {
        width: calc(50% - 20px);
    }
    .box-entry .content div i {
        font-size: 10px;
        margin-right: 5px; 
    }
    .box-entry .right {
        margin-top: -20px;
        width: calc(40%);
        height: 320px; 
    }
    .box-entry .right .bgrn{
        position: relative;
        width: calc(100%);
        height: 100%;
        right: 0;
        top: 0;
    }
    .box-entry .right .border {
        width: calc(100% - 26px);
        height: calc(100% - 26px); 
        top:10px;
        left:10px;
        right: 0;
    }
.box-call .div {
    height: auto;
    padding: 20px 0;
}
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    width: calc(100%-20px);
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}
}

@media screen and (min-width:1260px) and (max-width:1366px) {
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px; 
    }

    .box-main-adv .box {
        margin-top: 0px;
    }
    .box-main-adv .box-300 {
        width: 40%;
    }
    .box-main-adv .bacgr {
        left:0;
        width: 100%;
    }
    .box-main-adv-cont {
        width: 65%;
        height: 420px;
    }
    .box-main-adv-cont .bg {
        bottom: -100px;
        right: 0px;
    }
    .box-main-adv-cont .box-two-icon {
        position: relative;
        z-index: 65;
    }
    .box-main-adv-cont .box-two-icon div {
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-60px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }

    .tab {
        flex-wrap: wrap;
      }
      .tab button {
        width: calc(24% - 20px);
        margin: 0 10px 10px 10px;
        padding: 10px 20px; 
      }
      .tabcontent {
          margin: 0;
          padding: 10px 0 0 0;
      }
       .tab-text {
           flex-wrap: wrap;
       }
       .tab-text div {
           width: calc(25% - 20px);
           padding: 0 10px 10px 10px;
       }
       .tab-text div span {
        margin-bottom: 5px;      
       }
       .tab-text div span i {
        margin-right: 5px; 
     }
    .gallery-box{
        margin-top: 20px;
    }
    .gallery-box .img-box {
        width: calc(25% - 1%);
        margin: 0 0.5%;
        max-height: 200px;
    }
    .gallery-box .img-box img{
        max-width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .gallery-box .img-box .bacgr  {
        height: 100%;
    }
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 180px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
    .box-entry {
        min-height: auto;
        flex-wrap: nowrap;
    }
    .box-entry .left {
        width: calc(60%);
        height: 300px;
    }
    .box-entry .left .div {
        padding: 10px;
    }
    .box-entry .left h2 {
        margin-bottom: 30px;
    }
    .box-entry .content {
        flex-wrap: wrap;
    }
    .box-entry .content div {
        width: calc(50% - 20px);
    }
    .box-entry .content div i {
        font-size: 10px;
        margin-right: 5px; 
    }
    .box-entry .right {
        margin-top: -20px;
        width: calc(40%);
        height: 320px; 
    }
    .box-entry .right .bgrn{
        position: relative;
        width: calc(100%);
        height: 100%;
        right: 0;
        top: 0;
    }
    .box-entry .right .border {
        width: calc(100% - 26px);
        height: calc(100% - 26px); 
        top:10px;
        left:10px;
        right: 0;
    }
.box-call .div {
    height: auto;
    padding: 20px 0;
}
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    width: calc(100%-20px);
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}
}

@media screen and (min-width:1101px) and (max-width:1259px) {
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px; 
    }

    .box-main-adv .box {
        margin-top: 20px;
    }
    .box-main-adv .box-300 {
        width: 30%;
    }
    .box-main-adv .bacgr {
        left:-10%;
        width: 300px;
    }
    .box-main-adv-cont {
        width: 75%;
        height: 420px;
    }
    .box-main-adv-cont .bg {
        bottom: -100px;
        right: 0px;
    }
    .box-main-adv-cont .box-two-icon {
        position: relative;
        z-index: 65;
    }
    .box-main-adv-cont .box-two-icon div {
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 16px;
    }

    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }

    .tab {
        flex-wrap: wrap;
      }
      .tab button {
        width: calc(24% - 20px);
        margin: 0 10px 10px 10px;
        padding: 10px 20px; 
      }
      .tabcontent {
          margin: 0;
          padding: 10px 0 0 0;
      }
       .tab-text {
           flex-wrap: wrap;
       }
       .tab-text div {
           width: calc(25% - 20px);
           padding: 0 10px 10px 10px;
       }
       .tab-text div span {
        margin-bottom: 5px;      
       }
       .tab-text div span i {
        margin-right: 5px; 
     }
    .gallery-box{
        margin-top: 20px;
    }
    .gallery-box .img-box {
        width: calc(25% - 1%);
        margin: 0 0.5%;
        max-height: 200px;
    }
    .gallery-box .img-box img{
        max-width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .gallery-box .img-box .bacgr  {
        height: 100%;
    }
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 180px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
    .box-entry {
        min-height: auto;
        flex-wrap: nowrap;
    }
    .box-entry .left {
        width: calc(60%);
        height: auto;
    }
    .box-entry .left .div {
        padding: 10px;
    }
    .box-entry .left h2 {
        margin-bottom: 30px;
    }
    .box-entry .content {
        flex-wrap: wrap;
    }
    .box-entry .content div {
        width: calc(50% - 20px);
    }
    .box-entry .content div i {
        font-size: 10px;
        margin-right: 5px; 
    }
    .box-entry .right {
        margin-top: -20px;
        width: calc(40%);
        height: 300px; 
    }
    .box-entry .right .bgrn{
        position: relative;
        width: calc(100%);
        height: 100%;
        right: 0;
        top: 0;
    }
    .box-entry .right .border {
        width: calc(100% - 26px);
        height: calc(100% - 26px); 
        top:10px;
        left:10px;
        right: 0;
    }
.box-call .div {
    width: calc(90%);
    height: auto;
    padding: 20px 0;
}

.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    width: calc(100%-20px);
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}
/*------------------------*/
.box-food .photo {
    position: relative;
    width: 30%;
    min-height: 340px;
}
.box-food .text-box {
    width: 40%;    
    min-height: 280px;
}

}

@media screen and (min-width:961px) and (max-width:1100px) {
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px; 
    }

    .box-main-adv .box {
        margin-top: 20px;
    }
    .box-main-adv .box-300 {
        width: 30%;
    }
    .box-main-adv .bacgr {
        left:-10%;
        width: 300px;
    }
    .box-main-adv-cont {
        width: 75%;
        height: 420px;
    }
    .box-main-adv-cont .bg {
        bottom: -100px;
        right: 0px;
    }
    .box-main-adv-cont .box-two-icon {
        position: relative;
        z-index: 65;
    }
    .box-main-adv-cont .box-two-icon div {
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 16px;
    }

    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }

    .tab {
        flex-wrap: wrap;
      }
      .tab button {
        width: calc(24% - 20px);
        margin: 0 10px 10px 10px;
        padding: 10px 20px; 
      }
      .tabcontent {
          margin: 0;
          padding: 10px 0 0 0;
      }
       .tab-text {
           flex-wrap: wrap;
       }
       .tab-text div {
           width: calc(25% - 20px);
           padding: 0 10px 10px 10px;
       }
       .tab-text div span {
        margin-bottom: 5px;      
       }
       .tab-text div span i {
        margin-right: 5px; 
     }
    .gallery-box{
        margin-top: 20px;
    }
    .gallery-box .img-box {
        width: calc(25% - 1%);
        margin: 0 0.5%;
        max-height: 200px;
    }
    .gallery-box .img-box img{
        max-width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .gallery-box .img-box .bacgr  {
        height: 100%;
    }
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 200px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
    .box-entry {
        min-height: auto;
        flex-wrap: nowrap;
    }
    .box-entry .left {
        width: calc(60%);
        height: auto;
    }
    .box-entry .left .div {
        padding: 10px;
    }
    .box-entry .left h2 {
        margin-bottom: 30px;
    }
    .box-entry .content {
        flex-wrap: wrap;
    }
    .box-entry .content div {
        width: calc(50% - 20px);
    }
    .box-entry .content div i {
        font-size: 10px;
        margin-right: 5px; 
    }
    .box-entry .right {
        margin-top: -20px;
        width: calc(40%);
        height: 280px; 
    }
    .box-entry .right .bgrn{
        position: relative;
        width: calc(100%);
        height: 100%;
        right: 0;
        top: 0;
    }
    .box-entry .right .border {
        width: calc(100% - 26px);
        height: calc(100% - 26px); 
        top:10px;
        left:10px;
        right: 0;
    }
.box-call .div {
    width: calc(90%);
    height: auto;
    padding: 20px 0;
}
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    width: calc(100%-20px);
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}
/*------------------------*/
.box-food .photo {
    position: relative;
    width: 30%;
    min-height: 320px;
}
.box-food .text-box {
    width: 50%;    
    min-height: 260px;
}

}

@media screen and (min-width:811px) and (max-width:960px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px;        
        height: 100%; 
        justify-content: space-between;   
        align-items:center; 
        flex-direction: row; 
        flex-wrap: wrap;
    }
    .header-info { 
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .logo-box {
        font-size: 26px;
        margin-bottom: 10px;
    }
/**/
    .header-contain {
        margin: 0px auto 20px auto;
        justify-content: flex-start;
        align-items: center;
    }
    .header-head-box {
        width: 40%;   
    }
    .header-head-bacgr {
        top: -30px;
        left: 50px;
    }
    .header-contain h1 {
        font-weight: 300;
        margin-top: 50px;
        margin-left: 20px;
        width: 250px;
    }
    .header-contain h1 b {
        font-size: 30px;
    }
    /*---------------------*/
    .header-contain .text {
        width: 50%;
        height: 250px;
        margin: 40px 10px 40px 0; 
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .header-contain .text span { 
        font-size: 14px;
    }  
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /**/
    .box-main-adv .box {
        margin-top: 20px;
    }
    .box-main-adv .box-300 {
        width: 30%;
    }
    .box-main-adv .bacgr {
        left:-10%;
        width: 300px;
    }
    /*---*/
    .box-main-adv-cont {
        width: 75%;
        height: 420px;
    }
    .box-main-adv-cont .bg {
        bottom: -100px;
        right: 0px;
    }
    .box-main-adv-cont .box-two-icon {
        position: relative;
        z-index: 65;
    }
    .box-main-adv-cont .box-two-icon div {
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 16px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: calc(24% - 20px);
    margin: 0 10px 10px 10px;
    padding: 10px 20px; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(25% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
}
.gallery-box .img-box {
    width: calc(25% - 1%);
    margin: 0 0.5% 10px 0.5%;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 100%;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}

.extra-advant h2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(38%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 40px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(38%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 40px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 250px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: nowrap;
}
.box-entry .left {
    width: calc(60%);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: -20px;
    width: 40%;
    height: 220px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(100% - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 300px; 
}
.box-contact .maps {
    height: 300px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    width: calc(100%-20px);
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}
/*------------------------*/
.box-food .photo {
    position: relative;
    width: 40%;
    min-height: 320px;
}
.box-food .text-box {
    width: 60%;    
    min-height: 260px;
}

}
@media screen and (min-width:721px) and (max-width:810px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px;        
        height: 100%; 
        justify-content: space-between;   
        align-items:center; 
        flex-direction: row; 
        flex-wrap: wrap;
    }
    .header-info { 
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .logo-box {
        width: 100%;
        text-align: center;
        font-size: 26px;
        margin-bottom: 10px;
    }
/**/
    .header-contain {
        margin: 0px auto 20px auto;
        justify-content: space-between;
        align-items: center;
    }
    .header-head-box {
        width: 40%;   
    }
    .header-head-bacgr {
        top: -30px;
        left: 50px;
    }
    .header-contain h1 {
        font-weight: 300;
        margin-top: 70px;
        margin-left: 20px;
        width: 250px;
    }
    .header-contain h1 b {
        font-size: 30px;
    }
    /*---------------------*/
    .header-contain .text {
        width: 50%;
        height: 250px;
        margin: 40px 10px 40px 0; 
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .header-contain .text span { 
        font-size: 14px;
    }  
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /*---------------------*/
    .box-main-adv {
        margin-top: 50px;
        height: auto;  
    }
    .box-main-adv .box {
        flex-wrap: wrap;
    }
    .box-main-adv .box-300 {
        display: none;    
    }
    .box-main-adv .bacgr {
        display: none;
    }
    .box-main-adv .div-corner-box-lt {
        display: none;
    }
    .box-main-adv-cont {
        width: 100%;
        height: auto;
    }
    .box-main-adv-cont .bg {
        top: -70px;
        right: 10px;
        z-index: 55;        
    }
    .box-main-adv-cont .div {
        padding: 30px 10px 0 10px;      
    }
    .box-main-adv-cont .div h2 {
        position: relative;
        z-index: 60;
        margin-bottom: 30px;
    }
      .box-main-adv-cont .box-two-icon {  
        position: relative;
        z-index: 60;         
        justify-content: space-between;
    }
    .box-main-adv-cont .box-two-icon div {
        font-size: 14px;
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 14px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: calc(50% - 2%);
    margin: 0 1% 10px 1%;
    padding: 10px 0; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(50% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
    flex-wrap: wrap;
}
.gallery-box .img-box {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 100%;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}
.extra-advant-center {
    display: none;
}
.extra-advant h2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(48% - 2%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(48% - 2%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: row;
} 
.box-reviews-div {
    width: calc(33% - 1%);
    height: 280px;
    margin: 0 0.5% 20px 0.5%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: nowrap;
}
.box-entry .left {
    width: calc(60%);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: -20px;
    width: 40%;
    height: 220px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(100% - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 300px; 
}
.box-contact .maps {
    height: 300px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.footer .logo-box {
    width: 100%;
    text-align: center;
}
/*------------------------*/
.box-food .box {
    flex-direction: column;  
}
.box-food .photo {
    position: relative;
    width: 100%;
    min-height: 320px;
    margin-top: -20px;
}
.box-food .text-box {
    top: 0;
    left: 0;
    margin: 0;
    width: calc(100% - 30px);  
    min-height: 260px;
}
    
}

@media screen and (min-width:641px) and (max-width:720px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px;        
        height: 100%; 
        justify-content: space-between;   
        align-items:center; 
        flex-direction: row; 
        flex-wrap: wrap;
    }
    .header-info { 
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .logo-box {
        width: 100%;
        text-align: center;
        font-size: 26px;
        margin-bottom: 10px;
    }
/**/
    .header-contain {
        margin: 0px auto 20px auto;
        justify-content: space-between;
        align-items: center;
    }
    .header-head-box {
        width: 40%;   
    }
    .header-head-bacgr {
        top: -30px;
        left: 50px;
    }
    .header-contain h1 {
        font-weight: 300;
        margin-top: 70px;
        margin-left: 20px;
        width: 250px;
    }
    .header-contain h1 b {
        font-size: 30px;
    }
    /*---------------------*/
    .header-contain .text {
        width: 50%;
        height: 250px;
        margin: 40px 10px 40px 0; 
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .header-contain .text span { 
        font-size: 14px;
    }  
    .header-contain .text .head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /*---------------------*/
    .box-main-adv {
        margin-top: 50px;
        height: auto;  
    }
    .box-main-adv .box {
        flex-wrap: wrap;
    }
    .box-main-adv .box-300 {
        display: none;    
    }
    .box-main-adv .bacgr {
        display: none;
    }
    .box-main-adv .div-corner-box-lt {
        display: none;
    }
    .box-main-adv-cont {
        width: 100%;
        height: auto;
    }
    .box-main-adv-cont .bg {
        top: -70px;
        right: 10px;
        z-index: 55;        
    }
    .box-main-adv-cont .div {
        padding: 30px 10px 0 10px;      
    }
    .box-main-adv-cont .div h2 {
        position: relative;
        z-index: 60;
        margin-bottom: 30px;
    }
      .box-main-adv-cont .box-two-icon {  
        position: relative;
        z-index: 60;         
        justify-content: space-between;
    }
    .box-main-adv-cont .box-two-icon div {
        font-size: 14px;
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 14px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: calc(50% - 2%);
    margin: 0 1% 10px 1%;
    padding: 10px 0; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(50% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
    flex-wrap: wrap;
}
.gallery-box .img-box {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 100%;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}
.extra-advant-center {
    display: none;
}
.extra-advant h2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(48% - 2%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(48% - 2%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: column;
} 
.box-reviews-div {
    width: calc(100% - 20%);
    height: 100%;
    margin: 0 10% 20px 10%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: wrap;
}
.box-entry .left {
    width: calc(100%);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: 10px;
    width: 100%;
    height: 350px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(100% - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 250px; 
}
.box-contact .maps {
    height: 250px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.footer .logo-box {
    width: 100%;
    text-align: center;
}
/*------------------------*/
.box-food .box {
    flex-direction: column;  
}
.box-food .photo {
    position: relative;
    width: 100%;
    min-height: 320px;
    margin-top: -20px;
}
.box-food .text-box {
    top: 0;
    left: 0;
    margin: 0;
    width: calc(100% - 30px);  
    min-height: 260px;
}

}

@media screen and (min-width:481px) and (max-width:640px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px;        
        height: 100%; 
        justify-content: center;   
        align-items:center; 
        flex-direction: row; 
        flex-wrap: wrap;
    }
    .header-info { 
        margin: 0 10px;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .time {display: none;}
    .logo-box {
        width: 100%;
        text-align: center;
        font-size: 26px;
        margin-bottom: 10px;
    }
/**/
    .header-contain {
        margin: 0px auto 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .header-head-box {
        width: 40%;   
    }
    .header-head-bacgr {
        top: -30px;
        left: 50px;
    }
    .header-contain h1 {
        font-weight: 300;
        margin-top: 70px;
        margin-left: 20px;
        width: 250px;
    }
    .header-contain h1 b {
        font-size: 30px;
    }
    /*---------------------*/
    .header-contain .text {
        width: 40%;
        height: 250px;
        margin: 40px 10px 40px 0; 
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .header-contain .text span { 
        font-size: 14px;
    }  
    .header-contain .text .head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 13px;      
    }
    .box-line-div{
        width: calc(33% - 20px);
        padding: 30px 0 30px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 35px;
    }
    .box-line-div span {
        margin-bottom: 5px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /*---------------------*/
    .box-main-adv {
        margin-top: 50px;
        height: auto;  
    }
    .box-main-adv .box {
        flex-wrap: wrap;
    }
    .box-main-adv .box-300 {
        display: none;    
    }
    .box-main-adv .bacgr {
        display: none;
    }
    .box-main-adv .div-corner-box-lt {
        display: none;
    }
    .box-main-adv-cont {
        width: 100%;
        height: auto;
    }
    .box-main-adv-cont .bg {
        top: -70px;
        right: 10px;
        z-index: 55;        
    }
    .box-main-adv-cont .div {
        padding: 30px 10px 0 10px;      
    }
    .box-main-adv-cont .div h2 {
        position: relative;
        z-index: 60;
        margin-bottom: 30px;
    }
      .box-main-adv-cont .box-two-icon {  
        position: relative;
        z-index: 60;         
        justify-content: space-between;
    }
    .box-main-adv-cont .box-two-icon div {
        font-size: 14px;
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 14px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: calc(50% - 2%);
    margin: 0 1% 10px 1%;
    padding: 10px 0; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(50% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
    flex-wrap: wrap;
}
.gallery-box .img-box {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 100%;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}
.extra-advant-center {
    display: none;
}
.extra-advant h2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(48% - 2%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(48% - 2%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    margin-top: 0;
    background-image: none;
}
.box-reviews-bgr h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: column;
} 
.box-reviews-div {
    width: calc(100% - 20%);
    height: 100%;
    margin: 0 10% 20px 10%;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: wrap;
}
.box-entry .left {
    width: calc(100%);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: 10px;
    width: calc(100%);
    height: 300px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(100% - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 250px; 
}
.box-contact .maps {
    height: 250px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    flex-direction: column;
    justify-content: center;
}
/*------------------------*/
.box-food .box {
    flex-direction: column;  
}
.box-food .photo {
   display: none;
}
.box-food .text-box {
    top: 0;
    left: 0;
    margin: 0;
    width: calc(100% - 30px);  
    min-height: 260px;
} 
.box-food .text-box .bcgr-w {
    display: none;
}

}
/*----------------------------------------------------------*/

@media screen and (min-width:321px) and (max-width:480px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-line {
        display: none;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(100% - 20px);
        padding: 0 10px;        
        height: 100%; 
        flex-direction: column;   
        justify-content: center;   
        align-items:center; 
    }
    .header-info { 
        flex-direction: row;
        margin-bottom: 10px;
    }
    .time {display: none;}
    .logo-box {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .header-contain {
        margin: 0px auto 0 auto;
        flex-direction: column;
    }
    .header-head-bacgr {
        position: absolute;
        width: 180px;
        height: 270px;
        background-image: url('img/yellow-box.png');
        background-repeat: no-repeat;
        background-position: top left;
        left: 80px;
    }
    .header-head-box {
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: auto;  
    }
     .header-contain h1 {
        position: relative;
        z-index: 20;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 80px;
        margin-left: 20px;
        max-width: 100%;
        line-height: 160%;
    }
    .header-contain h1 b {
        font-size: 34px;
    }
    .header-contain .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;  
        margin-top: 100px; 
    }
    .header-contain .text span { 
        margin: 0 10px 10px 10px;
        font-weight: 400;
        font-size: 14px;
    }  
    .header-contain .text .head {
        font-size: 22px;
        margin-bottom: 15px;
    }  
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 12px;      
    }
    .box-line-div{
        width: calc(100% - 20px);
        padding: 10px 0 10px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 30px;
    }
    .box-line-div span {
        margin-bottom: 0px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /*---------------------*/
    .box-main-adv {
        margin-top: 50px;
        height: auto;  
    }
    .box-main-adv .box {
        flex-wrap: wrap;
    }
    .box-main-adv .box-300 {
        display: none;    
    }
    .box-main-adv .bacgr {
        display: none;
    }
    .box-main-adv .div-corner-box-lt {
        display: none;
    }
    .box-main-adv-cont {
        width: 100%;
        height: auto;
    }
    .box-main-adv-cont .bg {
        top: -70px;
        right: 10px;
        z-index: 55;        
    }
    .box-main-adv-cont .div {
        padding: 30px 10px 0 10px;      
    }
    .box-main-adv-cont .div h2 {
        position: relative;
        z-index: 60;
        margin-bottom: 30px;
    }
      .box-main-adv-cont .box-two-icon {  
        position: relative;
        z-index: 60;         
        justify-content: space-between;
    }
    .box-main-adv-cont .box-two-icon div {
        font-size: 14px;
        margin-bottom: 20px;
        width: 48%;   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 14px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: 95%;
    margin: 0 0 10px 0;
    padding: 10px 0; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(50% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
    flex-wrap: wrap;
}
.gallery-box .img-box {
    width: calc(100% - 20px);
    margin: 0 0 10px 10px;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 100%;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}
.extra-advant-center {
    display: none;
}
.extra-advant h2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(48% - 2%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(48% - 2%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    margin: 0 auto 0 auto;
    flex-wrap: wrap;  
} 
.box-reviews-div {
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 10px 20px 10px;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: wrap;
}
.box-entry .left {
    width: calc(100%);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: 10px;
    width: calc(100%);
    height: 300px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(100% - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 250px; 
}
.box-contact .maps {
    height: 250px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    flex-direction: column;
    justify-content: center;
}
    /*------------------------*/
.box-food .box {
    flex-direction: column;  
}
.box-food .photo {
   display: none;
}
.box-food .text-box {
    top: 0;
    left: 0;
    margin: 0;
    width: calc(100% - 30px);  
    min-height: 260px;
} 
.box-food .text-box .bcgr-w {
    display: none;
}
.box-food .text-box .h2 {
    left: 10px;
    padding: 10px 20px 10px 20px;
}
}
@media screen and (max-width:320px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    .header-top-line {
        display: none;
    }
    .header-top-box {
        z-index: 50;
    }
    .header-top {
        width: calc(320px - 20px);
        padding: 0 10px;        
        height: 100%; 
        flex-direction: column;   
        justify-content: center;   
        align-items:center; 
    }
    .header-info { 
        flex-direction: row;
        margin-bottom: 10px;
    }
    .time {display: none;}
    .logo-box {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .header-contain {
        margin: 0px auto 0 auto;
        flex-direction: column;
    }
    .header-head-bacgr {
        position: absolute;
        width: 180px;
        height: 270px;
        background-image: url('img/yellow-box.png');
        background-repeat: no-repeat;
        background-position: top left;
        left: 80px;
    }
    .header-head-box {
        position: relative;
        margin-top: 20px;
        width: 320px;
        height: auto;  
    }
     .header-contain h1 {
        position: relative;
        z-index: 20;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 80px;
        margin-left: 20px;
        max-width: 320px;
        line-height: 160%;
    }
    .header-contain h1 b {
        font-size: 34px;
    }
    .header-contain .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;  
        margin-top: 100px; 
    }
    .header-contain .text span { 
        margin: 0 10px 10px 10px;
        font-weight: 400;
        font-size: 14px;
    }    
    .header-contain .text .head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /*---------------------*/
    .box-line {
        position: relative;
        z-index: 65px;
        flex-wrap: wrap;
        top:-10px;
        height: auto;
        font-size: 12px;      
    }
    .box-line-div{
        width: calc(320px - 20px);
        padding: 10px 0 10px 0;
        border-right: none;    
    }
    .box-line-div img {
        width: auto;
        height: 30px;
    }
    .box-line-div span {
        margin-bottom: 0px;
    }
    .div-corner-box-rt {
        right: 0;
        top: 0;
    }
    .div-corner-box-lb {
        left: 0;
        bottom: 0;
    }
    /*---------------------*/
    .box-main-adv {
        margin-top: 50px;
        height: auto;  
    }
    .box-main-adv .box {
        flex-wrap: wrap;
    }
    .box-main-adv .box-300 {
        display: none;    
    }
    .box-main-adv .bacgr {
        display: none;
    }
    .box-main-adv .div-corner-box-lt {
        display: none;
    }
    .box-main-adv-cont {
        width: 320px;
        height: auto;
    }
    .box-main-adv-cont .bg {
        top: -70px;
        right: 10px;
        z-index: 55;        
    }
    .box-main-adv-cont .div {
        padding: 30px 10px 0 10px;      
    }
    .box-main-adv-cont .div h2 {
        position: relative;
        z-index: 60;
        margin-bottom: 30px;
    }
      .box-main-adv-cont .box-two-icon {  
        position: relative;
        z-index: 60;         
        justify-content: space-between;
    }
    .box-main-adv-cont .box-two-icon div {
        font-size: 14px;
        margin-bottom: 20px;
        width: calc(50% - 2%);   
    }
    .box-main-adv-cont .box-two-icon div i {
        font-size: 14px;
    }
/*---------------------*/
.main-photo-box h2 {
    margin-bottom: 30px;
}
.tab {
    flex-wrap: wrap;
  }
  .tab button {
    width: calc(320px - 20px);
    margin: 0 0 10px 0;
    padding: 10px 0; 
  }
  .tabcontent {
      margin: 0;
      padding: 10px 0 0 0;
  }
   .tab-text {
       flex-wrap: wrap;
   }
   .tab-text div {
       width: calc(50% - 20px);
       padding: 0 10px 10px 10px;
   }
   .tab-text div span {
    margin-bottom: 5px;      
   }
   .tab-text div span i {
    margin-right: 5px; 
 }
.gallery-box{
    margin-top: 20px;
    flex-wrap: wrap;
}
.gallery-box .img-box {
    width: calc(320px - 20px);
    margin: 0 0 10px 10px;
    padding: 0;
    height: 100%;   
}
.gallery-box .img-box img{
    width: 320px;
    height: 100%;
}
.img-box .bacgr {
    height: 100%;
}
/*--------------------*/
.extra-advant {
    margin-top: 55px;
    height: 100%;
    min-height: auto;
}
.extra-advant-center {
    display: none;
}
.extra-advant h2 {
    width: calc(320px - 20px);
    margin: 0 10px 30px 10px;
}
.extra-advant .box h3 {
    font-size: 14px;
    font-weight: bold;
}
.extra-advant .box .left {
    width: calc(50% - 2%);
}
.extra-advant .box .left div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .left i{
    margin-right: 5px;
}
.extra-advant .box .right {
    width: calc(50% - 2%);
}
.extra-advant .box .right div {
    width: auto;
    margin: 0px 10px 10px 10px;
}
.extra-advant .box .right i{
    margin-right: 5px; 
}
/*------------------*/
.box-reviews-bgr {
    background-image: none;
}
.box-reviews-bgr h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-reviews {
    margin: 0 auto 0 auto;
    flex-wrap: wrap;  
} 
.box-reviews-div {
    width: calc(320px - 20px);
    height: 100%;
    margin: 0 10px 20px 10px;
    padding: 15px 0;
}
.box-reviews-div .head {
    padding: 0 15px 7px 15px;    
}
/*----------------------*/
.box-entry {
    min-height: auto;
    flex-wrap: wrap;
}
.box-entry .left {
    width: calc(320px);
    height: auto;
}
.box-entry .left .div {
    padding: 10px;
}
.box-entry .left h2 {
    margin-bottom: 30px;
}
.box-entry .content {
    flex-wrap: wrap;
}
.box-entry .content div {
    width: calc(50% - 20px);
}
.box-entry .content div i {
    font-size: 10px;
    margin-right: 5px; 
}
.box-entry .right {
    margin-top: 10px;
    width: calc(320px);
    height: 300px; 
}
.box-entry .right .bgrn{
    position: relative;
    width: 320px;
    height: 100%;
    right: 0;
    top: 0;
}
.box-entry .right .border {
    width: calc(320px - 26px);
    height: calc(100% - 26px); 
    top:10px;
    left:10px;
    right: 0;
}
/*------------------------*/
.box-call .div {
    width: 320px;
    height: auto;
    padding: 20px 0;
}
/*------------------------*/
.box-contact{  
    height: 250px; 
}
.box-contact .maps {
    height: 250px;
}
/*------------------------*/
.box-footer {
    position: relative;
    width: 320px;
    padding: 20px 0;
    background-color: #fff;
}
.footer {
    flex-direction: column;
    justify-content: center;
}
    /*------------------------*/
       .box-food .box {
        flex-direction: column;  
    }
    .box-food .photo {
       display: none;
    }
    .box-food .text-box {
        top: 0;
        left: 0;
        margin: 0;
        width: calc(100% - 30px);  
        min-height: 260px;
    } 
    .box-food .text-box .bcgr-w {
        display: none;
    }
    .box-food .text-box .h2 {
        left: 10px;
        padding: 10px 20px 10px 20px;
    }
}

/*---*/
@media screen and (min-width: 481px) {
    .phone_d {display: block !important; cursor: pointer;}
    .phone_m {display: none !important; visibility:hidden;}
    }
@media screen and (max-width: 480px) {
    .phone_d {display: none !important; visibility:hidden;} 
    .phone_m {display: block !important;}
    }

.current-slider .bx-viewport{
    height: 100% !important;
}

#sl_02 img{
    height: 367px;
}