/*GENERAL*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
} 
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

:focus {
  outline: none;
}

.hidden {
  display: none;
}

.clickableArea {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
}

span.nobreak,
i.nobreak {
  white-space: nowrap;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
img {
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

img.ctrImg {
  display: block;
  margin: auto;
}

@font-face {
  font-family: 'openrice';
  src: url('../fonts/icomoon.eot?vcyzrx');
  src: url('../fonts/icomoon.eot?vcyzrx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vcyzrx') format('truetype'),
    url('../fonts/icomoon.woff?vcyzrx') format('woff'),
    url('../fonts/icomoon.svg?vcyzrx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: openrice !important;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-chevron-thin-left:before {
  content: "\e902";
}

.icon-chevron-thin-right:before {
  content: "\e901";
}

h1 {
  font-size: 2.9em;
  line-height: 1.2;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.3;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

a {
  text-decoration: none !important;
  z-index: 1;
}

.zh h1,
.zh h3,
.zh p,
.zh a,
.zh small {
  letter-spacing: .5px;
  position: relative;
}

small {
  font-size: 14px;
  line-height: 1.5;
}

.txtYellow {
  color: #ffd54a;
}

.alignCtr {
  margin: auto;
  width: 90%;
}

.noScroll {
  overflow: hidden;
}

.txtCtr {
  text-align: center;
}

.noPmargin>p {
  margin: 0;
}

.fx {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.row1,
.row2,
.row3 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
}

.row1 {
  -webkit-line-clamp: 1;
}

.row2 {
  -webkit-line-clamp: 2;
}

.row3 {
  -webkit-line-clamp: 3;
}

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}

.line-clamp:after {
  content: '';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
  .line-clamp:after {
    display: none !important;
  }
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.2 * 2);
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.2 * 3);
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.2 * 4);
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.2 * 5);
}

.preloader {
  text-align: center;
  padding: 4em;
  color: #e2e5e7;
}

#preloader {
  font-size: 0;
  padding: 0;
  text-align: center;
  color: #e2e5e7;
}

#preloader *,
.preloader * {
  color: inherit;
}

#preloader *:before {
  background-color: #e2e5e7;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  position: relative;
  border: 15px solid #fff;
  background-color: #fff;
  max-height: 100vh !important;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  top: 10px;
  margin: auto;
  background-color: #000;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 32px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fff;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container {
  width: 100%;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 100vh;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none !important
}

.linkbtn {
  display: inline-block;
  box-shadow: inset -0.5px -1.9px 5px 0 rgba(0, 1, 0, 0.35);
  background-image: linear-gradient(to top, #b5c0e7, #eeeaf3);
  padding: 7px 20px;
  color: #1a3444;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1;
}

.containerL {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

.containerS {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

.mbo {
  display: none;
}

#tcBtn {
  display: inline-block;
}

/* skeleton */
.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.headerInner {
  position: relative
}

@font-face {
  font-family: icomoon;
  src: url(https://www.openrice.com/info/global/icomoon/icomoon.eot?ee7fk8);
  src: url(https://www.openrice.com/info/global/icomoon/icomoon.eot?ee7fk8#iefix) format('embedded-opentype'), url(https://www.openrice.com/info/global/icomoon/icomoon.ttf?ee7fk8) format('truetype'), url(https://www.openrice.com/info/global/icomoon/icomoon.woff?ee7fk8) format('woff'), url(https://www.openrice.com/info/global/icomoon/icomoon.svg?ee7fk8#icomoon) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-google:before {
  content: "\e900"
}

.icon-facebook:before {
  content: "\ea90"
}

.icon-twitter:before {
  content: "\ea96"
}

.icon-youtube:before {
  content: "\ea9d"
}

.icon-instagram:before {
  content: "\ea92"
}

.icon-chevron-thin-left:before {
  content: "\e902"
}

.icon-chevron-thin-right:before {
  content: "\e901"
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.headerInner .li,
.headerInner .li a {
  color: #4e3c2e;
  font-size: 14px
}

* html .clearfix {
  zoom: 1
}

img {
  max-width: 100%
}

.globalContainer {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 8px
}

.headerInner>a {
  float: left
}

.headerInner>div.headerDesktop {
  float: right;
  margin-top: 8px
}

.headerInner .openrice-logo>img {
  max-width: 110px;
  display: inline-block
}

.headerInner .li {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px
}

@media (max-width:640px) {
  .headerInner>div.headerDesktop {
    display: none
  }

  .headerInner .openrice-logo>img {
    max-width: 100px
  }
}

#headerNew {
  position: relative;
  z-index: 100;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .2);
}

#headerNew>.inner {
  background-color: #fff;
  padding: 10px 4%;
}

#headerNew .maxWidth {
  max-width: 1200px;
  margin: auto;
}

#headerNew .openrice-logo>img {
  max-width: 110px;
  display: inline-block;
}

#headerNew .headerDesktop {
  float: right;
  margin-top: 6px;
}

#headerNew .headerDesktop .li {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}

#headerNew .headerDesktop .li:first-child {
  font-size: 13px;
}

#headerNew .headerDesktop .li>a,
#headerNew .headerDesktop .li>div:first-child {
  color: #F25555;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  margin: 0 10px;
  letter-spacing: 1px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#headerNew .headerDesktop .li>a.btn {
  border: 1px solid #CF9B64;
}

#headerNew .headerDesktop .li a.facebook-share {
  padding: 5px 6px;
  margin-left: 5px;
  border-radius: 50%;
  line-height: 1.2;
}

#headerNew2 {
  background: transparent;
}

#headerNew2 .inner {
  padding: 15px 10px;
  position: relative;
  z-index: 99;
}

#headerNew2 .inner .openrice-logo {
  display: block;
  max-width: 110px;
}

#headerNew2 .inner .headerDesktop {}

