@font-face {
  font-family: FrutigerLTStd-Cn;
  src: url('/template-frontend/fonts/frutiger/Frutiger.otf');
}
@font-face {
  font-family: FrutigerLTStd-Cn;
  src: url('/template-frontend/fonts/frutiger/Frutiger_bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Sauna;
  src: url('/template-frontend/fonts/sauna/Sauna-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Besom;
  src: url('/template-frontend/fonts/besom/besom.ttf');
}
body {
  font-family: FrutigerLTStd-Cn;
  font-size: 12px;
  color: #5d8798;
}
a, button {
  transition: all 0.3s ease-in-out
}
a, a:hover {
  text-decoration: none;
}
a:hover {
  color: #5d8798;
}
a, button {
  outline: 0 !important;
}
p {
  line-height: 2;
}
.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1132px;
  }
  .header-area .container {
    max-width: 940px;
  }
  .section-news-single .container {
    max-width: 940px;
  }
}
.w-full {
  width: 100%;
}
.text-orange {
  color: #ee6d4e;
}
.btn {
  padding: 20px 79px;
  line-height: normal;
  line-height: normal;
  letter-spacing: 1.01px;
  font-size: 22px;
}
.btn-primary {
  background-color: #5d8798;
  border-color: #5d8798;
  box-shadow: 0px 5px 5px rgba(93, 135, 152, 0.35);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #7fa9b9;
  border-color: #7fa9b9;
}
.btn-pill {
  border-radius: 1000px;
}
section {
  position: relative;
}
/*header*/

.header-area {
  height: 95px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  z-index: 100 !important;
}
.header-area .navbar {
  padding: 0;
}
.header-area .navbar-nav .nav-link {
  padding-top: 42px;
  padding-bottom: 23px;
  display: block;
  font-family: Sauna;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  color: #707070;
  padding-right: 40px;
}
.header-area .navbar-nav .nav-item.active .nav-link, .header-area .navbar-nav .nav-item:hover .nav-link {
  color: #484848;
}
.header-area .navbar-nav .nav-item.active .nav-link {
  font-size: 24px;
}
.header-area .navbar-brand {
  width: 152px;
  height: 152px;
  border-radius: 76px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
  text-align: center;
  position: relative;
}
.header-area .navbar-brand:after {
  content: "";
  border: dashed 3px #ff8669;
  /*edit by erick*/
  border: dashed 3px #ffffff;
  /*end*/
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 1000px;
}
.header-area .logo-header-center {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 19px;
  z-index: 10;
}
.header-area .navbar-brand .logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1000px;
}
.header-area .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.header-area .navbar-nav .nav-item:first-child .nav-link{
  padding-left: 0;
}
/*section-hero*/

.section-hero {
  position: relative;
  height: 100vh;
  padding: 115px 0px;
}
.section-hero .hero-content {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: table;
}
.section-hero .hero-text{
  height:100%;
  display: table-cell;
  vertical-align: middle;
}
.section-hero .hero-text img{
  max-width:100%;
}
.section-hero .hero-text .subtitle {
  font-family: FrutigerLTStd-Cn;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  color: #575757;
}
.section-hero .hero-text .title {
  font-family: Besom;
  font-size: 102px;
  line-height: 1;
  color: #484848;
  margin-bottom: 38px;
  text-shadow: -5px 10px 7px #00000026;
}
.section-hero .hero-image-area{
  position: absolute;
  right: 0;
  z-index: 10;
  height: 100vh;
  display: table;
}
.section-hero .hero-image-content{
  height:100%;
  display: table-cell;
  vertical-align: middle;
}
.section-hero .hero-image {
  width: 616px;
  height: 394px;
  margin-top: 100px;
}
/*section about*/

