/**
 * Library
 */
/**
 * MIXINS
 */
.bg-gray {
  background: #4A4A4A; }

.text-white {
  color: #fff; }

.text-red {
  color: #E60013; }

.text-gray {
  color: #4A4A4A; }

.text-black {
  color: #000; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

h1 {
  font-size: 30px; }

img {
  max-width: 100%; }
  img.full {
    width: 100%; }

@font-face {
  font-family: 'knewaveregular';
  src: url("../fonts/knewave-webfont.woff2") format("woff2"), url("../fonts/knewave-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-regular';
  src: url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-semibold';
  src: url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-bold';
  src: url("../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.fn-prx-reg {
  font-family: 'proxima-regular'; }

.fn-prx-sb, #menu-horizontal li.active a .name, #menu-horizontal li:hover a .name, .product-content .content-header, .product-content .accordion .item .item-header, .food-box .image .code, #franchise-menu #franchise-menu-container .franchise-menu-item.active a .name, #franchise-menu #franchise-menu-container .franchise-menu-item:hover a .name {
  font-family: 'proxima-semibold'; }

.fn-prx-bold, header #top-menu li.active a, .btn-gray, .btn-more,
.bold,
#page-contact #map-address .item .title,
.btn-red,
#video-highlight #highlight-list-wrap ul li.item .video-thumb .video-title,
#video-related #video-related-list-wrap ul li.item .video-thumb .video-title,
b,
strong {
  font-family: 'proxima-bold'; }

body {
  font-family: 'proxima-regular';
  color: #4A4A4A;
  font-size: 16px;
  padding-top: 105px; }

header {
  background: #fff;
  padding: 10px 0px 20px 0px;
  -webkit-box-shadow: 0px 3px 5px 0px gainsboro;
  -moz-box-shadow: 0px 3px 5px 0px gainsboro;
  box-shadow: 0px 3px 5px 0px gainsboro;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all ease 0.5s; }
  header.non-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9B9B9B; }
  header #logo-wrap img {
    transition: all ease 0.5s; }
  header.active {
    padding: 10px 0px 10px 0px;
    -webkit-box-shadow: 0px 3px 5px 0px gainsboro;
    -moz-box-shadow: 0px 3px 5px 0px gainsboro;
    box-shadow: 0px 3px 5px 0px gainsboro;
    /*#logo-wrap {
        img {
            height: 50px;
        }
    }*/ }
  header #menu-wrapper {
    text-align: right; }
  header #top-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    header #top-menu li {
      display: inline-block;
      padding: 0 18px; }
      header #top-menu li a {
        color: #9B9B9B; }
      header #top-menu li.active a {
        color: #4A4A4A; }
  header .fa-stack .fa-circle {
    color: #4F4F4F; }
  header .fa-stack .fa-inverse {
    color: #fff; }

#icon-social-media li:hover .fa-inverse {
  color: #fff; }
#icon-social-media li:nth-child(1):hover .fa-circle {
  color: #3b5998; }
#icon-social-media li:nth-child(2):hover .fa-circle {
  background: linear-gradient(45deg, #fccc63 8%, #fbad50 17%, #e95950 26%, #bc2a8d 59%, #8a3ab9 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
#icon-social-media li:nth-child(3):hover .fa-circle {
  color: #00acee; }

.banner-full img {
  width: 100%; }

.slicknav_menu {
  display: none; }

#menu-horizontal {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  display: -ms-flexbox;
  text-align: center; }
  #menu-horizontal li {
    display: inline-block;
    margin: 20px;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
    #menu-horizontal li:last-child {
      margin-right: 0; }
    #menu-horizontal li a {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      font-size: 18px; }
      #menu-horizontal li a .ico {
        background: #B6B6B6;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-right: 10px;
        transition: all ease 0.5s; }
        #menu-horizontal li a .ico img {
          max-width: 20px;
          max-height: 20px; }
      #menu-horizontal li a .name {
        font-size: 16px;
        color: #4A4A4A;
        transition: all ease 0.5s; }
      #menu-horizontal li a.center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    #menu-horizontal li.active a, #menu-horizontal li:hover a {
      text-decoration: none; }
      #menu-horizontal li.active a .ico, #menu-horizontal li:hover a .ico {
        background: #005993; }
      #menu-horizontal li.active a .name, #menu-horizontal li:hover a .name {
        color: #005993; }

