@charset "UTF-8";
*,
div,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}
main {
  padding-top: 80px;
}
@media (min-width: 1360px) {
  .container {
    max-width: 1260px;
  }
}
.container {
  padding: 0 10px;
}
[class*="col-"] {
  padding: 0 10px;
  position: initial;
}
.row {
  margin: 0 -10px;
}
.row.no-gutters {
  margin: 0 0;
}
.row.no-gutters [class*="col-"] {
  padding: 0 0;
}
.main-title {
  text-transform: capitalize;
  color: #0d1d42;
  font-size: 2.28571rem;
  font-weight: 500;
  margin-bottom: 28px;
  font-family: Cabin, sans-serif;
}
@media (min-width: 992px) {
  .main-title {
    font-size: 2.85714rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .main-title {
    font-size: 3.42857rem;
    margin-bottom: 42px;
  }
}
.main-title.center {
  text-align: center;
}
.main-title.white {
  color: #fff;
}
img {
  max-width: 100%;
}
.btn {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.5rem;
}
.btn:active,
.btn:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-red {
  background: #be1e2d;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .btn-red {
    padding: 0.5rem 0.75rem;
    font-size: 1.14286rem;
  }
}
.btn-red:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover:before {
  width: 100%;
}
.btn-red-text {
  color: #d84c47;
  font-size: 1.14286rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
  margin-top: auto;
}
.btn-red-text:before {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-red-text:after {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-left: 1rem;
}
.btn-red-text:hover {
  color: #fff;
}
.btn-red-text:hover:before {
  width: 100%;
}
.btn-viewmore {
  font-family: Pacifico, sans-serif;
  color: #fff;
}
.canhcam-header-1 {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #0d1d42;
  z-index: 101;
  font-family: Cabin, sans-serif;
}
.canhcam-header-1 .mobile {
  position: relative;
}
.canhcam-header-1 .logo {
  padding: 10px;
}
.canhcam-header-1 .logo img {
  max-height: 60px;
}
.canhcam-header-1 .toggle-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 102;
}
.canhcam-header-1 .toggle-navbar span {
  font-size: 24px;
  color: #fff;
}
.canhcam-header-1 .navbar-wrap {
  position: fixed;
  background: #fff;
  top: 80px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 375px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.canhcam-header-1 .navbar-wrap .main-menu {
  padding: 0;
}
.canhcam-header-1 .navbar-wrap .main-menu .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.canhcam-header-1 .navbar-wrap .main-menu .menu-list li {
  width: 100%;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(13, 29, 66, 0.15);
  box-shadow: inset 0 -1px 0 0 rgba(13, 29, 66, 0.15);
}
.canhcam-header-1 .navbar-wrap .main-menu .menu-list li a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1.14286rem;
  font-weight: 500;
  color: #0d1d42;
}
.canhcam-header-1 .navbar-wrap .main-menu .menu-list li .menu-dropdown {
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.canhcam-header-1
  .navbar-wrap
  .main-menu
  .menu-list
  li
  .menu-dropdown
  .item-dropdown
  .item-img {
  display: none;
}
.canhcam-header-1 .navbar-wrap .main-menu .menu-list li.active a {
  color: #f84611;
}
.canhcam-header-1.active .navbar-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0 0 0.5rem #0d1d42;
  box-shadow: 0 0 0.5rem #0d1d42;
}
.canhcam-header-1.active .toggle-navbar span:before {
  content: "\f5ad";
}
@media (min-width: 992px) {
  .canhcam-header-1 .mobile {
    display: none;
  }
  .canhcam-header-1 .logo {
    padding: 10px 0;
    position: relative;
  }
  .canhcam-header-1 .navbar-wrap {
    position: initial;
    height: initial;
    background: 0 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    overflow-y: visible;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .canhcam-header-1 .navbar-wrap .main-menu {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .Module-140 {
    position: unset;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list {
    padding: 0 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: initial;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li {
    width: initial;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 27px 0;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li .menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    .item-dropdown {
    position: relative;
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    .item-dropdown
    .item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(245, 245, 245, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    padding: 15px;
    opacity: 0;
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    .item-dropdown
    .item-img
    img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 0.8);
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    .item-dropdown:hover
    .item-img {
    opacity: 1;
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    a.link {
    color: #0d1d42;
    padding: 20px 45px 20px 30px;
    position: relative;
  }
  .canhcam-header-1
    .navbar-wrap
    .main-menu
    .menu-list
    li
    .menu-dropdown
    a.link:hover {
    color: #f84611;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li:hover .menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li.active > a,
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li:hover > a {
    color: #f84611;
  }
  .canhcam-header-1 .language {
    margin-left: auto;
    margin-right: 1.71429rem;
  }
  .canhcam-header-1 .language a {
    color: #fff;
    font-size: 0.92857rem;
  }
  .canhcam-header-1 .search {
    position: relative;
  }
  .canhcam-header-1 .search .mdi {
    color: #fff;
    font-size: 18px;
  }
  .canhcam-header-1 .search .Module-141 {
    display: none;
  }
  .canhcam-header-1 .search .searchbox {
    position: absolute;
    top: calc(100% + 26px);
    right: 0;
    padding: 15px;
    background: #0d1d42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .canhcam-header-1 .search .searchbox .searchinput {
    border: 0;
  }
  .canhcam-header-1 .search .searchbox .searchbutton {
    font-size: 0;
    border: 0;
  }
  .canhcam-header-1 .search .searchbox .searchbutton:before {
    vertical-align: middle;
    content: "\F349";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .canhcam-header-1 .logo {
    min-width: 13.57143rem;
    padding: 0;
  }
  .canhcam-header-1 .logo img {
    position: absolute;
    max-height: 100px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    transform: translateY(-38%);
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list {
    padding: 0 120px 0 3rem;
  }
  .canhcam-header-1 .navbar-wrap .main-menu .menu-list li a {
    font-size: 18px;
  }
}
.canhcam-footer-1 {
  z-index: 99;
  position: relative;
}
.canhcam-footer-1 h4 {
  font-size: 1.14286rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
  color: #fff;
}
.canhcam-footer-1 .top-footer {
  background: #0d1d42;
  padding: 4rem 0;
}
.canhcam-footer-1 .top-footer .address {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .top-footer .address {
    margin-bottom: 1.6rem;
  }
}
.canhcam-footer-1 .top-footer .address p {
  font-size: 0.92857rem;
  color: rgba(255, 255, 255, 0.5);
}
.canhcam-footer-1 .top-footer .social-menu-list {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .top-footer .social-menu-list {
    margin-bottom: 0;
  }
}
.canhcam-footer-1 .top-footer .social-menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.canhcam-footer-1 .top-footer .social-menu-list ul li + li {
  margin-left: 1rem;
}
.canhcam-footer-1 .top-footer .footer-menu-list ul li a {
  font-size: 0.92857rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.canhcam-footer-1 .bottom-footer {
  background: #081228;
  padding: 1.6rem 0;
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .bottom-footer .copyright-menu-list {
    margin-bottom: 0;
  }
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .bottom-footer .copyright-menu-list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list ul li a {
  font-size: 0.85714rem;
  color: #fff;
  opacity: 0.25;
  text-decoration: none;
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list ul li:hover a {
  opacity: 1;
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list ul li + li {
  margin-left: 1rem;
  position: relative;
}
.canhcam-footer-1 .bottom-footer .copyright-menu-list ul li + li:before {
  content: "";
  width: 4px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -0.6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.25;
}
.canhcam-footer-1 .bottom-footer .copyright-text p {
  font-size: 0.85714rem;
  color: #fff;
  opacity: 0.25;
  text-align: center;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .bottom-footer .copyright-text p {
    text-align: right;
  }
}
.canhcam-footer-1 .bottom-footer .copyright-text p a {
  color: #fff;
}
.canhcam-footer-1 .bottom-logo {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 992px) {
  .canhcam-footer-1 .bottom-logo {
    display: block;
  }
  .canhcam-footer-1 .bottom-logo img {
    max-width: 60px;
  }
}
@media (min-width: 1200px) {
  .canhcam-footer-1 .bottom-logo img {
    max-width: 115px;
  }
}
.vhs-breadcrumb-1 {
  position: relative;
  z-index: 90;
}
.vhs-breadcrumb-1 .breadcrumb {
  background: #f7f7f7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.vhs-breadcrumb-1 .breadcrumb li a {
  font-size: 1rem;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}
.vhs-breadcrumb-1 .breadcrumb li:hover a {
  color: #0d1d42;
}
.vhs-breadcrumb-1 .breadcrumb li + li {
  margin-left: 1.71429rem;
  position: relative;
}
.vhs-breadcrumb-1 .breadcrumb li + li:before {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 1rem;
  position: absolute;
  color: #666;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -17px;
}
.vhs-banner-1 {
  position: relative;
}
.vhs-banner-1 .button-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 11;
}
.vhs-banner-1 .owl-carousel .owl-nav {
  width: 100%;
}
.vhs-banner-1 .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vhs-banner-1 .owl-carousel .owl-nav button.owl-prev {
  left: 12%;
}
.vhs-banner-1 .owl-carousel .owl-nav button.owl-next {
  right: 12%;
}
.vhs-banner-1 .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot {
  margin: 5px 0.5rem;
}
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0d1d42;
}
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot.active span {
  position: relative;
}
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot.active span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0d1d42;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot:active,
.vhs-banner-1 .owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .vhs-banner-1 .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 15%;
    top: 50%;
    z-index: 100;
    width: 16px;
    height: 100px;
    margin-top: 0;
  }
  .vhs-banner-1 .owl-carousel .owl-dots .owl-dot {
    margin: 5px 0;
  }
  .vhs-banner-1 .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
  }
  .vhs-banner-1 .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    background: #fff;
  }
  .vhs-banner-1 .owl-carousel .owl-dots .owl-dot.active span:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.vhs-banner-1 .owl-carousel .owl-stage-outer .item {
  position: relative;
}
.vhs-banner-1 .owl-carousel .owl-stage-outer .item .content {
  display: none;
}
@media (min-width: 992px) {
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content {
    display: block;
    position: absolute;
    top: 40%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
  }
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content h2 {
    font-size: 2.85714rem;
    color: #0d1d42;
  }
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content p {
    font-size: 1.42857rem;
    color: #0d1d42;
  }
}
@media (min-width: 1200px) {
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content {
    top: 35%;
  }
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content h2 {
    font-size: 5.14286rem;
  }
  .vhs-banner-1 .owl-carousel .owl-stage-outer .item .content p {
    font-size: 1.71429rem;
  }
}
.vhs-banner-2 .owl-carousel .item {
  position: relative;
}
.vhs-banner-2 .owl-carousel .item .content {
  display: none;
}
@media (min-width: 992px) {
  .vhs-banner-2 .owl-carousel .item .content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    text-align: center;
    width: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    color: #fff;
    padding-top: 40px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .vhs-banner-2 .owl-carousel .item .content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .vhs-banner-2 .owl-carousel .item .content p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .vhs-banner-2 .owl-carousel .item .content h2 {
    font-size: 48px;
  }
  .vhs-banner-2 .owl-carousel .item .content p {
    font-size: 18px;
  }
}
.vhs-home-1 {
  padding: 3.21429rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .vhs-home-1 {
    padding: 6.42857rem 0;
  }
}
@media (min-width: 992px) {
  .vhs-home-1 {
    position: relative;
  }
  .vhs-home-1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #fff;
    z-index: 10;
  }
}
.vhs-home-1 .button-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 11;
}
.vhs-home-1 .content {
  position: relative;
}
.vhs-home-1 .content .img {
  display: none;
}
.vhs-home-1 .content .img img {
  width: 100%;
}
.vhs-home-1 .content .img .icon-bottom-left {
  display: none;
}
.vhs-home-1 .content .img .icon-bottom-right {
  display: none;
}
@media (min-width: 992px) {
  .vhs-home-1 .content .img {
    display: block;
  }
  .vhs-home-1 .content .img .icon-bottom-left {
    display: block;
    position: absolute;
    bottom: -40px;
    left: -90px;
  }
  .vhs-home-1 .content .img .icon-bottom-right {
    position: absolute;
    display: block;
    right: -30px;
    bottom: -50px;
  }
}
.vhs-home-1 .content .text {
  text-align: center;
}
.vhs-home-1 .content .text .line-top {
  margin-bottom: 1rem;
}
.vhs-home-1 .content .text .line-bottom {
  margin-top: 1rem;
}
.vhs-home-1 .content .text h3 {
  margin-bottom: 1.5rem;
  font-size: 1.57143rem;
  font-family: Cabin, sans-serif;
  font-weight: 400;
}
.vhs-home-1 .content .text p {
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
}
.vhs-home-1 .content .text .btn-red {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .vhs-home-1 .content .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem calc(100% / 12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vhs-home-1 .content .text h3 {
    margin-bottom: 2rem;
    font-size: 2.14286rem;
    padding: 0 50px;
  }
  .vhs-home-1 .content .text p {
    font-size: 1.14286rem;
    text-align: center;
  }
  .vhs-home-1 .content .text .btn-red {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .vhs-home-1 .content .text {
    padding: 1rem calc(100% / 10);
  }
  .vhs-home-1 .content .text h3 {
    font-size: 2.57143rem;
  }
  .vhs-home-1 .content .text .btn-red {
    margin-top: 2rem;
  }
}
.vhs-home-2 {
  background-image: url(../img/home/bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
.vhs-home-2 .button-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 11;
}
@media (min-width: 992px) {
  .vhs-home-2 {
    padding-top: 7.14286rem;
    padding-bottom: 14.28571rem;
  }
}
@media (min-width: 1200px) {
  .vhs-home-2 {
    padding-top: 10rem;
    padding-bottom: 21.07143rem;
  }
}
@media (min-width: 992px) {
  .vhs-home-2 {
    position: relative;
  }
  .vhs-home-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../img/home/angle_1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
}
.vhs-home-2 .content .text {
  -webkit-box-shadow: inset 0 0 0 2px #fbcc62;
  box-shadow: inset 0 0 0 2px #fbcc62;
  text-align: center;
  background: #fff;
  position: relative;
  padding: 1.75rem 1.5rem;
}
.vhs-home-2 .content .text p {
  font-size: 1.07143rem;
  font-weight: 300;
  color: #0d1d42;
  text-align: justify;
}
.vhs-home-2 .content .text h3 {
  font-size: 1.14286rem;
  font-weight: 600;
  font-style: italic;
  color: #0d1d42;
  position: relative;
  margin-top: 4.28571rem;
}
.vhs-home-2 .content .text h3:before {
  content: "";
  height: 1.78571rem;
  width: 1px;
  background: #0d1d42;
  position: absolute;
  left: 50%;
  bottom: 2.75rem;
}
.vhs-home-2 .content .text img {
  display: none;
}
@media (min-width: 992px) {
  .vhs-home-2 .content .text {
    padding: 2rem;
  }
  .vhs-home-2 .content .text p {
    font-size: 1.42857rem;
    text-align: center;
  }
  .vhs-home-2 .content .text h3 {
    font-size: 1.28571rem;
    margin-top: 6.42857rem;
  }
  .vhs-home-2 .content .text h3:before {
    height: 2.85714rem;
    bottom: 3rem;
  }
  .vhs-home-2 .content .text img {
    display: block;
    position: absolute;
    top: 14%;
    left: -35px;
  }
}
@media (min-width: 1200px) {
  .vhs-home-2 .content .text {
    padding: 3rem 7.85714rem;
  }
}
.vhs-home-3 {
  background-image: url(../img/home/bg_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 3.57143rem 0;
}
@media (min-width: 992px) {
  .vhs-home-3 {
    padding: 5.71429rem 0;
  }
}
.vhs-home-3 .content {
  padding: 0 3.5rem;
}
.vhs-home-3 .content .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vhs-home-3 .content .owl-carousel .owl-nav button img {
  width: 30px;
}
.vhs-home-3 .content .owl-carousel .owl-nav button.owl-prev {
  left: -2.85714rem;
}
.vhs-home-3 .content .owl-carousel .owl-nav button.owl-next {
  right: -2.85714rem;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a {
  color: #fff;
  text-decoration: none;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a figure .img-box {
  -webkit-box-shadow: inset 0 0 0 2px #fbcc62;
  box-shadow: inset 0 0 0 2px #fbcc62;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a figure .img-box img {
  position: relative;
  z-index: -1;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a figure figcaption {
  padding-top: 1.5rem;
  text-align: center;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a figure figcaption h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.vhs-home-3 .content .owl-carousel .owl-item .item a figure figcaption time {
  font-size: 0.85714rem;
  color: #fff;
}
@media (min-width: 992px) {
  .vhs-home-3 .content .owl-carousel .owl-item .item a figure figcaption {
    padding: 1.5rem 2rem;
  }
  .vhs-home-3 .content .owl-carousel .owl-item .item a figure figcaption h4 {
    font-size: 1.14286rem;
  }
}
.vhs-home-4 {
  padding-top: 3.21429rem;
  padding-bottom: 3.21429rem;
}
@media (min-width: 992px) {
  .vhs-home-4 {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem;
  }
}
.vhs-home-4 .img img {
  width: 100%;
}
.vhs-home-4 .text {
  margin-top: 1rem;
  text-align: center;
}
.vhs-home-4 .text h4 {
  font-size: 1.57143rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: left;
}
.vhs-home-4 .text p {
  font-weight: 300;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: justify;
}
@media (min-width: 992px) {
  .vhs-home-4 .text {
    margin-top: 0;
    text-align: left;
  }
  .vhs-home-4 .text h4 {
    font-size: 1.85714rem;
  }
  .vhs-home-4 .text p {
    font-size: 1.14286rem;
  }
}
.vhs-home-5 {
  background-image: url(../img/home/bg_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.21429rem 0;
}
@media (min-width: 992px) {
  .vhs-home-5 {
    padding: 4.28571rem 0;
  }
}
.vhs-about-1 {
  background-color: #fff9e7;
  position: relative;
  padding: 3.21429rem 0;
}
@media (min-width: 992px) {
  .vhs-about-1 {
    padding: 7.85714rem 0;
  }
}
@media (min-width: 992px) {
  .vhs-about-1 {
    position: relative;
  }
  .vhs-about-1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #fff9e7;
    z-index: 10;
  }
}
.vhs-about-1 .content {
  position: relative;
}
.vhs-about-1 .content .img {
  display: none;
}
.vhs-about-1 .content .img img {
  width: 100%;
}
.vhs-about-1 .content .img .icon-bottom-left {
  display: none;
}
.vhs-about-1 .content .img .icon-bottom-right {
  display: none;
}
@media (min-width: 992px) {
  .vhs-about-1 .content .img {
    display: block;
  }
  .vhs-about-1 .content .img .icon-bottom-left {
    display: block;
    position: absolute;
    bottom: -40px;
    left: -90px;
  }
  .vhs-about-1 .content .img .icon-bottom-right {
    position: absolute;
    display: block;
    right: -30px;
    bottom: -50px;
  }
}
.vhs-about-1 .content .text {
  text-align: center;
}
.vhs-about-1 .content .text .line-top {
  margin-bottom: 1rem;
}
.vhs-about-1 .content .text .line-bottom {
  margin-top: 1rem;
}
.vhs-about-1 .content .text h3 {
  margin-bottom: 1.5rem;
  font-size: 1.57143rem;
  font-family: Cabin, sans-serif;
  font-weight: 400;
}
.vhs-about-1 .content .text p {
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
}
.vhs-about-1 .content .text .btn-red {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .vhs-about-1 .content .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem calc(100% / 12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vhs-about-1 .content .text h3 {
    margin-bottom: 2rem;
    font-size: 1.71429rem;
    padding: 0 50px;
  }
  .vhs-about-1 .content .text p {
    text-align: center;
  }
  .vhs-about-1 .content .text .btn-red {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .vhs-about-1 .content .text {
    padding: 1rem calc(100% / 12);
  }
  .vhs-about-1 .content .text p {
    font-size: 1.14286rem;
  }
  .vhs-about-1 .content .text h3 {
    font-size: 2.57143rem;
    padding: 0 80px;
  }
  .vhs-about-1 .content .text .btn-red {
    margin-top: 2rem;
  }
}
.vhs-about-2 {
  padding: 3.21429rem 0 4.28571rem 0;
}
@media (min-width: 992px) {
  .vhs-about-2 {
    position: relative;
  }
  .vhs-about-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #fff;
    z-index: 10;
  }
}
.vhs-about-2 .item {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.vhs-about-2 .item + .item {
  margin-top: 3.21429rem;
}
.vhs-about-2 .col-about {
  width: 100%;
}
.vhs-about-2 .col-about .img img {
  width: 100%;
}
.vhs-about-2 .col-about .content {
  padding: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.vhs-about-2 .col-about .content .content-title {
  font-size: 1.42857rem;
  font-weight: 600;
  color: #7c121c;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2.5rem;
}
.vhs-about-2 .col-about .content .content-title:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #7c121c;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
.vhs-about-2 .col-about .content .desc p {
  font-size: 0.92857rem;
}
.vhs-about-2 .col-about .content .desc ul {
  list-style-type: none;
}
.vhs-about-2 .col-about .content .desc ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.92857rem;
}
.vhs-about-2 .col-about .content .desc ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 6px;
  background: #333;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .vhs-about-2 .col-about .content .conetnt-title {
    font-size: 1.71429rem;
  }
  .vhs-about-2 .col-about .content .desc p {
    font-size: 1rem;
  }
  .vhs-about-2 .col-about .content .desc ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .vhs-about-2 {
    padding: 4.78571rem 0 6.42857rem 0;
  }
  .vhs-about-2 .item + .item {
    margin-top: 4.78571rem;
  }
  .vhs-about-2 .col-about.long {
    max-width: calc(50% + 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
  }
  .vhs-about-2 .col-about.short {
    max-width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
  .vhs-about-2 .col-about .content {
    padding: 0 30px;
  }
  .vhs-about-2 .col-about .content .conetnt-title {
    font-size: 1.85714rem;
  }
  .vhs-about-2 .col-about .content .desc p {
    font-size: 1.07143rem;
  }
  .vhs-about-2 .col-about .content .desc ul li {
    font-size: 1.07143rem;
  }
}
@media (min-width: 1200px) {
  .vhs-about-2 {
    padding: 6.42857rem 0 8.57143rem 0;
  }
  .vhs-about-2 .item + .item {
    margin-top: 6.42857rem;
  }
  .vhs-about-2 .col-about .content .conetnt-title {
    font-size: 2.14286rem;
  }
  .vhs-about-2 .col-about .content .desc p {
    font-size: 1.14286rem;
  }
  .vhs-about-2 .col-about .content .desc ul li {
    font-size: 1.14286rem;
  }
}
.vhs-about-3 {
  background-image: url(../img/about/bg_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.21429rem 0 4.28571rem 0;
}
.vhs-about-3 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.vhs-about-3 .content .item .number {
  font-size: 4.28571rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.8;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center;
  display: none;
}
.vhs-about-3 .content .item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding-right: 1rem;
}
.vhs-about-3 .content .item .img img {
  width: 100%;
}
.vhs-about-3 .content .item .content-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.14286rem;
  color: #0d1d42;
}
.vhs-about-3 .content .item .desc {
  font-size: 1.07143rem;
  color: #333;
  text-shadow: 0 0 1rem #fff;
}
@media (min-width: 992px) {
  .vhs-about-3 {
    padding: 5.35714rem 0 8.21429rem 0;
  }
  .vhs-about-3 .content {
    padding-top: 2rem;
  }
  .vhs-about-3 .content .item .number {
    font-size: 5.71429rem;
    display: block;
  }
  .vhs-about-3 .content .item .img {
    display: none;
  }
  .vhs-about-3 .content .item .content-title {
    font-size: 1.35714rem;
  }
}
@media (min-width: 1200px) {
  .vhs-about-3 {
    padding: 7.5rem 0 12.14286rem 0;
  }
  .vhs-about-3 .content .item {
    margin-bottom: 3rem;
  }
  .vhs-about-3 .content .item .number {
    font-size: 7.14286rem;
  }
  .vhs-about-3 .content .item .content-title {
    font-size: 1.57143rem;
  }
}
.vhs-distribution-1 {
  background-image: url(../img/distribution/bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.21429rem 0 4.28571rem 0;
  padding: 4.28571rem 0 5.71429rem 0;
}
.vhs-distribution-1 .content p {
  text-align: center;
}
.vhs-distribution-1 .img {
  margin-top: 3.5rem;
}
.vhs-distribution-2 {
  background-image: url(../img/distribution/bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.92857rem 0 5.35714rem 0;
}
.vhs-distribution-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.vhs-distribution-2 .item img {
  max-height: 230px;
  width: auto;
}
.vhs-distribution-2 .owl-prev {
  right: 100%;
}
.vhs-distribution-2 .owl-next {
  left: 100%;
}
.vhs-distribution-2 .owl-next,
.vhs-distribution-2 .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vhs-distribution-2 .owl-next span,
.vhs-distribution-2 .owl-prev span {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .vhs-distribution-2 .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .vhs-distribution-2 .owl-next,
  .vhs-distribution-2 .owl-prev {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 7px;
    margin-right: 7px;
    background: #fff !important;
    width: 30px;
    height: 30px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vhs-distribution-2 .owl-next span,
  .vhs-distribution-2 .owl-prev span {
    font-size: 20px;
    color: #0d1d42;
  }
  .vhs-distribution-2 .owl-prev {
    right: auto;
    left: 0;
  }
  .vhs-distribution-2 .owl-next {
    left: auto;
    right: 0;
  }
}
.vhs-gallery-1 {
  padding: 4.28571rem 0;
}
@media (max-width: 991.98px) {
  .vhs-gallery-1 .main-title {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-bottom: 0.25rem;
    z-index: 98;
    background: #fff;
  }
  .vhs-gallery-1 .main-title:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    font-family: "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "";
  }
}
.vhs-gallery-1 .gallery-wrap {
  position: relative;
}
.vhs-gallery-1 .slide-nav .item img {
  position: relative;
  z-index: -1;
}
.vhs-gallery-1 .slide-nav .item.active {
  -webkit-box-shadow: 0 0 0 2px #d33630 inset;
  box-shadow: 0 0 0 2px #d33630 inset;
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
  display: block !important;
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot {
  margin: 5px 0.5rem;
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0d1d42;
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot.active span {
  background: #801620;
  position: relative;
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot.active span:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(128, 22, 32, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot:active,
.vhs-gallery-1 .slide-nav .owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}
.vhs-gallery-1 .slide-for {
  margin-bottom: 1.42857rem;
}
.vhs-gallery-1 .slide-for .item figure {
  position: relative;
}
.vhs-gallery-1 .slide-for .item figure figcaption {
  padding: 1rem 0.75rem;
  background: rgba(13, 29, 66, 0.8);
}
.vhs-gallery-1 .slide-for .item figure figcaption p {
  font-size: 0.92857rem;
  color: #fff;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vhs-gallery-1 .slide-for .item figure figcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.57143rem 2.57143rem;
  }
  .vhs-gallery-1 .slide-for .item figure figcaption p {
    font-size: 1.07143rem;
  }
}
.vhs-gallery-1 .gallery-side-menu {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  padding: 2.28571rem 3rem;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li {
  position: relative;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li + li {
  margin-top: 1.14286rem;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li a {
  color: #333;
  text-decoration: none;
  font-size: 1.07143rem;
  position: relative;
  z-index: 20;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li a:hover {
  color: #d33630;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.has-child {
  position: relative;
  cursor: pointer;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.has-child:before {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  font-size: 0.71429rem;
  top: 6px;
  left: -2rem;
  opacity: 0;
  color: #d33630;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.has-child:after {
  content: "";
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li:hover > a {
  font-weight: 500;
  color: #d33630;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li:hover:before {
  left: -1rem;
  opacity: 1;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li .level-2 {
  padding-left: 1.78571rem;
  display: none;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li .level-2 li {
  font-size: 1.07143rem;
  margin-top: 1.14286rem;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li .level-2 li a {
  font-size: 1.07143rem;
  color: #828282;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li .level-2 li.active > a,
.vhs-gallery-1 .gallery-side-menu .level-1 > li .level-2 li:hover > a {
  color: #d33630;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.active > a {
  font-weight: 500;
  color: #d33630;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.active:before {
  left: -1rem;
  opacity: 1;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.active:after {
  content: none;
}
.vhs-gallery-1 .gallery-side-menu .level-1 > li.active .level-2 {
  display: block;
}
@media (max-width: 991.98px) {
  .vhs-gallery-1 .gallery-side-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 300px;
    z-index: 100;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
  }
  .vhs-gallery-1 .gallery-side-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.vhs-news-1 {
  padding: 3.21429rem 0;
}
@media (min-width: 992px) {
  .vhs-news-1 {
    padding: 4.28571rem 0;
  }
}
.vhs-news-1 .hot-news {
  margin-bottom: 2.14286rem;
}
.vhs-news-1 .hot-news .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 170px;
}
@media (min-width: 480px) {
  .vhs-news-1 .hot-news .img img {
    max-height: 250px;
  }
}
@media (min-width: 576px) {
  .vhs-news-1 .hot-news .img img {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .vhs-news-1 .hot-news .img img {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .vhs-news-1 .hot-news .img img {
    max-height: 100%;
  }
}
.vhs-news-1 .hot-news .text {
  height: 100%;
  background: #0d1d42;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .vhs-news-1 .hot-news .text {
    padding: 4rem 3rem;
  }
}
.vhs-news-1 .hot-news .text h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.28571rem;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vhs-news-1 .hot-news .text h4 {
    text-transform: uppercase;
  }
}
.vhs-news-1 .hot-news .text time {
  color: #fff;
  font-size: 0.85714rem;
  font-weight: 300;
}
.vhs-news-1 .hot-news .text p {
  color: #fff;
  margin-top: 1rem;
  font-size: 0.92857rem;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .vhs-news-1 .hot-news .text p {
    margin-top: 2rem;
    font-size: 1rem;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1200px) {
  .vhs-news-1 .hot-news .text p {
    font-size: 1.07143rem;
  }
}
.vhs-news-1 .item {
  text-decoration: none;
  color: #fff;
}
.vhs-news-1 .item figure figcaption {
  padding: 1rem;
  background: rgba(13, 29, 66, 0.8);
}
.vhs-news-1 .item figure figcaption h4 {
  font-size: 1.14286rem;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.vhs-news-1 .item figure figcaption p {
  display: none;
}
@media (min-width: 992px) {
  .vhs-news-1 .item figure {
    position: relative;
  }
  .vhs-news-1 .item figure figcaption {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 2rem;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .vhs-news-1 .item figure figcaption h4 {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .vhs-news-1 .item figure figcaption p {
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .vhs-news-1 .item figure figcaption .btn-red {
    margin-top: 2rem;
  }
  .vhs-news-1 .item figure:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(13, 29, 66, 0.8);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .vhs-news-1 .item:hover figure figcaption {
    opacity: 1;
  }
  .vhs-news-1 .item:hover figure:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (min-width: 1200px) {
  .vhs-news-1 .item figure figcaption {
    padding: 4rem 2.28571rem;
  }
  .vhs-news-1 .item figure figcaption h4 {
    font-size: 1.28571rem;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .vhs-news-1 .item figure figcaption p {
    font-size: 1.07143rem;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .vhs-news-1 .item figure figcaption .btn-red {
    margin-top: 3rem;
  }
}
.vhs-news-1 .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .vhs-news-1 .owl-carousel .owl-dots {
    margin-top: 1.75rem;
  }
}
@media (min-width: 992px) {
  .vhs-news-1 .owl-carousel .owl-dots {
    margin-top: 2.25rem;
  }
}
.vhs-news-1 .owl-carousel .owl-dots .owl-dot {
  margin: 5px 0.5rem;
}
.vhs-news-1 .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0d1d42;
}
.vhs-news-1 .owl-carousel .owl-dots .owl-dot.active span {
  background: #801620;
  position: relative;
}
.vhs-news-1 .owl-carousel .owl-dots .owl-dot.active span:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(128, 22, 32, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vhs-news-1 .owl-carousel .owl-dots .owl-dot:active,
.vhs-news-1 .owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}
.vhs-news-detail-1 {
  padding: 3.21429rem 0;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 {
    padding: 4.28571rem 0;
  }
}
.vhs-news-detail-1 .content h2 {
  font-size: 1.57143rem;
  color: #0d1d42;
  font-weight: 600;
  margin-bottom: 0.85rem;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .content h2 {
    margin-bottom: 1.3rem;
    font-size: 2.14286rem;
  }
}
.vhs-news-detail-1 .content time {
  font-size: 0.92857rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
  color: #666;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .content time {
    font-size: 1.14286rem;
    margin-bottom: 1.75rem;
  }
}
.vhs-news-detail-1 .content p {
  font-size: 0.92857rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #333;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .content p {
    font-size: 1.14286rem;
    margin-bottom: 1.75rem;
  }
}
.vhs-news-detail-1 .content img {
  margin-bottom: 3rem;
  max-width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.vhs-news-detail-1 .other-news {
  padding-top: 0.3rem;
}
.vhs-news-detail-1 .other-news h3 {
  font-size: 1.28571rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #0d1d42;
  margin-bottom: 0.85rem;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .other-news h3 {
    margin-bottom: 1.3rem;
    font-size: 1.71429rem;
  }
}
.vhs-news-detail-1 .other-news .item {
  color: #666;
  text-decoration: none;
}
.vhs-news-detail-1 .other-news .item figure {
  padding: 1.42857rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #8f8f8f;
}
.vhs-news-detail-1 .other-news .item figure .img {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
@media (min-width: 576px) {
  .vhs-news-detail-1 .other-news .item figure .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .other-news .item figure .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.vhs-news-detail-1 .other-news .item figure figcaption time {
  font-weight: 300;
  font-size: 0.85714rem;
  display: block;
  margin-bottom: 1rem;
}
.vhs-news-detail-1 .other-news .item figure figcaption h4 {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vhs-news-detail-1 .other-news .item figure figcaption h4 {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1200px) {
  .vhs-news-detail-1 .other-news .item figure figcaption h4 {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
.vhs-brand-1 {
  background-image: url(../img/brand/bg_1.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
.vhs-brand-1 .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .vhs-brand-1 .item {
    text-align: left;
  }
  .vhs-brand-1 .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.vhs-brand-1 .item h2 {
  font-size: 30px;
  color: #be1e2d;
  margin-bottom: 20px;
}
.vhs-brand-1 .item p {
  font-size: 16px;
  color: #333;
}
.vhs-brand-1 .item .btn-viewmore {
  margin-top: 28px;
  background: #be1e2d;
  color: #fff;
  font-size: 14px;
  height: 30px;
  width: 100px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  margin: 18px auto 0 auto;
}
@media (min-width: 992px) {
  .vhs-brand-1 .item .btn-viewmore {
    margin: 18px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .vhs-brand-1 #fullpage .section {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .vhs-brand-1 #fullpage .section:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .vhs-brand-1 #fullpage .section:nth-child(even) .item .col-lg-7 {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(150px, 150px);
    -ms-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .vhs-brand-1 #fullpage .section:nth-child(even) .item .col-lg-5 h2 {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(-150px, 150px);
    -ms-transform: translate(-150px, 150px);
    transform: translate(-150px, 150px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
  }
  .vhs-brand-1 #fullpage .section:nth-child(even) .item .col-lg-5 p {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(-150px, 150px);
    -ms-transform: translate(-150px, 150px);
    transform: translate(-150px, 150px);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 0;
  }
  .vhs-brand-1 #fullpage .section:nth-child(even) .item .col-lg-5 a {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(-150px, 150px);
    -ms-transform: translate(-150px, 150px);
    transform: translate(-150px, 150px);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .vhs-brand-1 #fullpage .section:nth-child(odd) .item .col-lg-7 {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(-150px, 150px);
    -ms-transform: translate(-150px, 150px);
    transform: translate(-150px, 150px);
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .vhs-brand-1 #fullpage .section:nth-child(odd) .item .col-lg-5 h2 {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(150px, 150px);
    -ms-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
  }
  .vhs-brand-1 #fullpage .section:nth-child(odd) .item .col-lg-5 p {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(150px, 150px);
    -ms-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 0;
  }
  .vhs-brand-1 #fullpage .section:nth-child(odd) .item .col-lg-5 a {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.5, 0.5, 0.8);
    -webkit-transform: translate(150px, 150px);
    -ms-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .vhs-brand-1 #fullpage .section.active:nth-child(even) .col-lg-7,
  .vhs-brand-1 #fullpage .section.active:nth-child(odd) .col-lg-7 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .vhs-brand-1 #fullpage .section.active:nth-child(even) .col-lg-5 h2,
  .vhs-brand-1 #fullpage .section.active:nth-child(odd) .col-lg-5 h2 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  .vhs-brand-1 #fullpage .section.active:nth-child(even) .col-lg-5 p,
  .vhs-brand-1 #fullpage .section.active:nth-child(odd) .col-lg-5 p {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  .vhs-brand-1 #fullpage .section.active:nth-child(even) .col-lg-5 a,
  .vhs-brand-1 #fullpage .section.active:nth-child(odd) .col-lg-5 a {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
.vhs-brand-1 #fullpage .section:not(:last-child) .fp-tableCell {
  padding-bottom: 120px;
}
.vhs-brand-1 #fullpage .section:last-child .fp-tableCell {
  padding-bottom: 222px;
}
.vhs-brand-1 #fullpage .section .fp-scroller {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 122px;
}
.vhs-brand-2 {
  background: #83111a;
  padding-top: 5.71429rem;
  padding-bottom: 3.21429rem;
}
.vhs-brand-2 .brand-detail {
  text-align: center;
}
.vhs-brand-2 .brand-detail .item figure figcaption h4 {
  font-size: 1.57143rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .vhs-brand-2 .brand-detail .item figure figcaption h4 {
    font-size: 2.14286rem;
  }
}
.vhs-brand-2 .brand-detail .item figure figcaption p {
  font-size: 1.07143rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .vhs-brand-2 .brand-detail .item figure figcaption p {
    font-size: 1.28571rem;
  }
}
.vhs-brand-2 .brand-detail .item figure figcaption .btn-viewmore {
  font-size: 1.28571rem;
  color: #fff;
  position: relative;
}
.vhs-brand-2 .brand-detail .item figure figcaption .btn-viewmore:before {
  content: "";
  width: 18px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/viewmore_left.png) no-repeat;
  background-size: cover;
  right: 100%;
}
.vhs-brand-2 .brand-detail .item figure figcaption .btn-viewmore:after {
  content: "";
  width: 18px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/viewmore_right.png) no-repeat;
  background-size: cover;
  left: 100%;
}
.vhs-brand-2 .brand-nav .owl-carousel {
  padding: 0 42px;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 34px;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-stage-outer {
  padding: 40px 0;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-stage-outer .owl-item .item {
  text-decoration: none;
}
.vhs-brand-2 .brand-nav .owl-carousel .owl-stage-outer .owl-item .item figure {
  position: relative;
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .item
  figure:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .item
  figure
  .img-box {
  background: rgba(168, 89, 95, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .item
  figure
  figcaption {
  padding-top: 1.57143rem;
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .item
  figure
  figcaption
  h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 1.07143rem;
  text-align: center;
}
@media (min-width: 992px) {
  .vhs-brand-2
    .brand-nav
    .owl-carousel
    .owl-stage-outer
    .owl-item
    .item
    figure
    figcaption
    h4 {
    font-size: 1.21429rem;
  }
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item.center
  .item
  figure
  .img-box {
  background: rgba(168, 89, 95, 0);
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item.center
  .item
  figure
  figcaption
  h4 {
  color: #fff;
  font-weight: 600;
}
.vhs-brand-2
  .brand-nav
  .owl-carousel
  .owl-stage-outer
  .owl-item.center
  .item
  figure:before {
  opacity: 1;
  top: -2rem;
}
.vhs-testimonial-1 {
  padding: 5rem 0;
}
.vhs-testimonial-1 .owl-carousel .owl-nav button {
  position: absolute;
  top: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #0d1d42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vhs-testimonial-1 .owl-carousel .owl-nav button span {
  color: #0d1d42;
}
.vhs-testimonial-1 .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.vhs-testimonial-1 .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
@media (min-width: 576px) {
  .vhs-testimonial-1 .owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 180px);
  }
  .vhs-testimonial-1 .owl-carousel .owl-nav button.owl-next {
    right: calc(50% - 180px);
  }
}
@media (min-width: 992px) {
  .vhs-testimonial-1 .owl-carousel .owl-nav button {
    top: 165px;
  }
  .vhs-testimonial-1 .owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 225px);
  }
  .vhs-testimonial-1 .owl-carousel .owl-nav button.owl-next {
    right: calc(50% - 225px);
  }
}
.vhs-testimonial-1 .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  z-index: 40;
  position: relative;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item:after,
.vhs-testimonial-1 .owl-carousel .owl-item .item:before {
  z-index: 50;
}
@media (min-width: 768px) {
  .vhs-testimonial-1 .owl-carousel .owl-item .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure .img-box {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  width: 17.14286rem;
  height: 17.14286rem;
}
@media (min-width: 992px) {
  .vhs-testimonial-1 .owl-carousel .owl-item .item figure .img-box {
    width: 23.57143rem;
    height: 23.57143rem;
  }
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure .img-box img {
  width: 100%;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure figcaption {
  text-align: center;
  padding-top: 2rem;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure figcaption p {
  margin-bottom: 3rem;
  position: relative;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure figcaption p:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 3rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px dashed #333;
}
.vhs-testimonial-1 .owl-carousel .owl-item .item figure figcaption h4 {
  font-weight: 600;
  font-size: 1.28571rem;
  color: #801620;
}
.vhs-testimonial-1 .owl-carousel .owl-item.active {
  z-index: 45;
  position: relative;
}
.vhs-testimonial-1 .owl-carousel .owl-item.active .item {
  z-index: 55;
  position: relative;
}
@media (min-width: 768px) {
  .vhs-testimonial-1 .owl-carousel .owl-item.active .item {
    opacity: 0.5;
  }
}
.vhs-testimonial-1 .owl-carousel .owl-item.center {
  z-index: 60;
  position: relative;
}
@media (min-width: 768px) {
  .vhs-testimonial-1 .owl-carousel .owl-item.center .item {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.vhs-testimonial-1 .owl-carousel .owl-item.center:after,
.vhs-testimonial-1 .owl-carousel .owl-item.center:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.vhs-testimonial-1 .owl-carousel .owl-item.center:before {
  right: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(white),
    to(rgba(255, 255, 255, 0.25))
  );
  background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0.25));
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0.25));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.25));
}
.vhs-testimonial-1 .owl-carousel .owl-item.center:after {
  left: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0.25))
  );
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0.25));
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.25));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.25));
}
.chocopie-1 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .chocopie-1 {
    padding-top: 5.35714rem;
    padding-bottom: 5.35714rem;
  }
}
.chocopie-1 .chocopie-title {
  text-align: center;
  color: #0d1d42;
  font-weight: 500;
  margin-bottom: 1.42857rem;
  font-family: Cabin, sans-serif;
  font-size: 2.28571rem;
}
@media (min-width: 768px) {
  .chocopie-1 .chocopie-title {
    font-size: 2.85714rem;
  }
}
@media (min-width: 992px) {
  .chocopie-1 .chocopie-title {
    font-size: 3.42857rem;
  }
}
.chocopie-1 .description {
  text-align: center;
  margin-bottom: 2.14286rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .chocopie-1 .description {
    font-size: 1.14286rem;
    margin-bottom: 4.28571rem;
  }
}
@media (min-width: 992px) {
  .chocopie-1 .description {
    font-size: 1.28571rem;
    margin-bottom: 6.42857rem;
  }
}
.chocopie-1 .image {
  text-align: center;
}
.chocopie-section {
  padding: 2.5rem 0 6.42857rem;
}
@media (min-width: 992px) {
  .chocopie-section {
    padding: 5.35714rem 0 13.92857rem 0;
  }
}
.chocopie-section img {
  width: 100%;
}
.chocopie-section .block1 {
  position: relative;
}
.chocopie-section .block1 .block1__image {
  display: none;
}
@media (min-width: 992px) {
  .chocopie-section .block1 .block1__image {
    display: block;
    position: absolute;
    right: 100%;
    bottom: -12%;
    width: calc(100% / 8 * 4.5);
    z-index: 10;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.chocopie-section .block1 .block1__thumbnail {
  display: none;
}
@media (min-width: 992px) {
  .chocopie-section .block1 .block1__thumbnail {
    display: block;
    position: absolute;
    right: 0;
    bottom: -12%;
    width: calc(100% / 8 * 3);
    z-index: 10;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.chocopie-section .block1 .block1__box {
  padding: 1.5rem;
}
.chocopie-section .block1 .block1__box .block1__box__inlineimage {
  text-align: center;
}
.chocopie-section .block1 .block1__box .block1__box__inlineimage img {
  max-width: 350px;
}
.chocopie-section .block1 .block1__box p {
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.71429rem;
}
@media (min-width: 576px) {
  .chocopie-section .block1 .block1__box p {
    margin-bottom: 2.57143rem;
  }
}
@media (min-width: 992px) {
  .chocopie-section .block1 .block1__box p {
    margin-bottom: 3.42857rem;
  }
}
.chocopie-section .block1 .block1__box ul {
  list-style-type: none;
}
.chocopie-section .block1 .block1__box ul li {
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.75rem;
}
.chocopie-section .block1 .block1__box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .chocopie-section .block1 .block1__box p {
    font-size: 1.14286rem;
  }
  .chocopie-section .block1 .block1__box ul li {
    font-size: 1.14286rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .chocopie-section .block1 .block1__box ul li {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .chocopie-section .block1 .block1__box {
    padding: 2.5rem 3.57143rem 4.64286rem 5.71429rem;
  }
  .chocopie-section .block1 .block1__box p {
    font-size: 1.28571rem;
  }
  .chocopie-section .block1 .block1__box .block1__box__inlineimage {
    display: none;
  }
  .chocopie-section .block1 .block1__box ul {
    padding-left: 5rem;
  }
  .chocopie-section .block1 .block1__box ul li {
    font-size: 1.28571rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .chocopie-section .block1 .block1__box {
    padding: 5.35714rem 5.71429rem 10rem 11.42857rem;
  }
}
.chocopie-section .block1 .block1__title h2 {
  text-align: center;
  font-size: 2.28571rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .chocopie-section .block1 .block1__title h2 {
    font-size: 2.85714rem;
  }
}
@media (min-width: 992px) {
  .chocopie-section .block1 .block1__title h2 {
    font-size: 3.42857rem;
    text-align: right;
    margin-bottom: 0;
  }
}
.chocopie-section.reverse .block1 .block1__title h2 {
  color: #fffbf0;
}
@media (min-width: 992px) {
  .chocopie-section.reverse .block1 .block1__title h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .chocopie-section.reverse .block1 .block1__image {
    width: calc(100% / 8 * 4.5);
    bottom: -12%;
    z-index: 10;
    right: 0;
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%);
  }
}
@media (min-width: 992px) {
  .chocopie-section.reverse .block1 .block1__thumbnail {
    bottom: -12%;
    right: 100%;
    width: calc(100% / 8 * 3);
    z-index: 10;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.chocopie-section.reverse .block1 .block1__box p {
  color: #fff;
}
.chocopie-section.reverse .block1 .block1__box ul li {
  color: #fff;
}
.chocopie-section.reverse .block1 .block1__box ul li:before {
  background: #fff;
}
@media (min-width: 992px) {
  .chocopie-section.reverse .block1 .block1__box {
    padding: 2.5rem 5.71429rem 4.64286rem 2.5rem;
  }
  .chocopie-section.reverse .block1 .block1__box ul {
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .chocopie-section.reverse .block1 .block1__box {
    padding: 5.35714rem 11.42857rem 10rem 5.71429rem;
  }
}
.chocopie-section.cho-2 .block1 .block1__box {
  background: #fffbf0;
}
.chocopie-section.cho-2 .block1 .block1__title h2 {
  color: #fffbf0;
}

.chocopie-section.cho-3 .block1 .block1__box {
  background: #b1cf73;
}
.chocopie-section.cho-3 .block1 .block1__title h2 {
  color: #b1cf73;
}
.chocopie-section.cho-4 .block1 .block1__box {
  background: #fffbf0;
}
.chocopie-section.cho-4 .block1 .block1__title h2 {
  color: #fffbf0;
}
.chocopie-section.cho-5 {
  position: relative;
}
.chocopie-section.cho-5 .block1 .block1__box {
  background: #cb8f5f;
}
.chocopie-section.cho-5 .block1 .block1__title h2 {
  color: #cb8f5f;
}
.chocopie-section .leaf {
  display: none;
}
@media (min-width: 768px) {
  .chocopie-section .leaf {
    display: block;
  }
}
.chocopie-section .leaf .leaf-top {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  width: 120px;
}
@media (min-width: 992px) {
  .chocopie-section .leaf .leaf-top {
    width: 250px;
    height: 380px;
  }
}
.chocopie-section .leaf .leaf-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  width: 120px;
}
@media (min-width: 992px) {
  .chocopie-section .leaf .leaf-bottom {
    width: 250px;
    height: 380px;
  }
}
.instantnoodle-1 {
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
}
@media (min-width: 992px) {
  .instantnoodle-1 {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem;
  }
}
.instantnoodle-1 .content h2 {
  font-family: Cabin, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #666;
  font-size: 2.28571rem;
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .instantnoodle-1 .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .instantnoodle-1 .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 42px;
  }
}
.instantnoodle-1 .content p {
  text-align: center;
  color: #333;
  font-size: 0.92857rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .instantnoodle-1 .content p {
    font-size: 1.10714rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .instantnoodle-1 .content p {
    font-size: 1.28571rem;
    margin-bottom: 3rem;
  }
}
.instantnoodle-1 figure {
  margin-bottom: 0;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .instantnoodle-1 figure {
    margin-top: 3rem;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 992px) {
  .instantnoodle-1 figure {
    margin-top: 4.5rem;
  }
}
.instantnoodle-1 figure img {
  max-width: 100%;
}
.instantnoodle {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .instantnoodle {
    overflow: initial;
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .instantnoodle {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.instantnoodle .figure {
  width: 100%;
  position: relative;
}
.instantnoodle .figure img {
  z-index: 10;
  max-width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .instantnoodle .figure img {
    max-width: 100%;
    width: 100%;
  }
}
.instantnoodle .figure:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 9;
}
@media (min-width: 992px) {
  .instantnoodle .figure:after {
    width: 125%;
    height: 125%;
  }
}
.instantnoodle .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.instantnoodle .content h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  font-size: 2.28571rem;
  font-family: Cabin, sans-serif;
}
@media (min-width: 576px) {
  .instantnoodle .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .instantnoodle .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 32px;
  }
}
.instantnoodle .content li,
.instantnoodle .content p,
.instantnoodle .content ul {
  font-size: 0.92857rem;
  color: #fff;
}
@media (min-width: 576px) {
  .instantnoodle .content li,
  .instantnoodle .content p,
  .instantnoodle .content ul {
    font-size: 1.10714rem;
  }
}
@media (min-width: 992px) {
  .instantnoodle .content li,
  .instantnoodle .content p,
  .instantnoodle .content ul {
    font-size: 1.28571rem;
    line-height: 1.6;
  }
}
.instantnoodle .content p,
.instantnoodle .content ul {
  margin-bottom: 20px;
}
.instantnoodle .content ul {
  list-style-type: none;
}
.instantnoodle .content ul li {
  position: relative;
  padding-left: 1.75rem;
}
.instantnoodle .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  left: 0;
}
@media (min-width: 992px) {
  .instantnoodle.reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .instantnoodle.in-2 {
    position: relative;
  }
  .instantnoodle.in-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #bb532e;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .instantnoodle.in-3 {
    position: relative;
  }
  .instantnoodle.in-3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #e6ad1d;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .instantnoodle.in-4 {
    position: relative;
  }
  .instantnoodle.in-4:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #d95c23;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .instantnoodle.in-5 {
    position: relative;
  }
  .instantnoodle.in-5:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #83111a;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .instantnoodle.in-6 {
    position: relative;
  }
  .instantnoodle.in-6:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #458c28;
    z-index: 10;
  }
}
.noodle {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .noodle {
    overflow: initial;
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .noodle {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.noodle .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.noodle .content h2 {
  font-family: Cabin, sans-serif;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 2.28571rem;
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .noodle .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .noodle .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 42px;
  }
}
.noodle .content li,
.noodle .content p,
.noodle .content ul {
  font-size: 0.92857rem;
  color: #333;
}
@media (min-width: 576px) {
  .noodle .content li,
  .noodle .content p,
  .noodle .content ul {
    font-size: 1.10714rem;
  }
}
@media (min-width: 992px) {
  .noodle .content li,
  .noodle .content p,
  .noodle .content ul {
    font-size: 1.28571rem;
  }
}
.noodle .content p,
.noodle .content ul {
  margin-bottom: 20px;
}
.noodle .content ul {
  list-style-type: none;
}
.noodle .content ul li {
  position: relative;
  padding-left: 1.75rem;
}
.noodle .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  left: 0;
}
@media (min-width: 992px) {
  .noodle.reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .noodle.noo-1 {
    position: relative;
  }
  .noodle.noo-1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../img/noodle/angle_1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
}
.nut {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nut {
    overflow: initial;
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .nut {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nut .figure {
  width: 100%;
  position: relative;
}
.nut .figure img {
  z-index: 10;
  max-width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .nut .figure img {
    max-width: 100%;
    width: 100%;
  }
}
.nut .figure:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 9;
}
@media (min-width: 992px) {
  .nut .figure:after {
    width: 125%;
    height: 125%;
  }
}
.nut .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.nut .content h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  font-size: 2.28571rem;
}
@media (min-width: 576px) {
  .nut .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .nut .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 32px;
  }
}
.nut .content li,
.nut .content p,
.nut .content ul {
  font-size: 0.92857rem;
  color: #fff;
}
@media (min-width: 576px) {
  .nut .content li,
  .nut .content p,
  .nut .content ul {
    font-size: 1.10714rem;
  }
}
@media (min-width: 992px) {
  .nut .content li,
  .nut .content p,
  .nut .content ul {
    font-size: 1.28571rem;
  }
}
.nut .content p,
.nut .content ul {
  margin-bottom: 20px;
}
.nut .content ul {
  list-style-type: none;
}
.nut .content ul li {
  position: relative;
  padding-left: 1.75rem;
}
.nut .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  left: 0;
}
@media (min-width: 992px) {
  .nut.reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .nut.nut-1 {
    position: relative;
  }
  .nut.nut-1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #1d888e;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .nut.nut-2 {
    position: relative;
  }
  .nut.nut-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #6d0c42;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .nut.nut-3 {
    position: relative;
  }
  .nut.nut-3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #144f7e;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .nut.nut-4 {
    position: relative;
  }
  .nut.nut-4:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 15px solid #77a216;
    z-index: 10;
  }
}
.juice-2,
.juice-3,
.juice-4,
.juice-5,
.juice-6 {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .juice-2,
  .juice-3,
  .juice-4,
  .juice-5,
  .juice-6 {
    overflow: initial;
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .juice-2,
  .juice-3,
  .juice-4,
  .juice-5,
  .juice-6 {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.juice-2 .content,
.juice-3 .content,
.juice-4 .content,
.juice-5 .content,
.juice-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.juice-2 .content h2,
.juice-3 .content h2,
.juice-4 .content h2,
.juice-5 .content h2,
.juice-6 .content h2 {
  font-family: Cabin, sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-size: 2.28571rem;
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .juice-2 .content h2,
  .juice-3 .content h2,
  .juice-4 .content h2,
  .juice-5 .content h2,
  .juice-6 .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .juice-2 .content h2,
  .juice-3 .content h2,
  .juice-4 .content h2,
  .juice-5 .content h2,
  .juice-6 .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 42px;
    white-space: nowrap;
  }
}
.juice-2 .content li,
.juice-2 .content p,
.juice-2 .content ul,
.juice-3 .content li,
.juice-3 .content p,
.juice-3 .content ul,
.juice-4 .content li,
.juice-4 .content p,
.juice-4 .content ul,
.juice-5 .content li,
.juice-5 .content p,
.juice-5 .content ul,
.juice-6 .content li,
.juice-6 .content p,
.juice-6 .content ul {
  font-size: 0.92857rem;
  color: #fff;
}
@media (min-width: 576px) {
  .juice-2 .content li,
  .juice-2 .content p,
  .juice-2 .content ul,
  .juice-3 .content li,
  .juice-3 .content p,
  .juice-3 .content ul,
  .juice-4 .content li,
  .juice-4 .content p,
  .juice-4 .content ul,
  .juice-5 .content li,
  .juice-5 .content p,
  .juice-5 .content ul,
  .juice-6 .content li,
  .juice-6 .content p,
  .juice-6 .content ul {
    font-size: 1.10714rem;
  }
}
@media (min-width: 992px) {
  .juice-2 .content li,
  .juice-2 .content p,
  .juice-2 .content ul,
  .juice-3 .content li,
  .juice-3 .content p,
  .juice-3 .content ul,
  .juice-4 .content li,
  .juice-4 .content p,
  .juice-4 .content ul,
  .juice-5 .content li,
  .juice-5 .content p,
  .juice-5 .content ul,
  .juice-6 .content li,
  .juice-6 .content p,
  .juice-6 .content ul {
    font-size: 1.28571rem;
    line-height: 1.6;
  }
}
.juice-2 .content p,
.juice-2 .content ul,
.juice-3 .content p,
.juice-3 .content ul,
.juice-4 .content p,
.juice-4 .content ul,
.juice-5 .content p,
.juice-5 .content ul,
.juice-6 .content p,
.juice-6 .content ul {
  margin-bottom: 20px;
}
.juice-2 .content ul,
.juice-3 .content ul,
.juice-4 .content ul,
.juice-5 .content ul,
.juice-6 .content ul {
  list-style-type: none;
}
.juice-2 .content ul li,
.juice-3 .content ul li,
.juice-4 .content ul li,
.juice-5 .content ul li,
.juice-6 .content ul li {
  position: relative;
  padding-left: 1.75rem;
}
.juice-2 .content ul li:before,
.juice-3 .content ul li:before,
.juice-4 .content ul li:before,
.juice-5 .content ul li:before,
.juice-6 .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  left: 0;
}
@media (min-width: 992px) {
  .juice-2 .content,
  .juice-4 .content,
  .juice-6 .content {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .juice-3 .content,
  .juice-5 .content {
    padding-right: 70px;
  }
}
.vhs-contact-1 {
  padding: 2.85714rem 0;
}
.vhs-contact-1 .main-title {
  text-transform: initial;
  margin-bottom: 2rem;
}
.vhs-contact-1 .description {
  font-size: 0.92857rem;
  color: #333;
  text-align: center;
  margin-bottom: 2rem;
}
.vhs-contact-1 .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  background: #f2f2f2;
  padding: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vhs-contact-1 .textbox .img {
  width: 60px;
}
.vhs-contact-1 .textbox .content {
  margin-left: 1.25rem;
}
.vhs-contact-1 .textbox .content .title {
  font-weight: 600;
  color: #0d1d42;
  font-size: 1.28571rem;
  margin-bottom: 1rem;
}
.vhs-contact-1 .textbox .content p {
  font-size: 0.85714rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .vhs-contact-1 .description {
    font-size: 1.14286rem;
  }
  .vhs-contact-1 .textbox .img {
    width: 90px;
  }
  .vhs-contact-1 .textbox .content .title {
    font-size: 1.57143rem;
  }
  .vhs-contact-1 .textbox .content p {
    font-size: 1.07143rem;
  }
}
@media (min-width: 768px) {
  .vhs-contact-1 .description {
    margin-bottom: 5rem;
  }
  .vhs-contact-1 .textbox {
    position: relative;
    padding-top: 3.92857rem;
    margin-bottom: 0;
  }
  .vhs-contact-1 .textbox .img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 90px;
  }
  .vhs-contact-1 .textbox .content {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .vhs-contact-1 .textbox .content .title {
    font-size: 1.42857rem;
  }
  .vhs-contact-1 .textbox .content p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .vhs-contact-1 .description {
    margin-bottom: 5.75rem;
  }
  .vhs-contact-1 .textbox {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    min-height: 18.57143rem;
  }
  .vhs-contact-1 .textbox .img {
    width: 120px;
    height: 120px;
  }
  .vhs-contact-1 .textbox .content .title {
    font-size: 1.57143rem;
  }
  .vhs-contact-1 .textbox .content p {
    font-size: 1.07143rem;
  }
}
.vhs-contact-1 .form {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .vhs-contact-1 .form {
    margin-top: 50px;
  }
}
.vhs-contact-1 .form .map-wrap iframe {
  width: 100%;
  min-height: 460px;
}
.vhs-contact-1 .form .wrap-form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .vhs-contact-1 .form .wrap-form {
    margin-top: 0;
  }
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group {
  margin-bottom: 15px;
  position: relative;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group label {
  display: none;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
  outline: 0;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group input:focus {
  -webkit-box-shadow: 0 0 0.2rem #f84611;
  box-shadow: 0 0 0.2rem #f84611;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: 150px;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
  outline: 0;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group textarea:focus {
  -webkit-box-shadow: 0 0 0.2rem #f84611;
  box-shadow: 0 0 0.2rem #f84611;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group span {
  position: absolute;
  right: 30px;
  top: 13px;
  color: red;
  font-size: 0;
}
.vhs-contact-1 .form .wrap-form .form-wrap .form-group span:before {
  font-size: 14px;
}
.vhs-contact-1 .form .wrap-form .frm-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 1.75rem;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .frm-captcha-input {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .frm-captcha-input input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
  outline: 0;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .frm-captcha-input input:focus {
  -webkit-box-shadow: 0 0 0.2rem #f84611;
  box-shadow: 0 0 0.2rem #f84611;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .frm-captcha-input label {
  display: none;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .RadCaptcha_Default {
  width: 110px !important;
}
.vhs-contact-1 .form .wrap-form .frm-captcha .RadCaptcha_Default span {
  position: absolute;
  left: 0;
}
.vhs-contact-1
  .form
  .wrap-form
  .frm-captcha
  .RadCaptcha_Default
  #ctl00_mainContent_ctl04_captcha_SpamProtectorPanel
  img {
  height: 40px !important;
}
.vhs-contact-1
  .form
  .wrap-form
  .frm-captcha
  .RadCaptcha_Default
  #ctl00_mainContent_ctl04_captcha_SpamProtectorPanel
  a {
  display: none !important;
}
.vhs-contact-1 .form .wrap-form .frm-btnwrap label {
  display: none;
}
.vhs-contact-1 .form .wrap-form .frm-btnwrap .frm-btn .btn {
  height: 40px;
  min-width: 110px;
  background: #0d1d42;
  border: 0;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.vhs-contact-1 .form .wrap-form .frm-btnwrap .frm-btn .btn.frm-btn-reset {
  display: none;
}
.ricepaper {
  background-image: -webkit-linear-gradient(90deg, #008140 0, #33b049 100%);
  background-image: -ms-linear-gradient(90deg, #008140 0, #33b049 100%);
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
}
@media (min-width: 992px) {
  .ricepaper {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem;
  }
}
.ricepaper .content h2 {
  font-family: Cabin, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 2.28571rem;
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .ricepaper .content h2 {
    font-size: 2.85714rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .ricepaper .content h2 {
    font-size: 3.42857rem;
    margin-bottom: 42px;
  }
}
.ricepaper .content p {
  text-align: center;
  color: #fff;
  font-size: 0.92857rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  .ricepaper .content p {
    font-size: 1.10714rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .ricepaper .content p {
    font-size: 1.28571rem;
    margin-bottom: 3rem;
  }
}
.ricepaper figure {
  margin-bottom: 0;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .ricepaper figure {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .ricepaper figure {
    margin-top: 3rem;
  }
}
.ricepaper figure img {
  max-width: 100%;
  display: block;
  margin: auto;
}
/*# sourceMappingURL=main.min.css.map */