#headbarFaq.open .caret,
#headbarLang.open .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang-dropmenu-block,
.how-dropmenu-block {
  opacity: 0;
  display: none;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  margin-top: 7px;
  font-size: 14px;
  text-align: left;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.lang-dropmenu-block {
  min-width: 80px;
}

.how-dropmenu-block {
  min-width: 130px
}

#headbarFaq.open .how-dropmenu-block,
#headbarLang.open .lang-dropmenu-block {
  opacity: 1;
  display: block;
  animation: animShowLangMenu .3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@keyframes animShowLangMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.lang-dropmenu-block ul,
.how-dropmenu-block ul {
  list-style: none;
  padding: 0;
}

.lang-dropmenu-block ul li a,
.how-dropmenu-block ul li a {
  color: #8b817a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0.5em 12px 0.55em;
  display: block;
}

.lang-dropmenu-block ul li a:hover,
.how-dropmenu-block ul li a:hover {
  background-color: #e5e5e5;
}

.lang-dropmenu-block ul li a.active span,
.how-dropmenu-block ul li a.active span {
  font-size: 15px;
  font-weight: 700;
  color: #3e75d9;
}

@media (min-width: 769px) {
  #headerNew .headerDesktop .li>a:hover {
    color: #dc0000;
  }

  #headerNew2 {
    min-width: 264px;
    width: 22%;
    z-index: 1;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  #headerNew2 .inner .headerDesktop {
    height: 100vh;
  }

  #headerNew2 .wrapper::-webkit-scrollbar {
    display: none;
  }

  #headerNew2 .wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 400px;
    left: -100px;
    top: -100px;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 120%;
    /*
    background-color: #c1bbec;
    background-image: url(../images/page/menu-bg.jpg);
    background-repeat: no-repeat;
    */
    background: rgb(255, 188, 187);
    background: linear-gradient(165deg, rgba(255, 188, 187, 1) 0%, rgba(255, 170, 231, 1) 21%, rgba(187, 187, 240, 1) 55%, rgba(253, 185, 189, 1) 70%,  rgba(255, 170, 231, 1) 100%);
    animation: gradient 15s ease infinite;
    position: relative;
    border-radius: 20% / 60%;
    color: white;
    text-align: center;
    text-indent: .1em;
  }

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  #headerNew2 .wrapper:before {
    content: '';
    position: absolute;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 60%;
  }

  #headerNew2 .wrapper:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    padding-bottom: 59%;
    background: url(../images/page/menu-graphic.png) no-repeat right center;
    background-size: 107%;
  }

  #headerNew2 .inner {
    padding: 0;
  }

  #headerNew2 .inner .headerDesktop .menuKv {
    background: url(../images/page/menu-tt.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 390px;
    height: 343px;
    margin: auto;
    left: 10%;
    top: 60px;
    right: 0;
    transition: all 0.4s ease-in-out;
    animation: animate 2.2s infinite;
  }

  @keyframes animate {
    0% {
      transform: translatey(0px);
      transform: scale(1);
    }

    30% {
      transform: scale(.9);
    }

    60% {
      transform: translatey(-20px);
      transform: scale(1.1);
    }

    100% {
      transform: translatey(0px);
      transform: scale(1);
    }
  }

  #headerNew2 .inner .headerDesktop .li {
    max-width: 270px;
    height: 300px;
    margin: auto;
    padding: 0 0.5rem;
    position: absolute;
    left: 90px;
    right: 0;
    top: 0;
    bottom: 0;

  }

  #headerNew2 a.bu-link {
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 5px 0;
    line-height: 50px;
    color: #48287C;
    position: relative;
    padding-left: 80px;
    border-radius: 50px;
    text-align: left;
  }

  #headerNew2 a.bu-link:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #48287C;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #headerNew2 a.bu-link.active {
    background-color: rgba(255, 255, 255, .3);
    border: 3px solid #48287c;
  }

  #headerNew2 a.bu-link.active:before {
    background: url(../images/page/menu-icon.png) no-repeat center;
    background-size: 120%;
    border-color: rgba(0, 0, 0, 0.0);
  }
}

@media (min-width: 1500px) {
  #headerNew2 .inner .headerDesktop .menuKv {
    margin: 40px auto 40px;
  }

  #headerNew2 a.bu-link {
    font-size: 23px;
  }

  #headerNew2 .inner .headerDesktop .li {
    padding: 0;
  }
}

@media (min-width: 1599px) {

  .containerL,
  .containerS {
    max-width: 1600px;
  }
}

@media (max-width:768px) {
  #headerNew2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }

  .noScroll #headerNew2 {
    z-index: 1000;
  }

  #headerNew2.is-scrolled {
    top: -60px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }

  #headerNew2.is-scrollup {
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .2);
  }

  #headerNew2 .inner .openrice-logo {
    max-width: 90px;
  }
}

@media (max-width:640px) {
  #headerNew .openrice-logo>img {
    max-width: 90px;
    display: block;
    float: left;
  }

  #headerNew>.inner {
    padding: 15px 10px;
  }

  #headerNew .headerDesktop {
    margin-top: 1px;
  }
}

@media screen and (min-width: 769px) and (max-height: 769px) {
  #headerNew2 .inner .headerDesktop .menuKv {
    margin: 0 auto 25px;
  }
}

/* Laptop view */
@media screen and (min-width: 1024px) and (max-height: 650px) {
  #headerNew2 .inner .headerDesktop .menuKv {
    margin: 0 auto 25px;
  }

}

@media screen and (min-width: 1500px) and (max-height: 910px) {
  #headerNew2 .inner .headerDesktop .menuKv {
    margin: 0 auto 25px;
  }

}



body {
  margin: 0px;
  background-color: #fff;
  position: relative;
  height: 100%;
  font-family: "Microsoft YaHei", Arial, Verdana, sans-serif;
  font-weight: 500;
}