.bg-pattern {
  background: url("../images/bg-menu-pattern.jpg") no-repeat;
  background-size: cover; }

.product-content.bg-white {
  background: #fff; }
.product-content.round-border {
  border-radius: 10px;
  border: 1px solid #bbb; }
.product-content .content-header {
  font-size: 30px;
  padding: 30px 30px 10px 30px;
  border-bottom: 1px solid #ccc; }
.product-content .accordion .item {
  border-bottom: 1px solid #dedede; }
  .product-content .accordion .item .item-header {
    padding: 15px 30px;
    font-size: 18px;
    color: #9B9B9B;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .product-content .accordion .item .item-header:after {
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      right: 30px;
      font-size: 24px;
      top: 50%;
      margin-top: -12px; }
    .product-content .accordion .item .item-header.active {
      border-bottom: 3px solid #EAEAEA; }
      .product-content .accordion .item .item-header.active:after {
        content: "\f106"; }
  .product-content .accordion .item .item-body {
    padding: 30px 20px 30px 30px; }
  .product-content .accordion .item:last-child {
    border-bottom: none; }

.food-box {
  margin-bottom: 30px;
  color: #3E4548; }
  .food-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #D6D6D6;
    margin-bottom: 20px; }
    .food-box .image .code {
      position: absolute;
      bottom: 10px;
      left: 10px; }
      .food-box .image .code span {
        color: #fff;
        background: #005993;
        border-radius: 8px;
        padding: 5px 10px;
        display: inline-block; }
      .food-box .image .code.bottom {
        position: static;
        margin-top: 10px;
        bottom: 0; }
  .food-box .description {
    font-size: 20px; }
    .food-box .description .chinesse,
    .food-box .description .caption {
      font-size: 14px; }
  .food-box .badge-blue {
    background: #005993;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center; }
  .food-box.border {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px #e4e4e4;
    -moz-box-shadow: 1px 1px 3px 0px #e4e4e4;
    box-shadow: 1px 1px 3px 0px #e4e4e4;
    overflow: hidden;
    transition: all ease 0.5s; }
    .food-box.border:hover {
      box-shadow: 1px 1px 3px 0px #4A4A4A; }
    .food-box.border .image {
      border: none;
      border-radius: 0; }
    .food-box.border .description {
      padding: 0px 30px 30px 30px; }
      .food-box.border .description .label {
        font-size: 14px; }

.section-title {
  color: #7F7F7F;
  font-size: 60px;
  text-align: center;
  font-family: 'knewaveregular';
  margin-bottom: 30px; }

.btn-gray {
  background: url("../images/bg-button.png") no-repeat;
  background-size: cover;
  color: #E60013;
  padding: 8px 50px;
  border-radius: 20px;
  box-shadow: 2px 2px 8px 0px #c3c3c3;
  display: inline-block; }
  .btn-gray:hover {
    text-decoration: none;
    color: #E60013;
    opacity: 0.8; }

.btn-more {
  color: #E60013;
  border: 1px solid #E60013;
  padding: 8px 50px;
  border-radius: 20px;
  background: #fff;
  transition: all ease 0.3s; }
  .btn-more:hover {
    text-decoration: none;
    color: #fff;
    background: #E60013;
    cursor: pointer; }

footer {
  background: url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 15px 0; }
  footer .fa-circle {
    color: #fff; }
  footer .fa-inverse {
    color: #4F4F4F; }

#detailProduct .modal-content {
  border-radius: 10px;
  border: 1px solid #EAEAEA; }
  #detailProduct .modal-content .popup-product-modal {
    padding: 20px 15px; }
  #detailProduct .modal-content .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #E60013;
    z-index: 10;
    border-radius: 50%;
    color: #ffffff;
    opacity: 1;
    top: -15px;
    right: -15px;
    font-size: 25px; }
  #detailProduct .modal-content .image-popup-slider {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #D6D6D6;
    margin-bottom: 20px; }
    #detailProduct .modal-content .image-popup-slider img {
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #detailProduct .modal-content .image-popup-slider .code {
      position: absolute;
      bottom: 10px;
      left: 10px; }
      #detailProduct .modal-content .image-popup-slider .code span {
        color: #fff;
        background: #005993;
        border-radius: 8px;
        padding: 5px 10px;
        display: inline-block; }
  #detailProduct .modal-content .popup-description {
    font-size: 20px; }
    #detailProduct .modal-content .popup-description .chinese {
      font-size: 14px; }
    #detailProduct .modal-content .popup-description .caption {
      font-size: 14px; }

.default-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center; }

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.btn-more {
  color: #E60013;
  border: 1px solid #E60013;
  padding: 8px 50px;
  border-radius: 20px;
  background: #fff;
  transition: all ease 0.3s; }
  .btn-more:hover {
    text-decoration: none;
    color: #fff;
    background: #E60013; }

.food-box {
  margin-bottom: 30px;
  color: #3E4548; }
  .food-box a {
    color: unset;
    text-decoration: unset; }
  .food-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #D6D6D6;
    margin-bottom: 20px; }
    .food-box .image .code {
      position: absolute;
      bottom: 10px;
      left: 10px; }
      .food-box .image .code span {
        color: #fff;
        background: #005993;
        border-radius: 8px;
        padding: 5px 10px;
        display: inline-block; }
      .food-box .image .code.bottom {
        position: static;
        margin-top: 10px;
        bottom: 0; }
  .food-box .description {
    font-size: 20px; }
    .food-box .description .chinesse,
    .food-box .description .caption {
      font-size: 14px; }
  .food-box .badge-blue {
    background: #005993;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center; }
  .food-box.border {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px #e4e4e4;
    -moz-box-shadow: 1px 1px 3px 0px #e4e4e4;
    box-shadow: 1px 1px 3px 0px #e4e4e4;
    overflow: hidden;
    transition: all ease 0.5s; }
    .food-box.border:hover {
      box-shadow: 1px 1px 3px 0px #4A4A4A; }
    .food-box.border .image {
      border: none;
      border-radius: 0; }
      .food-box.border .image img {
        height: 240px;
        object-fit: cover;
        object-position: center; }
    .food-box.border .description {
      padding: 0px 30px 30px 30px; }
      .food-box.border .description .label {
        font-size: 14px; }

#menu-horizontal {
  justify-content: space-around; }
  #menu-horizontal .name {
    width: unset !important; }

#news-footer .item:first-child {
  text-align: right; }
