/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*Hermes*/
@font-face {
    font-family: 'Hermes';
    font-style: normal;
    font-weight: 500;
    src: local('Hermes Thin'), url('../font/HermesThin.ttf') format('truetype');
    unicode-range: U+00-FF; /* Define the available characters */
}

@font-face {
    font-family: 'MengNaTC';
    font-style: normal;
    src: url('../font/MengNaFanHeiTi-1.otf') format('opentype');
}

@font-face {
    font-family: 'MengNaSC';
    font-style: normal;
    src: url('../font/MengNaJianZhongHei-1.otf') format('opentype') ;
}

@font-face {
    font-family: 'MSJH';
    font-style: normal;
    src: url('../font/msjh.ttf');
}

@font-face {
    font-family: 'MSJHDB';
    font-style: normal;
    src: url('../font/msjhbd.ttf');
}

body{
    font-family: 'Hermes' !important;
    width: 100%;
}
/* header */
.header .header-row{
    height: 120px;
    box-shadow: 0 11px 21px 0 rgba(0,0,0,0.24);
    background: #FFFFFF;
    display: flex;
    min-width: 1600px;
    display: flex;
    flex-grow: 1;
    margin: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;

}
.header .header-row .menu-button{
    display: none;
}
.header .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .logo-img{
    height: 80px;
    width: auto;
    margin: 0 40px;
    cursor: pointer;
}

.header .menu-content{
    height: 100%;
    flex-grow: 1;
}

.header .menu-content .menu{
    overflow: hidden;
    background-color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
}

.header .menu-content .menu a{
    float: left;
    display: block;
    color: #754EBE;
    text-align: center;
    padding: 6px;
    margin: 0 30px;
    text-decoration: none;
    font-size: 22px;
    /* height: 100%; */
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #754ebe00;
    transition: all 1000ms ease-out;

}

/* .header .menu-content .menu a:hover{
    background-color: #f5f5f5;
} */

.header .menu-content .menu a.active{
    /* background-color: #F6F6FE; */
    /* background-color: #F6F6FE; */
    border-bottom: 2px solid #754EBE;
}

.header .menu-content .menu .icon{
    display: none;
}

.header .lang{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    height: 100%;

}
.header .lang-content{
    height: 100%;
    margin-right: 40px;
}
.header .lang li{
    font-size: 24px;
    color: #989898;
    font-weight: bold;
    margin-left: 10px;
    border-bottom: 4px  solid #754ebe00;
}

.header .lang li a{
    color: #989898;
    text-decoration: none;

}

.header .lang li a:active{
    color: #754ebe71;
    text-decoration: none;
}

.header .lang li a:hover{
    color: #754ebe71;
    text-decoration: none;
}

.header .lang .lang-active{
    border-bottom: 4px  solid #754EBE;
    color: #754EBE;
}

.header .lang .lang-active a{
    color: #754EBE;
}


/* footer */

.footer{
    width: 100%;
    background-color: #FFFFFF;
    min-width: 1600px;

}
.footer .footer-row{
    display: flex;
    /* flex-wrap: wrap; */
    height: 151px;
    width: 100%;
    min-width: 1600px;
    flex-grow: 1;
    position: relative;

}
.footer .footer-row .footer-img{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    min-width: 250px;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    /*margin-left: 44.1px;*/
    /*margin-right: 37px;*/
}

.footer .footer-row .footer-img .footer-contact-img{
    height: 40px;
    margin-top: 30px;
}

.footer .footer-row .footer-img .seperate-line{
    height: 80px;
    margin-top: 20px;
    width: 1px;
    margin: 20px 40px 0 20px;
    background-color: rgb(58, 58, 58);
}

.footer .footer-row .footer-img .logo{
    min-width: 93px;
    height: 93px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 4px 13px -3px rgba(0,0,0,0.3);
    margin: 20px;
    margin-left: 60px;

}

.footer .footer-row .footer-img .logo .logo-img{
    height: 37px;
}

.footer .footer-row .footer-img .contact-img{
    height: 78px;
    width: auto;
    margin-top: 20px;
}

.footer .footer-row .footer-img .qr{
    min-width: 100px;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}