./*HEADER*/
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px solid;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.headerInner{position:relative}@font-face{font-family:icomoon;src:url(../font/icomoon.eot?ee7fk8);src:url(../font/icomoon.eot?ee7fk8#iefix) format('embedded-opentype'),url(../font/icomoon.ttf?ee7fk8) format('truetype'),url(../font/icomoon.woff?ee7fk8) format('woff'),url(../font/icomoon.svg?ee7fk8#icomoon) format('svg');font-weight:400;font-style:normal;font-display: swap;}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:700;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-google:before{content:"\e900"}.icon-facebook:before{content:"\ea90"}.icon-twitter:before{content:"\ea96"}.icon-youtube:before{content:"\ea9d"}.icon-instagram:before{content:"\ea92"}.icon-chevron-thin-left:before{content:"\e902"}.icon-chevron-thin-right:before{content:"\e901"}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.headerInner .li,.headerInner .li a{color:#4e3c2e;font-size:14px}* html .clearfix{zoom:1}img{max-width:100%}.globalContainer{max-width:1100px;width:100%;margin:auto;}.headerWrap{background-color:#fff155}.headerInner>a{float:left}.headerInner>div.headerDesktop{float:right;margin-top:8px}.headerInner .openrice-logo>img{max-width:110px;display:inline-block}.headerInner .li{font-weight:700;display:inline-block;vertical-align:middle;margin-left:25px}#mHeaderMenu{width:100%;background-color:rgba(0,0,0,.7);max-height:0;overflow:hidden;z-index:99;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:640px){.headerInner>div.headerDesktop{display:none}#mHeaderMenu,.burgerNav,.mMenuLinks,.mMenuLinks>a,.mMenuSocials{display:block}.headerInner .openrice-logo>img{max-width:100px}.mMenuLinks>a{border-bottom:1px solid rgba(255,255,255,.25)}}
#headerNew > .inner { background-color: white; padding: 20px 0;}
#headerNew .maxWidth {max-width: 1100px;margin: auto;}
#headerNew .openrice-logo {display: inline-block; max-width: 110px;}
#headerNew .openrice-logo > img {display: inline-block; padding-right: 10px;}
#headerNew .voucher-logo {display: inline-block;max-width: 125px; vertical-align: middle; margin-left: 1em; padding-left: .75em; position: relative;}
#headerNew .voucher-logo:before {content: ''; display: block; width: 1px; height: 80%; background: #ccc; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
#headerNew .headerDesktop { float: right; margin-top: 8px;}
#headerNew .headerMobile {display: none;}
#headerNew .headerDesktop .li { color: #4e3c2e;font-size: 12px;font-weight: 700;display: inline-block;vertical-align: middle;margin-left: 5px; position: relative;}
#headerNew .headerDesktop .li > a {color: #4e3c2e;font-size: 18px; border: 1px solid #4e3c2e; padding: 5px 20px; border-radius: 20px; line-height: 1;cursor: pointer;}
#headerNew .headerDesktop .li > a.headbtn.homebtn {color: #009345; border: 1px solid #009345; padding: 4px 15px; line-height: 1;}
#headerNew .headerDesktop .li > a.headbtn.homebtn svg {fill: #009345; width: 1em; display: inline-block; vertical-align: middle; margin-right: 0.5em; margin-top: -0.2em; height: 100%;}
#dropmenus {position: relative; height: 100%; display: flex;-ms-flex-flow: row nowrap;-webkit-flex-flow: row nowrap; flex-flow: row nowrap;font-size: 17px;}

#dropmenus .dropmenu {display: inline-block; vertical-align: middle; width: calc(45% - 1px); margin-left: 1px;}
#dropmenus .dropmenu.sorting {order:1;}
#dropmenus .dropmenu.district {order:2;}
#dropmenus .dropmenu.cuisine {order:3;}
#dropmenus .dropmenubtn {color: #888;padding: 0.8em;line-height: 1;cursor: pointer;background-color: #fff;font-weight: 400;letter-spacing: 1px;}
#dropmenus .dropmenu .dropmenubtn .txt {}
#dropmenus .dropmenu .dropmenubtn .searchBarIcon {display: inline-block;margin-right: 0.25em;width: 20px;height: 20px;vertical-align: bottom;}
#dropmenus .dropmenu.down .dropmenubtn .txt, #dropmenus .dropmenu.down .dropmenubtn .caret {color:#009245}
#dropmenus .dropmenu.down .dropmenubtn .caret { -webkit-transform: rotate(180deg);transform: rotate(180deg);}
#dropmenus .dropmenu .subcat-dropmenu-block {padding: 20px 30px;opacity: 0;display: none;background: #fff;position: absolute; z-index: 20; top: 100%; width: 100%; left: 0;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175); margin: 5px 0 0;}
#dropmenus .dropmenu.down .subcat-dropmenu-block {opacity: 1;display: block;animation: animShowLangMenu .3s;-webkit-transform: translateY(0px);transform: translateY(0px);border-radius: 8px;}
#dropmenus .dropmenu #tabs {display: -ms-flexbox;display: -webkit-box; display: -webkit-flex;display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; border: 1px solid #ccc;}
#dropmenus .dropmenu #tabs .tab {-ms-flex: 1 0 20%;-webkit-box-flex: 0;-webkit-flex: 1 0 20%;flex: 1 0 20%; font-size: 17px; text-align: center; font-weight: 400; letter-spacing: 1px; line-height: 1.9; cursor: pointer; color: #4e3c2e; border-left: 1px solid #ccc;} 
#dropmenus .dropmenu #tabs .tab:first-child {border: none;}
#dropmenus .dropmenu #tabs .tab.active {background-color: #009245; color: #fff;}
#dropmenus .dropmenu .categorys .list {opacity: 0;display: none; padding: 20px 0;}
#dropmenus .dropmenu .categorys .list.active {opacity: 1;display: block;animation: animShowLangMenu .3s;-webkit-transform: translateY(0px);transform: translateY(0px);}
.dropmenu ul li {font-size: 15px; font-weight: 400; padding: 0 5px; margin: 7px 0; letter-spacing: 1px; display: inline-block; vertical-align: middle; width: 20%;}
.dropmenu.sorting ul li {width: auto; margin-right: 15px;}
.dropmenu ul li input[type="radio"] {margin-right: 5px; cursor: pointer; display: inline-block; vertical-align: middle; margin: 0 ; position: absolute; left: -9999px;}
.dropmenu.district ul li:first-child {display: block;}
.dropmenu ul li label {color: #666; cursor: pointer;display: inline-block; position: relative; padding-left: 23px; }
.dropmenu ul li label:before {content: '';position: absolute;left: 0;top: 3px;width: 15px;height: 15px;border: 1px solid #666;border-radius: 100%;background: #fff;}
.dropmenu ul li label:after {content: '';width: 15px;height: 15px;background: #009245;position: absolute;top: 3px;left: 0px;border-radius: 100%;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.dropmenu ul li input[type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.dropmenu ul li input[type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
#dropmenus #searchbtn {display: inline-block; vertical-align: middle; width: 10%; background-color: #009245; cursor: pointer; height: 100%; position: relative; order:4;}
#dropmenus #searchbtn svg {width: 60%; height: 60%; fill: #fff; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
.result_wrapper {width:100%;margin:0 auto;background-color: #fff9f1;}
#resultList {background-color: transparent; }
#resultList #notfound {font-size: 23px;}
#moreBtn {color: #000; display: block; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background-color: #ffd64a; width: 150px; text-align: center; padding: 15px; margin: 0 auto; cursor: pointer;font-size: 16px;margin: 30px auto;}
#clientList {font-size: 0;}
#clientList > .clientLogo {display: inline-block; vertical-align: middle; width: 12%; margin: 0 2% 2%; padding-bottom: 19%;}
.vwPriceBtns.vw1 {display: none;}

#mheadbar {background: rgba(0,0,0,0.8); opacity: 0; z-index: -1; width: 100%; height: calc(100% - 50px); position: fixed; left: 0; top: 50px; overflow-y: scroll; -webkit-transition: all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
#mheadbar.navOpened {z-index: 100; opacity: 1; }
#mheadbar .inner {padding: 30px; text-align: center; background-color: #f6f6ec; font-size: 0; position: absolute; left: 0; top: -600px; width: 100%;-webkit-transition: all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
#mheadbar.navOpened .inner {top: 0;}
#mheadbar .inner a {display: inline-block; vertical-align: middle; width: 19%; margin: 0 .5%; max-width: 180px;}


body { margin: 0px; background-color: #fff; position: relative; height: 100%; font-family: Lato, "Microsoft YaHei","Source Han Sans",PingFangHK,"Heiti TC",Arial,Verdana,sans-serif; font-weight: 500; color: #222;}
#bodyWrap { margin: auto; min-width: 1280px;  }
#bodyContent {overflow: hidden;}

@media only screen and (max-width: 768px) {
  /* html, body {font-size: 11px;} */
  #bodyWrap { margin: auto; min-width: 0;  }
}

.snow {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

#bodyContent {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #bodyWrap {
    margin: auto;
    min-width: 0;
  }

  p {
    font-size: 18px;
  }

  .mbo {
    display: block;
  }

  .dko {
    display: none !important;
  }

  .grid-button {
    padding: 0;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 0px;
  }

  .grid-button .grid {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .grid-button .grid>span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 50%;
    height: 3px;
    background-color: #8c5224
  }

  .grid-button .grid>span:before,
  .grid-button .grid>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #8c5224;
  }

  .grid-button .grid>span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  .grid-button .grid>span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  .grid-button .grid.open>span {
    background: 0 0;
  }

  .grid-button .grid.open>span:before,
  .grid-button .grid.open>span:after {
    background-color: #5e271f;
  }

  .grid-button .grid.open>span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .grid-button .grid.open>span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #headmenus {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 50px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1000;
    background: url(../images/page/menu-bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #headmenus.navOpened {
    left: 55px;
    box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.15);
  }

  #headmenus>.wrap {
    overflow-y: scroll;
    padding: 60px 0 0;
    text-align: left;
    height: 100%;
  }

  #headmenus>.wrap .mmenuKv {
    background: url(../images/page/menu-tt.png) no-repeat center center;
    background-size: contain;
    padding-bottom: 56%;
    margin-bottom: 30px;
  }

  #headmenus>.wrap>a {
    display: block;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 10px 30px;
    line-height: 50px;
    color: #48287C;
    position: relative;
    padding-left: 80px;
    border-radius: 50px;
  }

  #headmenus>.wrap>a:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #48287C;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #headmenus>.wrap>a.active {
    background-color: rgba(255,255,255,.3);
    border: 3px solid #fff;
  }

  #headmenus>.wrap>a.active:before {
    background: url(../images/page/menu-icon.png) no-repeat center;
    background-size: 120%;
    border-color: rgba(0, 0, 0, 0.0);
  }
}