#news-footer .item a {
  color: unset; }
#news-footer .border {
  border: 0 !important;
  position: relative; }
  #news-footer .border:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #E60013; }

.news-banner img {
  height: 300px;
  object-fit: cover; }

#home-img-popup-section .modal-content {
  background-color: transparent;
  border-color: transparent; }
#home-img-popup-section .fa-times {
  text-align: right;
  font-size: 35px;
  margin-left: 100%;
  margin-bottom: 10px;
  cursor: pointer; }

#home-slider-wrap {
  position: relative; }
  #home-slider-wrap #home-slider {
    list-style-type: none;
    padding-left: 0; }
    #home-slider-wrap #home-slider img {
      width: 100%; }
  #home-slider-wrap ul.lSPager.lSpg {
    position: absolute;
    bottom: 30px;
    width: 100%; }
  #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    line-height: 1.2;
    margin: 0 2px;
    transition: all .5s linear 0s; }
    #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li.active {
      border-color: #E60013; }
  #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s; }
  #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li.active a,
  #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #E60013; }
    #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li.active a:after,
    #home-slider-wrap .lSSlideOuter .lSPager.lSpg > li:hover a:after {
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid #E60013;
      position: absolute; }

#featured-menu {
  padding: 50px 0;
  background: url("../images/bg-featured-menu.png") no-repeat bottom center;
  background-size: cover; }
  #featured-menu .item {
    padding: 5px; }
    #featured-menu .item a {
      color: #4A4A4A; }
      #featured-menu .item a:hover {
        text-decoration: none; }

