@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?38674283");
  src: url("../fonts/fontello.eot?38674283#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?38674283") format("woff2"),
    url("../fonts/fontello.woff?38674283") format("woff"),
    url("../fonts/fontello.ttf?38674283") format("truetype"),
    url("../fonts/fontello.svg?38674283#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Font Din --- */
@font-face {
  font-family: din-black;
  src: url(../fonts/font-din/DINPro-Black.otf);
}
@font-face {
  font-family: din-bold;
  src: url(../fonts/font-din/DINPro-Bold.otf);
}
@font-face {
  font-family: din-medium;
  src: url(../fonts/font-din/DINPro-Medium.otf);
}
@font-face {
  font-family: magical-italic;
  src: url(../fonts/font-din/DINPro-Italic.otf);
}
@font-face {
  font-family: din-regular;
  src: url(../fonts/font-din/DINPro.otf);
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?38674283#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-1-right:before {
  content: "\e800";
} /* '' */
.icon-1-left:before {
  content: "\e801";
} /* '' */
.icon-2-left:before {
  content: "\e802";
} /* '' */
.icon-2-right:before {
  content: "\e803";
} /* '' */
.icon-3-right:before {
  content: "\e804";
} /* '' */
.icon-3-left:before {
  content: "\e805";
} /* '' */
.icon-2-down:before {
  content: "\e806";
} /* '' */
.icon-3-down:before {
  content: "\e807";
} /* '' */
.icon-quote:before {
  content: "\e808";
} /* '' */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "din-regular";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  color: #3b3838;
  font-family: "din-regular";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a:focus,
button:focus {
  outline: 0;
}
button {
  cursor: pointer;
}
/*section{
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
}*/
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: 0 0 20px 0;*/
  text-transform: none;
  font-family: "din-black";
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-weight: bold;
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-weight: 100;
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
}
section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
a {
  text-decoration: none;
  font-family: "din-regular";
  color: inherit;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.x-3 {
  font-size: 20px !important;
}
.x-4 {
  font-size: 25px !important;
}
.x-5 {
  font-size: 40px !important;
}
.x-6 {
  font-size: 60px !important;
}
.ocean {
  color: #8cc543;
}
section.ocean {
  background-color: #8cc543;
}
section.blue {
  background-color: #0057b8;
  color: #fff;
}
section.sky {
  background-color: #d9eef4;
  /* color: #fff; */
}
/* .section{
  padding: 60px 0;
} */
.section-content {
  padding: 80px 0;
}
.section.section-up {
  margin-top: -100px;
}
.fullpage {
  width: 100% !important;
}
.img-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.white {
  color: #fff !important;
}
.box-white {
  width: 100%;
  background-color: #fff;
  color: #2d2d2d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.img-responsive {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.img-full {
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.img-bg {
  width: 400px;
}
.pos-right {
  right: 0;
  transform: translate(0%, -50%) !important;
  left: auto !important;
}
.pos-bottom {
  position: absolute;
  bottom: 0;
}
.float-top-center {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.float-bottom {
  margin-bottom: -150px;
}

.float-top-right {
  float: right;
  margin-top: -230px;
}

.pos-left-center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-center {
  margin-top: 100px;
  margin-left: 20px;
}
.grid-left {
  float: left !important;
}
.grid-right {
  float: right !important;
}

.btn-border {
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid #f3cc15;
  background: none;
  margin: 20px 0;
  display: inline-block;
  color: #383535;
  text-align: center;
}
.btn-border.block {
  width: 100%;
}
.btn-border.xlg {
  width: 100%;
  max-width: 250px;
}
.yellow {
  color: #f3cc15 !important;
}
.back-yellow {
  background-color: #f3cc15 !important;
  color: #383535;
}
.back-doft {
  background-color: #111010 !important;
  color: #b0acac;
}
.btn-yellow {
  background-color: #f3cc15 !important;
  color: #000 !important;
}

.btn-link {
  margin: 20px 0;
  padding: 10px;
  color: inherit;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.2); */
  display: inline-block;
  min-width: 150px;
  border: 0;
  font-size: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.btn-link::before {
  content: "";
  width: 25px;
  top: 0;
  background: #f3cc15;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.4s;
  opacity: 1;
  z-index: -1;
}

.btn-link:hover {
  background: #f3cc15;
}
/* .btn-link:hover:before{
    left: 0;
    width: 100%;
} */

.btn-link.direct {
  padding-right: 40px;
}
.btn-link.direct::after {
  font-family: "fontello";
  content: "\e800";
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0px;
  color: inherit;
  font-size: 24px;
  font-weight: bold;
}

.btn-bg {
  font-size: 32px;
  padding: 15px 40px;
  min-width: 300px;
}
.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
  min-width: auto;
}
.btn-white {
  background-color: #fff;
  color: #0057b8;
}

.slick-slide:focus {
  outline: 0 !important;
}

.hide {
  display: none !important;
}

.borders {
  font-size: 60px !important;
  margin: 20px 0;
  font-size: 80px;
  color: #f7f7f7;
  text-shadow: -2px 0 #606060, 0 2px #606060, 2px 0 #606060, 0 -2px #606060;
}
.borders-white {
  font-size: 60px !important;
  margin: 20px 0;
  font-size: 80px;
  color: #f7f7f7;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

.title-bg {
  margin-top: 30px;
}
.title-bg h1 {
  font-size: 48px;
  margin: 0;
}
.title-md h1 {
  font-size: 40px;
  margin: 20px 0;
}
.title-bg.yellow {
  color: #f3cc15 !important;
}

.marginTop100 {
  margin-top: 100px !important;
}
.marginTop80 {
  margin-top: 80px !important;
}
.marginTop50 {
  margin-top: 50px !important;
}

.flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-list {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.flex-content {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 20%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
}
.flex-itm {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 20%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  /*margin-top: auto;*/
}
.flex-itm-1 {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 20%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  /*margin-top: auto;*/
}
.flex-itm-2 {
  flex: 1 auto;
  /*margin-top: auto;*/
}

.cards {
  display: flex !important;
  flex-wrap: wrap;
}

.card_item {
  display: flex !important;
}

.card {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}
.card_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.card_text {
  flex: 1 1 auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  /* border-top: 1px solid rgba(0, 0, 0, .06) */
}

.table thead th {
  vertical-align: bottom;
  /* border-bottom: 2px solid rgba(0, 0, 0, .06) */
}

.table tbody + tbody {
  /* border-top: 2px solid rgba(0, 0, 0, .06) */
}

.table .table {
  background-color: #fafafa;
}

/* Slick SLider */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 20px 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*========== slick theme*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./assets/img/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  bottom: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.8;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px; */
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #383535;
  opacity: 0.4;
}
.slick-dots li {
  margin-right: 2px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #383535;
}

.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit;
}

/* ===== Header New ==== */

@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
img {
  /* make images responsive */
  max-width: 100%;
}

body.light {
  background-color: #f7f7f7;
  color: #3b3838;
}
body.light p {
  font-size: 18px;
}
.light header {
  color: #fff;
}
.light header.home .menu li a {
  color: #fff;
}
.light header.actived {
  background-color: #f7f7f7;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.light header.home.actived .menu li a,
.light header .menu li a {
  color: #3b3838;
}
.light header .menu li a:hover {
  font-weight: bold;
}

.light header .menu li a::after {
  background-color: #f3cc15;
  bottom: -20px;
}
.light header .menu li a.btn::after {
  background-color: none;
  bottom: 0;
}
.light header.home .dropdown-lang {
  color: #fff;
}
.light header.home.actived .dropdown-lang,
.light header .dropdown-lang {
  background-color: transparent;
  color: #3b3838;
  outline: none;
}
.light header.home .dropdown-lang .select > i {
  color: #fff;
}
.light header.home.actived .dropdown-lang .select > i,
.light header .dropdown-lang .select > i {
  color: #3b3838;
}
.light header .dropdown-lang .dropdown-lang-menu {
  background-color: #f7f7f7;
  color: #3b3838;
  overflow: hidden;
}
.light header .dropdown-lang .dropdown-lang-menu li:hover {
  background-color: #f3cc15;
  color: #3b3838;
}
.light header .dropdown-lang .dropdown-lang-menu li:active {
  /* background-color: #000; */
}
.light header .dropdown-lang .dropdown-lang-menu li.selected {
  /* background-color: #000; */
  /* color: #3B3838; */
  display: none;
}
.light header .dropdown-lang.active:hover,
.light header .dropdown-lang.active {
  color: #3b3838;
  background-color: #f7f7f7;
}
.light header .dropdown-lang .dropdown-lang-menu li.selected {
  /* background-color: #000; */
  color: #3b3838;
}

.icon-lang {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  float: none !important;
  transform: none !important;
  vertical-align: middle;
  /* border: 1px solid #fff; */
}
.icon-lang.idn::after,
.icon-lang.eng::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-lang.idn::after {
  background-image: url(../img/icon/id.svg);
}
.icon-lang.eng::after {
  background-image: url(../img/icon/en.svg);
}

.header.home .menu-icon .navicon,
.header.home .menu-icon .navicon:before,
.header.home .menu-icon .navicon:after {
  background: #fff !important;
}
.header.home.actived .menu-icon .navicon,
.header.home.actived .menu-icon .navicon:before,
.header.home.actived .menu-icon .navicon:after {
  background: #333 !important;
}

.logo-header {
  position: absolute;
  top: 10px;
  max-width: 100px;
  color: #0057b8;
  /* display: none; */
}
.logo-header img {
  max-width: auto;
  max-height: 75px;
}
/*
input {
  font-family: sans-serif;
  font-size: 1.6rem;
} */

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content,
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* .cd-main-header::before{
  position: absolute;
  top: -140px;
  left: 10px;
  content: " ";
  width: 280px;
  background-color: #fff;
  border-radius: 50%;
  height: 250px;
} */

.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
  /* background: #e2e3df; */
  margin-top: 95px;
  /* min-height: 100vh; */
  z-index: 2;
}

.cd-main-header {
  height: 50px;
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 80px;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  /* .cd-main-header::before{
    top: -120px;
    left: 1.5em;
  } */
}
@media only screen and (max-width: 480px) {
  /* .cd-main-header::before{
    left: 0;
    top: -160px;
    width: 200px;
  } */
  .cd-logo img {
    width: 150px;
  }
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-logo {
    top: 26px;
    left: 4em;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}

.cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #0057b8;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #0057b8;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #0057b8;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 61px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-search {
    top: 80px;
  }
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(201, 203, 196, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* --------------------------------

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* header new=== */
.cd-main-header {
  z-index: 3;
  height: auto;
  position: fixed;
  width: 100%;
  top: 0;
}
.nav-top-new {
  width: 100%;
  display: inline-block;
  /* min-height: 87px; */
}

/* --- header responsive -- */

.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.menu li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #0057b8;
  text-decoration: none;
  /* overflow: hidden; */
  transition: 0.4s;
}
/* .menu li a:hover{
  border-bottom: 2px solid #000;
} */

.menu li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0057b8;
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 5px;
  transition: 0.4s;
  opacity: 0;
}

.menu li a:hover:after {
  opacity: 1;
}
.menu li.active a {
  font-weight: bold;
}
.menu li.active a:after {
  opacity: 1;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 600px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (max-width: 1024px) {
  /* .nav-left{
    float: none;
    padding-top: 20px;
  } */
  .nav-top-new {
    border: none;
  }
  .logo-header {
    display: block;
  }
  .header .menu li a {
    padding: 20px 0;
  }
  .menu li a::after {
    width: 15%;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .logo-header img {
    max-width: auto;
    max-height: 40px;
  }
}
@media (min-width: 1024px) {
  /* .nav-right{
    right: 20px;
    top:25px;
  } */
  .logo-header {
    top: 10px;
  }
  .header .menu li {
    display: inline-block;
    padding: 25px 10px;
  }
  .header .menu li a {
    padding: 10px;
  }
  /* .header li:first-child {
    padding-left: 0;
  }.header li:first-child a {
    padding-left: 0;
  } */
  .header .menu {
    clear: none;
    text-align: center;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.dropdown-lang {
  width: 120px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 18px;
  color: #0057b8;
  height: 100%;
  text-align: left;
}
.dropdown-lang .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.dropdown-lang .select > i {
  font-size: 16px;
  color: #0057b8;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
.dropdown-lang:active {
  background-color: #f8f8f8;
}
.dropdown-lang.active:hover,
.dropdown-lang.active {
  /* box-shadow: 0 0 4px rgb(204, 204, 204); */
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
}
.dropdown-lang.active .select > i {
  color: #3b3838 !important;
  transform: rotate(-180deg);
}
.dropdown-lang .dropdown-lang-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  /* box-shadow: 0 1px 2px rgb(204, 204, 204); */
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
.dropdown-lang .dropdown-lang-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdown-lang .dropdown-lang-menu {
  padding: 0;
  list-style: none;
}
.dropdown-lang .dropdown-lang-menu li:hover {
  background-color: #f2f2f2;
}
.dropdown-lang .dropdown-lang-menu li:active {
  background-color: #e2e2e2;
}
.dropdown-lang .dropdown-lang-menu li.selected {
  background-color: #0057b8;
  color: #fff;
  display: none;
}

/* ==== Header Main === */
/*========== Header ==========*/
nav {
  display: block;
}
.navbar-header {
  float: left;
}
.brand-logo img {
  height: 70px;
}
.nav-left {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 2;
}
.nav-right {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 2;
}

.navbar-custom {
  position: relative;
  width: 100%;
  z-index: 999;

  /* padding: 10px 50px; */
  /* background-color: #fff; */
}

.navbar-custom.nav-home {
  position: fixed;
  top: 100%;
  margin-top: -100px;
  /*height: 100px;*/
  left: 0;
  background-color: transparent;
}
.navbar-custom.nav-fix {
  /* background-color: #fff; */
  bottom: auto;
  top: 0;
  margin-top: 0;
  position: fixed;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
header.actived .navbar-custom.nav-fix {
  background-color: #f7f7f7;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.navbar-custom.nav-home-fix {
  /* background-color: #b20000; */
  bottom: auto;
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -webkit-transition: background 0.1s ease-in-out, padding 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out, padding 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, padding 0.1s ease-in-out;
}
.navbar-custom .row {
  margin: 0;
}
.right-nav {
  float: right;
}

.nav-home .brand-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.brand-logo img {
  padding: 5px 0;
}

/*------- button Humberger*/
.button_container {
  position: relative;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* Animate the top hamburger bar */
.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -ms-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg);
  background: #033b4a;
}
/* Set the middle hamburger bar's opacity to 0  */
.button_container.active .middle {
  opacity: 0;
  background: #033b4a;
}

/* Animate the bottom hamburger bar */
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #033b4a;
}
.nav-home .button_container.active .top,
.nav-home .button_container.active .middle,
.nav-home .button_container.active .bottom {
  background: #fff;
}
.nav-home .button_container span {
  background: #fff;
}
.button_container span {
  background: #033b4a;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 6px;
}

.button_container span:nth-of-type(3) {
  top: 12px;
}

.cd-navigation {
  position: relative;
}

.cd-navigation .cd-navigation-wrapper {
  background-color: none;
}

.cd-navigation .cd-primary-nav {
  margin-top: 0;
}

.cd-navigation .cd-primary-nav li {
  margin: 0 15px;
  list-style: none;
  padding: 20px 0;
}
.nav-home .cd-navigation .cd-primary-nav a {
  color: #fff;
}
.cd-navigation .cd-primary-nav a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #3b3838;
  text-decoration: none;
  padding: 10px 0;
}
.home .cd-navigation .cd-primary-nav a {
  color: #f4f5f5;
}
.cd-navigation .cd-primary-nav a.btn-yellow {
  padding-left: 10px;
  padding-right: 10px;
}

.cd-navigation .cd-primary-nav a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f3cc15;
  position: absolute;
  left: 0;
  bottom: -20px;
  border-radius: 5px;
  transition: 0.4s;
  opacity: 0;
}

.cd-navigation .cd-primary-nav a:hover:after {
  opacity: 1;
}
.cd-navigation .cd-primary-nav li.active a {
  font-weight: bold;
}
.cd-navigation .cd-primary-nav li.active a:after {
  opacity: 1;
}

.cd-navigation .cd-primary-nav a.selected {
  font-weight: 900;
  color: #b20000;
}
.no-touch .cd-navigation .cd-primary-nav a:hover {
  /* color: #fff */
}
.page-scroll {
  position: relative;
  z-index: 999;
}
.cd-primary-nav .contact-nav {
  margin-top: 30px !important;
  display: none;
}
.navbar-custom {
  /*padding: 20px 0;*/
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  border-bottom: 0;
  letter-spacing: 1px;
  background: 0 0;
  /* background-color: #fff; */
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
  /*padding: 10px 0;*/
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /*background-color: #fff;*/
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
}

@media screen and (min-width: 1025px) {
  .button_container {
    display: none;
  }
  .cd-main-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .cd-main-menu .cd-navigation {
    width: 100%;
    text-align: center;
  }
  .cd-main-menu .cd-navigation ul.cd-primary-nav {
    display: inline-block;
  }
  .home.actived .cd-navigation .cd-primary-nav a {
    color: #033b4a;
  }
  .cd-navigation .cd-primary-nav li {
    float: left;
  }
  .cd-navigation .cd-primary-nav a {
    display: inline-block;
  }
  .pos-lang {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /*--------- Overlay -------*/
  .overlay-menu {
    position: fixed;
    display: block;
    background: rgba(255, 255, 255, .9);
    top: 0px;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: auto;
  }
  .nav-home .overlay-menu {
    top: 0;
    background: rgba(178, 0, 0, 1);
  }
  .nav-home-fix .overlay-menu {
    top: 0px;
  }
  .overlay-menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .overlay-menu.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .overlay-menu.open li:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay-menu.open li:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .overlay-menu nav {
    position: relative;
    top: 50%;
    font-size: 30px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }

  .overlay-menu ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
    opacity: 0;
  }
  .cd-navigation .cd-primary-nav li {
    padding: 10px 0;
  }

  .overlay-menu ul li a {
    display: block;
    position: relative;
    color: #033b4a;
    text-decoration: none;
    overflow: hidden;
  }
  .nav-home ul li a {
    color: #fff;
  }
  .overlay-menu ul li a:hover:after,
  .overlay-menu ul li a:focus:after,
  .overlay-menu ul li a:active:after {
    width: 50%;
  }
  .home .cd-navigation .cd-primary-nav a {
    color: #033b4a;
  }
  .home .button_container span {
    background-color: #f4f5f5;
  }
  header.home.actived .button_container span {
    background-color: #033b4a;
  }

  /* Link underline on hover */
  .overlay-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }

  .overlay-menu.open .cd-secondary-nav {
    display: block;
  }
  .overlay-menu.open li.contact-nav {
    display: block;
  }
  .overlay-menu .cd-secondary-nav a.list-secondary {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: #033b4a;
  }

  .cd-primary-nav li.contact-nav a {
    padding: 10px 20px !important;
    font-weight: bold !important;
    font-size: 14px;
  }
  .nav-home .overlay-menu .cd-secondary-nav a.list-secondary {
    color: #fff;
  }
  .logos {
    top: 5px;
    z-index: 101;
  }
  .brand-logo img {
    height: 50px;
  }
  .pos-lang {
    top: 5px;
    right: 40px;
  }
  .dropdown-lang {
    width: 105px;
    font-size: 14px;
  }
  .dropdown-lang .select > i {
    font-size: 12px;
  }
  .dropdown-lang .dropdown-lang-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-custom.nav-home-fix,
  .navbar-custom.top-nav-collapse {
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
  }
}
/*--------- And -------*/

/*========== Main ==========*/

.hero-banner {
  /* margin-top: -95px; */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  /* height: calc(100vh - 96px); */
  position: relative;
  color: #fff;
}

.banner-distributor {
  background-position: center !important;
  height: 100vh !important;
}

.slide-hero {
  margin-top: -96px;
}
.slide-hero .hero-banner {
  height: 100vh;
}

.hero-banner .title-hero-box {
  height: 100vh;
}
.hero-banner .title-hero {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.hero-banner .title-hero h1 {
  font-size: 80px;
  color: #f3cc15;
  margin: 0;
}
.hero-banner .title-hero p {
  font-size: 18px;
  color: inherit;
  max-width: 400px;
}

.slide-hero .slick-list {
  padding: 0;
}
.slide-hero .slick-dots {
  bottom: 100px;
}
.slide-hero .slick-dots li.slick-active button:before {
  content: "\f111";
}
.slide-hero .slick-dots li button:before {
  content: "\f10c";
  color: #f3cc15;
  opacity: 1;
}
.scrolls {
  position: absolute;
  bottom: 60px;
  right: 20px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  color: #f7f7f7;
  font-weight: bold;
}
.scrolls::after {
  position: absolute;
  content: "";
  top: 35px;
  /* right: 5%; */
  /* transform: translateX(-10%); */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 200px;
  background-color: #f3cc15;
  z-index: 2;
  -webkit-animation: rotateplane 2s infinite ease-in-out;
  animation: rotateplane 2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(7px);
  }
}

@keyframes rotateplane {
  0% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }

  100% {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

.text {
  width: auto;
}
.text p {
  width: 400px;
}
.margin-80 {
  margin-left: -80px;
}
.padding80 {
  padding-left: 80px !important;
}
.pos-bottom-right {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.pos-bottom-left {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.slide-prod {
  width: 400px;
  float: left;
  background-color: #f3cc15;
}
.slide-prod .prod-list {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.slide-prod .slick-list {
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello" !important;
  font-size: 24px;
  color: #3b3838;
  opacity: 1;
}
.slick-prev,
.slick-next {
  z-index: 2;
  padding: 10px;
  background-color: #f3cc15;
  width: 40px;
  height: 40px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.75;
  color: #3b3838;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
  color: #3b3838;
}
.slick-prev:before {
  content: "\e801";
}
.slick-next:before {
  content: "\e800";
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}

.slide-prod .slick-prev {
  left: 0px;
  bottom: -20px;
}
.slide-prod .slick-next {
  left: 40px;
  right: auto;
  bottom: -20px;
}

.slide-prod-desc {
  position: relative;
  background-color: #f3cc15;
  width: 100%;
  height: inherit;
}
.h-400 {
  height: 400px;
}
.h-500 {
  height: 500px;
}
.slide-prod-desc .box-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #383535;
}
.slide-prod-desc .box-desc.show {
  display: block;
}

.video-card {
  position: relative;
  height: inherit;
  width: 100%;
  display: inline-block;
}
.btn-video {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(243,204,21, 1);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(243,204,21, 0.3);
}
.btn-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
}
.video-card:hover .btn-video {
  background: #fff;
  width: 80px;
  height: 80px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.video-card:hover .btn-video:before {
  border-left: 10px solid #000;
}
.btn-video,
.btn-video:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.back-300,
.back-400,
.back-500 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  width: 100%;
}
.back-300 {
  height: 300px;
}
.back-400 {
  height: 400px;
}
.back-500 {
  height: 500px;
}

/* counter */
.back-count {
  background-image: url(../img/home/back-count.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  color: #fff;
}
.counter-section {
  margin-top: 80px;
}
.counter-section strong {
  display: block;
  font-weight: 600;
  font-size: 80px;
  line-height: 60px;
  color: #f3cc15;
}
span.count-description {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  padding-top: 10px;
}

.counter-wrap {
  display: inline-block;
  padding: 30px 0;
  /* margin: 0 50px; */
}

.idmaps {
  background-image: url(../img/home/maps.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 500px;
}
.scalize {
  max-width: 100%;
  min-height: 100%;
}
.scalize .item-point {
  background: #e2c600 !important;
  border: 3px solid #4b4200 !important;
}
.item-point ul.region {
  width: 100px;
  font-weight: bold;
}

.item-point ul.region.left100 {
  margin-left: -100px;
}
.item-point ul.region.left-center {
  margin-left: -100px;
  margin-top: -30px;
}
.item-point ul.region.right {
  margin-left: 30px;
}
.item-point ul.region.top {
  margin-top: -50px;
}
.item-point ul.region.top100 {
  margin-top: -100px;
}
.item-point ul.region.bottom100 {
  margin-top: 100px;
}
.item-point ul.region.bottom {
  margin-top: 20px;
}
.item-point ul.region.top-center {
  margin-top: -30px;
  margin-left: -15px;
}
.item-point ul.region.bottom-center {
  margin-top: 20px;
  margin-left: -20px;
}

.slide-testimoni {
  padding-top: 30px;
}
.slide-testimoni::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "fontello";
  content: "\e808";
  font-size: 40px;
}
.slide-testimoni .testi-list {
  text-align: center;
}
.slide-testimoni .testi-list p {
  font-style: italic;
  width: 60%;
  font-size: 24px;
  margin: 20px auto;
}
.slide-testimoni .testi-list span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 1px;
  width: 60px;
  border-bottom: 2px solid #383535;
}
.slide-testimoni .testi-list span {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  display: inline-block;
}
.slide-testimoni .slick-dots {
  /* bottom: -10px; */
}

.borderline {
  border-right: 2px solid #f3cc15;
}

.text.box-center {
  width: 400px;
  margin: 0 auto;
}
.text.box-center-bg p {
  width: 60%;
  margin: 0 auto;
}

.insta-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.slide-insta .slick-prev {
  right: 55px;
  left: auto;
  top: -40px;
}
.slide-insta .slick-next {
  right: 15px;
  top: -40px;
}

/* ==== Company ==== */
.history-box {
  position: relative;
  padding-left: 15px;
  margin-right: calc(-100vw / 2 + 1200px / 2);
}
.slide-history {
  margin-top: 40px;
}
.card-history {
  position: relative;
  width: 250px;
  margin-right: 20px;

  transition: 0.1s ease-in-out all;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}
.card-history .img-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-flex;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.card-history.slick-current {
  -webkit-filter: none;
  filter: none;
}
.card-history.slick-current .desc-card {
  opacity: 1;
}
.card-history.slick-current .desc-card h1 {
  color: #f3cc15;
}

.card-history .desc-card {
  padding: 0 20px;
  opacity: 0.1;
}
.card-history .desc-card h1 {
  font-size: 60px;
  margin: 10px 0;
}
.card-history .desc-card p {
  line-height: 1.3;
  font-weight: bold;
}

ul.nav-history {
  margin-top: 30px;
}
ul.nav-history li:first-child {
  padding-left: 50px;
}
ul.nav-history li {
  padding-left: 150px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
ul.nav-history li::before {
  position: absolute;
  content: "";
  top: -20px;
  height: 2px;
  left: -10px;
  width: 160px;
  background-image: linear-gradient(to right, transparent 50%, #d2d0d0 50%);
  background-size: 10px 100%;
}
ul.nav-history li:first-child::before {
  width: 60px;
}
ul.nav-history li:last-child::before {
  width: 240px;
}
ul.nav-history li::after {
  position: absolute;
  content: "";
  top: -28px;
  right: 10px;
  /* transform: translateX(-50%); */
  width: 15px;
  height: 15px;
  background-color: #d2d0d0;
  padding: 1px;
  border-radius: 50%;
}
.nav-history .slick-list {
  padding-top: 30px;
}
ul.nav-history li.selected::before {
  background-image: linear-gradient(to right, transparent 50%, #f3cc15 50%);
}
ul.nav-history li.selected::after {
  content: "•";
  font-size: 30px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #f3cc15;
  color: #f3cc15;
  background-color: #f7f7f7;
  width: 20px;
  height: 20px;
}

.slide-value {
  margin-top: 40px;
}
.value-list {
  background-color: #fff;
  margin: 0 15px;
  transition: 0.1s ease-in-out all;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  opacity: 0.1;
}
.value-list.slick-current {
  background-color: #f3cc15;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.value-list .text {
  color: #383535;
  padding-top: 20px;
  padding-left: 20px;
}
.value-list .text h3 {
  margin: 40px 0;
}
.slide-value .slick-prev,
.slide-value .slick-next {
  top: 50%;
  transform: translateY(-50%);
  background-color: #3b3838;
}
.slide-value .slick-prev {
  left: 40px;
}
.slide-value .slick-next {
  right: 40px;
}
.slide-value .slick-prev:before,
.slide-value .slick-next:before {
  color: #f3cc15;
}

.float-line {
  margin-bottom: 80px;
}
.float-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 45%;
  background-color: #f3cc15;
  height: 250px;
  z-index: -1;
}

/* ==== Contact Us ==== */
.contact-box li {
  margin: 20px 0;
}
.contact-box li i {
  float: left;
  margin-left: 10px;
  margin-bottom: auto;
  color: #f3cc15;
}
.contact-box li .box {
  display: inline-block;
  margin-left: 10px;
}
.contact-box li .box h4 {
  margin: 0 0 10px;
  color: #f3cc15;
}
.maps-box {
  position: relative;
}
.maps-box iframe {
  width: 100% !important;
}
.desc-maps {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 20px;
}
.desc-maps h4,
.desc-maps p {
  margin: 10px 0;
}

.form-message {
  margin-top: 20px;
}

.form-box {
  background-color: #fff;
  width: 500px;
  margin: 0 auto 50px;
  padding: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: rgb(214, 222, 228) 0px 20px 150px;
}
.group {
  position: relative;
  margin-bottom: 45px;
}

.select-material {
  margin-top: 15px;
}
select.input-material {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #3b3838;
}

/* Remove focus */
select.input-material:focus {
  outline: none;
}

/* Use custom arrow */
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-material:after {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.375em solid #3b3838;
  pointer-events: none;
}

input[type="text"],
input[type="email"],
select,
textarea {
  margin: 0.5em 0px;
}
input.input-material {
  background: none;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #3b3838;
}
.light input.input-material {
  color: #3b3838;
  border-bottom: 2px solid #3b3838;
}
input.input-material:focus {
  outline: none;
}

/* LABEL ======================================= */
label.label-material {
  color: #3b3838;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input.input-material:focus ~ label.label-material,
input.input-material:valid ~ label.label-material {
  top: -20px;
  font-size: 12px;
  color: #3b3838;
}
select.input-material:focus ~ label.label-material,
select.input-material:valid ~ label.label-material {
  top: -20px;
  font-size: 14px;
  color: #3b3838;
}
/* active state */
input.input-material:focus ~ .bar:before,
input.input-material:focus ~ .bar:after {
  width: 50%;
}

button.submit-form {
  margin-top: 40px;
  padding: 10px 20px;
  background-color: #fff;
  color: #3b3838;
  border: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

#form-subscribe label.error {
  position: absolute;
  left: 0;
  top: 35px;
}
label.error {
  display: block;
  margin: 10px 0 20px;
  font-size: 14px;
  font-style: italic;
  color: red;
}

/* ==== Distributor ==== */
.card-benefit {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 20px 0;
}
.card-benefit img {
  height: 150px;
}
.card-benefit .desc-card {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  padding: 0 25px;
}
.card-benefit .desc-card h4 {
  font-weight: bold;
}

/* ==== Blog ==== */
.card-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.card-blog .img-card {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.card-blog .img-card img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  max-width: auto;
}
.card-blog .desc-card {
  padding: 20px 5px;
}
.card-blog .desc-card span {
  font-size: 18px;
  color: #afabab;
  text-transform: uppercase;
}
.card-blog .desc-card h4 {
  font-size: 24px;
  margin: 20px 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-blog .desc-card p {
  margin: 20px 0;
  font-style: italic;
  color: #afabab;
}
.card-blog a.btn-link {
  width: 150px;
}

/* ==== Product ==== */
.product-box {
  width: 1024px;
  margin: 0 auto;
}
.card-product {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.card-product .img-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-product .img-card img {
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
.card-product .desc-card {
  padding: 10px 5px;
}
.card-product .desc-card h4 {
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.card-product .desc-card ul.prod-color {
  margin: 10px 0 0;
  text-align: center;
}
.card-product .desc-card ul.prod-color li {
  width: 16px;
  height: 16px;
  margin: 2px;
  display: inline-block;
}

.filter-box {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.filter-box span {
  margin: 0;
  display: block;
  /* font-size: 18px; */
}

.filter-box .total span{
  margin-right: 20px;
}
.filter-box .sort,
.filter-box .filter {
  margin: 30px 0 0;
  /* display: inline-block; */
}
.filter-box .sort {
  /* float: left; */
  margin: 30px 0 0;
  padding-right: 30px;
}
.filter-box .sort span,
.filter-box .filter span {
  float: left;
}
.filter-box .filter {
  margin-top: 30px;
}
.filter-box.per-page .sort span {
  padding-top: 5px;
  padding-right: 10px;
}

.filter-box.per-page .sort {
  margin: 0;
  padding-right: 0;
}

.grid-table{
  display: table;
}
.grid-tablecell{
  display: table-cell;
}

/* Reset Select */
.select-sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f7f7f7;
  background-image: none;
}
.per-page .select-sort select {
  width: 100%;
  padding: 5px;
  height: 30px;
  border: 1px solid #f3cc15 !important;
}
/* Remove IE arrow */
.select-sort select::-ms-expand {
  display: none;
}
/* Custom Select */
.select-sort {
  position: relative;
  display: flex;
  /* width: 120px; */
  height: 3em;
  line-height: 1.3;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 0.25em;
}
.per-page .select-sort {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
  height: 30px !important;
}
.select-sort select {
  flex: 1;
  color: #3b3838;
  margin: 0;
  height: 20px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  font-family: "ABeeZee", sans-serif;
}
/* Arrow */
.select-sort::after {
  font-family: "fontello";
  content: "\e807";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  /* padding-left: 20px;
  padding-bottom: 3px;
  background: #F7F7F7; */
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.per-page .select-sort::after {
  top: 5px;
  right: 5px;
  padding: 0 5px;
}
/* Transition */
.select-sort:hover::after {
  color: #f39c12;
}

.filter-box .filter h4 {
  margin: 30px 0 0;
}
.filter-box .filter a:first-of-type {
  margin-right: 10px;
  height: 45px;
}
/* .filter-box .filter a:first-child{
  flex: 0 0 150px;
  margin-right: 10px;
  vertical-align: middle;
} */
.filter-list {
  display: flex;
  flex-wrap: nowrap;
}
.filter-list ul {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.filter-list ul li:first-child {
  margin-left: 0;
}
.filter-list ul li {
  margin: 0 5px;
  display: inline-block;
  flex: 0 0 auto;
}
.filter-list ul li a {
  margin-right: 0 !important;
}
.filter-box .filter a.selected {
  background-color: #f3cc15;
}
.scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* .scroll::-webkit-scrollbar {
  display: none;
} */

.pagination-box {
  margin-top: 40px;
}
.pagination-product span {
  font-size: 18px;
  font-weight: bold;
}
ul.pagination {
  margin-bottom: 20px;
  display: inline-block;
}
ul.pagination li {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  padding: 4px;
}
ul.pagination li.active {
  background-color: #d6d6d6;
}
ul.pagination li a {
  color: #606060;
  font-weight: bold;
}
ul.pagination li a i::before {
  font-weight: bold;
  font-size: 20px;
}

/* === Product Details === */
.breadcrumbs li a:hover {
  font-weight: bold;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.breadcrumbs li::after {
  position: absolute;
  right: -18px;
  top: -2px;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 20px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.image-product-list a {
  display: inline-block !important;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  height: 160px;
  overflow: hidden;
}
.image-product-list a img {
  width: 100%;
  height: auto;
}

/* Detail Content == */
.product-detail-box {
  min-height: 700px;
}
.product-detail-box .list-group {
  padding: 10px 0;
}
.product-detail-box .list-group label {
  float: left;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.product-detail-box .list-group label::after {
  position: absolute;
  content: ":";
  right: 0;
  font-size: inherit;
}
.product-detail-box .list-group .value span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
}
.product-detail-box .list-group .value span:first-child {
  margin-left: 0;
}
.product-detail-box a.btn-color {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}
.product-detail-box .product-color {
  /* border-radius: 10px; */
  width: 20px;
  height: 20px;
  border: 0;
}
.image-product-list .slick-prev,
.image-product-list .slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.image-product-list .slick-prev {
  left: -10px;
}
.image-product-list .slick-next {
  right: -10px;
}

.image-product-list .slick-prev.slick-disabled,
.image-product-list .slick-next.slick-disabled {
  display: none !important;
}
.btn-color.actived .product-color {
  border: 3px solid #000;
}

.accordion-toggles {
  cursor: pointer;
  padding: 15px 0;
}
.accordion-toggles label {
  font-weight: bold;
}
.accordion-toggles .icon {
  float: right;
  margin-left: 10px;
}
.accordion-toggles .icon:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 18px;
  line-height: 12px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.accordion-toggles.open .icon:before {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-toggles {
  border-bottom: 2px solid #3b3838;
}
.accordion-contents {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.accordion-contents.open {
  padding: 15px 0;
  max-height: 100vh;
}
.float-share {
  position: absolute;
  left: 50%;
  bottom: 260px;
}
.shared-box {
  padding: 20px;
}
.shared-box span {
  font-style: italic;
  font-size: 18px;
}
.shared-box button.btn-shared {
  border: 0;
  background: none;
  padding: 0;
  margin: 0 5px;
  vertical-align: middle;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* News Details ===== */
.details-box {
  padding: 0 200px;
}
.content-news {
  margin-bottom: 30px;
}
.content-news,
.content-news p,
.content-news span,
.content-news b,
.content-news li{
  font-size: 18px !important;
}


.btn-page-box {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.btn-page-prev,
.btn-page-all,
.btn-page-next {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.btn-page-prev::after,
.btn-page-next::after {
  position: absolute;
  font-family: "fontello";
  font-size: 24px;
}

.btn-page-prev {
  float: left;
  margin-left: 40px;
}
.btn-page-next {
  float: right;
  margin-right: 40px;
}
.btn-page-prev::after {
  left: -40px;
  content: "\e801";
}
.btn-page-next::after {
  right: -40px;
  content: "\e800";
}

/* Footer ==== */
footer {
  color: inherit;
  background-color: #e2dede;
}
ul.nav-footer {
  /* display: none; */
}
ul.nav-footer li {
  margin: 10px 0;
}
ul.nav-footer li a {
  font-size: 18px;
}

ul.socmed-footer {
  margin-top: 20px;
}
ul.socmed-footer li {
  display: inline-block;
}
ul.socmed-footer li a {
  font-size: 32px;
  margin: 0 10px;
}
ul.socmed-footer li a:first-child {
  margin-left: 0;
}
footer .copynote {
  padding: 20px 0;
  background-color: #002b5c;
}

.subscribe-box {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.subscribe-box .input-subscribe {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.subscribe-box input {
  padding: 0 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 0 !important;
  /* border: 1px solid #000; */
  display: inline-block;
  /* max-width: 200px; */
  margin: 0;
  height: 40px;
  border: 0;
}
.subscribe-box input::-webkit-input-placeholder {
  font-size: 16px;
}
.subscribe-box input::-moz-placeholder {
  font-size: 16px;
}
.subscribe-box input:-moz-placeholder {
  font-size: 16px;
}
.subscribe-box input:-ms-input-placeholder {
  font-size: 16px;
}

.subscribe-box button {
  border: 0;
  background-color: #f3cc15;
  padding: 10px 25px;
  color: #383535;
  height: 40px;
  font-size: 16px;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 100;
}
.scroll-top a:link,
.scroll-top a:visited {
  display: inline-block;
  border-radius: 50px;
  padding: 8px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(
    0,
    87,
    184,
    1
  ); /* Primary color, can be changed via colors.css */
  font-size: 24px;
}

.scroll-top a:hover {
  border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
  outline: 0;
  color: #0057b8;
  background: #fff; /* Hover color, can be changed via colors.css */
}

.btn-whatsapp {
  font-family: "din-bold";
  padding: 6px 10px 6px 20px !important;
  background-color: #25d366 !important;
  border: none !important;
  color: #fff;
  font-size: 18px !important;
  position: relative;
}
.btn-whatsapp img {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.btn-whatsapp:hover {
  color: #f3cc15 !important;
}

/*Breadcrumb*/
/* .hero-banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 680px;
} */

/* ==== Modal === */
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  height: 100%;
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #fff;
  color: #ffffff;
}

.modal-body {
  background: #fff;
  padding: 20px 20px 40px;
}

/* Close Button */
.close-modal {
  float: right;
  cursor: pointer;
  width: 40px;
}

/* content loader === */
.placeholder-content {
  height: 100%;
  overflow: hidden;
  background: #000;
  position: relative;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: placeholderAnimate;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}

@-webkit-keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.content-placeholder {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -webkit-linear-gradient(
    left,
    #eeeeee 8%,
    #dddddd 18%,
    #eeeeee 33%
  );
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: inherit;
  position: relative;
}

/* Fancy Modal === */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(45deg, #543093 32%, #d960ae 100%);

  transform: translateY(-80px);
  transition: all 0.5s; /* Should match `data-animation-duration` parameter */
}

.animated-modal * {
  color: #fff;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-40px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;

  transition-duration: 0.3s;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.4s;
}

.fancybox-slide--current .animated-modal p:first-of-type {
  transition-delay: 0.2s;
}

/* new btn official store */
.btn_store {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.btn_store_content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
}

.btn_store_content a {
    color: black;
    padding: 8px 15px;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}

.btn_store_content a:hover {
    font-weight: bold;
}
.btn_store_content a img{
  margin-right: 10px;
  height: 35px;
}

.btn_store:hover .btn_store_content {
    display: block;
}

.btn_store:hover .btn_store_toggle i {
    transform: rotate(180deg);
}
.btn_store_toggle{
  padding: 10px;
  background-color: #f3cc15;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.btn_store_toggle i {
    margin-left: 5px;
    transition: transform 0.3s ease;
    font-size: 24px;
}

.bx_client{
  background:#fff;
  border:2px solid #eee;
  display:flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  height: 100%;
}
.bg_co{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .bg_co{
    background-size: cover;
  }
}

/* masonry custom order */
.grid{
    width: 100%;
    position: relative;
    display: flex;
  }
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid-item{
  width: 25%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff;
  border-radius: 10px
}
.grid-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: 50% center;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.width1{
  width: 32.333%;
}
.height1{
  height: 250px;
}
.height2{
  height: 500px;
}

@media (max-width: 768px) {
  .grid-item{
    width: 48%;
  }
}
@media (max-width: 400px) {
  .grid-item{
    height: 150px;
  }
  .height1{
    height: 250px;
  }
  .height2{
    height: 350px;
  }
}

/* form new */
.err_btm label.error{
  position: absolute;
    bottom: -40px;
}
.form_radio{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form_radio label {
    cursor: pointer;
}
.form_radio input[type="radio"]{
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 25px;
    height: 25px;
    margin-right: 7px;

    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}
.form_radio label {
    display: flex;
    margin-top: 10px;
    margin-right: 20px;
}
.form_radio input[type="radio"]:checked {
    box-shadow: 0px 0px 0px 4px #ffff00;
    background-color: #ffff00;
}

.form_radio label.error,
.form_checkbox label.error{
  position: absolute;
  top: -25px;
}

.form_checkbox label{
  display: flex;
  align-items: center;
}
.form_checkbox input[type=checkbox] {
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1mm solid black;
}

.form_checkbox input[type=checkbox]:checked {
    background-color: #ffff00;
}

.form_checkbox input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 18px;
    text-align: center;
    display: block;
}

.co_icon_1,
.co_icon_2,
.co_icon_3{
  position: relative;
  z-index: 2;
}
.co_icon_1::before,
.co_icon_2::before,
.co_icon_3::before{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 0;
}
.co_icon_1::before{
  width: 10%;
  height: 15%;
  background-image: url('../img/home/2024/co_2.png');
  top: -80px;
  left: -50px;
}
.co_icon_2::before{
  width: 35%;
  height: 18%;
  background-image: url(../img/home/2024/co_3.png);
  top: -100px;
  right: -100px;
}
.co_icon_3::before{
  width: 80px;
  height: 120px;
  background-image: url('../img/home/2024/co_4.png');
  top:-20px;
  left:-20px;
}


/* Responsive === */
@media (min-width: 2500px) {
}
@media (max-width: 1200px) {
  .product-box {
    width: 800px;
  }
  .history-box {
    margin-right: calc(-100vw / 2 + 100% / 2);
  }
  .product-detail-box {
    min-height: 600px;
  }
}
@media (min-width: 993px) {
  .m-left {
    float: right !important;
  }
  .m-right {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .s-left {
    float: right !important;
  }
  .s-right {
    float: left !important;
  }
}
@media (max-width: 992px) {
  .scroll::-webkit-scrollbar {
    display: none;
  }
  .section-content {
    padding: 40px 0;
  }
  .cd-main-content {
    margin-top: 62px;
  }
  .hero-banner {
    height: calc(100vh + 50px) !important;
  }
  .banner-distributor {
    height: 40vh !important;
  }
  .hero-banner .title-hero {
    top: calc(50% + 50px);
  }
  .prod-home {
    padding-bottom: 0;
  }
  .prod-home .text {
    margin: 30px 0;
  }
  .prod-home .pos-bottom-right {
    position: relative;
    bottom: auto;
    right: auto;
    padding-left: 10%;
  }
  .prod-home .flex-list {
    padding-left: 8% !important;
  }
  .prod-home .h-500 {
    height: auto;
  }
  .text p {
    width: 100%;
  }
  ul.contact-box {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  ul.contact-box li {
    display: inline-block;
    margin-right: 20px;
  }
  .maps-box iframe {
    height: 300px;
  }
  .desc-maps {
    position: relative;
  }

  .product-box {
    width: 700px;
  }

  .item-point ul.region.left100 {
    margin-left: -50px;
  }
  .product-detail-box {
    min-height: 400px;
  }
  .details-box {
    padding: 0 100px;
  }
  .image-product-list a {
    height: 100px;
  }
  .float-share {
    position: relative;
    left: 0;
    bottom: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .product-box {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .s-topnopadding {
    padding-top: 0;
  }
  .margin-80 {
    margin-top: 20px;
    margin-left: 0;
  }
  .marginTop50 {
    margin-top: 0 !important;
  }
  .back-500 {
    height: 400px;
  }
  .foot-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text {
    margin: 30px 0;
  }
  .padding80 {
    padding: 0 !important;
  }
  .prod-home .flex-list,
  .prod-home .pos-bottom-right {
    padding-left: 15px !important;
  }
  .filter-box .sort {
    margin-top: 10px;
    float: none;
  }
  .select-sort {
    height: 25px;
  }
  .borderline {
    border-right: 0;
  }

  .idmaps {
    height: 300px;
  }
  .scalize .item-point {
    width: 10px;
    height: 10px;
  }

  .join-home .pull-left,
  .join-home .pull-right {
    float: none !important;
    text-align: center;
  }

  /* company -- */
  .float-line {
    margin: 0;
  }
  .float-line::after {
    display: none;
  }
  .pos-left-center {
    left: 20px;
  }
  /* distributor */
  .text.box-center-bg {
    margin: 40px 0 !important;
  }
  .text.box-center-bg p {
    width: 100%;
  }
  .marginTop80 {
    margin-top: 30px !important;
  }

  .m-padding {
    padding-top: 0px;
  }
  ul.breadcrumbs {
    margin: 20px 0;
  }
  .details-box {
    padding: 0 50px;
  }
  .image-product-list a {
    height: 180px;
  }
}
@media screen and (max-width: 668px) {
  .slide-prod {
    width: 200px;
  }
  .slide-prod .prod-list {
    height: 250px;
  }
  .slide-prod-desc .box-desc h1 {
    font-size: 24px;
  }
  .slide-value .slick-prev {
    left: -5px;
  }
  .slide-value .slick-next {
    right: -5px;
  }
  .value-list .text h3 {
    margin: 20px 0;
  }
  .item-point ul.region li {
    font-size: 12px;
  }
  .item-point ul.region.left-center {
    margin-left: -50px;
  }
  .item-point ul.region.top {
    margin-top: -25px;
  }
  .item-point ul.region.top100 {
    margin-top: -80px;
  }
  .image-product-list a {
    height: 130px;
  }
}
@media screen and (max-width: 480px) {
  .hero-banner .title-hero p {
    max-width: 280px;
  }
  .slide-prod {
    float: none;
    width: 100%;
  }
  .prod-home .flex-list {
    display: block !important;
  }
  .slide-prod-desc {
    height: 150px;
  }

  .padding80 {
    padding: 0 !important;
  }

  .slide-testimoni .testi-list p {
    width: 100%;
  }
  .h-400 {
    height: 300px;
  }

  /* .filter-box .filter h4{
    float: none;
  } */
  .filter-box .sort, .filter-box .filter{
    display: inline-block;
    margin: 10px 0 0 0;
  }
  .filter-list {
    display: block;
  }
  .filter-list ul {
    padding: 10px 0;
  }
  .filter-list ul li a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact-box li {
    margin: 10px 0;
  }
  .idmaps {
    height: 100px;
  }
  .item-point ul.region.m-top1 {
    margin-top: -10px;
  }
  .item-point ul.region.mtop1 {
    margin-top: 10px;
  }
  .item-point ul.region.m-right1 {
    margin-left: -10px;
  }
  .item-point ul.region.mright1 {
    margin-left: 10px;
  }

  .value-list .text {
    padding: 0;
  }

  .item-point ul.region li {
    font-size: 6px;
  }
  .item-point ul.region.left100 {
    margin-left: -25px;
  }
  .item-point ul.region.left-center {
    margin-top: 0;
  }
  .item-point ul.region.top100 {
    margin-top: -50px;
  }
  .details-box {
    padding: 0;
  }
  .image-product-list a {
    height: 130px;
  }
  .btn-whatsapp {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 400px) {
  .slide-insta {
    margin-top: 100px;
  }
  .slide-insta .slick-prev {
    left: 15px;
    right: auto;
  }
  .slide-insta .slick-next {
    left: 55px;
    right: auto;
  }
  .image-product-list a {
    height: 90px;
  }
}
@media screen and (max-width: 360px) {
  .hero-banner .title-hero h1 {
    font-size: 60px;
  }
  .shared-box {
    padding: 0;
  }
  .btn-page-all {
    display: block;
    margin-bottom: 10px;
  }

  .subscribe-box input {
    /* max-width: 160px; */
  }
  .subscribe-box button {
    padding: 10px;
  }
}
