.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 9, 0, 0.6)), to(#0d0400)), url('../images/BG1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 9, 0, 0.6), #0d0400), url('../images/BG1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section._2 {
  height: auto;
  padding-top: 0px;
}

.section-2 {
  background-image: url('../images/tuduoi.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100px;
  margin-bottom: 15px;
}

.heading {
  font-family: 'Long Cang', sans-serif;
  color: #602b2d;
}

.heading._1.hidden {
  display: none;
}

.heading.top {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Long Cang', sans-serif;
  color: #efe19f;
}

.image-2 {
  display: none;
}

.image-3 {
  position: absolute;
  display: block;
}

.image-3.hidden {
  width: 700px;
}

.button {
  position: absolute;
  left: -120px;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/div3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button.right {
  left: auto;
  right: -120px;
}

.button.normal {
  position: static;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #edcb9b;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-button {
  background-color: #602b2d;
}

.menu-button.w--open {
  background-color: #602b2d;
}

.icon {
  width: 24px;
  height: 24px;
}

.menu {
  width: 32px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.section-3 {
  padding-bottom: 60px;
  background-image: url('../images/seamless.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-3.g {
  padding-bottom: 60px;
}

.deco {
  width: 100%;
  height: 80px;
  margin-bottom: 100px;
  background-image: url('../images/BG.png');
  background-position: 50% 100%;
  background-size: cover;
}

.content {
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.title.small {
  font-size: 21px;
}

.title._1 {
  margin-bottom: 40px;
  font-size: 20px;
  text-transform: none;
}

.title-div {
  margin-bottom: 50px;
}

.text-block {
  font-family: 'Long Cang', sans-serif;
  color: #ad0000;
  font-size: 30px;
  line-height: 35px;
}

.text-block-2 {
  color: #959595;
  font-size: 16px;
  line-height: 24px;
}

.image-4 {
  width: 40%;
  margin-bottom: 60px;
}

.cate-image {
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 48vw;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/BG3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/BG3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cate-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/R1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/R1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 70px;
  background-color: #602b2d;
}

.cate-card {
  width: 48%;
}

.cate-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #602b2d;
}

.cate-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 0px;
  background-image: url('../images/BG5.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.wrapper {
  position: relative;
  top: 60px;
  z-index: 1;
  margin-right: 10%;
  margin-left: 10%;
  padding: 6px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.div-block-6 {
  padding: 60px 60px 40px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.lightbox-link {
  width: 22%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #602b2d;
}

.section-5 {
  position: relative;
  z-index: 0;
  padding-top: 220px;
  padding-bottom: 100px;
  background-image: url('../images/seamless.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-list.v {
  margin-top: 40px;
}

.contact-card {
  width: 33%;
  padding: 40px 40px 40px 60px;
  background-image: url('../images/BG6.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
  line-height: 30px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

.link-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-2:hover {
  color: #efe19f;
}

.link-2.w--current:hover {
  color: #efe19f;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-12 {
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-bottom: 6px;
  color: #efe19f;
}

.text-block-4 {
  color: #959595;
  font-size: 16px;
  line-height: 24px;
}

.div-block-13 {
  margin-bottom: 10px;
}

.div-block-14 {
  margin-bottom: 10px;
}

.nav-menu {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  width: 300px;
  background-color: #602b2d;
}

.nav-link {
  width: 100%;
  color: #fff;
}

.nav-link.w--current {
  padding-left: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #efe19f;
}

.nav-link-2 {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav-link-2:hover {
  color: #efe19f;
}

.nav-link-3 {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav-link-3:hover {
  color: #efe19f;
}

.div-block-15 {
  width: 100%;
  height: 80px;
  background-image: url('../images/BG-updown.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  color: #959595;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/BG7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/BG7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body {
  background-color: transparent;
  background-image: url('../images/seamless.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-18.hidden {
  display: none;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
}

.image-5 {
  width: 60px;
}

.nav-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #602b2d;
}

.brand {
  margin-right: 60px;
  margin-left: 60px;
}

.nav-link-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-4:hover {
  color: #efe19f;
}

.nav-link-4.w--current {
  color: #efe19f;
}

.nav-menu-2 {
  width: 280px;
  text-align: right;
}

.nav-menu-3 {
  width: 280px;
  text-align: left;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-wrapper._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide {
  height: 100%;
}

.mask {
  height: 100%;
  background-color: transparent;
}

.slider {
  width: 80%;
  height: 100%;
  background-color: transparent;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #602b2d;
}

.image-6 {
  width: 67%;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  display: none;
}

.div-block-22 {
  max-width: 400px;
}

.lightbox-link-3 {
  width: 48%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-link-4 {
  width: 30%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/r9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/r9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.div-block-23 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.html-embed {
  margin-top: 20px;
}

.html-embed-2 {
  width: 100%;
}

.link-4 {
  color: #959595;
  text-decoration: none;
}

.link-5 {
  color: #959595;
  text-decoration: none;
}

.button-2 {
  width: 210px;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #602b2d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d9c8c8;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.button-2:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.html-embed-3 {
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  .section._2.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-div {
    width: 60%;
  }

  .brand-div.m1 {
    height: auto;
  }

  .image-3 {
    width: 80%;
  }

  .image-3.hidden {
    width: 600px;
  }

  .button.right.hidden.m {
    display: none;
  }

  .button.right.m1 {
    position: static;
    margin-right: 20px;
    margin-left: 20px;
  }

  .button.hidden.m {
    display: none;
  }

  .button.m1 {
    position: static;
  }

  .deco {
    z-index: 1;
    width: 100%;
    height: 80px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-position: 50% 0%;
  }

  .image-4 {
    width: 50%;
  }

  .cate-image {
    max-height: 40vw;
  }

  .div-block-18.hidden.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider {
    width: 100%;
  }

  .image-6 {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 0% 100%;
  }

  .section._2.m {
    min-height: auto;
    padding-top: 60px;
  }

  .brand-div {
    width: 80%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .image {
    width: 100px;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .heading.top {
    font-size: 32px;
  }

  .image-3 {
    width: 70%;
  }

  .image-3.hidden {
    display: none;
  }

  .button {
    position: static;
    margin-bottom: 20px;
  }

  .button.right.hidden {
    display: none;
  }

  .button.hidden {
    display: none;
  }

  .nav-wrapper {
    display: block;
  }

  .section-3 {
    padding-bottom: 100px;
  }

  .deco {
    height: 60px;
  }

  .title._1 {
    font-size: 16px;
  }

  .image-4 {
    width: 60%;
  }

  .cate-content {
    padding-bottom: 20px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .div-block-6 {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .div-block-8 {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .section-5 {
    padding-top: 180px;
  }

  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-card {
    width: 100%;
    padding-left: 40px;
    text-align: center;
  }

  .div-block-9 {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-2 {
    margin-bottom: 10px;
  }

  .link-2.w--current {
    margin-bottom: 10px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-13 {
    margin-bottom: 20px;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .div-block-15 {
    height: 60px;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18.hidden {
    display: block;
  }

  .nav-1 {
    display: none;
  }

  .image-6 {
    width: 50%;
  }

  .image-7 {
    width: 36px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #602b2d;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: transparent;
  }

  .brand-2 {
    padding: 20px 40px;
    border-bottom-right-radius: 40px;
    background-color: #602b2d;
  }

  .menu-button-2 {
    margin-right: 20px;
    background-color: #602b2d;
  }

  .menu-button-2.w--open {
    background-color: #602b2d;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-link-5 {
    width: 100%;
    background-color: #602b2d;
  }

  .nav-link-6 {
    width: 100%;
    background-color: #602b2d;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }

  .nav-link-6:hover {
    color: #efe19f;
  }

  .nav-link-6.w--current {
    padding-left: 40px;
    color: #efe19f;
  }

  .nav-link-7 {
    width: 100%;
    background-color: #602b2d;
  }

  .nav-menu-4 {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 0px 0px, 0% 100%;
  }

  .brand-div.m1 {
    padding-top: 0px;
  }

  .image {
    width: 80px;
  }

  .heading {
    text-align: center;
  }

  .heading.hidden {
    display: none;
  }

  .heading._1.hidden {
    display: block;
  }

  .section-3.g {
    padding-bottom: 60px;
  }

  .deco {
    background-position: 50% 0%;
  }

  .image-4 {
    width: 80%;
  }

  .cate-image {
    height: 40vh;
    max-height: none;
  }

  .cate-card {
    width: 100%;
    margin-bottom: 40px;
  }

  .cate-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-4 {
    padding-top: 0px;
  }

  .wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }

  .div-block-6 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .lightbox-link {
    width: 48%;
    margin-bottom: 2%;
  }

  .div-block-7 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-5 {
    padding-top: 160px;
  }

  .div-block-9 {
    padding-bottom: 40px;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-15 {
    background-position: 50% 100%;
  }

  .div-block-16 {
    height: auto;
    padding-top: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

  .image-6 {
    width: 50%;
  }

  .row {
    margin-bottom: 20px;
  }
}

