body {
  background-color: #fff;
  color: #333333; overflow-x: hidden;}

/* HEADING */
h1, h2, h3, h4, h5, h6 {
  color: #333333; }

.sec-heading {
  display: block;
  margin: 0 0 60px 0;
  text-align: center; }
  .sec-heading h2 {
    color: #007A40; }

.content-heading {
  display: block;
  margin: 0 0 40px 0;
  text-align: left; }
  .content-heading h2 {
    color: #007A40;
    text-transform: uppercase;
    font-family: "Noto Sans Thai", Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 28px !important; }
  .content-heading h6 {
    color: #333333;
    font-family: "Noto Sans Thai", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px !important; }

.sub-heading {
  display: block;
  margin-bottom: 20px; }
  .sub-heading h3 {
    text-transform: uppercase;
    position: relative;
    font-family: 'Noto Sans Thai';
    font-weight: 700;
    font-size: 40px;
    color: #007A40; }
  .sub-heading i {
    margin-left: -15px; }
  .sub-heading span.badge {
    font-family: 'Noto Sans Thai';
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    background-color: #007A40;
    border-radius: 0;
    position: absolute;
    top: -45px;
    left: 0; }

.visible {
  visibility: visible !important; }

.disable {
  visibility: hidden; }

.d-block { display: block !important;}
.d-inline-block { display: inline-block !important;}
/* LINK */
a, a:hover, a:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  color: inherit; }

/* TEXT HIGHLIGHT */
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  a:hover {
    text-decoration: none; }
  a:focus, a:active {
    text-decoration: none; }
  a.link-white {
    text-decoration: none; }
    a.link-white:hover {
      text-decoration: none; }
    a.link-white:focus, a.link-white:active {
      text-decoration: none; }

.text-hilight {
  color: #007A40 !important; }

/* LIST */
.list-table {
  display: table;
  margin: 0px;
  padding: 0;
  width: 100%; }
  .list-table li {
    display: table-cell;
    padding: 15px 0; }

.list-inline {
  padding-top: 10px;
  padding-bottom: 10px; }
  .list-inline li {
    padding-bottom: 10px; }

.none-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* BUTTON */
.btn {
  font-family: "Noto Sans Thai", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  line-height: 1;
  border: 0;
  position: relative;
  text-transform: uppercase; }

.btn-common {
  background-color: transparent;
  border: 2px solid #007A40;
  padding: 10px 35px;
  color: #007A40; }
  .btn-common:hover, .btn-common:focus {
    background-color: #007A40;
    border: 2px solid #007A40;
    color: #fff; }

.btn-inverse {
  padding: 10px 35px;
  background-color: #007A40;
  border: 2px solid #007A40;
  color: #fff; }
  .btn-inverse.fixed {
    background-color: #007A40 !important;
    border: 2px solid #007A40 !important;
    color: #fff !important; }
  .btn-inverse:hover, .btn-inverse:focus {
    background-color: transparent;
    border: 2px solid #007A40;
    color: #007A40; }

/* BACKGROUND */
.bg-gray-lighter {
  background-color: #f3f3f3; }

.bg-white {
  background-color: #fff !important; }

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.full-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-height: 100%; }

.table-wrapper {
  display: table;
  position: relative;
  margin: 0 auto; }

.table-cell-wrapper {
  display: table-cell;
  vertical-align: middle; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.remove-fixed-pos {
  position: relative !important; }

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 70%; }
  50% {
    opacity: 0;
    top: 70%; }
  100% {
    opacity: 0;
    top: 29%; } }

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 70%; }
  50% {
    opacity: 0;
    top: 70%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 70%; }
  50% {
    opacity: 0;
    top: 70%; }
  100% {
    opacity: 0;
    top: 29%; } }

@-webkit-keyframes scroll-ani-2 {
  0% {
    opacity: 1;
    top: 20%; }
  15% {
    opacity: 0;
    top: 40%; }
  45% {
    opacity: 0;
    top: 80%; }
  75% {
    opacity: .5;
    top: 40%; }
  100% {
    opacity: 0;
    top: 20%; } }

@-moz-keyframes scroll-ani-2 {
  0% {
    opacity: 1;
    top: 20%; }
  15% {
    opacity: .5;
    top: 40%; }
  45% {
    opacity: 0;
    top: 80%; }
  75% {
    opacity: 0;
    top: 40%; }
  100% {
    opacity: 0;
    top: 20%; } }

@keyframes scroll-ani-2 {
  0% {
    opacity: 1;
    top: 20%; }
  15% {
    opacity: .5;
    top: 40%; }
  45% {
    opacity: 0;
    top: 80%; }
  75% {
    opacity: 0;
    top: 40%; }
  100% {
    opacity: 0;
    top: 20%; } }

.m-t-mega {
  margin-top: 80px !important; }

.m-t-lg {
  margin-top: 40px !important; }

.p-t-lg {
  padding-top: 40px !important; }

.p-t-md {
  padding-top: 30px !important; }

.p-t-sm {
  padding-top: 15px !important; }

.p-b-lg {
  padding-bottom: 40px !important; }

.p-b-md {
  padding-bottom: 30px !important; }

.p-b-sm {
  padding-bottom: 15px !important; }

.p-tb-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-tb-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-tb-sm {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-l-lg {
  padding-left: 40px !important; }

.p-l-md {
  padding-left: 30px !important; }

.p-l-sm {
  padding-left: 15px !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.pull-center {
  margin: 0 auto !important;
  float: none; }

.container-fluid {
  position: relative; }

[class*="no-padding"].container-fluid {
  width: 100%; }

.img-fluid {
  width: 100%; }

.icon-circle .fa {
  width: 25px;
  height: 25px;
  background-color: #3b5998;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  border-radius: 2px;
  margin: 20px 10px 0 0;
  font-size: 15px; }

.btn-red {
  background-color: #e4302e;
  color: #fff; }
  .btn-red:hover {
    color: #fff; }

.btn-radius {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .btn-radius:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.col-xs-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1170px) {
  .col-xs-2_4,
  .col-sm-2_4,
  .col-md-2_4,
  .col-lg-2_4 {
    float: left; }
  .col-lg-2_4 {
    width: 20%; } }

@media (min-width: 992px) {
  .col-xs-2_4,
  .col-sm-2_4,
  .col-md-2_4 {
    float: left; }
  .col-md-2_4 {
    width: 20%; } }

@media (min-width: 768px) {
  .col-xs-2_4,
  .col-sm-2_4 {
    float: left; }
  .col-sm-2_4 {
    width: 20%; } }

.col-xs-2_4 {
  float: left;
  width: 20%; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-xs-top {
    vertical-align: top; }
  .col-xs-middle {
    vertical-align: middle; }
  .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-sm-top {
    vertical-align: top; }
  .col-sm-middle {
    vertical-align: middle; }
  .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-lg-top {
    vertical-align: top; }
  .col-lg-middle {
    vertical-align: middle; }
  .col-lg-bottom {
    vertical-align: bottom; } }

.owl-home-promotion .owl-controls {
  padding: 2% 0; }
  .owl-home-promotion .owl-controls .owl-dots {
    text-align: center; }
    .owl-home-promotion .owl-controls .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 1px solid #007A40;
      display: inline-block;
      position: relative;
      border-radius: 50%;
      margin-left: 5px; }
  .owl-home-promotion .owl-controls .owl-dots > .active {
    background-color: #007A40; }
  .owl-home-promotion .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    color: #e3e3e3;
    position: absolute;
    top: 25%;
    left: -3em; }
  .owl-home-promotion .owl-controls .owl-nav .owl-next {
    display: inline-block;
    color: #e3e3e3;
    position: absolute;
    top: 25%;
    right: -3em; }

.owl-product-showcase-wrapper {
  padding: 15% 0; }

.owl-product-showcase .owl-controls {
  padding: 2% 0; }
  .owl-product-showcase .owl-controls .owl-nav .owl-prev {
    display: inline-block !important;
    color: #007A40;
    position: absolute;
    bottom: -15%;
    left: 7%;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-color: white;
    height: 25px;
    width: 25px;
    line-height: 24px;
    text-align: center; }
  .owl-product-showcase .owl-controls .owl-nav .owl-next {
    display: inline-block !important;
    color: #007A40;
    position: absolute;
    bottom: -15%;
    right: 7%;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-color: white;
    height: 25px;
    width: 25px;
    line-height: 24px;
    text-align: center; }
  .owl-product-showcase .owl-controls .owl-nav:after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    width: 65%;
    height: 1px;
    margin: 0 auto;
    background-color: #e3e3e3;
    z-index: -1; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #007A40;
  border-color: #007A40; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #007A40; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #007A40;
  border-color: #007A40; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #007A40; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.text-size-10 {
  font-size: 10px !important; }

.text-size-11 {
  font-size: 11px !important; }

.text-size-12 {
  font-size: 12px !important; }

.text-size-13 {
  font-size: 13px !important; }

.text-size-14 {
  font-size: 14px !important; }

.text-size-15 {
  font-size: 15px !important; }

.text-size-16 {
  font-size: 16px !important; }

.text-size-18 {
  font-size: 18px !important; }

.text-size-20 {
  font-size: 20px !important; }

.text-size-21 {
  font-size: 21px !important; }

.text-size-22 {
  font-size: 22px !important; }

.text-size-24 {
  font-size: 24px !important; }

.text-size-30 {
  font-size: 30px !important; }

.text-size-65 {
  font-size: 65px !important; }

.text-line-height-16 {
  line-height: 16px !important; }

.text-line-height-18 {
  line-height: 18px !important; }

.text-line-height-20 {
  line-height: 20px !important; }

.text-line-height-22 {
  line-height: 22px !important; }

.text-line-height-30 {
  line-height: 30px !important; }

.text-line-height-40 {
  line-height: 40px !important; }

.text-line-height-normal {
  line-height: normal !important; }

.text-bold {
  font-weight: bold !important; }

.text-normal {
  font-weight: normal !important; }

.text-upper {
  text-transform: uppercase !important; }

.text-lower {
  text-transform: lowercase !important; }

.text-999 {
  color: #999999 !important; }

.text-666 {
  color: #666666 !important; }

.text-333 {
  color: #333333 !important; }

.text-red {
  color: #7f2d1a !important; }

.text-green {
  color: #007A40 !important; }

.text-white {
  color: #FFF !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.margin-3-bottom {
  margin-bottom: 3px !important; }

.margin-6-bottom {
  margin-bottom: 6px !important; }

.margin-9-bottom {
  margin-bottom: 9px !important; }

.margin-12-bottom {
  margin-bottom: 12px !important; }

.margin-15-bottom {
  margin-bottom: 15px !important; }

.margin-18-bottom {
  margin-bottom: 18px !important; }

.margin-21-bottom {
  margin-bottom: 21px !important; }

.margin-24-bottom {
  margin-bottom: 24px !important; }

.margin-30-bottom {
  margin-bottom: 30px !important; }

.margin-40-bottom {
  margin-bottom: 40px !important; }

.margin-50-bottom {
  margin-bottom: 50px !important; }

.margin-60-bottom {
  margin-bottom: 60px !important; }

.margin-3-top {
  margin-top: 3px !important; }

.margin-6-top {
  margin-top: 6px !important; }

.margin-9-top {
  margin-top: 9px !important; }

.margin-12-top {
  margin-top: 12px !important; }

.margin-15-top {
  margin-top: 15px !important; }

.margin-18-top {
  margin-top: 18px !important; }

.margin-21-top {
  margin-top: 21px !important; }

.margin-24-top {
  margin-top: 24px !important; }

.margin-30-top {
  margin-top: 30px !important; }

.margin-40-top {
  margin-top: 40px !important; }

.margin-50-top {
  margin-top: 50px !important; }

.margin-60-top {
  margin-top: 60px !important; }

.margin-3-left {
  margin-left: 3px !important; }

.margin-6-left {
  margin-left: 6px !important; }

.margin-9-left {
  margin-left: 9px !important; }

.margin-12-left {
  margin-left: 12px !important; }

.margin-15-left {
  margin-left: 15px !important; }

.margin-18-left {
  margin-left: 18px !important; }

.margin-21-left {
  margin-left: 21px !important; }

.margin-24-left {
  margin-left: 24px !important; }

.margin-30-left {
  margin-left: 30px !important; }

.margin-3-right {
  margin-right: 3px !important; }

.margin-6-right {
  margin-right: 6px !important; }

.margin-9-right {
  margin-right: 9px !important; }

.margin-12-right {
  margin-right: 12px !important; }

.margin-15-right {
  margin-right: 15px !important; }

.margin-18-right {
  margin-right: 18px !important; }

.margin-21-right {
  margin-right: 21px !important; }

.margin-24-right {
  margin-right: 24px !important; }

.margin-30-right {
  margin-right: 30px !important; }

.remove-margin {
  margin: 0 !important; }

.remove-margin-top {
  margin-top: 0 !important; }

.remove-margin-left {
  margin-left: 0 !important; }

.remove-margin-right {
  margin-right: 0 !important; }

.remove-margin-bottom {
  margin-bottom: 0 !important; }

.padding-12-bottom {
  padding-bottom: 12px !important; }

.padding-3-right {
  padding-right: 3px !important; }

.padding-6-right {
  padding-right: 6px !important; }

.padding-9-right {
  padding-right: 9px !important; }

.padding-12-right {
  padding-right: 12px !important; }

.padding-3-left {
  padding-left: 3px !important; }

.remove-padding {
  padding: 0 !important; }

.remove-padding-top {
  padding-top: 0 !important; }

.remove-padding-left {
  padding-left: 0 !important; }

.remove-padding-right {
  padding-right: 0 !important; }

.remove-padding-bottom {
  padding-bottom: 0 !important; }

#footer #copyright {
  padding: 10px 0; }

#footer .footer-wrapper {
  padding: 2% 0;
  background-color: #007A40;
  color: white; }
  #footer .footer-wrapper h1 {
    font-family: "Noto Sans Thai", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0; }
  #footer .footer-wrapper ul.sub-menu {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    list-style: none;
    padding-left: 0;
    font-weight: 500; }
    #footer .footer-wrapper ul.sub-menu li {
      margin-bottom: 5px;
      line-height: 1.5; }
      #footer .footer-wrapper ul.sub-menu li a:hover, #footer .footer-wrapper ul.sub-menu li a:focus {
        color: rgba(255, 255, 255, 0.8); }
  #footer .footer-wrapper address {
    margin-bottom: 0;
    line-height: 1.6; }
  #footer .footer-wrapper .nav > li > a:hover, #footer .footer-wrapper .nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent; }
  #footer .footer-wrapper .sub-contact {
    font-size: 13px;
    font-weight: normal;
    display: flex; }
    #footer .footer-wrapper .sub-contact ul > li a {
      display: inline-block; }
    #footer .footer-wrapper .sub-contact ul > li:after {
      content: '';
      width: 1px;
      height: 30%;
      background-color: white;
      position: absolute;
      bottom: 38%;
      right: 0; }
    #footer .footer-wrapper .sub-contact ul > li:last-child:after {
      content: '';
      width: 0; }
    #footer .footer-wrapper .sub-contact ul > li:first-child a {
      padding-left: 0; }
    #footer .footer-wrapper .sub-contact p {
      margin-bottom: 0; }
  #footer .footer-wrapper .footer-logo ul {
    margin-bottom: 0; }
    #footer .footer-wrapper .footer-logo ul li {
      width: 151px;
      vertical-align: middle; }
      #footer .footer-wrapper .footer-logo ul li a[href="javascript:;"] {
        cursor: default; }
        #footer .footer-wrapper .footer-logo ul li a[href="javascript:;"] div:hover, #footer .footer-wrapper .footer-logo ul li a[href="javascript:;"] div:focus {
          pointer-events: fill; }
      #footer .footer-wrapper .footer-logo ul li .suki-footer {
        background-image: url("../images/content/footer/suki-footer.png");
        background-repeat: no-repeat;
        width: 80px;
        height: 46px; }
        #footer .footer-wrapper .footer-logo ul li .suki-footer:hover, #footer .footer-wrapper .footer-logo ul li .suki-footer:focus {
          background-image: url("../images/content/footer/suki2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .fujio-footer {
        background-image: url("../images/content/footer/fujio-footer.png");
        background-repeat: no-repeat;
        width: 74px;
        height: 46px; }
        #footer .footer-wrapper .footer-logo ul li .fujio-footer:hover, #footer .footer-wrapper .footer-logo ul li .fujio-footer:focus {
          background-image: url("../images/content/footer/fujio2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .tsurumaru-footer {
        background-image: url("../images/content/footer/tsurumaru-footer.png");
        background-repeat: no-repeat;
        width: 90px;
        height: 36px; }
        #footer .footer-wrapper .footer-logo ul li .tsurumaru-footer:hover, #footer .footer-wrapper .footer-logo ul li .tsurumaru-footer:focus {
          background-image: url("../images/content/footer/tsurumaru2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .thefifty-footer {
        background-image: url("../images/content/footer/thefifty-footer.png");
        background-repeat: no-repeat;
        width: 75px;
        height: 42px; }
        #footer .footer-wrapper .footer-logo ul li .thefifty-footer:hover, #footer .footer-wrapper .footer-logo ul li .thefifty-footer:focus {
          background-image: url("../images/content/footer/thefifty2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .mbk-food-island-footer {
        background-image: url("../images/content/footer/mbk-food-island-footer.png");
        background-repeat: no-repeat;
        width: 64px;
        height: 33px; }
        #footer .footer-wrapper .footer-logo ul li .mbk-food-island-footer:hover, #footer .footer-wrapper .footer-logo ul li .mbk-food-island-footer:focus {
          background-image: url("../images/content/footer/mbk-food-island2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .mbk-group-footer {
        background-image: url("../images/content/footer/mbk-group-footer.png");
        background-repeat: no-repeat;
        width: 62px;
        height: 47px; }
        #footer .footer-wrapper .footer-logo ul li .mbk-group-footer:hover, #footer .footer-wrapper .footer-logo ul li .mbk-group-footer:focus {
          background-image: url("../images/content/footer/mbk-group2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .mbk-food-solution-footer {
        background-image: url("../images/content/footer/mbk-food-solution-footer.png");
        background-repeat: no-repeat;
        width: 65px;
        height: 33px; }
        #footer .footer-wrapper .footer-logo ul li .mbk-food-solution-footer:hover, #footer .footer-wrapper .footer-logo ul li .mbk-food-solution-footer:focus {
          background-image: url("../images/content/footer/mbk-food-solution2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .hina-footer {
        background-image: url("../images/content/footer/hina-footer.png");
        background-repeat: no-repeat;
        width: 100px;
        height: 55px; }
        #footer .footer-wrapper .footer-logo ul li .hina-footer:hover, #footer .footer-wrapper .footer-logo ul li .hina-footer:focus {
          background-image: url("../images/content/footer/hina2-footer.png"); }
      #footer .footer-wrapper .footer-logo ul li .fuyuu-footer {
        background-image: url("../images/content/footer/fuyuu-footer.png");
        background-repeat: no-repeat;
        width: 90px;
        height: 55px; }
        #footer .footer-wrapper .footer-logo ul li .fuyuu-footer:hover, #footer .footer-wrapper .footer-logo ul li .fuyuu-footer:focus {
          background-image: url("../images/content/footer/fuyuu2-footer.png"); }


          #footer .footer-wrapper .footer-logo ul li .mbk-footer {
            background-image: url("../images/content/footer/mbk-justright-white.png");
            background-repeat: no-repeat;
            background-size: cover;
            width: 145px;
            height: 40px; }
            #footer .footer-wrapper .footer-logo ul li .mbk-footer:hover, #footer .footer-wrapper .footer-logo ul li .mbk-footer:focus {
              background-image: url("../images/content/footer/mbk-justright.png"); }

