@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
/** font face **/
.font-a {
  font-family: 'Noto Sans', sans-serif; }

/** font face **/
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.eot?) format("eot"), url(../font/CenturyGothic.ttf) format("ttf"), url(../font/CenturyGothic.woff) format("woff"), url(../font/CenturyGothic.woff2) format("woff2"), url(../font/CenturyGothic.svg) format("svg");
  font-weight: 400; }
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic-Bold.eot?) format("eot"), url(../font/CenturyGothic-Bold.ttf) format("ttf"), url(../font/CenturyGothic-Bold.woff) format("woff"), url(../font/CenturyGothic-Bold.woff2) format("woff2"), url(../font/CenturyGothic-Bold.svg) format("svg");
  font-weight: bold; }
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic-Bold.eot?) format("eot"), url(../font/CenturyGothic-Bold.ttf) format("ttf"), url(../font/CenturyGothic-Bold.woff) format("woff"), url(../font/CenturyGothic-Bold.woff2) format("woff2"), url(../font/CenturyGothic-Bold.svg) format("svg");
  font-weight: 700; }
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic-Bold.eot?) format("eot"), url(../font/CenturyGothic-Bold.ttf) format("ttf"), url(../font/CenturyGothic-Bold.woff) format("woff"), url(../font/CenturyGothic-Bold.woff2) format("woff2"), url(../font/CenturyGothic-Bold.svg) format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic-BoldItalic.eot?) format("eot"), url(../font/CenturyGothic-BoldItalic.ttf) format("ttf"), url(../font/CenturyGothic-BoldItalic.woff) format("woff"), url(../font/CenturyGothic-BoldItalic.woff2) format("woff2"), url(../font/CenturyGothic-BoldItalic.svg) format("svg");
  font-style: italic; }
/* Addresses margins handled incorrectly in IE 6/7. */
* {
  margin: 0;
  padding: 0;
  outline: none; }

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  line-height: 1.4;
  background-color:#000;
  color: #34353d; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html, button, input, select, textarea {
 font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/***** [Reserve CSS Stylesheet] *****/
.opac a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.invisible {
  visibility: hidden; }

/* Hide visually and from screenreaders, but maintain layout */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
small {
  font-size: 80%; }

/* Addresses inconsistent and variable font size in all browsers. */
/***** CSS3 SCROLL BAR Styles *****/
::-webkit-scrollbar {
  width: 0px;
  background: #fff; }

/* Track */
::-webkit-scrollbar-track {
 /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/ }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; }

/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

#contact-top {
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    /*border: 2px solid transparent;*/
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    z-index: 9;
}
/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
  display: none; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a {
  outline: none;
  color: #3189DD;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
  cursor: pointer; }

a:active, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true); }