@media only screen and (max-width: 340px) {
  #headmenus>.wrap>a {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 5px 20px;
    padding-left: 70px;
  }
}

footer .contain1200 {
  max-width: 1200px;
  margin: auto;
}

.footerWrap .footerTop {
  background-color: #000;
  padding: 30px 4%;
}

.buPage .footerWrap .footerTop {
  padding: 30px;
  background-color: #000;
  border-top: 1px solid #000;
}

.footTopTxt {
  color: #fff;
}

.footTopTxt p {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.footTopTxt small {
  font-size: 0.8rem;
}

.footTopSocialGroup {
  text-align: right;
}

.footTopSocialGroup .foot-social {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.footTopSocialGroup .foot-social.ig {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url(../images/instagram.svg);
  mask-image: url(../images/instagram.svg);
}

.footTopSocialGroup .foot-social.yt {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url(../images/youtube.svg);
  mask-image: url(../images/youtube.svg);
}

.footTopSocialGroup .foot-social.fb {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url(../images/facebook.svg);
  mask-image: url(../images/facebook.svg);
}

.footTopSocialGroup .foot-social.mw {
  width: 35px;
  height: 35px;
  background-color: #fff;
  -webkit-mask-image: url(../images/mewe.svg);
  mask-image: url(../images/mewe.svg);
}

.footerCR {
  color: #fff;
  margin-top: 5px;
  text-align: right;
}

.footerCR>span {
  display: inline-block;
  vertical-align: middle;
}

.footerCR>span.copyright-text {
  font-size: .7rem;
  margin-left: 5px;
}

#backtopBtn {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 41px;
  height: 41px;
  background: url(https://www.openrice.com/info/global/img/backtopArr.png) no-repeat center center / contain;
  cursor: pointer;
}

@media only screen and (min-width: 1500px) {
  footer .contain1200 {
    max-width: 80rem;
  }
}

@media only screen and (min-width: 769px) {
  .buPage footer {
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .footTopSocialGroup {
    text-align: center;
    margin-top: 20px;
  }

  .footerCR {
    text-align: center;
  }

  .footerCR>span#OR_FOOT_logo {
    max-width: 15px;
    vertical-align: top;
  }

  .footerCR .mRowDrop {
    display: block;
  }
}

@media (max-width: 360px) {
  .footerCR>span {
    font-size: 9px;
  }
}

.buPage {
  background: #fff;
  background-size: contain;
  width: 100%;
  position: relative;
}
.buPage #bodyWrap .heart{
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  background: url('../images/page/heart.png');
  width: 100%;
  height: 368px;
  background-size: cover;
}

@media (min-width: 769px) {
  .buPage #bodyWrap {
    font-size: 0;
  }

  .buPage #bodyContent {
    padding: 0;
    display: block;
  }

  .result_wrapper {
    padding: 0;
  }

  .result-container {
    padding: 0 30px;
  }
}