.section-about {
  padding-top: 160px;
  padding-bottom: 206px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.section-about.active{
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.08);
}
.section-about .shape-orange-sm {
  width: 142px;
  height: 146px;
  background-image: url('/template-frontend/images/shape-orange-sm.png');
  background-size: 100%;
  position: absolute;
  top: -155px;
}
.section-about .shape-blue-sm {
  width: 198px;
  height: 203px;
  background-image: url('/template-frontend/images/shape-blue-sm.png');
  background-size: 100%;
  position: absolute;
  bottom: -206px;
}
.about-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-about .title {
  font-family: Sauna;
  font-size: 61px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 3.22px;
  color: #484848;
  margin-bottom: 26px;
}
.section-about .text-desc {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: left;
}
.section-about .about-image {
  position: relative;
}
.section-about .about-image:after {
  content: "";
  width: 214.3px;
  height: 143.2px;
  position: absolute;
  bottom: -100px;
  background-image: url('/template-frontend/images/dots-bg.png');
  background-size: 100%;
  right: 15px;
  z-index: -1;
}
.section-about .about-image img {
  width: 100%;
  border-radius: 5px;
}
/*section menu*/

.section-menu {
  padding-top: 136px;
  padding-bottom: 71px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.section-menu .container{
  height:100vh;
}
.section-menu .row{
  height:100%;
}
.section-menu .col-md-6.mx-auto{
  display:flex;
  align-items:center;
  height:100%;
}
.menu-item {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.menu-item .image {
  width: 100%;
}
.menu-item .image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.menu-item .image .label {
  position: absolute;
  font-size: 18px;
  padding: 10px 24px;
  background-color: #5d8798;
  border-radius: 1000px;
  color: #fff;
  left: 35px;
  top: 25px;
}
.menu-item .image .label:before {
  display: inline-block;
  content: "";
  border-bottom: 1em solid transparent;
  border-left: 1em solid #transparent;
  border-top: 1em solid transparent;
  border-right: 1em solid #5d8798;
  position: absolute;
  right: 0px;
  bottom: -15px;
}
.menu-item .content {
  padding-left: 30px;
  padding-right: 30px;
}
.menu-item .title {
  font-family: Sauna;
  font-size: 26px;
  line-height: 1.46;
  letter-spacing: 1.2px;
  color: #000000;
  margin-bottom: 33px;
}
.shape-orange-md {
  width: 233px;
  height: 239px;
  background-image: url('/template-frontend/images/shape-orange-md.png');
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
}
.shape-orange-md.left {
  bottom: -90px;
  width: 213px;
  background-size: initial;
  background-position: right;
}
.shape-orange-md.right {
  top: -79px;
  right: 0;
}
.shape-dots {
  width: 162.5px;
  height: 143.2px;
  background-image: url('/template-frontend/images/dots-bg.png');
  background-size: 100%;
  position: absolute;
  top: 275px;
  left: 0;
}
/*drinks*/

.section-drinks {
  padding-top: 195px;
  padding-bottom: 25px;
}
.section-drinks:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  background-image: url('/template-frontend/images/shape-blue-lg.png');
  width: 566px;
  height: 742px;
  z-index: -1;
  background-repeat: no-repeat;
}
.drinks-content .title .text-orange {
  font-size: 73px;
}
.drinks-content .title {
  font-family: Sauna;
  font-size: 73px;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
  line-height: 1;
}
.drinks-content .title-sm {
  font-family: Sauna;
  font-size: 73px;
  color: #6f6f6f;
  margin-bottom: 32px;
  line-height: 1;
}
.drinks-content .text-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #606060;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.drinks-image-area {
  position: relative;
  margin-top: 95px;
}
.drinks-image {
  max-width: 408px;
  margin-top: 65px;
  float: right;
}
.drinks-image-area img{
  width: 100%;
}
.drink1, .drink2, .drink3 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  -webkit-transition: 1.35s cubic-bezier(.5, .01, .2, 1);
  -moz-transition: 1.35s cubic-bezier(.5, .01, .2, 1);
  transition: 1.35s cubic-bezier(.5, .01, .2, 1);
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  transition-property: margin-left;
}
.drink1, .drink2, .drink3 {
  margin-left: 251px;
}
.animatedrink1 {
  margin-left: 287px;
}
.animatedrink2 {
  margin-left: 145px;
}
.animatedrink3 {
  margin-left: 35px;
}
/*for all*/