/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* Addresses styling not present in IE 6/7/8/9. */
mark {
  background: #ff0;
  color: #000; }

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: 'Noto Sans', sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE 6/7. */
q {
  quotes: none; }

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: '';
  content: none; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses paddings set differently in IE 6/7.
*/
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol, li {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  outline: none;
  _noFocusLine: expression(this.hideFocus=true);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

textarea {
  outline: none;
  resize: none; }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
.share_btn{
  position: absolute;
    right: 0px;
    bottom: 5%;
        z-index: 1000;
            transition: all 0.5s ease;
}
.language_bar{
  color: #fff;
}
.language_bar .active{
      text-decoration: underline;
}
.lan_slash{
  position: relative;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3 {
    page-break-after: avoid; } }
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

.par p {
  padding: 10px 0px; }

.par2 p {
  padding: 5px 0px; }

.bp-center {
  text-align: center; }

.bp-left {
  text-align: left; }

.bp-right {
  text-align: right; }

.bp-justify {
  text-align: justify; }

.bp-tt {
  text-transform: uppercase; }

.par-small {
  font-size: 12px; }

.par-medium {
  font-size: 14px; }
  @media all and (max-width: 640px) {
    .par-medium {
      font-size: 12px; } }

.par-large {
  font-size: 16px; }
  @media all and (max-width: 640px) {
    .par-large {
      font-size: 13px; } }

.par-xlarge {
  font-size: 18px; }
  @media all and (max-width: 640px) {
    .par-xlarge {
      font-size: 14px; } }

.par-xxlarge {
  font-size: 20px; }
  @media all and (max-width: 640px) {
    .par-xxlarge {
      font-size: 16px; } }

.par-max {
  font-size: 24px; }
  @media all and (max-width: 640px) {
    .par-max {
      font-size: 20px; } }

.par-btn {
  font-size: 16px; }
  @media all and (max-width: 640px) {
    .par-btn {
      font-size: 14px; } }

.par-title {
  font-size: 48px; }
  @media all and (max-width: 640px) {
    .par-title {
      font-size: 28px; } }

.par-subtitle {
  font-size: 32px; }
  @media all and (max-width: 640px) {
    .par-subtitle {
      font-size: 24px; } }

.child-content{
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px !important;
}
.child-content-detail{
  font-size: 22px;
}
.vao-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 20; }
  .vao-loader img {
    max-width: 400px;
    animation: fadein 750ms linear 1; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html, body {
  height: 100%;
  min-height: 100%; }

.menu-bar {
  z-index: 100;
  position: absolute;
  top: 30px;
  right: 30px;
  margin: 0;
  cursor: pointer; }
  .menu-bar span {
    display: block;
    width: 27px;
    height: 4px;
    margin: 5px 0;
    background: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms; }
  .menu-bar.dark span {
    background-color: #fff; }
  .menu-bar.active span {
    background: #fff; }
    .menu-bar.active span:nth-child(1) {
      -webkit-transform: translateY(9px) rotate(45deg);
      -moz-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
      -o-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg); }
    .menu-bar.active span:nth-child(2) {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
    .menu-bar.active span:nth-child(3) {
      -webkit-transform: translateY(-9px) rotate(-45deg);
      -moz-transform: translateY(-9px) rotate(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
      -o-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg); }

.logo-container {
  width: 200px; }

.menu-mobile ul li {
  color: #00b5ad; }

.menu-bar {
  display: block; }

header {
    width: 100%;
    height: 100%;
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 99;
    overflow: auto; 
	letter-spacing: 1px; }
    header:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #34353d; }
  
  header .valign-inner {
    padding-top: 80px;
    box-sizing: border-box; }
  /*header ul:hover li.active:before, header ul:hover li.active:after {
    width: 0; }
  header ul:hover li.active:hover:before, header ul:hover li.active:hover:after {
    width: 42px; }*/
  @media (min-width: 951px) {
    header.dark ul li:before, header.dark ul li:after {
      background-color: #34353d; } }
  @media (max-width: 950px) {
    header span,
    header a {
      color: #fff; } }

  header ul li {
    position: relative;
    padding: 24px 15px 24px;
    font-weight: bold; 
    text-transform: uppercase;
  }
    header ul li:before, header ul li:after {
      content: '';
      position: absolute;
      width: 0;
      height: 5px;
      background-color: #fff;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
   /* header ul li:hover:before {
      width: 42px;
      top: 0; }
    header ul li:hover:after {
      bottom: 0;
      width: 42px; }
    header ul li.active:before, header ul li.active:after {
      width: 42px; }
    header ul li.active:before {
      width: 42px;
      top: 0; }
    header ul li.active:after {
      bottom: 0;
      width: 42px; }*/

.logo-container {
    z-index: 99;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 350px; 
  }
  .logo-container img {
    /*width: 100%;
    max-width: 350px;*/
    display: block; 
  }

@media (max-width: 950px) {
  .menu-bar {
    display: block; }

  .logo-container {
    top: 20px;
    left: 10px; }

  header {
    width: 100%;
    height: 100%;
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 99;
    overflow: auto; }
    header:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #34353d; }
    header.active {
      top: 0; }
    header .valign-inner {
      align-items: end; 
      height: 80%;}

  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99;
    display: flex;
    vertical-align: middle;
    align-items: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .menu-mobile .menu-mobile ul {
      float: none;
      text-align: center;
      font-size: 20px;
      margin: auto; }
      .menu-mobile .menu-mobile ul a {
        color: #ffffff; }
      .menu-mobile .menu-mobile ul li {
        margin: 15px 0; }
    .menu-mobile.active {
      top: 0; }

  .logo-container img {
    width: 200px; } }
@media (min-width: 768px) {
  .header-mobile {
    display: none; }

  .menu-mobile ul li {
    display: inline-block;
    margin: 10px 15px 0; } }
footer {
  z-index: 2;
  position: relative;
  color: white;
  padding: 10px 15px 15px;
  bottom:0;
  line-height: 1.3; }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
@-moz-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
@-ms-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
@-o-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
#main-container {
  height: 100%;
  height: auto !important;
  min-height: 100%; }

img {
  max-width: 100%; }

.hide {
  position: relative; }

.ease, a, input[type="submit"], button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.loader {
  position: relative;
  overflow: hidden;
  background: #fff url("../images/page_template/loading.gif") no-repeat center; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.fl {
  float: left; }

.fr {
  float: right; }

.flim {
  float: left !important; }

.frim {
  float: right !important; }

.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.ls3 {
  letter-spacing: 3px; }

.ls4 {
  letter-spacing: 4px; }

.ls5 {
  letter-spacing: 5px; }

.clr, .clear {
  display: block;
  float: none;
  clear: both; }

.vertical-enable {
  position: relative; }

.parent-vertical-align {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.child-vertical-align {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top; }

.valign-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .valign-wrapper .valign {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0; }

.bold {
  font-weight: 900; }

.font-normal {
  font-weight: 400; }

.font-light {
  font-weight: 300; }

.font-thin {
  font-weight: 100; }

.bp-set {
  display: inline-block;
  *display: inline; }
  .bp-set.vm {
    vertical-align: middle; }
  .bp-set.vt {
    vertical-align: top; }
  .bp-set.vb {
    vertical-align: bottom; }

.bp-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.bp-rel {
  position: relative; }

.bp-ab {
  position: absolute; }

.co-black {
  color: #221F1F; }

.co-white {
  color: #ffffff; }

.co-grey {
  color: #797979; }

.co-theme {
  color: #34353d; }

.pad {
  padding-left: 15px;
  padding-right: 15px; }

.bp-img img {
  max-width: 100%;
  height: auto; }
.bp-img.wide img {
  width: 100%; }

body {
  font-family: 'Noto Sans', sans-serif;
  color: #34353d; }

.bp-curve {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.bp-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.mobile-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.bp-centralize {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.mr15 {
  margin-right: 15px; }

.ml15 {
  margin-left: 15px; }

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

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

.mr7 {
  margin-right: 7px; }

.ml7 {
  margin-left: 7px; }

.mr7im {
  margin-right: 7px !important; }

.ml7im {
  margin-left: 7px !important; }

.pt1 {
  padding-top: 10px; }

.pt2 {
  padding-top: 20px; }
  @media (max-width: 640px) {
    .pt2 {
      padding-top: 10px; } }

.pt3 {
  padding-top: 30px; }
  @media (max-width: 640px) {
    .pt3 {
      padding-top: 20px; } }

.pt4 {
  padding-top: 40px; }
  @media (max-width: 640px) {
    .pt4 {
      padding-top: 30px; } }

.pt5 {
  padding-top: 50px; }
  @media (max-width: 640px) {
    .pt5 {
      padding-top: 40px; } }

.pb1 {
  padding-bottom: 10px; }

.pb2 {
  padding-bottom: 20px; }
  @media (max-width: 640px) {
    .pb2 {
      padding-bottom: 10px; } }

.pb2_5 {
  padding-bottom: 25px; }
  @media (max-width: 640px) {
    .pb2_5 {
      padding-bottom: 15px; } }

.pb3 {
  padding-bottom: 30px; }
  @media (max-width: 640px) {
    .pb3 {
      padding-bottom: 20px; } }

.pb4 {
  padding-bottom: 40px; }
  @media (max-width: 640px) {
    .pb4 {
      padding-bottom: 30px; } }

.pb5 {
  padding-bottom: 50px; }
  @media (max-width: 640px) {
    .pb5 {
      padding-bottom: 40px; } }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }
  @media (max-width: 640px) {
    .mt2 {
      margin-top: 10px; } }

.mt2_5 {
  margin-top: 25px; }
  @media (max-width: 640px) {
    .mt2_5 {
      margin-top: 15px; } }

.mt3 {
  margin-top: 30px; }
  @media (max-width: 640px) {
    .mt3 {
      margin-top: 20px; } }

.mt4 {
  margin-top: 40px; }
  @media (max-width: 640px) {
    .mt4 {
      margin-top: 30px; } }

.mt5 {
  margin-top: 50px; }
  @media (max-width: 640px) {
    .mt5 {
      margin-top: 40px; } }

.mt10 {
  margin-top: 100px; }
  @media (max-width: 640px) {
    .mt10 {
      margin-top: 80px; } }

.mt15 {
  margin-top: 150px; }
  @media (max-width: 640px) {
    .mt15 {
      margin-top: 120px; } }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    .mb2 {
      margin-bottom: 10px; } }

.mb2_5 {
  margin-bottom: 25px; }
  @media (max-width: 640px) {
    .mb2_5 {
      margin-bottom: 15px; } }

.mb3 {
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .mb3 {
      margin-bottom: 20px; } }

.mb4 {
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .mb4 {
      margin-bottom: 30px; } }

.mb5 {
  margin-bottom: 50px; }
  @media (max-width: 640px) {
    .mb5 {
      margin-bottom: 40px; } }

.mb10 {
  margin-bottom: 100px; }
  @media (max-width: 640px) {
    .mb10 {
      margin-bottom: 80px; } }

.mb15 {
  margin-bottom: 150px; }
  @media (max-width: 640px) {
    .mb15 {
      margin-bottom: 120px; } }

@media (max-width: 800px) {
  .smt1 {
    margin-top: 10px; }

  .smt10 {
    margin-top: 100px; }

  .smt2 {
    margin-top: 20px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smt2 {
      margin-top: 10px; } }

@media (max-width: 800px) {
  .smt3 {
    margin-top: 30px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smt3 {
      margin-top: 20px; } }

@media (max-width: 800px) {
  .smt4 {
    margin-top: 40px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smt4 {
      margin-top: 30px; } }

@media (max-width: 800px) {
  .smt5 {
    margin-top: 50px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smt5 {
      margin-top: 40px; } }

@media (max-width: 800px) {
  .smb1 {
    margin-bottom: 10px; }

  .smb2 {
    margin-bottom: 20px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smb2 {
      margin-bottom: 10px; } }

@media (max-width: 800px) {
  .smb3 {
    margin-bottom: 30px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smb3 {
      margin-bottom: 20px; } }

@media (max-width: 800px) {
  .smb4 {
    margin-bottom: 40px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smb4 {
      margin-bottom: 30px; } }

@media (max-width: 800px) {
  .smb5 {
    margin-bottom: 50px; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .smb5 {
      margin-bottom: 40px; } }


.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  -moz-animation: rotatee 2s infinite linear;
  -ms-animation: rotatee 2s infinite linear;
  -o-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear; }

.s-dot {
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  background-color: #333333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  -moz-animation: bouncee 2s infinite ease-in-out;
  -ms-animation: bouncee 2s infinite ease-in-out;
  -o-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out; }

.s-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.explorer .preloader {
  background: #fff url("../images/page_template/loading.gif") no-repeat center; }

.explorer .preloader .spinner {
  display: none; }

.text-justify {
  text-align: justify; }

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

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

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

.side50 {
  width: 50%; }

.underline {
  text-decoration: underline; }

.bg-theme-green {
  background-color: #00b5ad;
  color: #ffffff; }

.bg-vertical-gradient {
  background: -webkit-linear-gradient(#ffd101, #f7991d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffd101, #f7991d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffd101, #f7991d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffd101, #f7991d);
  /* Standard syntax */ }

.bg-horizontal-gradient {
  background: -webkit-linear-gradient(left, #ffd101, #f7991d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffd101, #f7991d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffd101, #f7991d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffd101, #f7991d);
  /* Standard syntax */ }

.btn {
  color: #ffffff;
  background-color: #00b5ad;
  padding: 3px 30px;
  display: block;
  font-weight: 900;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.center {
    text-align: center;
    display: inline-block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto; }
  .btn.min-width {
    width: 150px !important;
    max-width: 100% !important; }
  .btn.med-width {
    width: 250px !important;
    max-width: 100% !important; }
  .btn.max-width {
    max-width: 100%; }
  .btn.thick {
    padding: 10px 30px; }
  .btn.tall-thick {
    padding: 15px 30px; }
  .btn.large-thick {
    padding: 10px 50px; }
  .btn:hover {
    background-color: #00b5ad !important; }
  .btn.small {
    padding: 3px 15px; }
  .btn.black {
    background-color: #000; }

.whitespace {
  white-space: nowrap; }

.inline-block {
  display: inline-block; }

@media (max-width: 500px) {
  .btn.min-width, .btn.med-width {
    box-sizing: border-box; } }
input.btn {
  border: none !important;
  padding: 10px 30px !important; }

a {
  color: inherit;
  position: relative;
  cursor: pointer !important; }

.form-container .form-title {
  letter-spacing: 2px; }
.form-container textarea, .form-container input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #cecece;
  color: #333333;
  font-weight: 900;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  .form-container textarea:focus, .form-container textarea:active, .form-container input:focus, .form-container input:active {
    border: 2px solid #333333; }
    .form-container textarea:focus::-webkit-input-placeholder, .form-container textarea:active::-webkit-input-placeholder, .form-container input:focus::-webkit-input-placeholder, .form-container input:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #333333; }
    .form-container textarea:focus::-moz-placeholder, .form-container textarea:active::-moz-placeholder, .form-container input:focus::-moz-placeholder, .form-container input:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #333333; }
    .form-container textarea:focus:-ms-input-placeholder, .form-container textarea:active:-ms-input-placeholder, .form-container input:focus:-ms-input-placeholder, .form-container input:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #333333; }
    .form-container textarea:focus:-moz-placeholder, .form-container textarea:active:-moz-placeholder, .form-container input:focus:-moz-placeholder, .form-container input:active:-moz-placeholder {
      /* Firefox 18- */
      color: #333333; }
  .form-container textarea::-webkit-input-placeholder, .form-container input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cecece; }
  .form-container textarea::-moz-placeholder, .form-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #cecece; }
  .form-container textarea:-ms-input-placeholder, .form-container input:-ms-input-placeholder {
    /* IE 10+ */
    color: #cecece; }
  .form-container textarea:-moz-placeholder, .form-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #cecece; }
.form-container textarea {
  resize: none; }

.col, .col-left, .col-right {
  box-sizing: border-box;
  float: left; }

.col-pad {
  padding-left: 15px;
  padding-right: 15px; }

.col-left {
  padding-right: 15px; }

.col-right {
  padding-left: 15px; }

.col-mid {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.col1 {
  width: 10%; }

.col2 {
  width: 20%; }

.col3 {
  width: 30%; }

.col4 {
  width: 40%; }

.col5 {
  width: 50%; }

.col6 {
  width: 60%; }

.col7 {
  width: 70%; }

.col8 {
  width: 80%; }

.col9 {
  width: 90%; }

.col10 {
  width: 100%; }

.col-split4 {
  width: 25%; }

.col-split3 {
  width: 33.33333%; }

@media screen and (max-width: 768px) {
  .sm1 {
    width: 10%; }

  .sm2 {
    width: 20%; }

  .sm3 {
    width: 30%; }

  .sm4 {
    width: 40%; }

  .sm5 {
    width: 50%; }

  .sm6 {
    width: 60%; }

  .sm7 {
    width: 70%; }

  .sm8 {
    width: 80%; }

  .sm9 {
    width: 90%; }

  .sm10 {
    width: 100%; }

  .sm10 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .sm-split4 {
    width: 25%; }

  .sm-split3 {
    width: 33.33333%; } }
@media screen and (min-width: 751px) {
  .med1 {
    width: 10%; }

  .med2 {
    width: 20%; }

  .med3 {
    width: 30%; }

  .med4 {
    width: 40%; }

  .med5 {
    width: 50%; }

  .med6 {
    width: 60%; }

  .med7 {
    width: 70%; }

  .med8 {
    width: 80%; }

  .med9 {
    width: 90%; }

  .med10 {
    width: 100%; }

  .med10 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .med-split4 {
    width: 25%; }

  .med-split3 {
    width: 33.33333%; } }
@media screen and (min-width: 1251px) {
  .lg1 {
    width: 10%; }

  .lg2 {
    width: 20%; }

  .lg3 {
    width: 30%; }

  .lg4 {
    width: 40%; }

  .lg5 {
    width: 50%; }

  .lg6 {
    width: 60%; }

  .lg7 {
    width: 70%; }

  .lg8 {
    width: 80%; }

  .lg9 {
    width: 90%; }

  .lg10 {
    width: 100%; }

  .lg10 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .lg-split4 {
    width: 25%; }

  .lg-split3 {
    width: 33.33333%; } }
@media (max-width: 768px) {
  .mobile-gone {
    display: none; } }
@media (min-width: 751px) {
  .mobile {
    display: none; } }
table.full-width {
  width: 100%; }

@emdia (max-width:500px) {
  .mobile-fnone {
    float: none;
    margin: auto;
    text-align: center; } }
.lc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #34353d;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  z-index: 999; }

.inviewup {
  opacity: 0;
  -webkit-transition: all ease-out 1000ms;
  -moz-transition: all ease-out 1000ms;
  -ms-transition: all ease-out 1000ms;
  -o-transition: all ease-out 1000ms;
  transition: all ease-out 1000ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

.inviewdown {
  opacity: 0;
  -webkit-transition: transform linear 550ms, opacity linear 1000ms;
  -moz-transition: transform linear 550ms, opacity linear 1000ms;
  -ms-transition: transform linear 550ms, opacity linear 1000ms;
  -o-transition: transform linear 550ms, opacity linear 1000ms;
  transition: transform linear 550ms, opacity linear 1000ms;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.inview-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.nowrap {
  white-space: nowrap; }

.lh1 {
  line-height: 1; }

.lh1_1 {
  line-height: 1.1; }

.lh1_2 {
  line-height: 1.2; }

.lh1_3 {
  line-height: 1.3; }

.lh1_4 {
  line-height: 1.4; }

.lh1_5 {
  line-height: 1.5; }

.font-green {
  color: #00b5ad; }

.font-blue {
  color: #28384e; }

/*.font-white {
  color: #ffffff; }*/

.font-black {
  color: #000; }

.par-60 {
  font-size: 60px;
  font-size: 60px; }

  @media all and (max-width: 640px) {
    .par-60 {
      font-size: 40px; } }

.par-42 {
  font-size: 42px;
  font-size: 42px; }
  @media all and (max-width: 640px) {
    .par-42 {
      font-size: 24px; } }

.par-32 {
  font-size: 32px;
  font-size: 20px; }
  @media all and (max-width: 640px) {
    .par-32 {
      font-size: 20px; } }

.par-21 {
  font-size: 21px;
  font-size: 21px; }
  @media all and (max-width: 640px) {
    .par-21 {
      font-size: 15px; } }

.par-18 {
  font-size: 18px;
  font-size: 18px; }
  @media all and (max-width: 640px) {
    .par-18 {
      font-size: 14px; } }

.par-17 {
  font-size: 17px;
  font-size: 17px; }
  @media all and (max-width: 640px) {
    .par-17 {
      font-size: 15px; } }

.par-15 {
  font-size: 15px;
  font-size: 15px; }
  @media all and (max-width: 640px) {
    .par-15 {
      font-size: 15px; } }

.par-14 {
  font-size: 16px; }
  @media all and (max-width: 640px) {
    .par-14 {
      font-size: 14px; } }

.font-14 {
  font-size: 14px;
  font-size: 12px; }
  @media all and (max-width: 640px) {
    .font-14 {
      font-size: 12px; } }

.par-12 {
  font-size: 12px;
  font-size: 12px; }

  
  @media all and (max-width: 640px) {
    .par-12 {
      font-size: 12px; } }

body {
  width: 100%;
  height: 100%;
  line-height: 1; }

.container1920 {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 2560px;
  margin-left: auto;
  margin-right: auto; }

.hyperlink {
  position: relative; }
  .hyperlink.no-underline:after {
    display: none; }
  .hyperlink:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #fff; }
  .hyperlink:hover:after {
    animation: hyperlink_hover 500ms;
    animation-direction: forward; }

@-webkit-keyframes hyperlink_hover {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }
@-moz-keyframes hyperlink_hover {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }
@-ms-keyframes hyperlink_hover {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }
@-o-keyframes hyperlink_hover {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes hyperlink_hover {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }


@media (max-width: 950px) {
  .copywriting-container {
    position: relative; } }
.back-to-top {
  position: fixed;
  right: 41px;
  bottom: 52px; }

.navigation-container {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 0;
  display: flex;
  justify-content: center;
  color:#fff;
  align-items: center;
  right: 40px;
  z-index:50; }
  .container1920.page-collections .navigation-container {
    z-index:3; }

  .navigation-container .numbering {
    display: inline-flex;
    margin-top: 22px;
    margin-bottom: 22px; }
.zoomContainer {
    z-index: 1000;
    display: none;
}
.valign-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -flex-direction: column; }

.video-container .video-bottom-border,
.video-container .video-top-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 2; }
.video-container .video-left-border,
.video-container .video-right-border {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  z-index: 2; }
.video-container .video-right-border {
  right: 0; }
.video-container .video-top-border {
  top: 0; }
.video-container .video-bottom-border {
  bottom: 0; }
@media (max-width: 768px) {
  .video-container .video-bottom-border, .video-container .video-top-border {
    height: 20px; }
  .video-container .video-left-border, .video-container .video-right-border {
    width: 20px; } }

#landing-video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  z-index: 1; }

.page-landing {
  position: relative;
  z-index: 3; }
  .page-landing .outer-content {
    position: relative;
    padding: 54px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .page-landing .inner-content {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px; }
  .page-landing .landing-inner {
    width: 695px;
    height: 85%;
    max-width: 100%;
    background: url("../img/landing/main-2019.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .page-landing .landing-inner .font-green {
      color: #ffffff; }
    .page-landing .landing-inner .btn-explore {
      background-color: #5f7175;
      padding: 11px 21px;
      line-height: 1;
      display: inline-block;
      margin-top: 39px;
      margin-bottom: 37px; }
      .page-landing .landing-inner .btn-explore:hover {
        background-color: #94aa9d; }

  @media (max-width: 768px) {
    .page-landing .valign-inner {
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box; }
    .page-landing .inner-content {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; }
    .page-landing .outer-content {
      box-sizing: border-box; } 

  }
  @media (max-width: 768px) {
    .page-landing .outer-content {
      padding: 20px; } }

.page-collections {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #34353d; }
  .page-collections .outer-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 33px 43px 33px 43px;
    padding-top: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .page-collections .inner-content {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    display: flex;
    z-index: 1;
    /*overflow: auto;*/ 
  }
   .page-collections .inner-content .description {
      right: 50px; }



  .page-collections .inner-content {
    position: relative;
    padding-left: 320px;
    padding-right: 200px;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .page-collections .inner-content .img-container {
      max-width: 90%; 
      overflow: hidden;

    }
  .page-collections .description {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px 16px;
    text-align-last: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .page-collections .description .par-32 {
      margin-bottom: 9px;
      letter-spacing: 2px; }
    .page-collections .description .par-14 {
      margin-bottom: 25px; }
    .page-collections .description .hyperlink {
      margin-bottom: 4px;
      display: inline-block; }
    @media (max-width: 1200px) {
      .page-collections .description {
        width: 300px; }
        .page-collections .description .par-32 {
          font-size: 28px; }
        .page-collections .description .par-14 {
          font-size: 12px; } }

.collection.owl-carousel {
  height: 100%; }
  .collection.owl-carousel .owl-stage-outer,
  .collection.owl-carousel .owl-stage,
  .collection.owl-carousel .owl-item {
    height: 100%; }

#video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

  @media  (min-width:951px) and (max-width: 1200px) {
  .page-collections .inner-content {
    padding: 200px; } }

@media (max-width: 950px) {
  .page-collections .inner-content {
    padding-left: 0;
    padding-top:unset;
    right: 0; } }

/*@media (max-width: 800px) {
  .page-collections .inner-content {
    padding-left: 0;
    padding-top:unset;
    padding-right: 0; } }*/

@media (max-width: 768px) {
  .page-collections {
    overflow: auto; }
    .page-collections .inner-content {
      display: block;
      padding-right: 0; }
      .page-collections .inner-content .description {
        position: relative;
        display: block;
        bottom: 0;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 20px;
        right: 0; }

  .navigation-container {
    right: 20px; } }
.selected-concept {
  position: relative; }
  .selected-concept .bg-content-container, .selected-concept .bg-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    float: right; }
    @media (max-width: 768px) {
      .selected-concept .bg-content-container, .selected-concept .bg-content {
        max-width: 100%;
        float: none;
        overflow: auto; }
        .selected-concept .bg-content-container::-webkit-scrollbar, .selected-concept .bg-content::-webkit-scrollbar {
          width: 1px;
          height: 4px;
          border: 1px solid #d5d5d5; }
        .selected-concept .bg-content-container::-webkit-scrollbar-track, .selected-concept .bg-content::-webkit-scrollbar-track {
          border-radius: 0;
          background: #dedfe1; }
        .selected-concept .bg-content-container::-webkit-scrollbar-thumb, .selected-concept .bg-content::-webkit-scrollbar-thumb {
          border-radius: 0;
          background: #dedfe1; } }
  .selected-concept .bg-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/selected-concept/bg-head.jpg") no-repeat right center;
    z-index: 1;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    float: right; }
    @media (max-width: 768px) {
      .selected-concept .bg-content {
        max-width: 100%;
        width: 100%;
        float: none; } }
  .selected-concept .arrow-container {
    position: absolute;
    width: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    cursor: pointer; }
    .selected-concept .arrow-container img {
      -webkit-animation: arrow_down 1s infinite linear;
      -moz-animation: arrow_down 1s infinite linear;
      -ms-animation: arrow_down 1s infinite linear;
      -o-animation: arrow_down 1s infinite linear;
      animation: arrow_down 1s infinite linear; }
    .selected-concept .arrow-container.bg-white img {
      background-color: #000;
      padding: 10px; }
  @media (max-width: 500px) {
    .selected-concept .arrow-container.bg-white img {
      background-color: #ddd;
      padding: 10px; } }
  .selected-concept .dot-container {
    position: absolute;
    left: 256px;
    bottom: 41px;
    z-index: 4;
    display: none; }
    .selected-concept .dot-container span {
      position: relative;
      display: inline-block;
      cursor: pointer;
      margin-right: 6px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #34353d;
      border: 2px solid #34353d;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      .selected-concept .dot-container span.active {
        background-color: #fff; }
      .selected-concept .dot-container span:hover {
        background-color: #737373;
        border: 2px solid #737373; }
        .selected-concept .dot-container span:hover.active {
          background-color: #fff;
          border: 2px solid #34353d; }

@-webkit-keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-moz-keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-ms-keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-o-keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
.bg-peach{
        background:#dedfe1;
      }
.bg-peach.selected-concept {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #dedfe1; }
  .bg-peach.selected-concept .container-1409 {
    padding-left: 20px; }

.bg-peach.select-product {
  background-color: #dedfe1; }
  .bg-peach.select-product .container-1409 {
    padding-left: 20px; }
  .bg-peach.select-product .row {
    text-align: left; }

.bg-f7f7f7 {
  background-color: #f7f7f7; }

p.form_success {
    display: none;
    color: #007a04;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.container-1409 {
  width: 1409px;
  max-width: 100%;
  margin: auto;
 /* padding-top: 79px;*/
  padding-bottom: 110px;
 /* padding-left: 255px;*/
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center; }
  .container-1409 .col-split3 {
    position: relative;
    cursor: pointer;
    width: 32.3333%;
    background-color: #fff;
    float: none;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-bottom: 8px solid #f6f6f6; }
    .container-1409 .col-split3:first-child, .container-1409 .col-split3:nth-child(3n+1) {
      border-right: 2px solid #f6f6f6; }
    .container-1409 .col-split3:nth-child(2), .container-1409 .col-split3:nth-child(3n+2) {
      border-right: 2px solid #f6f6f6;
      border-left: 2px solid #f6f6f6; }
    .container-1409 .col-split3:nth-child(3), .container-1409 .col-split3:nth-child(3n+3) {
      border-left: 2px solid #f6f6f6; }
    .container-1409 .col-split3:hover .img-container img {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
  @media (max-width: 950px) {
    .container-1409 {
      padding: 1px 20px 110px 20px; } }
  @media (max-width: 768px) {
    .container-1409 .col-split3 {
      width: 49.5%; }
      .container-1409 .col-split3:nth-child(odd) {
        border-left: none;
        border-right: 4px solid #f6f6f6; }
      .container-1409 .col-split3:nth-child(even) {
        border-right: none;
        border-left: 4px solid #dedfe1; } }
  @media (max-width: 500px) {
    .container-1409 .col-split3 {
      width: 100%;
      border-left: 8px solid #f6f6f6 !important;
      border-right: 8px solid #f6f6f6 !important; } }
  .container-1409 .img-container {
    position: relative;
    width: 465px;
    height: 234px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .container-1409 .img-container img {
      max-width: 80%;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms;
      max-height: 80%; }
    .container-1409 .img-container img.bigger {
      max-width: 80%;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms;
      max-height: 80%;
      transform: scale(1.3); }
    .container-1409 .img-container img.special {
      position: absolute;
      top: 29px;
      z-index: 1; }
  .container-1409 .description {
    position: relative;
    min-height: 48px;
    padding: 0 20px 21px 20px;
    z-index: 2;
    display: block;
    font-size: 13px; }
    .container-1409 .description .child {
      display: table-cell;
      vertical-align: top;
      line-height: 1.3; }

.container-1440.bg-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  height: 1080px;
  /*background-color: #9cb7b8;*/ }

@media (max-width: 950px) {
  .container1920.bg-f7f7f7 {
    background-color: #f7f7f7;
    max-height: initial;
    height: auto; } }
.selected-concept .container-1440.bg-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  /*background-color: #9cb7b8;*/ }
@media (max-width: 1880px) {
  .selected-concept .container-1440.bg-green {
    position: relative;
    float: right;
    max-width: calc( 100% - 450px ); } }
@media (max-width: 950px) {
  .selected-concept .container-1440.bg-green {
    max-width: 100%;
    float: none;
    /*padding-top: 100px;*/
   /* padding-bottom: 100px;*/ } }
.selected-concept.selected-product .white-product-container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1200px;
  height: 808px;
  max-width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -221px; }
.selected-concept.selected-product .product-description {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  left: 7%;
  color: #fff;
  font-size: 20px;
  padding-top: 8%;
  padding-bottom: 8%;
     }
@media (max-width: 1880px) {
  .selected-concept.selected-product .white-product-container {
    margin-left: -15%;
    width: calc( 100% - 400px );
    height: auto;
    background: none; }
    .selected-concept.selected-product .white-product-container img {
      max-width: 80%;
      padding-top: 50px;
      padding-bottom: 50px;
      background-color: #fff;
      max-height: 350px; }
  .selected-concept.selected-product .product-description {
    right: 20px; }
    .selected-concept.selected-product .product-description .par-42 {
      font-size: 30px; }
    .selected-concept.selected-product .product-description .par-32 {
      font-size: 16px; }
    .selected-concept.selected-product .product-description .par-21 {
      font-size: 15px; } }
@media (max-width: 1280px) {
  .selected-concept.selected-product .white-product-container {
    width: calc( 100% - 150px );
    margin-left: -20%; }
  .selected-concept.selected-product .product-description {
    right: 20px; } }
@media (max-width: 1200px) {
  .selected-concept.selected-product .white-product-container img {
    max-width: 300px; } }
@media (max-width: 950px) {
  .selected-concept.selected-product .white-product-container {
    position: relative;
    width: 100%;
    margin-left: auto; }
    .selected-concept.selected-product .white-product-container img {
      box-sizing: border-box;
      max-height: none;
      width: 50%;
      margin: auto; }
  .selected-concept.selected-product .product-description {
    padding-top: 50px;
    right: initial;
    position: relative;
    margin: auto; } }
@media (max-width: 800px) {
  .selected-concept.selected-product .white-product-container img {
    width: auto;
    max-height: 265px;
    max-width: 95%; }
  .selected-concept.selected-product .product-description {
    width: 80%; } }
@media (max-width: 500px) {
  .selected-concept.selected-product .white-product-container img {
    width: auto;
    max-height: 265px;
    max-width: 95%; } }

.container-1409 .title.par-18 {
  margin-bottom: 11px; }

.accessories-container .container-1409 .row {
  margin-top: 62px; } /*edit in 22/10/20*/
.accessories-container .container-1409 .col-split3 {
  cursor: initial; }
  .accessories-container .container-1409 .col-split3:hover .img-container img {
    transform: scale(1); }
.accessories-container img {
  background: url("../img/loading.gif") center center no-repeat; }



.brands-container {
    width: 100%;
    min-height: 100%;
    height: auto;
    max-height: initial;
    box-sizing: border-box; 
    background: url("../Images/BS_background.jpg") no-repeat;
/*    background-size: 100% 100%;*/
/*    background-position: center center;*/
    background-size: cover;
  }
  .brands-container .container-1440.bg-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 2560px;
    max-width: 100%;
    height: 100%;

/*        min-height: 50vh;*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
     /*background-color: #dedfe1;*/ }
    .brands-container .container-1440.bg-green .brands-product {
      position: absolute;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      max-width: 100%;
      width: 808px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -221px; }
    .comp-slogan p{
      text-align: right;
      background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
      padding: 8px 16px;
      display: block;
    }
    .special-year{
      font-size: 15vw;
      font-weight: bold;
      text-align: center;
      opacity: 0.2;
      position: absolute;
      margin-top: -206px;
    }
    @media (max-width: 1920px) {
      .brands-container .container-1440.bg-green .brands-product {
        width: 70%;
        margin-left: -20%; } }
    @media (max-width: 1440px) {
      .brands-container .container-1440.bg-green .brands-product {
        width: 50%;
        margin-left: -15%; } 
	   .brands-container {
	    background-size: cover;
	  	}}
    @media (max-width: 1000px) {
      .brands-container .container-1440.bg-green {
        height: auto;
        /*max-width: calc( 100% - 325px );*/
        max-width: calc( 100% - 40px ); }
        .brands-container .container-1440.bg-green .brands-product {
          position: relative;
          margin: auto;
          padding: 20px;
          box-sizing: border-box;
          height: auto; } 
      .special-year{
        font-size: 20vw;
        margin-top: -206px;
      }

    }
    @media (max-width: 950px) {
      .brands-container .container-1440.bg-green {
        position: relative;
        top: 100px;
        max-width: 100%; }
        .brands-container .container-1440.bg-green .brands-product {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 80px; }
        .special-year{
          margin-top: -126px;
        } }
  .brands-container.selected-concept.selected-product .product-description {
    /*right: 0;*/ }
    .brands-container.selected-concept.selected-product .product-description .content {
      /*position: relative;
      max-width: 492px;
      padding-top: 47px;
      padding-bottom: 43px;
      text-align-last: center;*/ }
      /*.brands-container.selected-concept.selected-product .product-description .content:before, .brands-container.selected-concept.selected-product .product-description .content:after {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        content: '';
        width: 60px;
        height: 4px;
        background-color: #34353d; }*/
      .brands-container.selected-concept.selected-product .product-description .content:before {
        top: 0; }
      .brands-container.selected-concept.selected-product .product-description .content:after {
        bottom: 15px; }
      .brands-container.selected-concept.selected-product .product-description .content .par-18 {
        margin-top: 43px; }
      }
    @media (max-width: 1880px) {
      .brands-container.selected-concept.selected-product .product-description {
        right: 0; } }
    @media (max-width: 1440px) {
      .brands-container.selected-concept.selected-product .product-description {
        width: 48%; } }
    @media (max-width: 1000px) {
      .brands-container.selected-concept.selected-product .product-description {
        position: relative;
        width: 100%;
        padding-top: 20%;
        left:0; } }
    @media (max-width: 950px) {
      .brands-container.selected-concept.selected-product .product-description {
        padding-top: 0; } }
    @media (max-width: 480px) {
      .special-year{
        margin: 0 auto;
        margin-top: -90px;
        display: block;
        position: relative;
      } }

.contact-container .container-1440.bg-green {
  position: relative;
  top: 90px;
  right: 0;
  width: 2560px;
  max-width: 100%;
  min-height: 1023px;
  background-color: rgba(255,255,255, 0.8);
  margin-bottom: 60px; }
  .contact-container .container-1440.bg-green .brands-product {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    width: 808px;
    height: 553px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -221px; }
  .contact-container .container-1440.bg-green .brands-product iframe {
    width: 100%;
    max-width: 800px;
    height: 90%;
    display: block;
  }
  @media (max-width: 1920px) {
    .contact-container .container-1440.bg-green .brands-product {
      width: 70%;
      margin-left: -20%; } }
  @media (max-width: 1440px) {
    .contact-container .container-1440.bg-green .brands-product {
      width: 50%;
      margin-left: -15%; } }
  @media (max-width: 1000px) {
    .contact-container .container-1440.bg-green {
      height: auto;
      max-width: calc( 100% - 325px ); }
      .contact-container .container-1440.bg-green .brands-product {
        position: relative;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
        height: auto; } }
  @media (max-width: 950px) {
    .contact-container .container-1440.bg-green {
      position: relative;
      max-width: 100%; 
    }
    .contact-container .container-1440.bg-green .brands-product {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 80px; } 
    .contact-container .container-1440.bg-green .brands-product iframe {
      height: 300px;
    }
  }
  @media (max-width: 500px) {
    .contact-container .container-1440.bg-green .brands-product {
      padding-top: 20px; } 
    .comp-slogan p {
        text-align: center;
    }
    .special-year {
        margin-top: -86px;
    }}
.contact-container.selected-concept.selected-product .product-description {
  right: 7%; }
  .contact-container.selected-concept.selected-product .product-description .content {
    position: relative;
    max-width: 492px;
    padding-top: 43px;
    padding-bottom: 43px;
    text-align-last: center; }
    .contact-container.selected-concept.selected-product .product-description .content:before, .contact-container.selected-concept.selected-product .product-description .content:after {
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      content: '';
      width: 60px;
      height: 4px;
      background-color: #34353d; }
    .contact-container.selected-concept.selected-product .product-description .content:before {
      top: 15px; }
    .contact-container.selected-concept.selected-product .product-description .content:after {
      bottom: 15px; }
    
  @media (max-width: 1880px) {
    .contact-container.selected-concept.selected-product .product-description {
      right: 0; } }
  @media (max-width: 1440px) {
    .contact-container.selected-concept.selected-product .product-description {
      width: 65%; } }
  @media (max-width: 1000px) {
    .contact-container.selected-concept.selected-product .product-description {
      position: relative;
      width: 100%; } }
.contact-container .btn-enquiry {
  cursor: pointer;
  width: 192px;
  text-align: center;
  padding: 5px 0 6px;
  display: inline-block;
  background-color: #5b5f6a;
  color: #fff;
  margin-top: 33px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  .contact-container .btn-enquiry:hover {
    color: #5b5f6a;
    background-color: #fff; }

body.popup-enabled {
  overflow: hidden; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto; }
  .popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b5f6a;
    opacity: 0.87;
    z-index: 11; }
  .popup .popup-inner {
    position: relative;
    width: 1409px;
    min-height: 809px;
    max-width: calc( 100% - 300px );
    background-color: #9fb3a7;
    margin: 20px 0;
    z-index: 12;
    padding-top: 44px; }
    @media (max-width: 768px) {
      .popup .popup-inner {
        max-width: calc( 100% - 50px ); } }
    @media (max-width: 1920px) {
      .popup .popup-inner {
        position: absolute;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        padding-bottom: 20px; } }
    .popup .popup-inner .popup-cancel {
      position: absolute;
      top: 21px;
      right: 21px;
      cursor: pointer; }
      .popup .popup-inner .popup-cancel span {
        cursor: pointer; }
    .popup .popup-inner .container670 {
      width: 670px;
      margin: auto;
      max-width: 100%; }
    .popup .popup-inner .par-18 {
      position: relative;
      padding-top: 43px;
      padding-bottom: 41px;
      margin: 0;
      text-align: center; }
      .popup .popup-inner .par-18:before, .popup .popup-inner .par-18:after {
        content: '';
        width: 60px;
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #000; }
      .popup .popup-inner .par-18:before {
        top: 0; }
      .popup .popup-inner .par-18:after {
        bottom: 0; }
    .popup .popup-inner .desc2 {
      padding-top: 32px;
      padding-bottom: 26px; }
    .popup .popup-inner .white-container {
      background-color: #fff;
      margin-bottom: 10px; }
      .popup .popup-inner .white-container div:first-child {
        width: 30.8955%;
        padding: 14px 16px 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .popup .popup-inner .white-container div:nth-child(2) {
        position: relative;
        padding: 13px 0 14px;
        width: 69.1045%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .popup .popup-inner .white-container div:nth-child(2) textarea, .popup .popup-inner .white-container div:nth-child(2) input {
          position: absolute;
          top: 0;
          left: 0;
          width: calc( 100% - 28px );
          min-height: 40px;
          border: none; }
          .popup .popup-inner .white-container div:nth-child(2) textarea::-webkit-input-placeholder, .popup .popup-inner .white-container div:nth-child(2) input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #34353d; }
          .popup .popup-inner .white-container div:nth-child(2) textarea::-moz-placeholder, .popup .popup-inner .white-container div:nth-child(2) input::-moz-placeholder {
            /* Firefox 19+ */
            color: #34353d; }
          .popup .popup-inner .white-container div:nth-child(2) textarea:-ms-input-placeholder, .popup .popup-inner .white-container div:nth-child(2) input:-ms-input-placeholder {
            /* IE 10+ */
            color: #34353d; }
          .popup .popup-inner .white-container div:nth-child(2) textarea:-moz-placeholder, .popup .popup-inner .white-container div:nth-child(2) input:-moz-placeholder {
            /* Firefox 18- */
            color: #34353d; }
        .popup .popup-inner .white-container div:nth-child(2) textarea {
          position: relative;
          height: 186px;
          text-align: justify; }
          input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="number"].error, textarea.error, select.error {
              border: 1px solid #f00 !important;
              text-align: left;
          }
    .popup .popup-inner .btn-submit {
      text-align: center;
      width: 108px;
      padding: 17px 0px;
      display: inline-block;
      margin: auto;
      background-color: #5b5f6a;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      .popup .popup-inner .btn-submit:hover {
        background-color: #fff;
        color: #5b5f6a; }

.page-lookbook {
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-lookbook .outer-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-lookbook .inner-content {
    position: relative;
    width: 1307px;
    /*padding-left: 285px;*/
    margin:0 auto;
    padding-top: 4%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  

  /*  @media (max-width: 950px) {
      .page-lookbook .inner-content {
        padding-left: 0; } }*/
  .page-lookbook .navigation-container {
    right: 20px; }
  .page-lookbook .description {
    position: absolute;
    bottom: 78px;
    right: 0;
    margin-right: -164px;
    width: 322px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .page-lookbook .description .par-32 {
      margin-bottom: 9px;
      letter-spacing: 2px; }
    .page-lookbook .description .par-14 {
      margin-bottom: 25px; }
  .page-lookbook .hyperlink-container {
    margin-top: 14px; }

.product-care-container .container-1440.bg-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  background-color: #94aa9d;
  padding-bottom: 136px; }
  .product-care-container .container-1440.bg-green .brands-product {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    width: 553px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -221px; }
  @media (max-width: 2000px) {
    .product-care-container .container-1440.bg-green {
      max-width: calc( 100% - 450px );
      padding-bottom: 80px; }
      .product-care-container .container-1440.bg-green .brands-product {
        width: 50%;
        margin-left: -15%; } }
  @media (max-width: 1700px) {
    .product-care-container .container-1440.bg-green .brands-product {
      width: 30%;
      margin-left: -15%; } }
  @media (max-width: 1200px) {
    .product-care-container .container-1440.bg-green {
      height: auto; }
      .product-care-container .container-1440.bg-green .brands-product {
        position: relative;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
        height: auto;
        margin-left: auto; } }
  @media (max-width: 950px) {
    .product-care-container .container-1440.bg-green {
      position: relative;
      max-width: 100%; }
      .product-care-container .container-1440.bg-green .brands-product {
        width: 80%;
        padding-top: 80px; }
        .product-care-container .container-1440.bg-green .brands-product img {
          max-width: 100%; } }
  @media (max-width: 768px) {
    .product-care-container .container-1440.bg-green .brands-product {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
.product-care-container.selected-concept.selected-product .container-959 {
  position: absolute;
  right: 104px;
  top: 136px; }
  .product-care-container.selected-concept.selected-product .container-959 .content {
    position: relative;
    width: 959px;
    max-width: 100%; }
  .product-care-container.selected-concept.selected-product .container-959 .col {
    width: 452px; }
  .product-care-container.selected-concept.selected-product .container-959 ul {
    margin-left: 15px; }
    .product-care-container.selected-concept.selected-product .container-959 ul.special-ul {
      margin-top: 10px; }
  .product-care-container.selected-concept.selected-product .container-959 li {
    list-style-type: disc; }
  .product-care-container.selected-concept.selected-product .container-959 .col:nth-child(2) {
    position: absolute;
    right: 0; }
  .product-care-container.selected-concept.selected-product .container-959 .new-section {
    margin-top: 39px; }
  @media (max-width: 2000px) {
    .product-care-container.selected-concept.selected-product .container-959 {
      position: relative;
      width: 75%;
      top: 50px;
      float: right; }
      .product-care-container.selected-concept.selected-product .container-959 .content {
        width: 85%;
        margin-left: auto; }
      .product-care-container.selected-concept.selected-product .container-959 .col {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
        position: relative; }
      .product-care-container.selected-concept.selected-product .container-959 .col:nth-child(2) {
        position: relative;
        float: right; } }
  @media (max-width: 1700px) {
    .product-care-container.selected-concept.selected-product .container-959 {
      width: 100%;
      right: 20px; } }
  @media (max-width: 1200px) {
    .product-care-container.selected-concept.selected-product .container-959 {
      position: relative;
      top: 0;
      right: 0; }
      .product-care-container.selected-concept.selected-product .container-959 .content {
        margin: 0 auto; }
      .product-care-container.selected-concept.selected-product .container-959 .col:nth-child(2) {
        position: relative;
        padding-left: 20px;
        box-sizing: border-box; } }
  @media (max-width: 950px) {
    .product-care-container.selected-concept.selected-product .container-959 .col {
      width: 100%;
      padding-left: 0;
      float: none; }
    .product-care-container.selected-concept.selected-product .container-959 .col:nth-child(2) {
      padding-top: 39px;
      padding-left: 0;
      float: none; } }

.product-carousel .owl-item {
  background-color: #fff; }
  .product-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto; }

.selected-concept .container-1409 {
  text-align: left; }

@media (max-width: 950px) {
  .selected-concept .arrow-container.bg-white img {
    max-width: 50px; } }
@media (max-width: 350px) {
  .footer.text-center {
    line-height: 2; } }
#back-top {
  background-color: #aaaaaa;
  width: 80px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  padding: 14px 10px;
  box-sizing: border-box;
  opacity: 0;
  width: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  #back-top img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.show#back-top {
  width: 50px;
  opacity: 1; }

#back-top:hover {
  cursor: pointer;
  background-color: #333; }

#back-top:active {
  background-color: #555; }

@media (max-width: 950px) {
  #back-top {
    right: 15px;
    bottom: 15px; 
  } 
  .pb4 {
      padding-bottom: 12px;
  }
  }

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

/*EDIT 14/10/20*/
.item_overlay{
  -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    height: 80%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 99;  
}
span.item_overlay p {
    position: absolute;
    margin-top: -13px;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.item_overlay:hover {
    opacity: 1;
}
.img-container.home_image{
  position:relative;
}
.img-container.home_image img{
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 80%;
  top: 10%;
  position: relative;
}
.description.font-white.text-center{
    right: 0;
    width: 45%;
    top: 18%;
    height: 38%;
    bottom: 60%;
}
  @media (max-width: 1440px){
  .description.font-white.text-center{
    width: 45%;
    height: 45%; }

}
  @media (max-width: 1280px){
  .description.font-white.text-center{
    width: 45%;
    height: 60%; }

}
  @media (max-width: 1024px){
  .description.font-white.text-center{
    width: 45%;
    height: 70%; }

}
.container-1409.productcontainer{
  padding-top: 10px;
}
.bg-content-container.productcontainer{
  padding-top:4.5%;
padding-top: 90px;
}
.categorylink{
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  background-color: #dedfe1;
  color:#000;
  /*color:#fff;*/
}
a.link:hover{
  color:#9e9e9e;
}
a.link:hover{
  color:#9e9e9e;
}
.bg-peach.selected-concept.category2{
 /* background-color: #fff;*/
}
.description.category2{
  margin-left: auto;
  margin-right: auto;
}
.child.category2{
  text-align: center;
}
@media (max-width: 768px){
  .item_overlay{
    height: 95%;
    top: unset; 
}
	.description.font-white.text-center{
		width:100%; }
    .bg-content-container.productcontainer{
/*       padding-top:15%;*/
      }
    .container-1409.productcontainer{
      padding-top: 0px;
      }
    .contact_tous{
       padding-top:30px !important;
       padding-left: 20px !important;
    }
    .getintouch{
      padding-top:30px !important;
      padding-left: 20px !important;
    }
      .contact_tous{
       padding-top:30px !important;
       padding-left: 20px !important;
    }
    .getintouch{
      padding-top:30px !important;
      padding-left: 20px !important;
    }


}

.detailscontact{
  text-align: center;
  background-color: #000;
  color:#fff;
  font-size: 20px;
  padding-top:20px;
  padding-bottom: 20px;
}
.contact_tous{
  float:left;
   padding-top:60px;
   padding-left: 130px;
}
.getintouch{
  float:left;
  padding-top:30px;
  padding-left: 150px;
}
.contactdetails{
  font-size: 16px;
  line-height: 1.6;
}
.titlecontact{
  font-size: 24px;
}
.contact-div{
    padding-bottom: 15px;
    position: relative;
}
/*.contactform{
  height: 30px;
  opacity: 0.6;
  background-color: #bfbfbf;
  width:300px;
  border-style: solid;
  border-width: 2px;
  border-color:#fff;
  font-weight: bold;
}
.contactform-comment{
  opacity: 0.6;
  font-weight: bold;
  background-color: #bfbfbf;
  width:300px;
  border-style: solid;
  border-width: 2px;
  border-color:#fff;
}
.contactformbutton{
  width:300px !important;
  border-style: outset !important;
  border-right-color: #000 !important;
  border-left-color: #d39e00!important;
  border-top-color: #d39e00 !important;
  border-bottom-color: #000 !important;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-width: 2px !important;
  background-color: #d39e00 !important;
}*/
.btn-dealer{
    width: 160px;
    cursor: pointer;
    color: #000;
    border-style: outset !important;
    border-right-color: #000 !important;
    border-left-color: #000!important;
    border-top-color: #000 !important;
    border-width: 2px !important;
    border-bottom-color: #000 !important;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-top: 33px;
    padding: 5px 0 6px;
    background-color: #00000000;
}
.bg-green.container-1440.background-contact{
  background-image: url("http://welcome3.seowexport.com.my/Uploads/MediaFiles/b/cfv-424.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-weight: bold;

}
.tab-content textarea::placeholder{
  color: #999999;
  font-style: italic;
}
.contact_us, .contact_us:after {
        clear: both ;
    }
    .contact_us:after, .contact_us:before {
        content: "" ;
        display: table ;
    }

/*edit search button*/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  /*opacity: 0.85;*/
}
.overlaydetails {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  /*opacity: 0.95;*/
  
}
.overlay-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 18%;
}
.overlay-contentdetails {
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  left: 10%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  float: left;
  width: 60%;
  border-style: outset;
  background: #ddd;
  border-right: none;
  height: 55px;
  margin: 0 auto;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 5%;
  padding: 3px;
  border-style: outset;
  background: #ddd;
  font-size: 20px;
 /* border: none;*/
  cursor: pointer;
  height: 55px;
  border-left: none;
  border-right: none;
}
.location-contact{
  padding-top: 30px;
  color:#fff;
  font-size:  20px;
  text-align:   center;
  padding-bottom:   10px;
}
.total_view{
  font-size: 14px;
}

@media (max-width: 768px){
  .overlay button {
      width: 10%;
  
    }
    .overlay-content {
        left: 15%;
    }
    .overlay input[type=text] {
      width: 50%;
    }


}

@media (max-width: 767px){
    #contact-top {
        right: 16px;
        bottom: 40px;
    }
}

.overlay button:hover {
  background: #bbb;
}
.closebutton{
  cursor: pointer;
  color: #000;
  float: left;
  width: 5%;
  padding: 3px;
  border-style: outset;
  background: #ddd;
  font-size: 30px !important;
  font-style: normal !important;

}
.popup_details{
  text-align: center;
  color:#fff;
  padding-top: 50px;
  line-height: 1.6;
  font-size: 14px;
}
.bg-peachSearch{
  background:#dedfe1;
  padding-top: 150px;
  top: 15%;
  right: 0;
  width: 2560px;
  max-width: 100%;
  height: auto;
}
.bg-peachSearch .popup_details{
  padding-top: 0px;
}

.message{
  font-size:38px;
  font-weight: bold;
  padding-top: 180px;
  padding-bottom: 180px;
  color:#000;
}
.description.category2Search {
  margin-left: auto;
  margin-right: auto;
}
.titleproduct{
  font-size: 18px;
}
/*edit by kjy at 3/11/2020*/
header ul li.active {
  opacity: 0.5;
}

header ul li:hover {
  opacity: 0.5;
}
.navigation-container{
  right:18%;
}
.brands-container .container-1440.bg-green .brands-product {
    margin-left: -10% !important;
}
.page-lookbook .hyperlink-container{
  /*padding-left:300px !important ;*/
}

.background-contact{
    background-image: url(http://welcome3.seowexport.com.my/Uploads/MediaFiles/b/cfv-424.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   /* padding-bottom: 30px;*/
}
.getintouch {
    float: left;
    padding-top: 3%;
    padding-left: 15%;
}
.titlecontact {
    font-size: 20px;
}
.contactdetails {
    font-size: 14px;
    line-height: 1.8;
}
.contact_tous {
    float: left;
    padding-top: 60px;
    padding-left: 150px;
}
.contactform {
    height: 30px;
    opacity: 0.6;
    padding:5px;
    color:#000;
    background-color: #bfbfbf;
    width: 500px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    font-weight: bold;
}
.contactform-comment {
    opacity: 0.6;
    font-weight: bold;
    color:#000;
    padding:5px;
    background-color: #bfbfbf;
    width: 500px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
}
.contactformbutton {
    width: 500px;
    border-style: outset !important;
    border-right-color: #000 !important;
    border-left-color: #000!important;
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-width: 2px !important;
    background-color: #0000 !important;
    color: #000;
}
.detailscontact {
    text-align: center;
    background-color: rgba(0,0,0, 0.83);
    font-size: 20px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.selected-concept .bg-content {
  background-size:  100%;
}
.countmessage{
    position: absolute;
    right: -35px;
    bottom: 16px;
  }
.contactmap{
  background-color: #000;
}
header ul li {
  color:#fff;
}
.logo{
  padding-top:30px;
}
.closebuttoncontact {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.closebuttoncontact:hover {
  color: #ccc;
}
.overlaycontact {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 98;
    top: 50%;
    margin-top: -300px;
    left: 0;
    /* background-color: rgb(0,0,0); */
    /* background-color: rgba(0,0,0, 0.9); */
    /* opacity: 0.85; */
}

.overlay-Dealer {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
}

.contactdealer{
    background-color: #000;
    height: 600px;
    width: 600px;
    margin: 0 auto;
    /* padding: 100px; */
    opacity: 1;
}
.contact_background {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  opacity: 0.85;
}
.btn-dealer.contact {
    margin-top: 33px;
    float: left;
    /* margin-left: 30px; */
   /* margin: 70px 50px auto 100px;*/
    width: 160px;
    cursor: pointer;
    color: #000;
    border-style: outset !important;
    border-right-color: #000 !important;
    border-left-color: #000!important;
    border-top-color: #000 !important;
    border-width: 2px !important;
    border-bottom-color: #000 !important;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    /* margin-top: 33px; */
    padding: 5px 0 6px;
    background-color: #0000;
}
.btn-dealer.email {
    margin-top: unset;
    margin: unset;
    float: right;
    position: absolute;
    bottom: 5%;
    font-size: 12px;
    right: 1%;
}
.showDetails {
    background-color: #dbdbdb;
    position: relative;
    height: 125px;
    width: 40%;
    text-align: left; 
    padding:10px;
    float: left;
    margin-top: 2%;
    margin-left: 25%;}
    /*testing dropdown*/
.dropdown_country ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown_country a{
    margin: 0;
    text-align: center;
    padding: 12px 15px 12px 15px;
    background: #5F6975;
    color: white;
    display: block;
    text-decoration: none;
}
.dropdown_country{
  float:  left;
}
.mainMenu>li{
    display: inline-block;
    margin-left: -5px;
    position: relative;
}
.subMenu li:hover>a{
    background: #000;
    cursor: pointer;
}

.subMenu li a {
    /*border:#fff solid 1px;*/
    cursor: pointer;
}

.subMenu{
    position: absolute;
    display: none; 
    bottom: -1px;
    left: 184px;
    width: 150px;
    opacity: 0.9;
    z-index: 99;
}
.popup-image{
  object-fit: cover;
}

.subMenu li{
    /* border-top: 1px solid #575F6A; */
    /* border-bottom: 1px solid #6B727C; */
    border: #fff solid 0.5px;
    position: relative;
}
.mainMenu>li:hover .subMenu{
    display: block;
}
.SuperSubMenu{
    position: absolute;
    bottom: -1px;
    right: 0;
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    width: 150px;
    transform:translate(100%,0);
    display: none;
}
.subMenu li:hover>.SuperSubMenu{
    display: block;
}
.tabcontent{
  display: none;
}
.container-1409 .col-split3.category1{
  border-bottom: 8px solid #dedfe1;
  border-right: 2px solid #dedfe1 !important;
  border-left: 2px solid #dedfe1 !important;
}
.container-1409 .col-split3.search{
  border-bottom: 8px solid #dedfe1;
  border-right: 2px solid #dedfe1 !important;
  border-left: 2px solid #dedfe1 !important;
}
.container-1409 .col-split3.category2{
  border-bottom: 8px solid #dedfe1;
  border-right: 2px solid #dedfe1 !important;
  border-left: 2px solid #dedfe1 !important;
}
header ul li {
    color:#fff;
  }
.bg-peach{
  background-color: #000;
}
.bg-peach.accessories-container.category1{
    background-color: #000;
    top: 90px;
    right: 0;
    width: 2560px;
    max-width: 100%;
    padding-top: 90px;
    background-color: #dedfe1;
}
.container-1409.cateogry1{
    padding-left: 10px;
}
.container-1409.search{
    /*padding-left: unset;
    padding-right: unset;*/
}
.contact_us{
    background: rgba(255,255,255, 0.8);
    padding-bottom: 50px;
}

.dowloadTitle{
  position: absolute;
    right: 30px;
    bottom: 5%;
    cursor: pointer;
}
.dowloadImage{
    position: absolute;
    bottom: 17.5%;
    right: 18%;
    cursor: pointer;
    margin-right: 50px;
    z-index: 1000;
}
img.product_social {
    width: 32px;
}
.overlaydetails .closebtn {
  position: absolute;
  bottom: 17.5%;
  right: 18%;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
}
.bg-peachSearch .overlaydetails .closebtn{
  position: absolute;
  bottom: 9%;
  right: 18%;
  font-size: 65px;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
}
.overlaydetails .closebtn:hover {
  color: #ccc;
}

.tabcontent{
  color:#fff;
  padding:59px 10px;

}
.nameCompany{
  font-size: 20px;
  font-weight: bold;
  
}
.contact_type{
  font-size: 14px;

}
.emailbutton{
    position: absolute;
    bottom: 13%;
    float: right;
    right: 3%;
}
/*.emailbutton img{
    width:100%;
    max-width: 50px;
    display:block;
}*/
.contact_details{
  position: relative;
  height: 100%;
  border: 1px solid white;
}
.addresscode2{
    width: 45%;
    color: white;
    float: left;
    /*padding: 10px;*/
    border-left: 1px solid #fff;
    padding-top: 15px;
     padding-bottom : 15px;
}
.addresscode1{
   padding-bottom: 15px;
  padding-top: 15px;
    width: 50%;
    color: white;
    float: left;
   /* padding: 10px;*/
    
    /*border-left: 1px solid #fff;*/
}
.address{
  width:100%;
  position: absolute;
  bottom: 0;
 /* margin-top:50px;*/
  border-top: 1px solid #fff;
}
@media (max-width: 800px){
  .address{
    margin-top:unset;
  }
  .emailbutton{
    bottom: unset;
    position: unset;
    float: unset;
    right: unset;
}

  .navigation-container{
  right:12.8%;
}
  .brands-container .container-1440.bg-green .brands-product {
    margin-left: unset !important ;
}
  .page-lookbook .hyperlink-container{
    padding-left:unset !important ;
  }
  .contactform {
    width: 320px;
  }   
  .contactform-comment {
    width:320px;
  }
  .contactformbutton {
    width:320px;
  }
  .selected-concept .bg-content {
  /*background-size:  contain;*/
}
    
  header ul li {
  color:#fff !important ;
}
.overlaycontact {
  margin-top: -275px;
}
.contactdealer {
	height:550px;
  width:90%;
 }
 .tabcontent {
    padding: 10px 10px;
}
.subMenu {
    bottom: -47px;
    left: 80%;
    width: 80%;
}
.showDetails{
	width:90%;
	margin-left: 5%;
}
.btn-dealer.email{
	/*bottom: 24%;
    right: 7%;*/
}
.bg-peach {
    padding-bottom: 200px;
}
.bg-peach.selected-concept.category2 {
    padding-bottom: 0px;
}
.bg-peach.accessories-container.category1{
    background-color: unset;
   /* top: unset;*/
    right: unset;
    width: unset;
    max-width: unset;
    /* height: 100%; */
    background-color: #dedfe1;
}
@media (max-width: 800px){
  .bg-peach.accessories-container.category1 {
       padding-bottom: 0px !important; 
  }
}
.container-1409.cateogry1{
    padding-left: 20px;
}
.bg-peachSearch{
  top: 100px;
  right: unset;
  width: unset;
  max-width: unset;
  /*height: 200%;*/
}
.selected-concept.selected-product .product-description {
  display: flex;
}
.navigation-container {
  right: 5.8%;
}
.dowloadImage{
    bottom: 10%;
    right: 6%;
    margin-right: 0px;
    margin-bottom: 40px;
} 
.overlaydetails .closebtn{
    bottom: 9%;
    right: 6%;
}
}

.overlay-contentdetails .bx-wrapper .bxslider-image[style*="z-index: 51"]{
  animation: fadeIn 0.6s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overlay-contentdetails .bx-wrapper .bxslider-image[aria-hidden="true"]{
  opacity: 0;
}
.overlay-contentdetails .bx-wrapper{
  margin-bottom: 0px;
}
/*.overlay-contentdetails .bx-viewport{
  height: 385px !important;
}*/
.bg-content-container .bx-wrapper{
      height: calc(100vh);
    overflow: hidden;
}
.bg-content-container .bx-wrapper img.category_slide_images{
      height: calc(100vh);
}
.bg-content-container .category_image_container .category_slide_images,
.bg-content-container .bx-wrapper .category_slide_container img.category_slide_images{
          object-position: 50% 70% !important;

}
.bg-content-container .category_image_container .category_slide_images,
.bg-content-container .category_image_container,
.bg-content-container .bx-wrapper .category_slide_container,
.bg-content-container .bx-wrapper .bg-content-container .bx-viewport{
      height: calc(100vh);
}

@media (max-width: 600px) {
  .bg-peachSearch .overlaydetails .closebtn {
    right: 6%;
  }
}

@media (max-width: 460px) {
  .overlay-contentdetails {
    position: absolute;
    left: 10%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  .dowloadImage{
    right: 6%;
    bottom: 12%;
  } 
  .overlaydetails .closebtn{
    right: 6%;
    bottom: 12%;
  }
  .navigation-container {
    right: 5.8%;
  }
  img.product_social {
    width: 22px;
  }
}