#home-about #image-home-about {
  margin-top: -30px; }
#home-about .content {
  line-height: 2; }

#about-banner {
  padding: 60px 0;
  color: #000;
  line-height: 2; }

#about-content {
  background: url("../images/bg-about-us.png") no-repeat bottom right;
  background-size: contain;
  padding: 140px 0;
  color: #000;
  line-height: 1.8; }
  #about-content .menu-list .item {
    padding: 6px; }
    #about-content .menu-list .item img {
      width: 100%; }

#page-contact {
  background: url("../images/bg-fish-white.png") no-repeat bottom center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px; }
  #page-contact #map-address {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 30px 0px 30px 20px;
    max-height: 450px;
    -webkit-box-shadow: 0px 0px 10px 1px #dbdbdb;
    -moz-box-shadow: 0px 0px 10px 1px #dbdbdb;
    box-shadow: 0px 0px 10px 1px #dbdbdb; }
    #page-contact #map-address .item {
      position: relative;
      padding-left: 45px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 10px; }
      #page-contact #map-address .item:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      #page-contact #map-address .item:before {
        content: '';
        background: url(../images/pin-location.png) no-repeat;
        width: 30px;
        height: 60px;
        position: absolute;
        background-size: contain;
        left: 0; }
      #page-contact #map-address .item .title {
        font-size: 18px;
        color: #E60013;
        margin-bottom: 5px; }
      #page-contact #map-address .item .address,
      #page-contact #map-address .item .phone {
        margin-bottom: 10px;
        font-size: 15px; }
  #page-contact #map_google {
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 100%;
    min-height: 300px; }
  #page-contact form#contact {
    margin-top: 70px; }
    #page-contact form#contact .form-group.has-error .form-control {
      margin-bottom: 5px; }
    #page-contact form#contact .form-group.has-error .form-error {
      margin-top: 5px;
      color: #b94a48; }
    #page-contact form#contact .form-control {
      border-radius: 20px;
      border: 1px solid #ddd; }
    #page-contact form#contact textarea {
      height: 145px;
      resize: none; }

.btn-red {
  background: #E60013;
  color: #fff;
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 1px #dbdbdb;
  -moz-box-shadow: 0px 0px 10px 1px #dbdbdb;
  box-shadow: 0px 0px 10px 1px #dbdbdb;
  padding: 10px 50px;
  max-width: 240px;
  width: 100%;
  cursor: pointer; }
  .btn-red:hover {
    opacity: 0.8; }

#video-highlight {
  position: relative;
  background: #EBEBEB;
  padding: 40px 0; }
  #video-highlight:after {
    position: absolute;
    content: "";
    background: url(../images/fish-big.png) no-repeat;
    background-size: contain;
    width: 800px;
    height: 500px;
    bottom: -110px;
    left: 50%;
    margin-left: -350px; }
  #video-highlight #highlight-list-wrap {
    position: relative;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 30px 60px;
    z-index: 2;
    border: 2px solid #ddd; }
    #video-highlight #highlight-list-wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #video-highlight #highlight-list-wrap ul li.item .video-thumb {
        margin-bottom: 30px; }
        #video-highlight #highlight-list-wrap ul li.item .video-thumb a:hover {
          text-decoration: none; }
        #video-highlight #highlight-list-wrap ul li.item .video-thumb .thumbnail {
          position: relative; }
          #video-highlight #highlight-list-wrap ul li.item .video-thumb .thumbnail img {
            width: 100%; }
          #video-highlight #highlight-list-wrap ul li.item .video-thumb .thumbnail:after {
            content: '';
            background: url("../images/ico-play.png") no-repeat;
            height: 78px;
            width: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -39px;
            margin-left: -40px;
            opacity: 0.8; }
        #video-highlight #highlight-list-wrap ul li.item .video-thumb:hover .thumbnail::after {
          opacity: 1; }
        #video-highlight #highlight-list-wrap ul li.item .video-thumb:hover .video-title {
          text-decoration: none; }
        #video-highlight #highlight-list-wrap ul li.item .video-thumb .video-title {
          color: #000;
          margin-top: 10px;
          text-decoration: none; }