.section-forall {
  padding-top: 50px;
  padding-bottom: 50px;
}
.forall-content {
  padding-right: 90px;
}
.forall-content small{
  font-family: FrutigerLTStd-Cn;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 0.48px;
  color: #707070;
  margin-bottom: 11px;
  display: block;
}
.forall-content .title {
  font-family: Sauna;
  font-size: 73px;
  color: #6f6f6f;
  margin-bottom: 15px;
}
.forall-content .text-desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #606060;
}
/*footertop*/

.section-footertop {
  padding-top: 100px;
}
.logo-footer a {
  margin-right: 13px;
}
.footer-toptext {
  text-align: right;
}
.footer-toptext .text {
  display: block;
  font-size: 16px;
  color: #484848;
  margin-bottom: 20px;
}
.footer-toptext .igtext {
  font-size: 16px;
}
.footer-toptext .igtext img {
  margin-right: 5px;
}
/*footer area*/

.footer-area {
  margin-top: 34px;
  background-color: #3c3c3c;
}
.footer-text {
  font-size: 16px;
  font-weight: bold;
  color: #e7e4db;
  margin: 0;
  padding: 35px 0px;
  line-height: normal;
}
.footer-area .logo-sarirasa {
  margin-top: 8px;
}
/*menu list*/

.padding-section {
  padding-top: 30px;
}
.padding-section-lg {
  padding-top: 90px;
}
.section-menulist {
  padding-bottom: 50px;
}
.section-menupage {
  padding-bottom: 48px;
}
.filter-menu {
  display: flex;
  width: 100%;
  align-items: center;
}
.filter-menu select {
  display: none;
}
.filter-menu .label {
  font-weight: bold;
  color: #707070;
}
.list-filter {
  list-style: none;
  padding-left: 34px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.list-filter li {
  margin-right: 10px;
}
.list-filter li a {
  display: block;
  width: 63px;
  height: 63px;
  text-align: center;
  border: solid 3px transparent;
  border-radius: 1000px;
  overflow: hidden;
  background: #fff;
  padding: 3px;
}
.list-filter li.active a, .list-filter li:hover a {
  border-color: #00adbb;
}
.list-filter li a img {
  max-width: 100%;
}
.menulist {
  margin-left: -50px;
  margin-right: -50px;
}
.menulist>div {
  padding-left: 50px;
  padding-right: 50px;
}
.menulist-item {
  border-radius: 8px;
  border: solid 2px #a6a6a6;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 56px;
  transition: all 0.3s ease-in-out;
}
.menulist-item:hover, .menulist-item:hover .title-area {
  border-color: #00adbb;
}
.menulist-item .image {
  width: 100%;
  margin: 25px 0px;
}
.menulist-item .title-area {
  border-top: solid 2px #a6a6a6;
  padding: 16px;
}
.menulist-item .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: #606060;
}
/*pagination*/