#header {
  z-index: 5; }
  #header .header-contact {
    border-bottom: 2px solid #D2B12B;
    background-color: #007A40;
    height: 35px; }
    #header .header-contact .language-bar {
      font-size: 14px;
      font-weight: 500;
      color: white; }
      #header .header-contact .language-bar > li {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        line-height: 36px; }
    #header .header-contact i {
      font-size: 20px; }
    #header .header-contact .navbar-nav > li > a {
      padding-top: 8px;
      padding-bottom: 8px; }
    #header .header-contact .nav > li > a:hover, #header .header-contact a:focus {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.8); }
  #header .header-menu {
    height: 70px;
    background-color: white;
    border-bottom: 1px solid #e8e8e8; }
    #header .header-menu .logo-wrapper .logo {
      padding: 5px 0; }
    #header .header-menu #main-nav .navbar-nav {
      position: inherit; }
      #header .header-menu #main-nav .navbar-nav > li {
        position: inherit; }
        #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products {
          position: absolute;
          margin-top: 1px;
          padding: 20px 0; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products > li {
            min-height: 298px; }
            #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products > li:last-child:after {
              content: '';
              border-right: 0; }
            #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products > li:after {
              content: '';
              position: absolute;
              border-right: 1px solid #e3e3e3;
              top: 0;
              right: 0;
              height: 100%; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu img {
            margin-bottom: 15px; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu .dropdown-submenu-heading {
            font-weight: bold; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu a:hover, #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu a:focus, #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu a:active {
            color: #007A40; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu li.active a {
            color: #007A40; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-products .dropdown-submenu-level3 {
            font-weight: normal;
            padding: 3px 0;
            font-size: 13px; }
        #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-menu {
          position: absolute;
          margin-top: 1px;
          padding: 0; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-menu .dropdown-submenu .dropdown-submenu-heading {
            font-weight: bold;
            padding: 15px 20px;
            border-bottom: 1px solid #e3e3e3; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-menu .dropdown-submenu a:hover, #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-menu .dropdown-submenu a:focus {
            color: #007A40;
            background-color: transparent; }
        #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir {
          position: absolute;
          margin-top: 1px;
          padding: 20px 0;
          -moz-column-count: 4;
          -webkit-column-count: 4;
          -o-column-count: 4;
          column-count: 4;
          -moz-column-rule: 1px solid #e3e3e3;
          -webkit-column-rule: 1px solid #e3e3e3;
          -o-column-rule: 1px solid #e3e3e3;
          column-rule: 1px solid #e3e3e3; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir > li {
            padding: 0 20px 20px 20px; }
            #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir > li:last-child:after {
              content: '';
              border-right: 0; }
            #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir > li:after {
              content: '';
              position: absolute;
              border-right: 1px solid #e3e3e3;
              top: 0;
              right: 0;
              height: 100%; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir .dropdown-submenu img {
            margin-bottom: 15px; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir .dropdown-submenu .dropdown-submenu-heading {
            font-weight: bold; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir .dropdown-submenu a:hover, #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir .dropdown-submenu a:focus {
            color: #007A40; }
          #header .header-menu #main-nav .navbar-nav > li .mega-dropdown-ir .dropdown-submenu-level3 {
            font-weight: normal;
            padding: 3px 0;
            font-size: 13px; }
        #header .header-menu #main-nav .navbar-nav > li > a {
          line-height: 39px; }
        #header .header-menu #main-nav .navbar-nav > li .dropdown-menu > .active > a {
          background-color: transparent !important;
          color: #007A40 !important; }
      #header .header-menu #main-nav .navbar-nav > li.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; }
        #header .header-menu #main-nav .navbar-nav > li.dropdown:hover .dropdown-menu.mega-dropdown-ir {
          width: 100%;
          left: 0; }
    #header .header-menu #main-nav .nav > li > a {
      padding: 10px; }
    #header .header-menu #main-nav .navbar {
      margin-bottom: 0; }
    #header .header-menu #main-nav .navbar-default {
      background-color: transparent;
      border-color: transparent; }
    #header .header-menu #main-nav .navbar-default .navbar-nav > .active > a {
      color: #333333;
      background-color: transparent; }
      #header .header-menu #main-nav .navbar-default .navbar-nav > .active > a::after {
        content: " ";
        position: absolute;
        bottom: -6px;
        width: 100%;
        height: 4px;
        background-color: #007A40;
        left: 0;
        right: 0; }
    #header .header-menu #main-nav .navbar-default .navbar-nav > li > a {
      border-bottom: 5px solid transparent; }
      #header .header-menu #main-nav .navbar-default .navbar-nav > li > a:hover::after {
        content: " ";
        position: absolute;
        bottom: -6px;
        width: 100%;
        height: 4px;
        background-color: #007A40;
        left: 0;
        right: 0; }
    #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a,
    #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a:focus,
    #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a:hover {
      color: #333333;
      background-color: transparent; }
      #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a::after,
      #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a:focus::after,
      #header .header-menu #main-nav .navbar-default .navbar-nav > .open > a:hover::after {
        content: " ";
        position: absolute;
        bottom: -6px;
        width: 100%;
        height: 4px;
        background-color: #007A40;
        left: 0;
        right: 0;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
    #header .header-menu #main-nav .navbar-right .dropdown-menu {
      left: auto;
      right: auto; }
    #header .header-menu #main-nav .navbar-nav > li > .dropdown-menu {
      border-top: 3px solid #007A40;
      border-radius: 0; }
      #header .header-menu #main-nav .navbar-nav > li > .dropdown-menu ul {
        padding-left: 0; }
  #header.affix {
    margin-top: -30px;
    width: 100%;
    z-index: 1000; }
    #header.affix .header-contact .language-bar > li {
      border-right: 0; }

#left-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

#left-nav > ul > li {
  padding-bottom: 25px; }
  #left-nav > ul > li > a {
    font-weight: bold; }

#left-nav > ul ul li {
  padding-top: 0px; }
  #left-nav > ul ul li:before {
    font-family: "Glyphicons Halflings";
    content: "\e080"; }
  #left-nav > ul ul li.active {
    color: #007A40; }
    #left-nav > ul ul li.active a {
      color: #007A40;
      font-weight: bold; }
  #left-nav > ul ul li a {
    color: #333333; }
    #left-nav > ul ul li a:hover {
      color: #007A40; }
	  
	  iframe.stock { border:none; height: 25px; width: 210px;}


    .privacy-policy ul li{
      margin:0 0 10px;
    }

    @media (min-width: 1920px) { 
       #header .header-menu #main-nav .nav > li > a {
      padding: 10px 15px; }
    }