.video-nav .item {
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 40px;
  text-align: center;
  line-height: 1.6;
  margin-top: -60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
  .video-nav .item:hover {
    opacity: 0.8; }
  .video-nav .item#highlightPrevSlide {
    left: -30px; }
  .video-nav .item#highlightNextSlide {
    right: -30px; }

#video-related {
  position: relative;
  background: url("../images/bg-pattern-white.png") no-repeat;
  background-size: cover;
  padding: 40px 0; }
  #video-related #video-related-list-wrap {
    position: relative;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 30px 60px;
    z-index: 2;
    border: 2px solid #ddd; }
    #video-related #video-related-list-wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #video-related #video-related-list-wrap ul li.item .video-thumb {
        margin-bottom: 30px; }
        #video-related #video-related-list-wrap ul li.item .video-thumb a:hover {
          text-decoration: none; }
        #video-related #video-related-list-wrap ul li.item .video-thumb .thumbnail {
          position: relative; }
          #video-related #video-related-list-wrap ul li.item .video-thumb .thumbnail img {
            width: 100%; }
          #video-related #video-related-list-wrap ul li.item .video-thumb .thumbnail:after {
            content: '';
            background: url("../images/ico-play.png") no-repeat;
            height: 78px;
            width: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -39px;
            margin-left: -40px;
            opacity: 0.8; }
        #video-related #video-related-list-wrap ul li.item .video-thumb:hover .thumbnail::after {
          opacity: 1; }
        #video-related #video-related-list-wrap ul li.item .video-thumb:hover .video-title {
          text-decoration: none; }
        #video-related #video-related-list-wrap ul li.item .video-thumb .video-title {
          color: #000;
          margin-top: 10px;
          text-decoration: none; }

.franchise-default-title {
  font-size: 30px;
  font-family: 'proxima-bold';
  font-weight: 600;
  color: #000000; }

.franchise-default-subtitle {
  font-size: 20px;
  font-family: 'proxima-bold';
  font-weight: 600;
  color: #000000; }

.franchise-default-content p, .franchise-default-content span, .franchise-default-content div, .franchise-default-content ul, .franchise-default-content ol {
  color: #000000;
  font-size: 14px;
  font-family: 'proxima-regular';
  font-weight: 300;
  line-height: 2; }
  .franchise-default-content p b, .franchise-default-content span b, .franchise-default-content div b, .franchise-default-content ul b, .franchise-default-content ol b {
    font-family: 'proxima-bold';
    font-weight: 600; }
.franchise-default-content ul, .franchise-default-content ol {
  padding-left: 15px; }

#franchise-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #9B9B9B; }
  #franchise-menu #franchise-menu-container {
    padding: 18px 30px 0 30px; }
    #franchise-menu #franchise-menu-container .franchise-menu-item a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      margin-bottom: 15px;
      color: #9B9B9B; }
      #franchise-menu #franchise-menu-container .franchise-menu-item a .ico {
        background: #B6B6B6;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
        transition: all ease 0.5s; }
        #franchise-menu #franchise-menu-container .franchise-menu-item a .ico img {
          max-width: 20px;
          max-height: 20px; }
      #franchise-menu #franchise-menu-container .franchise-menu-item a .name {
        font-size: 16px;
        color: #4A4A4A;
        transition: all ease 0.5s;
        max-width: 70%;
        line-height: normal; }
    #franchise-menu #franchise-menu-container .franchise-menu-item.active a, #franchise-menu #franchise-menu-container .franchise-menu-item:hover a {
      text-decoration: none; }
      #franchise-menu #franchise-menu-container .franchise-menu-item.active a .ico, #franchise-menu #franchise-menu-container .franchise-menu-item:hover a .ico {
        background: #005993; }
      #franchise-menu #franchise-menu-container .franchise-menu-item.active a .name, #franchise-menu #franchise-menu-container .franchise-menu-item:hover a .name {
        color: #005993; }