@media (min-width: 1218px) {
  .buPage #bodyContent {
    width: 100%;
  }
}

@media (max-width: 1217px) {
  .buPage #bodyContent {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .buPage #bodyWrap {
    /* padding-top: 55px; */
  }

}

.anchorNav {
  position: relative;
  margin: 0px auto 30px auto;
  text-align: center;
  z-index: 5;
}

.anchorNav .container {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.anchorNav.sticky .container {
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  right: 0;
  top: 0;
  padding: 5px;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, 0.9)
}

.anchorNav .filterBtn,
.anchorNav .allBtn {
  /* width: max-content; */
  text-align: center;
  /* padding: 10px 50px; */
  border-radius: 50px;
  letter-spacing: 2px;
  cursor: pointer;
  /* color: #fff;
  font-weight: 600;
  font-size: 20px;
  background-blend-mode: color-burn, normal;
  background-image: linear-gradient(to top, #EA8E95, #EEB7C4, #EA8E95);
  box-shadow: 1.1px 1.7px 2px 0 rgba(30, 30, 30, 0.2); */
}

.anchorNav .filterBtn.active {
  /* color: #fff;
  background-image: linear-gradient(to top, #be3835, #e07e88, #e07e88); */
}

.catListTTImg {
  margin: 0 auto 5px;
  background: url(../images/page/TT-image.png) no-repeat top center;
  background-size: contain;
  width: 300px;
  height: 160px;
  text-align: center;
  position: relative;
}

.catListTTImg span {
  color: #fffaf0;
  font-size: 2rem;
  font-weight: 600;
  line-height: auto;
  top: 10px;
  position: relative;
  letter-spacing: 2px;
}

@media (min-width: 1218px) {
  .anchorNav.sticky .container {
    /* width: calc(78% + 7px); */
  }
}

@media (max-width: 1217px) {
  .anchorNav.sticky .container {
    /* width: calc(100% - 257px); */
  }
}

@media (max-width: 768px) {
  .anchorNav {
    height: auto;
    /* margin: 40px auto; */
  }

  .anchorNav .container {
    font-size: 0;
    white-space: nowrap;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .anchorNav .container::-webkit-scrollbar {
    display: none;
  }

  .anchorNav.sticky .container {
    width: 100%;
  }

  .anchorNav .filterBtn,
  .anchorNav .allBtn {
    font-size: 1rem !important;
    margin: 0 3px;
    line-height: 33px;
    cursor: pointer;
    padding: 2.5em !important;
  }

  .catListTTImg {
    width: 280px;
    height: 80px; 
    line-height: 40px;
    margin: 30px auto 5px;
  }

  .catListTTImg span {
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .catListTTImg span {
    font-size: 1.7rem;
  }
}

@media (max-width: 375px) {
  .catListTTImg span {
    font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  .catListTTImg span {
    font-size: 1.25rem;
  }
}


.subcatWrap {
  margin: 0px auto 50px;
}

.subcatWrap .holder {}

.subcatWrap .holder>.filterBtn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
  font-size: 1.3rem;
  /* color: #ed5e58; */
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0.3em 3%;
  line-height: 2;
  border: 1px solid;
}

.subcatWrap .holder>.filterBtn.active {
  /* background-color: #ed5e58;
  color: #fff;
  border-color: #ed5e58; */
}

@media (min-width: 769px) {
  .subcatWrap .holder>.filterBtn {
    min-width: 140px;
  }
}

@media (max-width: 768px) {
  .subcatWrap {
    margin-bottom: 30px;
  }

  .subcatWrap .holder>.filterBtn {
    font-size: 1.15rem;
    margin: 0 3px;
    line-height: 33px;
    padding: 0 2.5%;
  }
}

.banner {
  margin: 40px auto;
  font-size: 0;
  box-sizing: content-box;
  border: 1px solid #e1dee7;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  /*max-width: 950px;*/
}

.banner .info {
  padding: 20px;
}

.banner .info .bannerTT {
  font-size: 1.75rem;
  color: #ED8080;
  font-weight: 800;
  letter-spacing: 1px;
}

.banner .info .bannerTTImg {
  margin-bottom: 10px;
}

.banner .info .bannerTT i {
  display: inline-block;
  vertical-align: bottom;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.banner .info h3 {
  font-size: 1.5rem;
  color: #454545;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

.banner .info .offerTT {
  font-size: 1.4rem;
  border-radius: 4px;
  display: inline-block;
  padding: 0 15px;
  color: #454545;
  background-color: #fde0e5;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 8px auto;
}

.column2 .banner .info .offerTT {
  font-size: 1.25rem;
}

.banner .info .offerTT2 {
  font-size: 2.5rem;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.4;
  padding: 0 10px;
  color: #fff;
  background-color: #7DAEEA;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 10px 10px 10px;
}

.banner .info .offerTT .small {
  position: relative;
  top: -0.15em;
  padding-right: 0.1em;
}

.banner .info .offerTT .big {
}

.banner .info .code {
  font-size: 1.5rem;
  color: #454545;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
}

.banner .info .code2 {
  font-size: 1.4rem;
  color: #454545;
  margin: 0;
  font-weight: 800;
}

.banner .info .code3 {
  font-size: 1.35rem;
  color: #454545;
  margin-bottom: 5px;
  font-weight: 800;
}

.banner .info .code .hl {
  background-color: #454545;
  color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: .95em;
  margin-top: -2px;
}

.banner .info .code .h2 {
  background-color: #454545;
  color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: .95em;
  margin-top: -2px;
  margin-left: 10px;
}

.banner .info .date {
  color: #777;
  font-size: 1rem;
  display: block;
  padding-left: 10px;
}

.banner .info .tncBtn {
  margin-top: 0.5em;
  color: #777;
  font-size: .7rem;
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 2.2;
}

.banner .info .btn {
  color: #e80025;
  font-size: 1.25rem;
  border: 1px solid #e80025;
  margin-top: 20px;
  margin-left: 10px;
  border-radius: 5px;
  padding: 0 15px;
  display: inline-block;
  line-height: 2.2;
  letter-spacing: 1px;
}

.banner .info .note {
  color: #777;
  font-size: .85rem;
  display: block;
}

.banner .img {
  position: relative;
}

.column2 .banner .img {
  height: auto;
  padding-bottom: 55%;
}

.banner .img .note {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: .75rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}


@media (min-width: 641px) {
  #banners.column2 {
    max-width: 920px;
    margin: 40px auto 0;
    padding: 0 20px;
    font-size: 0;
  }

  .banner {
    position: relative;
  }

  .column1 .banner {
    max-width: 900px;
  }

  .banner .info {
    padding: 25px 30px 25px 50px;
  }

  .column1 .banner .info {
    width: 49%;
    padding: 25px 20px;
  }

  .banner .img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .column1 .banner .img {
    width: 51%;
  }

  .column2 .banner .img {
    width: 100%;
    position: relative;
  }

  .column2 .banner .info {
    width: 90%;
    margin: auto;
    padding: 15px 0px;
    text-align: center;
  }

  .column2 .banner .info .bannerTT {
    font-size: 1.15rem;
  }
}

@media (min-width: 769px) {
  #banners {
    padding: 0 15px;
  }
  .anchorNav .filterBtn, .anchorNav .allBtn {
    padding: 5em !important;
  }
  .anchorNav.sticky .container .filterBtn{
    padding: 2.5em !important;
    width: 15%;
  }
}

@media (min-width: 1000px) {
  .column2 .banner {
    height: 100%;
    max-width: 96%;
    margin: auto;
  }

  .column2 .banner .info .bannerTT {
    font-size: 1.3rem;
  }
}

@media (max-width: 640px) {
  .banner {
    margin: 20px auto;
    max-width: calc(100% - 20px);
    position: relative;
  }

  .column2 .banner {
    margin: 20px auto 0;
  }

  .banner .img {
    padding-bottom: 57%;
    width: 100%;
  }

  .banner .info {
    padding: 15px 15px 30px;
  }

  .banner .info .bannerTT,
  .banner .info .offerTT2 {
    font-size: 1.3rem;
  }

  .banner .info .bannerTT i {
    width: 30px;
    height: 25px;
  }

  .banner .info .offerTT {
    font-size: 1.4rem;
  }

  .banner .info .code {
    font-size: 1.2rem;
  }

  .banner .info .code2 {
    font-size: 1.5rem;
    color: #454545;
    margin-bottom: 5px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 10px;
  }

  .banner .info .date {
    font-size: .8rem;
  }

  .banner .info .tncBtn {
    font-size: .65rem;
    line-height: 1.8;
    padding: 0 10px;
  }

  .banner .info .btn {
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media (max-width: 320px) {

  .banner .info .bannerTT,
  .banner .info .offerTT2 {
    font-size: 1.2rem;
  }
}

.poiList {
  margin: auto;
  font-size: 0;
  text-align: center;
  display: none;
}

.poiList.active {
  display: block;
}

.offerItem {
  box-shadow: 0px 1px 2px #ddd;
  position: relative;
  text-align: left;
  background-color: #fff;
}

#specialPage .pageTT .title {
  width: 600px;
  height: 110px;
  background: url('../images/page/TT-page-cms.png') no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: jf;
  margin: auto;
  font-weight: 1000;
  color: #77542F;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 101px;
}

#bookingPage .title {
  width: 100%;
  max-width: 400px;
  height: 101px;
  background: url('../images/page/TT-page-booking-1.png') no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: jf;
  margin: auto;
  font-weight: 1000;
  color: #77542F;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 101px;
}

#voucherPage .title {
  width: 100%;
  max-width: 500px;
  height: 100px;
  background: url('../images/page/TT-page-voucher.png') no-repeat;
  background-size: 100%;
  text-align: center;
  margin: auto;
  color: #77542F;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 90px;
  position: relative;
  z-index: 2;
}

#payPage .title {
  width: 100%;
  max-width: 400px;
  height: 101px;
  background: url('../images/page/TT-page-orpay.png') no-repeat;
  background-size: 100%;
  text-align: center;
  margin: auto;
  color: #77542F;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 101px;
  position: relative;
  z-index: 2;
}
#tasPage .pageTT {
  max-width: 280px;
  margin: auto;
}
#tasPage .title {
  width: 100%;
  max-width: 450px;
  height: 80px;
  background: url('../images/page/TT-page-tas.png') no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: auto;
  color: #77542F;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 101px;
}
@media (min-width: 769px) {

  .poiList {
    padding: 0;
  }

  .offerItem {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 15px;
    padding: 0 0 90px;
    max-width: 330px
  }
}