.footer .footer-row .footer-img .qr .qr-img{
    width: 78px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-contact{
    flex-grow: 1;
    background-color: #F6F6FE;
    align-items: center;
    justify-content: center;
    display: flex;
    /* margin-top: 2px; */
    padding: 26px 0;
}

.footer-contact .footer-contact-img-content{
}

.footer .footer-contact .footer-contact-img-content .footer-contact-img{
    height: 28px;
    margin: 0 30px;
    cursor: pointer;
}

.footer .footer-contact-title{
    margin-top: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.28px;
    flex-grow: 1;
    font-weight: bold;
}

.footer .footer-right{
    min-width: 430px;
    margin-right: 30px;
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}
.footer .footer-right-img{
    height: 78px;
    display: block;
    margin-right: 10px;
}

.footer .footer-row .footer-right-mobile{
    height: 40px;
    display: none;
}

/* carousel */

.home .carousel a img{
    width: 80px;
    height: 80px;
}
.home .carousel .carousel-inner{
    height: calc(0.333 * 100vw); 
    /* 640px */
}
.home .carousel .carousel-inner .item{
    height: 100%;
}
.home .carousel .carousel-inner .carousel-caption{
    position: absolute;
    top: calc(0.06 * 100vw);
    left: 318px;
}
.home .carousel .carousel-inner .p1{
    font-size: 98px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1.4px;
}
.home .carousel .carousel-inner .p2{
    font-size: 60px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1.2px;
}

.home .slide-img{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-size: cover;
    background-position: center;
}

/* activity */
.home .activity{
    background-color: #F6F6FE;
}

.home .activity .activity-title{
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #1B1B1B ;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}

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

.home .activity .activity-content .activity-list{
    width: 80%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    height: fit-content;
}

.home .activity .activity-content .activity-list .activity-item-img{
    width: calc(33.3% - 30px);
    min-width: calc(33.3% - 30px);
    margin-right: 32px;
    object-fit: contain;
    cursor: pointer;
}
.home .activity .activity-content .activity-item-arrow-right{
    height: 80px;
    min-width: 80px;
    padding-right: 40px;
    cursor: pointer;

}

.home .activity .activity-content .activity-item-arrow-left{
    height: 80px;
    min-width: 80px;
    padding-left: 40px;
    cursor: pointer;

}
.home .activity .activity-button-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 251px;
}

.home .activity .activity-button{
    width: 349px;
    height: 74px;
    background: #754EBE;
    box-shadow: 0 2px 4px 0 rgba(218,218,218,0.50);
    border-radius: 37px;
    font-size: 27px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    border: none;
}


/* shop  */

.home .shop .shop-title{
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #1B1B1B ;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}


.home .shop .shop-content{
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /* flex-wrap: wrap; */
    width: 100%;
    
}
.home .shop .shop-content .shop-card {
    display: flex;
    height: calc(50% - 20px);
    box-shadow: 0 2px 7px 0 rgba(102,96,96,0.50);
}
.home .shop .shop-content .shop-card-mt {
   margin-top: 37px;
}
.home .shop .shop-content .show-in-small-mon{
    display: none;
}
.home .shop .shop-content .shop-card .shop-card-content{
    width: 250px;
    height: auto;
    padding: 18px 33px;
    background: #FFFFFF;
    border-left: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;

}
.home .shop .shop-content .shop-card .shop-item-img-1{
    width: 247px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home .shop .shop-content .shop-card .shop-item-logo-1{
    height: 90px;
    min-height: 90px;
    margin-bottom: 17px;
}
.home .shop .shop-content .shop-card .shop-item-title-1{
    font-size: 18px;
    color: #1B1B1B;
    letter-spacing: 0.36px;
    margin-bottom: 2px;
    font-weight: bold;
}
.home .shop .shop-content .shop-card .shop-item-title-2{
    font-size: 10px;
    color: #6D7278;
    margin-bottom: 2px;
}
.home .shop .shop-content .shop-card .shop-item-address{
    opacity: 0.67;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0.46px;
    margin-bottom: 14.7px;
    flex-grow: 1;
}
.home .shop .shop-content .shop-card .shop-item-address-icon{
   /* width: 13px; */
   height: 12px;
    color: #4A4A4A;
    position: relative;
    top: -2px;
}

.home .shop .shop-content .shop-card .shop-card-button{
    background: #FFFFFF;
    border: 1px solid #754EBE;
    box-shadow: 0 2px 4px 0 rgba(205,199,199,0.50);
    border-radius: 16.5px;
    width: 128px;
    height: 33.1px;
    font-size: 16px;
    color: #754EBE;
    letter-spacing: 0.32px;
}


.home .shop .shop-content .shop-card-2 {
    display: flex;
    margin-left: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(102,96,96,0.50);
}

.home .shop .shop-content .hide-in-small-mon {
    display: flex;
}
.home .shop .shop-content .shop-card-2 .shop-card-content{
    width: 354px;
    height: auto;
    padding: 30px;
    background: #FFFFFF;
    border-left: 1px solid #E0E0E0;
    /* box-shadow: 0 2px 7px 0 rgba(102,96,96,0.50); */
}
.home .shop .shop-content .shop-card-2 .shop-item-img-2{
    width: 507px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home .shop .shop-content .shop-card-2 .shop-item-logo-2{
    height: 153px;
    margin-bottom: 26px;
}
.home .shop .shop-content .shop-card-2 .shop-item-title-1{
    font-size: 24px;
    color: #1B1B1B;
    letter-spacing: 0.76px;
    margin-bottom: 12px;
    font-weight: bold;
}
.home .shop .shop-content .shop-card-2 .shop-item-title-2{
    font-size: 23px;
    color: #6D7278;
    margin-bottom: 12px;
}
.home .shop .shop-content .shop-card-2 .shop-item-address{
    margin-bottom: 42px;
    opacity: 0.67;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0.75px;
}
.home .shop .shop-content .shop-card-2 .shop-item-address-icon{
    /* width: 19px; */
    height: 20px;
    color: #4A4A4A;
    position: relative;
    top: -2px;
}

.home .shop .shop-content .shop-card-2 .shop-card-button{
    background: #FFFFFF;
    border: 1px solid #754EBE;
    box-shadow: 0 2px 4px 0 rgba(205,199,199,0.50);
    border-radius: 25.77px;
    width: 200px;
    height: 51.5px;
    font-size: 20px;
    color: #754EBE;
    letter-spacing: 0.42px;
}

.home .shop .shop-button-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 251px;
}

.home .shop .shop-button{
    width: 349px;
    height: 74px;
    background: #754EBE;
    box-shadow: 0 2px 4px 0 rgba(218,218,218,0.50);
    border-radius: 37px;
    font-size: 27px;
    color: #FFFFFF;
    border: none;
    letter-spacing: 0.54px;
}


/* restaurant   */

.home .restaurant{
    background-color: #F6F6FE;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;

}

.home .restaurant .restaurant-title{
    height: 239px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #1B1B1B ;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}


.home .restaurant .restaurant-content{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    justify-content: center;
    width: 1460px;
}


.home .restaurant .restaurant-card
{  
    height: 100%;
    width: 436px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #FFFFFF;
    flex-grow: 1;
}

.home .restaurant .restaurant-card .restaurant-item-img{
    height: 248px;
    width: 436px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.home .restaurant .restaurant-card .restaurant-card-content{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 6px 0 #959595;
    padding:26px 0 0 41px;
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 20px 40px 40px 40px;
    flex-grow: 1;
}

.home .restaurant .restaurant-card .restaurant-card-content .restaurant-item-logo{
    max-height: 111px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    object-fit: contain;
}

.home .restaurant .restaurant-card .restaurant-card-content .restaurant-card-title{
    font-size: 24px;
    color: #1B1B1B;
    letter-spacing: 0.54px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.home .restaurant .restaurant-card .restaurant-card-content .restaurant-item-address-icon{
    width: 14px;
    height: 16px;
    color: #4A4A4A;
    top: -4px;
    position: relative;
}

.home .restaurant .restaurant-card .restaurant-card-content .restaurant-card-address{
    font-size: 16px;
    color: #6D7278;
    margin-bottom: 4px;
    text-align: left;
    flex-grow: 1;
}
.home .restaurant .restaurant-card .restaurant-card-content .restaurant-card-button{
    width: 128px;
    height: 33.1px;
    background: #FFFFFF;
    border: 1px solid #754EBE;
    box-shadow: 0 2px 4px 0 rgba(205,199,199,0.50);
    border-radius: 16.5px;
    font-size: 16px;
    color: #754EBE;
    letter-spacing: 0.32px;
    margin-top: 45px;
}


.home .restaurant .restaurant-button-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 251px;
}

.home .restaurant .restaurant-button{
    width: 349px;
    height: 74px;
    background: #754EBE;
    box-shadow: 0 2px 4px 0 rgba(218,218,218,0.50);
    border-radius: 37px;
    font-size: 27px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    border: none;
}

/* common menu */
.common{
    display: flex;
}
.common-menu{
    box-shadow: -1px 2px 20px 0 rgba(113,113,113,0.45);
    border-radius: 0  0 47px 0 ;
    min-width: 318px;
    position: relative;
    left: 0;
    min-height: calc(100vh - 400px);
    padding-bottom: 40px;
}

.common-menu .common-menu-title{
    font-size: 26px;
    color: #1B1B1B;
    padding: 42px 0 26px 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.common-menu .common-menu-title .common-menu-address-icon{
    height: 27px;
    color: #754EBE;
    margin-right: 10px;
}

.common-menu .common-menu-list{
    list-style: none;
    padding: 0;
    display: block;
}

.common-menu .common-menu-list > li{
    font-size: 18px;
    color: #754EBE;
    letter-spacing: 0.36px;
    padding: 16px 0;
    padding-left: 48px;
    position: relative;
    font-weight: bold;
}
.common-menu .common-menu-list li a{
    text-decoration:none;
    color: #754EBE;
}

.common-menu .common-menu-list li:hover{
    background: #ececec;

}

.common-menu .common-menu-list > li:not(:last-child):before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 48px;
    width: 76%;
    height: 1px;
    background-color: #90518A ;
    opacity: 0.25;
}

.common-menu .common-menu-list > .child{
    font-size: 18px;
    color: #9F9F9F;
    letter-spacing: 0.36px;
    padding: 16px 0;
    padding-left: 70px;
    position: relative;
    font-weight: bold;
}

.common-menu .common-menu-list > .child a{
    text-decoration:none;
    color: #9F9F9F;
}

.common-menu .common-menu-list .active{
    background: #F6F6FE;
}


/*select bar*/

.custom-select {
    position: relative;
}

  .custom-select select {
    display: none; /*hide original SELECT element: */
  }

  .select-selected {
    background-color: DodgerBlue;
  }

  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }

  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .content{
      min-width: 1600px;
      padding: 0;
      margin-top: 120px;
  }



  .content .menu-icon{
      position: absolute;
      top: 200px;
      left: 20px;
      width: 40px;
      height: 40px;
  }

  .common-menu .menu-icon{
    position: absolute;
    top: 40px;
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .row{
      margin: 0;
  }

  .carousel-control{
    opacity: 1;
    /* width: 0; */
    background-color: rgba(222, 184, 135, 0);
  }

  .container-fluid{
    padding: 0;
  }

  .carousel-control.right {
    background-image: none;
  }
    .carousel-control.left {
        background-image: none;
    }

    .terms-text{
        font-size: 20px;
        font-weight: normal;
        padding: 20px 0 60px 0;
    }

    .terms-text .terms-title{
        color: #754EBE;
        font-size: 32px;
        margin: 40px 10%;
    }

    .terms-text div{
        width: 80%;
        margin-left: 10%;
    }

    .popup-container-active .qr-code-container{
        position: absolute;
        top: 120px;
        background-color: #FFFFFF;
        width: 640px;
        padding:20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .popup-container-active .qr-code-container .qr-img{
        width: 50%;
        height: auto;
    }

    .popup-container-active .qr-code-container .qr-code-title1{
        color: #000;
        font-size: 32px;
        text-align: center;

    }

    .popup-container-active .qr-code-container .qr-code-title2{
        color: #000;
        font-size: 28px;
        margin-top: 20px;
        text-align: center;

    }

    .popup-container-active .qr-code-container .qr-code-scan-text-hint{
        color: #000;
        font-size: 24px; 
        margin-top: 40px;
        text-align: center;
        padding:20px 40px;
    }

    .popup-close-layer{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .close-icon{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: #ffffff96;
        border-radius: 40px;
        border: 1px solid #754EBE;
        cursor: pointer;
    }

    .footer .footer-row .footer-right-mobile .footer-right-mobile-img{
        display: none;
    }

    @media only screen and (max-width: 1680px) {
        .header .menu-content .menu a{
            margin: 0 10px;
        }
    }

    @media only screen and (max-width: 1600px) {
        .home .carousel .carousel-inner {
            height: 533px;
        }
        
        .home .carousel .carousel-inner .carousel-caption{
            position: absolute;
            top: 96px;
            left: 318px;
        }
      
    }

    #scroll-button {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: rgb(255, 255, 255);
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
        background-size: contain;
        display: none;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        border: 2px solid #754EBE;
    }

    #scroll-button:hover {
        background-color: rgb(240, 240, 240);
    }
      
    
      @media only screen and (max-width: 650px) {

        #scroll-button {
            bottom: 10px;
            right: 10px;
        }
    
        .close-icon{
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
        }
    
        .popup-container-active .qr-code-container{
            top: 50px;
            min-width: 80%;
            min-height: auto;
            width: 80%;
            height: auto;
            padding:10px 10px;
        }
    
        .popup-container-active .qr-code-container .qr-img{
            width: 60%;
        }
    
        .popup-container-active .qr-code-container .qr-code-title1{
            font-size: 22px;
        }
    
        .popup-container-active .qr-code-container .qr-code-title2{
            color: #000;
            font-size: 18px;
            margin-top: 10px;
        }
    
        .popup-container-active .qr-code-container .qr-code-scan-text-hint{
            color: #000;
            font-size: 16px; 
            margin-top: 30px;
            text-align: center;
    
        }
          
        .content{
            min-width: 100%;
            margin-top: 80px;

        }

        .header{
            margin: 0;
            padding: 0;
            overflow: hidden;
            box-shadow: 0 1px 11px 0 rgba(0,0,0,0.2);
        }
        .common{
            margin: 0;
            width: 100%;
        }
        .header .lang-content{
            /* margin-left: -20px; */
            position: absolute;
            right: 10px;
            margin-right: 10px;
        }
        .header .lang li{
            font-size: 14px;
            color: #989898;
        }
    
        .header .header-row{
            height: 80px;
            width: 100%;
            min-width: 200px;
            margin: 0;
            /* position: relative; */
          
        }
        .header .header-row .menu-button{
            position: absolute;
            top: 30px;
            left: 20px;
            height: 30px;
            display: block;
        }
    
        .header .logo{
            margin-left: calc(50% - 37px);
        }
    
        .header .logo-img{
            height: 40px;
            object-fit: contain;
            margin: 0;
        }
    
        .header .menu-content {
            display: none;
        }
    
        /* .header .menu-content .menu{
            background-color: transparent;
            border-color: #FFFFFF;
        }
    
        .header .menu-content .responsive .icon{
            position: absolute;
            right: 0;
            top: 0;
        }
    
        .header .menu-content .responsive a{
            float: none;
            display: block;
            text-align: left;
        }
    
        .header .menu-content .responsive{
            position: relative;
        } */
    
        .common .common-menu {
          /* left: -320px; */
          display: none;
          background-color: #FFFFFF;
        }
    
        .footer{
            min-width: 100%;
        }
    
        .footer .footer-row{
            min-width: 100%;
            flex-direction: column;
            height: fit-content;
            padding: 20px;
            position: relative;
        }

        .footer .footer-row .footer-img{
            position: relative;
        }
    
        .footer .footer-row .footer-img .qr{
            /* min-width: 100%;
            width: 100%; */
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: flex-start;
            font-size: 12px;
            text-align: center;
            margin: 10px 0 0 20px;
        }
    
        .footer .footer-row .footer-img .logo{
            width: 83px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 3px 4px 13px -3px rgba(0,0,0,0.3);
            margin: 20px 0;
            margin-left: 0px;
        
        }

        
        .footer .footer-row .footer-img .contact-img{
            display: none;
        }
    
        .footer .footer-right-img{
            display: none;
        }
    
        .footer .footer-contact-img{
            height: 33px;
            margin-right: 15px;
            margin-top: 10px;

        }
    
        .footer .footer-img{
            display: flex;
            /* flex-direction: column; */
            max-width: 100%;
            min-width: 200px;
            padding: 0;
            margin: 0;
            left: 20px;
            position: relative;
        }

        .footer .footer-row .footer-right-mobile{
            height: fit-content;
            display: flex;
            margin: 20px auto;
            flex-wrap: wrap;
        }

        .footer .footer-row .footer-right-mobile .footer-right-mobile-img{
            display: block;
            height: 45px;
        }

        .footer .footer-row .footer-right-mobile .footer-contact-img{
            height: 40px;
            margin-top: 20px;
            width: fit-content;
            object-fit: contain;
            float: left;
        }
        
        .footer .footer-row .footer-img .seperate-line{
            display: none;
        }
    
        /*homepage*/
        .home{
            overflow-x: hidden;
        }

        .home .carousel a img{
            width: 30px;
            height: 30px;
        }
        .home .carousel .carousel-inner {
            height: calc(0.333 * 100vw);
        }
        .home .carousel .carousel-inner .p1 {
            font-size: 22px;
            margin: 0;
        }

        .carousel-indicators li{
            width: 5px;
            height: 5px;
        }

        .carousel-indicators .active{
            width: 7px;
            height: 7px;
        }

        .carousel-indicators{
            bottom: 0px;
        }

        .home .carousel .carousel-inner .p2 {
            font-size: 20px;
        }
        .home .carousel .carousel-inner .carousel-caption {
            position: absolute;
            top: calc(0.06 * 100vw);
            left: 54px;
        }
        .home .activity .activity-content .activity-list .activity-item-img {
            width: calc(100% - 32px);
            min-width: calc(100% - 32px);
            margin: 16px;
            object-fit: cover;
        }
        .home .activity .activity-content .activity-item-arrow-right {
            height: 50px;
            min-width: 50px;
            padding-right: 20px;
        }
    
        .home .activity .activity-content .activity-item-arrow-left {
            height: 50px;
            min-width: 50px;
            padding-left: 20px;
        }
    
        .home .activity .activity-title {
            height: 60px;
            font-size: 24px;
            line-height: 60px;
        }
    
        .home .activity .activity-button-content {
            height: 140px;
        }
    
        .home .activity .activity-button {
            width: 80%;
            height: auto;
            font-size: 22px;
            padding: 8px 0;
        }
    
        .home .shop .shop-title {
            height: 60px;
            font-size: 24px;
            line-height: 60px;
            margin-bottom: 10px;
        }
        .home .shop .shop-button {
            width: 80%;
            height: auto;
            font-size: 22px;
            padding: 8px 0;
        }
    
        .home .shop .shop-button-content{
            height: 140px;
        }
    
        .home .restaurant .restaurant-title {
            height: 60px;
            font-size: 24px;
            line-height: 60px;
            margin-bottom: 10px;
        }
        .home .restaurant .restaurant-button {
            width: 80%;
            height: auto;
            font-size: 22px;
            padding: 8px 0;
        }
        .home .restaurant .restaurant-button-content{
            height: 140px;
            width: 100%;
        }
    
        .home .shop .shop-content {
            display: flex;
            justify-content: center;
            width: 100%;
            flex-direction: column;
            align-items: center;
            grid-column-gap: 0;
            grid-row-gap: 0;
        }
    
        .home .shop .shop-content .shop-content-col-1{
            width: 100%;
            align-items: center;
            display: flex;
            flex-direction: column;
            max-width: 100%;
        }
    
        .home .shop .shop-content .shop-card{
            max-width: 100%;
            margin: 10px 0;
        }
        .home .shop .shop-content .shop-card .shop-card-content {
            padding: 10px 0 10px 10px;
    
        }
    
        .home .shop .shop-content .show-in-small-mon{
            display: flex;
        }
        .home .shop .shop-content .hide-in-small-mon {
            display: none;
        }
    
        .home .restaurant .restaurant-content {
            display: flex;
            width: 100%;
            flex-direction: column;
            max-width: 436px;
            grid-column-gap: 0;
            grid-row-gap: 0;
        }
    
        .home .restaurant .card-col{
            width: 100%;
        }
    
        .home .restaurant .restaurant-card .restaurant-item-img {
            height: 200px;
            width: 100%;
            margin-right: 42px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
            background-repeat: no-repeat;
            background-size: 100% auto;

        }
    
        .home .restaurant .restaurant-card{
            width: 100%;
            flex-grow: initial;
            height: fit-content;
            margin: 10px 0;
        }

        .home .restaurant .restaurant-card .restaurant-card-content .restaurant-card-address{
            width: calc(100% - 20px);
            flex-grow: 0;
        }
    
        .home .restaurant .restaurant-card .restaurant-card-content {
            height: auto;
            width: 100%;
            padding: 10px;
            /* margin-bottom: 44px; */
        }

        .home .restaurant .restaurant-card .restaurant-card-content .restaurant-card-button{
         }
    
        .home .restaurant .restaurant-card .restaurant-card-content .restaurant-item-logo
         {
            height: 80px;
            max-width: 80px;
            bottom: 10px;
        }
      }

      button:focus, div:focus {outline:0;}

      li{
        cursor: pointer;
      }

      .hide-disable-overlay{
        display: none;
        width: 100%;
        height: 100%;
        background-color: #c9818100;
        position: fixed;
        top: 0;
        left: 0;
      }

   