#franchise-introduction-container {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../images/bg-pattern-white-bottom-opacity.png");
  background-size: cover;
  background-position: center; }
  #franchise-introduction-container .franchise-default-title {
    text-align: center;
    margin-bottom: 30px; }

#franchise-button-container {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px; }
  #franchise-button-container button {
    padding: 8px 48px;
    border-radius: 25px;
    font-size: 16px;
    max-width: 100%;
    font-weight: 600;
    font-family: 'proxima-bold'; }
  #franchise-button-container #franchise-form-button {
    text-align: center; }
    #franchise-button-container #franchise-form-button button {
      background-color: #EB021C;
      color: #ffffff;
      box-shadow: 0px 0px 8px 0px #9B9B9B; }
  #franchise-button-container #franchise-company-profile button {
    background-color: #ffffff;
    color: #EB021C;
    box-shadow: inset 0px 0px 10px 0px #9B9B9B; }

#franchise-concept-container {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff; }
  #franchise-concept-container #banner-layer-franchise {
    background-size: cover;
    background-position: center;
    position: relative; }
    #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey {
      padding: 45px;
      background-color: rgba(74, 74, 74, 0.5);
      width: 100%;
      height: 100%;
      max-width: 100%;
      text-align: center; }
      #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey h3 {
        font-size: 30px;
        font-family: 'proxima-bold';
        font-weight: 600;
        width: 100%;
        color: #ffffff;
        margin-bottom: 40px; }
      #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey #banner-layer-button {
        position: relative;
        font-size: 16px;
        font-family: 'proxima-bold';
        font-weight: 600;
        padding: 15px 30px;
        color: #ffffff;
        background-image: url("../images/bg-tagline-concept.png");
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        letter-spacing: 10px; }

#franchise-process-container {
  background-image: url("../images/bg-fish-white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 30px; }

#franchise-process-additional {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f5; }

@media only screen and (max-width: 767px) {
  .franchise-default-title {
    font-size: 20px;
    margin-bottom: 15px; }

  .franchise-default-subtitle {
    font-size: 16px; }

  .franchise-default-content span, .franchise-default-content div, .franchise-default-content p {
    line-height: 1.5; }

  #franchise-menu {
    padding: 15px 0 5px 0; }
    #franchise-menu .franchise-menu-item a {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center; }

  #franchise-introduction-container {
    padding-top: 30px; }

  #franchise-button-container {
    padding-top: 0; }
    #franchise-button-container button {
      font-size: 14px;
      width: 100%; }

  #franchise-concept-container {
    padding-top: 30px;
    padding-bottom: 30px; }
    #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey {
      padding: 20px 15px; }
      #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      #franchise-concept-container #banner-layer-franchise #banner-layer-franchise-grey #banner-layer-button {
        display: block;
        width: 100%;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 4px; }

  #franchise-process-container {
    padding-top: 30px;
    padding-bottom: 0; }

  #franchise-process-additional {
    padding-top: 30px;
    padding-bottom: 15px; } }
@media screen and (max-width: 991px) {
  #menu-horizontal {
    padding: 10px 0 10px 0; }
    #menu-horizontal li {
      width: 100%;
      max-width: 100%; } }