.pagination {
  margin-bottom: 0;
  margin-top: 20px;
}
.page-link {
  width: 32px;
  height: 32px;
  background-color: none;
  border: 0;
  border-radius: 1000px !important;
  font-weight: bold;
  color: #707070;
  text-align: center;
  padding: 0;
  line-height: 32px;
}
.page-item.active .page-link {
  background-color: #ededed;
  color: #707070;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background: none;
}
/*breadcrumb*/

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 37px;
}
.breadcrumb-item {
  line-height: 2.71;
  letter-spacing: 0.64px;
  text-align: center;
  color: #707070;
}
.breadcrumb-item a {
  color: #707070;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}
.menu-single .title {
  font-family: Sauna;
  font-size: 58px;
  font-weight: bold;
  line-height: 1;
  color: #484848;
  text-shadow: -5px 10px 7px #00000026;
  margin-bottom: 58px;
}
.menu-single .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #606060;
  margin-bottom: 48px;
}
.choose-menu {
  border: solid 2px #a6a6a6;
  border-radius: 8px;
  margin-bottom: 17px;
}
.choose-menu .label {
  padding: 16px 25px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #a6a6a6;
  border-bottom: solid 2px #a6a6a6;
}
.choose-menu .choose-menulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-menu .choose-menulist li {
  padding: 20px 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #606060;
}
.label-gopek {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #00adbb;
  border-radius: 1000px;
  margin-right: 8px;
}
.info-abl {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #a6a6a6;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: solid 1px #ededed;
  background-color: #ededed;
  border-radius: 1000px;
  margin-right: 10px;
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  border: solid 1px #ededed;
  background-color: #ff8669;
}
.image-menu-item img {
  width: 100%;
}
.additional-menu {
  padding-left: 100px;
  margin-top: 104px;
}
.additional-menu.responsive {
  display: none;
}
.additional-title {
  font-family: Sauna;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.92px;
  color: #3c3c3c;
  margin-bottom: 22px;
}
.additional-item img {
  max-width: 100%;
}
.additional-item h3 {
  font-family: Sauna-Roman;
  font-size: 20px;
  letter-spacing: 0.92px;
  color: #3c3c3c;
  margin-top: 12px;
}
/*about page*/

.about-img-page img {
  width: 100%
}
/*peranakan*/

.section-peranakan {
  padding-top: 130px;
  overflow-x: hidden;
}
.section-peranakan .shape-orange-sm {
  width: 142px;
  height: 146px;
  background-image: url('/template-frontend/images/shape-orange-sm.png');
  background-size: 100%;
  position: absolute;
  top: -85px;
  right: 96px;
}
.section-peranakan .shape-blue-sm {
  background-image: url('/template-frontend/images/shape-blue-lg2.png');
  position: absolute;
  top: 50px;
  left: 0;
  width: 234px;
  height: 468px;
  background-repeat: no-repeat;
  background-position: right;
}
.peranakan-img {
  display: block;
  margin-left: 125px;
}
.peranakan-content .title {
  font-family: Sauna;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2.76px;
  color: #3c3c3c;
  margin-bottom: 18px;
}
.peranakan-content .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #606060;
}
.section-about-gallery {
  padding-top: 199px;
  padding-bottom: 130px;
}
.section-about-gallery .shape-blue-sm {
  background-image: url('/template-frontend/images/shape-blue-lg2.png');
  position: absolute;
  top: 0;
  right: 0;
  width: 319px;
  height: 468px;
  background-repeat: no-repeat;
}
.galery-about img {
  width: 100%;
}
.galery-about .item {
  padding: 0px 36.5px;
}
.section-abouttext {
  padding-top: 100px;
  padding-bottom: 71px;
}
.abouttext-page .logo {
  margin-bottom: 38px;
}
.abouttext-page .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #606060;
}
.abouttext-page .desc p {
  margin: 0;
  line-height: 1.5;
}
.abouttext-image {
  max-width: 100%;
}
.section-gopekhouse .abouttext-page {
  padding-left: 30px;
}
.section-gopekhouse .shape-orange-sm {
  background-image: url('/template-frontend/images/shape-orange-sm.png');
  background-size: 100% 100%;
  position: absolute;
  top: -60px;
  left: 10px;
  width: 140.6px;
  height: 144.4px;
  background-repeat: no-repeat;
}
.section-gopekhouse .shape-orange-lg {
  background-image: url('/template-frontend/images/shape-orange-lg.png');
  position: absolute;
  top: 0;
  width: 184px;
  height: 379px;
  background-repeat: no-repeat;
  right: 0;
}
.section-gopekhouse .shape-blue-lg {
  background-image: url('/template-frontend/images/shape-blue-lg2.png');
  position: absolute;
  bottom: -62px;
  width: 231px;
  height: 468px;
  background-repeat: no-repeat;
  background-position: right;
}
.section-gopekhouse .shape-blue-sm, .section-gopekexpress .shape-blue-sm {
  background-image: url('/template-frontend/images/shape-blue-sm.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -190px;
  width: 228px;
  height: 233px;
  background-repeat: no-repeat;
}
.section-gopekexpress .shape-blue-sm {
  left: auto;
  margin-left: 0;
  right: 0;
  bottom: 40px;
}
.text-right-rasa {
  text-align: right;
}
.button-to-down {
  display: none;
}
.form-control {
  height: 32px;
  border-radius: 8px;
  border: solid 2px #ededed;
  background-color: #ffffff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #ee6d4e;
}
/*contact*/

.title-section {
  margin-bottom: 32px;
}
.title-section .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.94;
  color: #606060;
  margin-bottom: 24px;
}
.title-section .desc {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #606060;
}
.form-group {
  margin-bottom: 28px;
}
.section-contact .form-control {
  height: 40px;
  border-radius: 8px;
  border: solid 1px #cccccc;
  background-color: #ededed;
}
.section-contact textarea.form-control {
  height: auto;
}
.contact-info {
  margin-top: 32px;
  text-align: center;
}
.contact-info .info {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #a1a1a1;
  margin-bottom: 25px;
}
.contact-info .email {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #3c3c3c;
  display: inline-block;
  border-bottom: 3px solid #5d8798;
  padding-bottom: 8px;
}
.image-contact {
  text-align: right;
}
.image-contact img {
  max-width: 100%;
}
.btn-secondary {
  color: #fff;
  background-color: #ff8669;
  border-color: #ff8669;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 8px;
  height: auto;
  line-height: normal;
  font-size: 20px;
  letter-spacing: normal;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background: #e26e52;
  border-color: #e26e52;
}
/*news*/