@media (max-width: 768px) {

  #specialPage .pageTT {
    margin-bottom: 30px;
  }


  .result-container {
    padding: 0 10px 20px;
  }
}

#headerNew .voucher-logo {
    display: inline-block;
    max-width: 125px;
    vertical-align: middle;
    margin-left: 0.75em;
    padding-left: 0.75em;
    position: relative;
}

@media screen and ( max-width:768px) {
  body {min-width:0;}
  .mbl {display: block!important;}
  .dkt, #headerNew .headerDesktop {display: none!important;}
  #headerNew {position: relative; opacity: 1!important; pointer-events: auto!important; transform: none!important;border-bottom: 2px solid #eeeeee;}
  #headerNew .globalContainer {padding: 0;}
   body {padding-top:45px;min-width:0;}
  .container {width: 100%;}
  .dkt {display: none;}
  .mbl {display: block;}
  .lity-iframe-container {height:700px;}
  #headerNew {position:absolute;top:0;z-index:999; width: 100%; border-bottom: 1px solid #ccc;}
  #headerNew .maxWidth {max-width: 700px;}
  #headerNew > .inner {padding: 1.5% 0 1.5%; }
  #headerNew .headerDesktop {display: none;}
  #headerNew .headerMobile {display: block;width: 100%;position: absolute;top:0;}
  #headerNew .headerMobile .grid-button {padding:1%;z-index: 100;position: fixed; background-color: #009345;border-radius: 10px;border: 2px solid white;}

  #headerNew .headerMobile .grid {position: relative;display: block;width: 100%;cursor: pointer;margin: 0 auto;float: none;padding:20% 20%;}
  
  #headerNew #mheadbar {background-color: #fff; z-index: 1000; width: 100%; height: 100%; position: fixed; top: 0; left: 100%; overflow-y: scroll; -webkit-transition: left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}
  #headerNew #mheadbar.navOpened {left: 0;}
  #headerNew #mheadbar .head {padding: 17px 5px; text-align: right; position: absolute; top: 0; left: 0; width: 100%; font-size: 0; border-bottom: 1px solid #ccc;}
  #headerNew #mheadbar .head .close {cursor: pointer; width: 50px; height: 50px; position: absolute; left: 5px; top: 0;}
  #headerNew #mheadbar .head .close svg {fill: #3a3a3a; width: 25px; height: 25px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0;}
  #headerNew #mheadbar .head a.headbtn {display: inline-block; letter-spacing: 1px; line-height: 1; padding: 0 10px; font-size: 17px; font-weight: 600; color: #009345;}
  #headerNew #mheadbar .head a.headbtn svg {fill: #009345; width: 15px; display: inline-block; vertical-align: middle; margin-right: 5px; margin-top: -4px; height: 100%;}
  #headerNew #mheadbar .head a.headbtn:last-child {border-left: 1px solid #009345;}
  #headerNew #mheadbar .head a.headbtn span {letter-spacing: 0;}
  #headerNew #mheadbar .chosen {position: relative; width: 100%; left: 0; top: 50px; padding: 1em; border-bottom: 1px solid #ccc;}
  #headerNew #mheadbar .chosen div {display: inline-block; vertical-align: middle; line-height: 30px; font-size: 17px; letter-spacing: 1px; padding: 0 1em;}
  #headerNew #mheadbar #mdropmenus {height: calc(100vh - 145px); margin-top: 3em; overflow-y: scroll;}
  #headerNew #mheadbar #mdropmenus .container {}
  #headerNew #mheadbar #mdropmenus .tabs {display: flex;-ms-flex-flow: row wrap;-webkit-flex-flow: row wrap; flex-flow: row wrap;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu {width: 100%;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu.sorting {order:1;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu.district {order:2;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu.cuisine {order:3;margin-bottom: 4rem;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu button {background-color: #eee; color: #000; outline: none; border: none; border-bottom: 1px solid #ccc; display: block; width: 100%; text-align: left; cursor: pointer; padding: 1em 2em; font-size: 17px; transition: 0.4s; -webkit-transition: .4s; -moz-transition: .4s;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu button.active {background-color: #009345; color: #ffffff;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu button:after {content: '\e901';color: #777;font-weight: 600;float: right; font-family:icomoon!important; margin-left: 5px; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu.sorting button:after {display: none;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu button.active:after {-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transform: rotate(-90deg);}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu .panel, #headerNew #mheadbar #mdropmenus .tabs .dropmenu .subpanel {max-height: 0;overflow: hidden; transition: max-height 0.2s ease-out;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu .subtab {background-color: #ffffff;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu .subtab.active {background-color:#ade2c5;color:#000000;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu .panel ul {padding: 15px 2rem; font-size: 0;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu .panel ul li {width: 50%; padding: 0;}
  #headerNew #mheadbar #mdropmenus .tabs .dropmenu.sorting .panel ul li {width: 100%;}
  #headerNew #mheadbar .btns {position: fixed; bottom: 0; left: 100%; width: 100%; padding: 8px; background-color: #fff;}
  #headerNew #mheadbar.navOpened .btns {left: 0}
  #headerNew #mheadbar .btns .columns {padding: 2px;}
  #headerNew #mheadbar .btns .btn {cursor: pointer; display: block; color: #fff; text-align: center; line-height: 45px; letter-spacing: 1px; font-weight: 400; font-size: 15px;}
  #headerNew #mheadbar .btns .btn.clearBtn {background-color: #b3b3b3;}
  #headerNew #mheadbar .btns .btn.searchbtn {background-color: #009345;}
  /*#search {display: none;}*/
  .mbl.homebtn {display: none;}
  .grid-button {display: block; position: fixed; border-radius: 50%; background-color: #fff; top: 5px; right: 5px; margin: 0; padding: 10px 11px; z-index: 20;}
  .grid-button .grid {width: 20px; height: 25px; margin-top: -3px; margin-left: 2px;}
  .grid-button .grid > span, .grid-button .grid > span:before, .grid-button .grid > span:after {border-radius: 10px;}
  #headmenus {opacity: 1;visibility: visible;width: calc(100% - 50px);height: 100%;position: fixed;top: 0;left: 100%;z-index: 10; background: #fff; -webkit-transition: all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
  #headmenus.navOpened {left: 55px;box-shadow: -4px 0px 4px rgba(0,0,0,0.15);}
  #headmenus > .wrap > img {display: block;}
  #headmenus > .wrap {overflow-y: scroll; text-align: left;}
  #headmenus > .wrap > a {display: block; font-size: 22px; letter-spacing: 0px; margin: 0 40px;line-height: 70px;}
  #headmenus > .wrap > a:nth-child(2) {margin-top: 2rem;}
  #headmenus > .wrap .cats {padding: 0 40px 20px;}
  #headmenus > .wrap .cats > .row {-ms-flex-flow: column wrap;-webkit-flex-flow: column wrap;flex-flow: column wrap;}
  #headmenus > .wrap .cats .col {margin-top: 15px; display: block;}
  #headmenus > .wrap .cats .tt {font-size: 20px; font-weight: 600; letter-spacing: 2px; line-height: 1; color: #000;}
  #headmenus > .wrap .cats .tt:before {content: ''; display: inline-block; vertical-align: middle; width: 40px; height: 40px; margin-right: 8px; margin-top: -2px;}
  #headmenus > .wrap .cats .columns:last-child {padding-bottom:5rem;}
  #headmenus > .wrap .cats a.item {font-size: 19px; display: block; color: #6a7766; line-height: 1; margin: 20px 0;letter-spacing: 2px;position: relative;}
  #headmenus > .wrap .mbtm {background-color: #adadad; padding: 1rem 0 10rem 40px; width: 100%;}
  #headmenus > .wrap .mbtm a {color: #fff; line-height: 1.3; display: inline-block; font-size: 19px; letter-spacing: 2px;}
  #headmenus > .wrap .mbtm a:first-child {border-right: 1px solid #fff;padding-right: 15px;}
  #headmenus > .wrap .mbtm a:last-child {padding-left: 15px;}
  #headmenus > .wrap > a:after {content: "";display: block;width: 30px;height: 30px;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;background: url(https://www.openrice.com/info/global/img/backtopArr.png) no-repeat center center;background-size: contain;transform: rotate(90deg);}
  #headmenus > .wrap .cats a.item:after {content: "";display: block;width: 20px;height: 20px;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;background: url(https://www.openrice.com/info/global/img/backtopArr.png) no-repeat center center;background-size: contain;transform: rotate(90deg);}
  #headmenus > .wrap > a.drp:after {transform: rotate(180deg);}
  #headmenus .head-dropmenu-block {display: none;}
  .anchorNav .filterBtn, .anchorNav .allBtn {
    padding: 2em !important;
  }
}  
@media screen and ( max-width:640px) {
	small {font-size: 0.9rem;}
	#headerNew .maxWidth {max-width: 90%;}
	#headerNew > .inner {padding: 3.5% 0 3%; }
	#headerNew .openrice-logo {max-width: 90px;}
  	#headerNew .openrice-logo > img {margin-left: 3%;}  
  	#headerNew .voucher-logo {max-width: 95px; margin-left: .5em;padding-left: .5em; top: -10px;}
  	#headerNew .headerDesktop {margin-top: 1px;}
  	.mbl.homebtn {color: #009345;line-height: 1;display: inline-block;position: relative;right: 18%;float: right;top: 0;width: 9%;}
	.mbl.homebtn svg {fill: #009345;width: 100%;display: inline-block;height: 100%;}
	
}

#flashcoupon{margin: 0 auto;background-image: url(../images/offer-bg.png);padding: 2%; position: relative;}
#flashcoupon a>img{max-width: 60%;}

@media screen and (max-width: 768px){
    #flashcoupon a>img{max-width: 95%;padding-top: 20px;}
}



/*------Doris anchorNav update button images---------*/
.anchorNav{
  background-image: url(../images/bar_green.png);
  /* background-size: 100%; */
}
.anchorNav .container {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-align: center;
  font-size: 0;
  padding: 20px 0;
  border-image-slice: 1;
  top: -170px;
  position: static;
  /* width: 1000px; */
  margin: 0 auto;
}

.poiList {
  padding: 5% 0;
}
.anchorNav.sticky .container {
  background-image: url(../images/bar_red.png);
  background-size: 100%;
  /* padding: 0 25%; */
}
.anchorNav.sticky .container #tap-1{
  background-image: url(../images/s-button-null-00@2x.png); 
  /* width: 100%; */
  /* height: 100px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
}
.anchorNav.sticky .container #tap-1:hover{
  background-image: url(../images/s-button-selected-00@2x.png);
}
.anchorNav.sticky .container #tap-1:active{
  background-image: url(../images/s-button-selected-00@2x.png) !important;
}
.anchorNav.sticky .container #tap-1:focus{
  background-image: url(../images/s-button-selected-00@2x.png);
}
.anchorNav.sticky .container #tap-2{
  background-image: url(../images/s-button-null-01@2x.png); 
  /* width: 100%; */
  /* height: 100px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
}
.anchorNav.sticky .container #tap-2:hover{
  background-image: url(../images/s-button-selected-01@2x.png);
}
.anchorNav.sticky .container #tap-2:active{
  background-image: url(../images/s-button-selected-01@2x.png) !important;
}
.anchorNav.sticky .container #tap-2:focus{
  background-image: url(../images/s-button-selected-01@2x.png) !important;
}
.anchorNav.sticky .container #tap-3{
  background-image: url(../images/s-button-null-02@2x.png); 
  /* width: 100%; */
  /* height: 100px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
}
.anchorNav.sticky .container #tap-3:hover{
  background-image: url(../images/s-button-selected-02@2x.png);
}

.anchorNav.sticky .container #tap-3:active{
  background-image: url(../images/s-button-selected-02@2x.png) !important;
}
.anchorNav.sticky .container #tap-3:focus{
  background-image: url(../images/s-button-selected-02@2x.png) !important;
}

.anchorNav.sticky .container #tap-4{
  background-image: url(../images/s-button-null-03@2x.png); 
  /* width: 100%; */
  /* height: 100px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
}
.anchorNav.sticky .container #tap-4:hover{
  background-image: url(../images/s-button-selected-03@2x.png);
}
.anchorNav.sticky .container #tap-4:active{
  background-image: url(../images/s-button-selected-03@2x.png) !important;
}
.anchorNav.sticky .container #tap-4:focus{
  background-image: url(../images/s-button-selected-03@2x.png) !important;
}

#tap-1{
  background-image: url(../images/b-button-null-00@2x.png); 
  /* width: 100%; */
  /* height: 200px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
  background-size: contain;
}
#tap-1:hover{
  background-image: url(../images/b-button-selected-00@2x.png);
}
#tap-1:active{
  background-image: url(../images/b-button-selected-00@2x.png) !important;
}
#tap-1:focus{
  background-image: url(../images/b-button-selected-00@2x.png) !important;
}
#tap-1:target{
  background-image: url(../images/b-button-selected-00@2x.png);
}

#tap-2{
  background-image: url(../images/b-button-null-01@2x.png); 
  /* width: 100%; */
  /* height: 200px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
  background-size: contain;
}
#tap-2:hover{
  background-image: url(../images/b-button-selected-01@2x.png);
}

#tap-2:active{
  background-image: url(../images/b-button-selected-01@2x.png) !important;
}

#tap-2:focus{
  background-image: url(../images/b-button-selected-01@2x.png) !important;
}
#tap-2:target{
  background-image: url(../images/b-button-selected-01@2x.png);
}

#tap-3{
  background-image: url(../images/b-button-null-02@2x.png); 
  /* width: 100%; */
  /* height: 200px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
  background-size: contain;
}
#tap-3:hover{
  background-image: url(../images/b-button-selected-02@2x.png);
}
#tap-3:active{
  background-image: url(../images/b-button-selected-02@2x.png) !important;
}
#tap-3:focus{
  background-image: url(../images/b-button-selected-02@2x.png) !important;
}
#tap-3:target{
  background-image: url(../images/b-button-selected-02@2x.png);
}

#tap-4{
  background-image: url(../images/b-button-null-03@2x.png); 
  /* width: 100%; */
  /* height: 200px; */
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: initial;
  background-size: contain;
}
#tap-4:hover{
  background-image: url(../images/b-button-selected-03@2x.png);
}
#tap-4:active{
  background-image: url(../images/b-button-selected-03@2x.png) !important;
}
#tap-4:focus{
  background-image: url(../images/b-button-selected-03@2x.png) !important;
}
#tap-4:target{
  background-image: url(../images/b-button-selected-03@2x.png);
}