@media screen and (max-width: 800px) {
  .slicknav_menu {
    display: block;
    width: 100%;
    background: none; }

  #top-menu {
    display: none; }

  .slicknav_nav a {
    color: #9B9B9B; }

  .slicknav_nav .active a {
    color: #4A4A4A;
    font-family: 'proxima-bold'; }

  footer .footer-logo {
    text-align: center;
    margin-bottom: 10px; }
  footer ul.list-inline {
    text-align: center;
    margin: 10px 0; }

  #menu-horizontal {
    display: block; }
    #menu-horizontal li {
      display: block;
      margin: 10px 0; }

  #map_google {
    margin-top: 20px; }

  #video-highlight:after {
    position: absolute;
    content: "";
    background: url(../images/fish-big.png) no-repeat;
    background-size: contain;
    width: 650px;
    height: 480px;
    bottom: -110px;
    left: 50%;
    margin-left: -320px; } }
@media screen and (max-width: 600px) {
  body {
    padding-top: 85px; }

  #home-slider-wrap ul.lSPager.lSpg {
    position: absolute;
    bottom: 5px;
    width: 100%; }

  #home-about #image-home-about {
    margin-top: 30px; }

  .section-title {
    font-size: 30px; }

  .product-content .content-header h1 {
    font-size: 22px; }

  .product-content .accordion .item .item-header {
    font-size: 16px; }

  .product-content .accordion .item .item-header:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 24px; }

  #video-highlight:after {
    position: absolute;
    content: "";
    background: url(../images/fish-big.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 230px;
    bottom: -80px;
    left: 50%;
    margin-left: -120px; }

  #video-highlight #highlight-list-wrap, #video-related #video-related-list-wrap {
    position: relative;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 30px;
    z-index: 2; }

  .video-nav .item {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
    margin-top: -50px; }

  .video-nav .item#highlightPrevSlide {
    left: -14px; }

  .video-nav .item#highlightNextSlide {
    right: -14px; } }
#instagram-feed-content {
  min-height: 490px; }
  #instagram-feed-content #instagram-feed-container {
    padding-top: 25px;
    padding-bottom: 25px; }
    #instagram-feed-content #instagram-feed-container .feed-item {
      width: 100%;
      height: 25vw;
      max-height: 350px; }
      #instagram-feed-content #instagram-feed-container .feed-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

#instagram-feed-modal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none; }
  #instagram-feed-modal .modal-content .modal-body {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    #instagram-feed-modal .modal-content .modal-body .navigation {
      position: absolute;
      top: 50%;
      color: #FFFFFF;
      font-size: 30px;
      opacity: 0.8; }
      #instagram-feed-modal .modal-content .modal-body .navigation.previous {
        left: -30px; }
      #instagram-feed-modal .modal-content .modal-body .navigation.next {
        right: -30px; }
    #instagram-feed-modal .modal-content .modal-body .picture-section {
      padding-right: 0; }
    #instagram-feed-modal .modal-content .modal-body .caption-section {
      padding-top: 15px;
      padding-bottom: 15px; }
      #instagram-feed-modal .modal-content .modal-body .caption-section .caption-header {
        display: flex;
        flex-direction: row; }
        #instagram-feed-modal .modal-content .modal-body .caption-section .caption-header .profile-picture {
          margin-right: 10px; }
          #instagram-feed-modal .modal-content .modal-body .caption-section .caption-header .profile-picture img {
            height: 50px;
            width: 50px;
            border-radius: 25px;
            border: 1px solid #f3f3f3; }
        #instagram-feed-modal .modal-content .modal-body .caption-section .caption-header .profile-username {
          display: flex;
          align-items: center; }
          #instagram-feed-modal .modal-content .modal-body .caption-section .caption-header .profile-username h5 {
            font-weight: bold;
            font-size: 14px; }
      #instagram-feed-modal .modal-content .modal-body .caption-section .caption-body .caption-content {
        font-size: 12px; }

/*# sourceMappingURL=style.css.map */