.news-list-big {
  margin-bottom: 37px;
}
.news-list-big .image {
  width: 100%;
}
.news-list-big .content {
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 25px 40px;
  padding-top: 41px;
  margin-top: -40%;
  margin-right: 28px;
}
.news-list-big .news-head {
  margin-bottom: 20px;
}
.news-list-big .label-category {
  color: #ff8669;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1000px;
  background-color: #fff5f2;
  padding: 5px 15px;
  line-height: normal;
}
.news-list-big .label-category:hover {
  background-color: #ff8669;
  color: #fff;
}
.news-list-big .date {
  display: inline-block;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #707070;
}
.news-list-big .title {
  font-size: 36px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.33;
}
.news-list-big .title a {
  color: #3c3c3c;
  display: block;
}
.news-list-big .desc {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-list-big .link-readmore {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.75;
  text-align: left;
  color: #ff8669;
}
.news-list-big .link-readmore:hover, .news-list-big .title a:hover, .news-list .title a:hover {
  color: #5d8798;
}
.news-list {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #cccccc;
  background-color: #ffffff;
  margin-bottom: 48px;
}
.news-list .image {
  width: 100%;
}
.news-list .content {
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.news-list .date {
  border-radius: 1000px;
  background-color: #e6f4f9;
  padding: 5px 12px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #5d8798;
  line-height: normal;
  margin-bottom: 15px;
}
.news-list .title {
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 7.5px;
}
.news-list .title a {
  color: #3c3c3c;
}
.news-list .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #707070;
  margin: 0;
}
.section-news-single {
  padding-bottom: 68px;
}
.back-history-btn {
  background-color: #ededed;
  display: inline-block;
  color: #3c3c3c;
  font-size: 20px;
  border-radius: 1000px;
  padding: 5px 17px;
  margin-bottom: 32px;
}
.news-single .single-title {
  font-size: 36px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 16px;
}
.news-single .date {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
.news-single .text-desc {
  font-size: 20px;
  font-weight: 300;
  color: #606060;
}
.news-single .text-desc p {
  line-height: 1.5;
  margin-bottom: 24px;
}
.news-single img {
  width: 100%;
  margin-bottom: 40px;
}
.border-news {
  width: 312px;
  height: 3px;
  background-color: #ededed;
  display: block;
  margin: 0 auto;
  margin-top: 29px;
}
/*location*/

.section-location {
  padding-top: 25px;
  padding-bottom: 50px;
}
.image-location {
  width: 100%;
  height: 384px;
  overflow: hidden;
}
.image-location img {
  width: 100%;
  height: 100%;
}
.location-list {
  padding: 0px 38px;
  margin-top: -100px;
}
.location-item {
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 25px 34px;
  margin-bottom: 85px;
}
.location-item img {
  width: 150px;
  height: 151px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.location-item .address-item {
  color: #3c3c3c;
  font-size: 16px;
  margin-bottom: 47px;
}
.location-item .address-item:last-child {
  margin-bottom: 40px;
}
.location-item .address-item .telp {
  color: #ff8669;
  font-weight: bold;
}
.map-location {
  width: 100%;
  height: 619px;
}
.anchor-section{position: fixed;top: 50%;right: 20px;z-index: 1000;}
.anchor-link{list-style: none;margin: 0;padding: 0;text-align:center;}
.anchor-link li{display: block;} 
.anchor-link li a{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: #ee6d4d;
  margin-bottom: 10px;
  opacity:0.5;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
.anchor-link li a.active{
  opacity:1;
  width: 7px;
  height: 7px;
}
/*mobile*/

@media(max-width:991px) {
  .navbar-collapse {
    background-color: #fbf9f9;
    position: absolute;
    z-index: 100;
    top: 0;
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
    overflow: auto;
    padding-top: 145px;
  }
  .navbar-collapse .w-full {
    margin: 0;
  }
  .navbar-toggler {
    float: right;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    border-radius: 8px;
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 10000;
    background-color:#ff8669;
    color:#fff;
    opacity:1;
  }
  .navbar-toggler.collapsed{
    background-color: #ededed;
    color: #ff8669;
  }
  .header-area .navbar {
    display: block;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .header-area .navbar-brand {
    margin-right: 0 !important;
    width: 106px;
    height: 106px;
    display: inline-block;
  }
  .header-area .logo-header-center {
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    top: 10px;
    z-index: 1000;
  }
  .section-hero .hero-image {
    position: initial;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .section-hero .hero-content,
  .section-hero .hero-image-area {
    position: initial;
    height: auto;
    display: block;
  }
  .section-hero .hero-text,
  .section-hero .hero-image-content{
    height: auto;
    display: block;
  }
  .section-hero .hero-text .title {
    font-size: 77px;
    margin-bottom: 22px;
  }
  .section-hero .hero-text .subtitle {
    font-size: 20px;
  }
  .section-about .title {
    font-size: 31px;
  }
  .section-about .text-desc {
    font-size: 13px;
  }
  .section-about .about-image:after {
    display: none;
  }
  .section-about .shape-blue-sm {
    width: 55px;
    height: 57px;
  }
  .shape-orange-md.right {
    width: 55px;
    height: 66px;
  }
  .shape-orange-md.left {
    width: 70px;
    height: 72px;
    bottom: 0;
    background-size: 100%;
  }
  .shape-dots {
    width: 59.6px;
    height: 39.8px;
  }
  .section-drinks:after {
    width: 201px;
    height: 207px;
    background-repeat: no-repeat;
    background-image: url(/template-frontend/images/shape-blue-lg2.png);
    background-position: right;
    background-size: 100%;
    right: -85px;
    top: 0;
  }
  .drinks-content .title {
    font-size: 73px;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: 1;
  }
  .drinks-content .title .text-orange {
    font-size: 73px;
  }
  .drinks-content .title-sm {
    letter-spacing: normal;
    margin-bottom: 11px;
    line-height: 1;
  }
  .drinks-content .text-desc {
    font-size: 13px;
  }
  .drinks-image-area {
    display: flex;
    margin-top: 0px;
  }
  .drink1, .drink2, .drink3 {
    position: initial;
    margin: 0;
    margin-right: 0;
    width: 30%;
  }
  .drink1 img, .drink2 img, .drink3 img {
    height: 266px;
  }
  .forall-image {
    max-width: 100%;
  }
  .forall-content .title {
    font-size: 62px;
    letter-spacing: 6.2px;
  }
  .forall-content .text-desc {
    font-size: 13px;
  }
  .forall-content {
    padding-right: 0;
  }
  .footer-toptext {
    text-align: right;
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .logo-footer {
    display: flex;
  }
  .logo-footer img {
    width: 47px;
    height: 47px;
  }
  .footer-toptext .text {
    margin-bottom: 5px;
  }
  .text-right-rasa {
    text-align: center;
    padding-bottom: 27px;
  }
  .section-about .shape-orange-sm {
    display: none;
  }
  .section-drinks {
    overflow: hidden;
  }
  .section-about .order-12 {
    order: initial !important;
  }
  .section-about .about-image {
    margin-bottom: 37px;
  }
  .section-about {
    padding-bottom: 60px;
    padding-top: 100px;
  }
  .section-about:after {
    content: "";
    width: 52.2px;
    height: 39.8px;
    bottom: 0px;
    position: absolute;
    background-image: url(/template-frontend/images/dots-bg.png);
    background-size: 100%;
    right: 15px;
    z-index: -1;
  }
  .section-forall {
    padding-bottom: 0;
  }
  .section-forall .order-12 {
    order: initial;
  }
  .section-hero {
    padding-top: 180px;
  }
  .button-to-down {
    width: 32px;
    height: 32px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: block;
    border-radius: 1000px;
    border: 0;
    color: #707070;
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
    float: right;
  }
  .header-area .navbar-nav .nav-link {
   padding-top: 20px !important;
    /*padding-bottom: 10px;*/
    line-height: normal;
    height: auto;
    text-align: center;
    font-size: 24px;
    padding: 0;
    padding-bottom: 20px;
  }
  .header-area {
    height: 64px;
  }
  .about-img-page {
    padding-top: 16px;
  }
  .about-img-page .order-12 {
    order: initial;
  }
  .peranakan-img, .section-peranakan .shape-blue-sm {
    display: none;
  }
  .section-peranakan .shape-orange-sm {
    width: 55px;
    height: 57px;
    top: 0;
    right: -24px;
  }
  .peranakan-content .title {
    font-size: 30px;
  }
  .peranakan-content .desc {
    font-size: 13px;
  }
  .section-about-gallery .shape-blue-sm {
    width: 179px;
    height: 183px;
    background-size: 100%;
    left: -57px;
    right: auto;
    top: -60px;
  }
  .section-about-gallery {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .galery-about .item {
    padding: 0px 12px;
  }
  .section-abouttext {
    padding-top: 112px;
  }
  .section-abouttext .order-12 {
    order: initial;
  }
  .abouttext-page .logo {
    text-align: center;
  }
  .abouttext-page .logo img {
    width: 149px;
  }
  .abouttext-page .desc {
    font-size: 13px;
  }
  .section-gopek .abouttext-image, .section-gopekhouse .shape-orange-lg, .section-gopekhouse .shape-blue-lg, .section-gopekhouse .shape-blue-sm, .section-gopekhouse .shape-orange-sm {
    display: none;
  }
  .abouttext-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -240px;
    z-index: -1;
  }
  .section-abouttext.section-gopekhouse {
    padding-top: 240px;
    padding-bottom: 0;
  }
  .section-gopekhouse .abouttext-page {
    background: #fff;
    padding: 30px 16px;
    border-radius: 8px;
  }
  .section-abouttext.section-gopekexpress {
    padding-bottom: 60px;
    padding-top: 0;
    margin-top: -100px;
  }
  .section-gopekexpress .abouttext-image {
    top: 0;
  }
  .section-gopekexpress .abouttext-page {
    margin-top: 660px;
  }
  .section-gopekexpress .shape-blue-sm {
    right: auto;
    left: -86px;
    bottom: 0;
  }
  .section-peranakan {
    padding-top: 38px;
  }
  .filter-menu select {
    display: block;
  }
  .filter-menu .label, .filter-menu .list-filter {
    display: none;
  }
  .padding-section {
    padding-top: 70px;
  }
  .pagination {
    margin-top: 0;
  }
  .menulist {
    margin-left: -8px;
    margin-right: -8px;
  }
  .menulist>div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .menulist-item {
    margin-bottom: 31px;
  }
  .menulist-item .title {
    font-size: 11px;
  }
  .menu-single .order-12 {
    order: initial;
  }
  .additional-menu.responsive {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .additional-menu.desktop {
    display: none;
  }
  .menu-single .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
  .additional-item {
    margin-bottom: 61px;
  }
  .slick-dotted.slick-slider.slick-menuimg {
    margin-bottom: 60px;
  }
  .menu-single .desc, .choose-menu .label, .info-abl {
    font-size: 13px;
  }
  .choose-menu .choose-menulist li {
    font-size: 13px;
    padding: 17px 25px;
  }
  .label-gopek {
    width: 8px;
    height: 8px;
  }
  .image-contact {
    display: none;
  }
  .title-section {
    text-align: center;
    margin-bottom: 24px;
  }
  .title-section .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .title-section .desc {
    font-size: 13px;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .btn-secondary {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 16px;
  }
  .contact-info .info {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .contact-info .email {
    font-size: 16px;
  }
  .image-location {
    height: 136px;
  }
  .image-location img {
    object-fit: cover;
  }
  .location-item {
    margin-bottom: 16px;
  }
  .location-list {
    margin-top: -30px;
    padding: 0 16px;
  }
  .location-item img {
    height: 90px;
    width: 90px;
    margin-bottom: 16px;
  }
  .location-item .address-item {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .location-item .address-item:last-child {
    margin-bottom: 0;
  }
  .map-location {
    margin-top: 13px;
    height: 200px;
  }
  .back-history-btn {
    font-size: 13px;
    padding: 4px 8px;
  }
  .news-single .single-title {
    font-size: 16px;
    margin-bottom: 1px;
  }
  .news-single .date {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .news-single .text-desc {
    font-size: 13px;
  }
  .news-single .text-desc {
    margin-bottom: 10px;
  }
  .news-single img {
    margin-bottom: 16px;
  }
  .border-news {
    width: 100%;
  }
  .section-news-single {
    padding-bottom: 0;
  }
  .news-list-big .content {
    margin: 0;
    box-shadow: none;
    padding: 0;
    padding-top: 10px;
  }
  .box-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-reverse>div, .box-reverse>.title {
    width: 100%;
  }
  .news-list-big .title {
    font-size: 16px;
  }
  .news-list-big .desc, .news-list-big .date, .news-list .title {
    font-size: 13px;
    line-height: 1.54;
  }
  .news-list-big .label-category, .news-list-big .link-readmore {
    font-size: 11px;
  }
  .title-section.lg .title {
    text-align: left;
  }
  .news-list {
    box-shadow: none;
    border: 0;
    padding: 0;
    display: flex;
    margin-bottom: 16px;
  }
  .news-list .image {
    width: 144px;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
  }
  .news-list .content {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 8px;
  }
  .news-list .date {
    font-size: 9px;
  }
  .news-list .desc {
    display: none;
  }
  .page-link {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
  }
  .section-news .pagination {
    margin-top: 30px;
  }
  .footer-text{
    font-size: 13px;
    font-weight: normal;
  }
}
@media(min-width:1921px){
  html{
    width:1440px;
    margin-left:auto;
    margin-right:auto;
  }
  .container{
    max-width:100%;
  }
  .peranakan-img{
    margin-left: 250px;
  }
}