@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);
}

* {
  -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-medium", sans-serif;
  -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: #606060;
  font-family: "din-medium", sans-serif;
}
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,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*margin: 0 0 20px 0;*/
  text-transform: none;
  /* font-family: "ABeeZee", sans-serif; */
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1{
  font-weight: bold;
  font-size: 36px;
}
h2,
.h2{
  font-size: 30px;
}
h3,
.h3{
  font-size: 24px;
}
h4,
.h4{
  font-size: 18px;
}
h5,
.h5{
  font-size: 14px;
}
h6,
.h6{
  font-size: 12px;
}
.p,
p {
  font-weight: 100;
  font-size: inherit;
  line-height: 1.4;
}
section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
a {
  text-decoration: none;
  font-family: "din-medium", sans-serif;
  color: inherit;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fullpage {
  width: 100% !important;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padY-10{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padX-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padX-20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.no-margin {
  margin: 0 !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.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;
}
.blue {
  color: #25b5e4;
}
.blue-dark{
  color:#006586;
}
.yellow {
  color: #fff75f;
}
.noradius{
  border-radius: 0 !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-50{
  margin-bottom: 50px;
}
section.ocean {
  background-color: #8cc543;
}
section.blue {
  background-color: #25b5e4;
  color: #fff;
}
section.sky {
  background-color: #d9eef4;
  /* color: #fff; */
}
/* .section{
  padding: 60px 0;
} */
.section-content {
  padding: 80px 0;
}
.section-content-md {
  padding: 40px 0;
}
.section.section-up {
  margin-top: -100px;
}
.img-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.black{
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p{
  /* text-shadow: 2px 2px #a4a4a4; */
}
.box-white {
  width: 100%;
  background-color: #fff;
  color: #2d2d2d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.box-brown{
  position: relative;
  background-color: #d5d5d5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.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%);
}
.pos-right-center {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.pos-top-right {
  position: absolute;
  right: 15px;
  top: 0;
}
.left-center {
  margin-top: 100px;
  margin-left: 20px;
}
.grid-left {
  float: left !important;
}
.grid-right {
  float: right !important;
}

.btn-border-white,
.btn-border {
  padding: 10px 30px;
  border-radius: 50px;
  border: 2px solid #606060;
  background: none;
  margin: 20px 0;
  display: inline-block;
  color: #2d2d2d;
  text-align: center;
  font-weight: bold;
}
.btn-border-white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-border.block {
  width: 100%;
}
.btn-border.xlg {
  width: 100%;
  max-width: 250px;
}

.btn-link {
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #25b5e4;
  color: #fff;
  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;
}
.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: #25b5e4;
}

.slick-slide:focus {
  outline: 0 !important;
}

.hide {
  display: none !important;
}

.flex {
  display: flex !important;
  flex-wrap: wrap;
}
.flex-list {
  display: flex !important;
}
.flex-content {
  display: flex !important;
  flex-direction: column;
  flex: 1;
}
.flex-itm {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  /*margin-top: auto;*/
}
.flex-itm-1 {
  flex: 1;
  /*margin-top: auto;*/
}
.flex-itm-2 {
  flex: 1 auto;
  /*margin-top: auto;*/
}
.tablegrid{
  display: table;
}
.tablecell{
  display: table-cell;
}
.title-md h1,
.title-md h2,
.title-md h3,
/* .title-md h4 , */
.title-bg h1,
.title-bg h2,
.title-bg h3,
.title-bg h4 {
  margin: 10px 0;
}
.title-md .h1,
.title-md .h2,
.title-md .h3,
/* .title-md .h4 , */
.title-bg .h1,
.title-bg .h2,
.title-bg .h3,
.title-bg .h4 {
  margin: 10px 0;
}
.title-bg h1{
  font-size: 80px;
}
.title-bg h2{
  font-size: 40px;
}
.title-md h1{
  font-size: 60px;
}
.title-md h4{
  font-size: 18px;
}

.title-bg .h1{
  font-size: 80px;
}
.title-bg .h2{
  font-size: 40px;
}
.title-md .h1{
  font-size: 60px;
}
.title-md .h4{
  font-size: 18px;
}

.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;
}

/* ===== Header New ==== */

@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
img {
  /* make images responsive */
  max-width: 100%;
}
.logo-header {
  position: absolute;
  top: 20px;
  max-width: 100px;
  color: #25b5e4;
  /* display: none; */
}
.logo-header img {
  /* height: 80px; */
}
/*
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; */
  min-height: 100vh;
  z-index: 2;
}

.cd-main-header {
  height: 50px;
  background: #ffffff;
  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 #25b5e4;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #25b5e4;
  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: #25b5e4;
  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 {
  height: auto;
  position: relative;
  width: 100%;
}
.nav-top-new {
  width: 100%;
  display: inline-block;
  /* min-height: 87px; */
}
.nav-right {
  position: absolute;
  top: 10px;
  right: 60px;
}

/* --- header responsive -- */
.container-header{
  position: relative;
  width: 100%;
  padding: 0 50px;
}
.header {
  background-color: transparent;
  position: absolute !important;
  /* box-shadow: 0 1px 20px rgba(0,0,0,0.2); */
}
.header.headerAll {
  background-color: transparent;
  position: relative !important;
  background-color: #25b5e4;
  /* box-shadow: 0 1px 20px rgba(0,0,0,0.2); */
}
.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  /* overflow: hidden; */
  text-align: center;
}

.menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.4s;
  font-weight: bold;
}
/* .menu li a:hover{
  border-bottom: 2px solid #000;
} */

.menu li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #25b5e4;
  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:after {
  left: 0;
}
.header .menu li.active a {
  background-color: #20c320;
  border-radius: 30px;
}

/* home menu */
.header-home .menu li a {
  transition: transform .2s;
  text-shadow: 4px 2px 3px rgba(0,0,0, 0.55);
}
.header-home .menu li a:hover:after {
  opacity: 0;
}
.header-home .menu li a:hover {
  transform: scale(1.2);

}
/* menu */

/* 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: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 6px;
}

.header .menu-icon .navicon:after {
  top: -6px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  padding: 20px 30px;
  max-width: 100%;
  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;
}

ul.socmed-header {
  padding-top: 5px;
}
ul.socmed-header li {
  display: inline-block;
}
ul.socmed-header li a {
  font-size: 30px;
  margin: 0 5px;
  color: #25b5e4;
}

/* 48em = 768px */

@media (max-width: 992px) {
  .nav-left {
    float: none;
    padding-top: 20px;
  }
  .nav-top-new {
    border: none;
  }
  .logo-header {
    display: block;
  }
  .logo-header {
    top: 5px;
  }
  .logo-header img {
    height: 50px;
  }
  .header .menu {
    clear: both;
    max-width: 0;
    max-height: 0;
    transition: all 0.2s ease-out;
  }
  .header .menu {
    background-color: #25b5e4;
    text-align: center;
  }
  .header.headerAll .menu {
    background-color: #25b5e4;
    text-align: center;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
  }
  .header .menu li a {
    padding: 20px 0;
  }
  .menu li a::after {
    width: 15%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .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: 75px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 18px;
  color: #25b5e4;
  height: 100%;
  text-align: left;
}
.dropdown-lang .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.dropdown-lang .select > i {
  font-size: 13px;
  color: #25b5e4;
  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 {
  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 {
  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: #25b5e4;
  color: #fff;
  display: none;
}
.dropdown-lang .dropdown-lang-menu li a {
  padding: 10px;
  display: block;
}

/*========== Main ==========*/

/* bg cosmo New */
.banner-cosmo{
  background-image: url('../img/games/bgs.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
}
.banner-cosmo .logocosmo img {
  margin-left: -100px;
  width: 500px;
}
.banner-cosmo .kv-home{
  position: relative;
  max-height: 830px;
}
.banner-cosmo .kv-home img{
  margin-left: calc(50% + 20px);
  transform: translateX(-50%);
  max-width: 750px;
  margin-top: -40px;
  /* min-height: 100px; */
}
.banner-cosmo .kv-home .btn-home{
  position: absolute;
  bottom: 4%;
  width: 100%;
}
.banner-cosmo .btn-block {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.banner-cosmo .btn-block .btn {
    display: block;
    margin: 0 auto 15px;
}
.banner-cosmo .btn-home .btn {
  width: 400px;
  font-size: 28px;
}
.banner-cosmo .btn-bold {
    /* line-height: 40px; */
    padding: 10px 25px;
    font-weight: bold;
    border: solid 5px #000;
    border-width: 0 5px 5px 0;
    border-radius: 5px;
    border-color: transparent #1c59ab #1c59ab transparent;
    background-clip: padding-box;
    background-color: #346BB4;
    color: #F9ED27;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
  .banner-cosmo .btn-home .btn{
    width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .banner-cosmo .kv-home{
    max-height: 670px;
  }
  .banner-cosmo .kv-home img{
    max-width: 600px;
  }
  .banner-cosmo .logocosmo img {
    margin-left: -10px;
  }

}


.hero-animate {
  min-height: 500px;
  height: calc(100vh - 96px);
}

/* packaging === */
.product-infomation-block {
  background-color: #eee;
  position: relative;
  z-index: 5;
}
.product-infomation-block.products {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  overflow: hidden;
}
.product-infomation-block .row {
  margin-left: 0px;
  margin-right: -10px;
}
.product-infomation-block .row .columns {
  padding: 0px;
}
.product-infomation-block .packaging {
  height: 320px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-infomation-block.products .packaging {
  height: 400px;
}
.product-infomation-block .packaging .control-nav {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  top: 50%;
  margin-top: -50px;
  display: none;
  text-decoration: none;
  z-index: 3;
  padding: 0 24px;
}
.product-infomation-block .packaging .control-nav.left {
  left: -60px;
  text-align: right;
}
.product-infomation-block .packaging .control-nav.right {
  right: -50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-infomation-block .packaging .control-nav {
    display: block;
  }
}
.product-infomation-block .packaging .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-infomation-block .packaging .item {
  width: 20%;
  height: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-infomation-block.products .packaging .item {
  width: 23.333333%;
  margin-left: 0;
}
.product-infomation-block .packaging .item .overlay {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.product-infomation-block .packaging .item .product {
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.product-infomation-block.products .packaging .item .product {
  bottom: 50px;
}
.product-infomation-block .packaging .item .product img {
  /* max-width: inherit; */
  /* width: 100px; */
}
.product-infomation-block .packaging .item:nth-child(1) .product img {
  /* max-width: inherit; */
  height: 200px;
}
.product-infomation-block .packaging .item:nth-child(2) .product img {
  /* max-width: inherit; */
  height: 225px;
}
.product-infomation-block .packaging .item:nth-child(3) .product img {
  /* max-width: inherit; */
  height: 250px;
}
.product-infomation-block .packaging .item:nth-child(4) .product img {
  /* max-width: inherit; */
  height: 300px;
}
.product-infomation-block .packaging .item .product.left {
  left: 10%;
}
.product-infomation-block.products .packaging .item .product.left {
  left: 50%;
  transform: translateX(-50%);
}
.product-infomation-block .packaging .item .product.right {
  right: 0%;
  left: 0%;
}
.product-infomation-block .packaging .item:hover,
.product-infomation-block .packaging .item.active {
  width: 40%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.product-infomation-block.products .packaging .item:hover,
.product-infomation-block.products .packaging .item.active {
  width: 30%;
}
.product-infomation-block .packaging .item:hover .overlay,
.product-infomation-block .packaging .item.active .overlay {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: gray;
  filter: grayscale(0%);
}
.product-infomation-block .packaging .item:hover .product.left,
.product-infomation-block .packaging .item.active .product.left {
  left: 20%;
}
.product-infomation-block.products .packaging .item:hover .product.left,
.product-infomation-block.products .packaging .item.active .product.left {
  left: 50%;
  transform: translateX(-50%);
}
.product-infomation-block .packaging .item:hover .product.right,
.product-infomation-block .packaging .item.active .product.right {
  right: 20%;
  left: 20%;
}
.product-infomation-block.products .packaging .item .rectangle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  opacity: 0;
}
.product-infomation-block.products .packaging .item:hover .rectangle,
.product-infomation-block.products .packaging .item.active .rectangle {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .product-infomation-block .packaging .item {
    height: 320px;
  }
  .product-infomation-block.products .packaging .item {
    height: 400px;
  }
}
.product-infomation-block .packaging.detail {
  height: 370px;
}
@media screen and (min-width: 768px) {
  .product-infomation-block .packaging.detail .item {
    height: 370px;
  }
}
.product-infomation-block .packaging:after {
  background-color: #eee;
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 3;
}
.product-infomation-block .right-content {
  padding: 20px 20px 20px 40px !important;
  margin-left: -20px;

  position: relative;
  overflow: hidden;
  height: 320px;
  background-color: #eee;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.product-infomation-block.products .right-content {
  padding: 40px 20px !important;
  text-align: center;
  margin-left: 0;
  height: auto;
  min-height: 300px;
}
.product-infomation-block .right-content h3 ,
.product-infomation-block .right-content .h3 {
  margin-top: 0px;
  font-weight: 700;
  color: #636363;
  font-size: 18pt;
}
.product-infomation-block.products .right-content h3 ,
.product-infomation-block.products .right-content .h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .product-infomation-block .right-content p {
    font-size: 9pt;
    line-height: 1.9 !important;
  }
  .product-infomation-block.products .right-content p {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.product-infomation-block .right-content a.know-more {
  text-transform: uppercase;
  color: #015db2;
  font-weight: 700;
  font-size: 10pt;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 50px;
}
.product-infomation-block .right-content a.right-bottom {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .product-infomation-block .packaging .item {
    height: 400px;
  }
  .product-infomation-block .right-content {
    height: auto;
    padding: 20px 20px 20px 20px !important;
    margin-left: 0;
    padding-bottom: 60px !important;
    border-radius: 0 !important;
  }
}
.product-infomation-block .right-content.detail {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .product-infomation-block .packaging {
    height: 420px;
  }
  .product-infomation-block {
    overflow: hidden;
  }
  /* .product-infomation-block .item {
    width: auto !important;
    pointer-events: none;
  }
  .product-infomation-block .item:hover, .product-infomation-block .item.active {
    width: 100% !important;
  } */
}

.keyart,
.keyart_layer {
  height: calc(100vh - 96px);
}

#parallax {
  display: block;
}
#nonparallax {
  display: none;
}

#nonparallax {
  background-image: url("https://hydrococo.com/assets/img/keyart-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.keyart {
  position: relative;
}

.keyart_layer {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
}
.keyart_layer.parallax {
  position: fixed;
}
#keyart-0 {
  background-image: url("../img/home/a3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 600px;
  top: 200px;
  left: 0;
}
#keyart-1 {
  background-image: url("../img/home/a1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 600px;
  height: 600px;
  top: 100px;
  left: 300px;
}
#keyart-2 {
  background-image: url("../img/home/a2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 800px;
  top: 0%;
  right: 0%;
}
#keyart-3 {
  background-image: url("../img/home/ar2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  top: 350px;
  left: 300px;
}
#keyart-4 {
  background-image: url("../img/home/tinggiserat.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: 200px;
  left: 200px;
}
#keyart-5 {
  background-image: url("../img/home/ar4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 450px;
  top: 50px;
  left: 450px;
}
#keyart-6 {
  background-image: url("../img/home/bebaslemak.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: 50px;
  left: 300px;
}
#keyart-7 {
  background-image: url("../img/home/ar3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 450px;
  top: 100px;
  left: 600px;
}
#keyart-8 {
  background-image: url("../img/home/kayalemak.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: 100px;
  left: 600px;
}
#keyart-9 {
  background-image: url("../img/home/ar1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 450px;
  top: 300px;
  left: 550px;
}
#keyart-10 {
  background-image: url("../img/home/cairantubuh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: 350px;
  left: 600px;
}

@media screen and (min-width: 1700px) {
  #keyart-0 {
    left: 10%;
  }
  #keyart-1 {
    left: 20%;
  }
  #keyart-2 {
    top: 50px;
    width: 500px;
    height: 900px;
  }
  #keyart-3 {
    left: 20%;
  }
  #keyart-4 {
    left: 10%;
  }
  #keyart-5 {
    left: 26%;
  }
  #keyart-6 {
    left: 20%;
  }
  #keyart-7 {
    left: 35%;
    top: 50px;
  }
  #keyart-8 {
    left: 37%;
    height: 100px;
  }
  #keyart-9 {
    left: 30%;
  }
  #keyart-10 {
    left: 40%;
  }
}
@media screen and (max-width: 992px) {
  .hero-animate {
    height: calc(100vh - 62px);
  }

  .keyart,
  .keyart_layer {
    height: calc(100vh - 62px);
  }
  #keyart-0 {
    left: -100px;
  }
  #keyart-1 {
    left: 100px;
  }
  #keyart-2 {
    top: 500px;
  }
  #keyart-3 {
    left: 100px;
  }
  #keyart-4 {
    left: 0px;
  }
  #keyart-5 {
    left: 250px;
  }
  #keyart-6 {
    left: 150px;
  }
  #keyart-7 {
    left: 400px;
  }
  #keyart-8 {
    left: 400px;
  }
  #keyart-9 {
    left: 350px;
  }
  #keyart-10 {
    left: 500px;
  }
}
@media screen and (max-width: 668px) {
  #keyart-0 {
    width: 600px;
    height: 400px;
    top: 100px;
  }
  #keyart-1 {
    width: 400px;
    height: 400px;
    top: 40px;
  }
  #keyart-2 {
    top: 300px;
  }
  #keyart-3 {
    width: 100px;
    height: 100px;
    top: 200px;
  }
  #keyart-4 {
    width: 150px;
    height: 150px;
    top: 100px;
  }
  #keyart-5 {
    width: 40px;
    height: 150px;
    left: 200px;
  }
  #keyart-6 {
    width: 200px;
    height: 200px;
    left: 100px;
    top: -40px;
  }
  #keyart-7 {
    width: 50px;
    height: 150px;
    left: 300px;
  }
  #keyart-8 {
    width: 200px;
    height: 100px;
    left: 300px;
    top: 50px;
  }
  #keyart-9 {
    width: 100px;
    height: 50px;
    left: 250px;
  }
  #keyart-10 {
    width: 200px;
    height: 200px;
    left: 350px;
    top: 180px;
  }
}
@media screen and (max-width: 480px) {
  #keyart-0 {
    background-size: 100%;
    width: 400px;
    height: 400px;
    top: 50px;
    left: -50px;
  }
  #keyart-1 {
    width: 350px;
    height: 350px;
    top: 40px;
    left: 20px;
  }
  #keyart-2 {
    top: 300px;
    width: 280px;
    height: 600px;
  }
  #keyart-3 {
    width: 50px;
    height: 50px;
    top: 140px;
  }
  #keyart-4 {
    width: 100px;
    height: 100px;
    top: 100px;
    left: 20px;
  }
  #keyart-5 {
    width: 30px;
    height: 150px;
    left: 150px;
    top: 20px;
  }
  #keyart-6 {
    width: 100px;
    height: 50px;
    left: 100px;
    top: 20px;
  }
  #keyart-7 {
    width: 40px;
    height: 100px;
    left: 200px;
    top: 80px;
  }
  #keyart-8 {
    width: 100px;
    height: 50px;
    left: 200px;
    top: 50px;
  }
  #keyart-9 {
    width: 50px;
    height: 20px;
    top: 300px;
    left: 180px;
  }
  #keyart-10 {
    width: 100px;
    height: 40px;
    left: 230px;
    top: 250px;
  }
}

/* slide New ==== */
.slide .slide_img {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh;
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide .slide__content.pos-right {
  top: 40%;
  right: 10%;
  left: auto;
}
.slide .slide__content--headings {
  /* text-align: center; */
  color: #fff;
}
.slide .slide__content--headings h1 ,
.slide .slide__content--headings .h1 {
  font-size: 50px;
  margin: 0;
}
.slide .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
.slide .slick-dotted .slick-slider {
  margin-bottom: 0;
}

.slider .slick-list {
  padding: 0;
}
.slider .slick-dots {
  bottom: 30px !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button::before {
  display: none;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.cd-main-content {
  /* margin-top: 95px; */
  overflow: hidden;
}
.profile-video {
  position: relative;
  /* background: url(https://hydrococo.com/assets/img/home/back-video.jpg) no-repeat center;
  background-size: cover; */
  margin: 0 auto 0;
  width: 100%;
  height: 550px;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* box-shadow: 0px 10px 20px rgba(62, 0, 0, .50); */
  overflow: hidden;
}

.profile-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: -moz-linear-gradient(to top, transparent, #25b5e4);
  background: linear-gradient(to top, transparent, #25b5e4);
  z-index: 1;
}

.sky-blue {
  background-color: #d5f1f4;
}
.sky-blue-1 {
  background-color: #67e8fb;
}
.ocean-blue {
  background-color: #25b5e4;
}
.ocean-grey {
  background-color: #cacaca;
}
/* .value-box,
.galery-box{
  display: inline-block;
  width: 100%;
} */
.values-box-home{
  width: 1024px;
  margin: 0 auto;
}
.box-values{
  width: 100% !important;
}
.back-icon {
  background-image: url(../img/home/bgicon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.value-list {
  width: 25%;
  float: left;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.values-box-home .value-list{
  padding: 0 20px;
}
.value-list .value-img {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
}
.value-list .value-img img {
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.value-list h4 {
  font-size: 20px;
  margin: 10px auto;
  font-weight: 400;
  /* text-transform: uppercase; */
}
.value-list .h4 {
  font-size: 20px;
  margin: 10px auto;
  font-weight: 400;
  /* text-transform: uppercase; */
}
.slide-values{
  margin-bottom: 60px !important;
}
.slide-values .slick-dots li button:before{
  color: #bababa;
}

.slide-galery {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  /* height: 465px; */
}
.galery-list {
  width: 700px;
}
.galery-list:focus {
  outline: 0;
}
.galery-img {
  position: relative;
  display: block;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.galery-img a img {
  position: absolute;
  top: 40%;
  left: 45%;
  display: inline-block;
  width: 60px;
}
.title-galery {
  display: none;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding: 5px 20px;
}
.title-galery h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.title-galery .h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.slide-galery .slick-slide {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  /* margin-top: 40px; */
  transition: 0.1s ease-in-out all;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  margin: 40px -30px 0;
  z-index: 1;
}

.slick-slider .slick-center {
  margin-top: 0;
  -webkit-filter: none;
  filter: none;
  z-index: 33;
  /*transform: scale(1.3);*/
  /*width: 550px;*/
  /*height: 380px;*/
}
.slick-center .galery-img {
  /* height: 380px; */
}
.slick-center .title-galery {
  display: block;
}

.slide-galery .slick-prev:before,
.slide-galery .slick-next:before {
  font-family: "FontAwesome";
  font-size: 80px;
  color: #fff !important;
}

.slide-galery .slick-prev,
.slide-galery .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #fff !important;
}
.slide-galery .slick-prev:before {
  content: "\f137";
}
.slide-galery .slick-next:before {
  content: "\f138";
}
.slide-galery .slick-prev {
  left: 20%;
}
.slide-galery .slick-next {
  right: 20%;
}

/* cloud ==== */
#cloud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cloud {
  width: 200px;
  height: 60px;
  background: #fff;

  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;

  position: relative;
}

.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 10px;

  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;

  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px;
}
.cloud1 {
  background-image: url(../img/home/cloud1.png);
}
.cloud2 {
  background-image: url(../img/home/cloud2.png);
}
.cloud1,
.cloud2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
}
.c1 {
  width: 800px;
  height: 350px;
}
.c2 {
  width: 300px;
  height: 80px;
}
.c3 {
  width: 400px;
  height: 100px;
}
/*Time to animate*/
.move1 {
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.move2 {
  left: 200px;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6; /*opacity proportional to the size*/

  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.move3 {
  left: -250px;
  top: -200px;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8; /*opacity proportional to the size*/

  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

.move4 {
  left: 470px;
  top: -250px;

  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75; /*opacity proportional to the size*/

  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18 linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.move5 {
  left: -150px;
  top: -150px;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8; /*opacity proportional to the size*/

  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-o-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}


/* ---------- pulse new */

/* #home .icons-box{
  position: relative;
  height: 600px;
} */
#home .icons {
  width: 30%;
  text-align: center;
  height: 15%;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  z-index: 220;
  margin-top: -00px;
}

#home .icons ul {
  position: absolute;
  width: 600px;
  height: 180px;
  left: 50%;
  transform: translateX(-50%);
  /* left: -10%; */
}

#home .icons li {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  opacity: 0;
}

#home .icons li img {
  margin-top: 14px;
}

#home .icons li p {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s, border 0.2s, box-shadow 0.2s, width 0.2s,
    height 0.2s, margin-top 0.2s;
  -moz-transition: background 0.2s, border 0.2s, box-shadow 0.2s, width 0.2s,
    height 0.2s, margin-top 0.2s;
  -o-transition: background 0.2s, border 0.2s, box-shadow 0.2s, width 0.2s,
    height 0.2s, margin-top 0.2s;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, width 0.2s,
    height 0.2s, margin-top 0.2s;
  margin: 25px auto 0;
}

#home .icons li p span {
  display: block;
  color: #fff;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 2px;
  width: 100px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  opacity: 0;
  font-size: 0;
  line-height: 1.2em;
  -webkit-transition: opacity 0.2s, padding-top 0.2s, margin-left 0.2s,
    font-size 0.2s;
  -moz-transition: opacity 0.2s, padding-top 0.2s, margin-left 0.2s,
    font-size 0.2s;
  -o-transition: opacity 0.2s, padding-top 0.2s, margin-left 0.2s,
    font-size 0.2s;
  transition: opacity 0.2s, padding-top 0.2s, margin-left 0.2s, font-size 0.2s;
}

#home .coconut_icons p {
  background-color: rgba(0, 0, 0, 0.3);
}

#home .coconut_icons p:hover,
#home .coconut_icons p:active,
#home .coconut_icons p.active {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

#home .icons {
  height: 12%;
}

/* #home .icons ul {
left:-50px;
} */

#home .icons li {
  width: 100px;
  height: 100px;
}

#home .icons li p {
  width: 60px;
  height: 60px;
  margin-top: 25px;
}

#home .icons li img {
  width: 30px;
  height: auto;
  margin-top: 15px;
}

#home .icons li p span {
  width: 80px;
}

#home .icons li p:hover span,
#home .icons li p:active span,
#home .icons li p.active span {
  font-size: 0.6rem;
  padding-top: 5px;
}

#home .icons .electrolytes {
  top: 80%;
  left: 10%;
  background: url(../img/icon/icon_arrow_left.png) no-repeat right center;
}

#home .icons .percent {
  top: 30%;
  left: 22%;
  background: url(../img/icon/icon_arrow_left_down.png) no-repeat right bottom;
}

#home .icons .heart {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon/icon_arrow.png) no-repeat center bottom;
}

#home .icons .star {
  top: 30%;
  right: 22%;
  background: url(../img/icon/icon_arrow_right_down.png) no-repeat left bottom;
}

#home .icons .arrow {
  top: 80%;
  right: 10%;
  background: url(../img/icon/icon_arrow_right.png) no-repeat left center;
}

#home .icons li p:hover {
  cursor: hand;
  background-position: center 15px;
  margin-top: 0;
}

#home .icons li p:hover span {
  padding-top: 0;
  font-size: 0.7rem;
  opacity: 1;
}

#home .icons .electrolytes p:hover img {
  animation: shake 0.4s ease-in-out 0.4s;
  -webkit-animation: shake 0.4s ease-in-out 0.4s;
}

#home .icons .percent p:hover img {
  animation: rubberBand 0.6s ease-in-out 0.4s;
  -webkit-animation: rubberBand 0.6s ease-in-out 0.4s;
}

#home .icons .heart p:hover img {
  animation: pulse 0.8s ease-in-out 0.4s 2;
  -webkit-animation: pulse 0.8s ease-in-out 0.4s 2;
}

#home .icons .star p:hover img {
  animation: rotateFull 0.4s ease-in-out 0.2s;
  -webkit-animation: rotateFull 0.4s ease-in-out 0.2s;
}

#home .icons .arrow p:hover img {
  animation: dip 0.4s ease-in-out 0.4s;
  -webkit-animation: dip 0.4s ease-in-out 0.4s;
}

.foot-title {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-top: -200px;
  margin-bottom: 100px;
}
/* .feature.box{
  margin-top: 100px;
} */
.feature-animate {
  text-align: center;
  height: 400px;
  margin-top: 50px;
}
.marginTop10 {
  margin-top: 10px !important;
}
.paddingTop30 {
  padding-top: 30px !important;
}
.marginTop50 {
  margin-top: 50px !important;
}
.paddingTop50 {
  padding-top: 50px !important;
}
.marginTop100 {
  margin-top: 100px !important;
}
.margintb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.feature-animate .img-pack {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  margin-bottom: -650px;
  margin-left: 20px;
  z-index: 1;
}
.feature-animate .img-pack img {
  /* width: 300px; */
}
.slide-prod .slick-dots {
  bottom: 20px;
  margin-left: -20px;
}
.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 1;
}
.slide-prod .slick-dots li {
  margin-right: 5px;
}

/* .feature-animate img.pack{
  width: 500px;
  margin-bottom: -650px;
  margin-left: 50px;
} */

.titles {
  display: none;
}
.feature-text {
  position: relative;
  z-index: 2;
  padding-left: 40px;
  width: 450px;
}
ul.feature-list {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: 30px;
}
ul.feature-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
ul.feature-list li .ibox {
  float: left;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: inherit;
}
ul.feature-list li .desbox {
  display: inline-block;
}
ul.feature-list li h4 {
  margin: 0;
}
ul.feature-list li .h4 {
  margin: 0;
}
ul.feature-list li span {
  overflow: hidden;
}

.slide-banner2 .slide-list {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.slide-market{
  margin-top: 30px;
  margin-bottom: 30px;
}
.slide-market img {
  margin: 0 auto;
  /* max-height: 80px; */
  /* min-height: 70px;
  max-height: 70px; */
}
.slide-market .slick-dots li button:before{
  color: #bababa;
}
.padBot-200 {
  padding-top: 30px;
  padding-bottom: 200px;
}

/* Banner Top == */
.back-banner-top{
  position: relative;
  background-image: url('../img/home/nb_bgHero.jpg');
  background-repeat: no-repeat;
  background-position:center;
  /* background-size:cover; */
  background-size:100% 100%;
  /* height: 700px; */
}
.banner-top-home{
  width: 100%;
  height: 700px;
}

/* new Banner==  */
#txtbg{
  bottom: 25%;
  left: 10%;
}
#txtbg img{
  width: 450px;
}
#human{
  bottom: -10%;
  left: 45%;
  width: 100%;
}
#human img{
  width: 600px;
}
#waterr{
  bottom: 10%;
  text-align: center;
}
#waterr img{
  /* width: 300px; */
}
#prod-top{
  bottom: 10%;
  text-align: center;
}
#prod-top img{
  width: 160px;
}
#text-top{
  top: 20%;
  text-align: center;
}
#text-top img{
  width: 400px;
}
.title-bantop{
  margin: 0;
  font-size: 3vw;
  color: #02609C;
}
#icons{
  left: 50%;
  bottom: 20%;
}
#icons img{
  width: 150px;
}
#cocoBlur {
  bottom: -150px;
  right: -100px;
}
.cocor{
  width: 100%;
  height: 100%;
  background-image: url(../img/home/nb_c1.png),url(../img/home/nb_c2.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 30% 90%, 65% 40%;
}
.waterr{
  width: 100%;
  height: 100%;
  background-image: url(../img/home/nb_waters.png);
  background-repeat: no-repeat;
  background-size: 550px;
  background-position: 45% 80%;
}

@media (max-width: 993px) {
  /* #prod-top{
    left: 0%;
  } */
  .back-banner-top{
    background-size: 120% 100%;
  }
}
@media (max-width: 680px) {
  #cocoBlur img{
    width: 200px;
  }
  #cocoBlur{
    bottom: -80px;
    right: 0;
  }
  /* #prod-top{
    top: 30%;
    left: 10%;
  }
  #text-top{
    left: 15%;
    right: 10%;
    top: 15%;
  }
  #prod-top img{
    width: 500px;
  } */
}
@media (max-width: 480px) {
  .back-banner-top{
    background-size: 160% 100%;
  }
  #text-top {
    padding: 0 30px;
  }
  #text-top img{
    width: 100%;
  }
  .cocor{
    background-position: 0% 90%, 100% 40%;
  }
  #cocoBlur{
    display: none;
  }
}
@media (max-width: 321px) {
  #prod-top img {
    width: 130px;
  }
}

#h250{
  top: 350px;
  left: 72%;
}
#h250 img{
  width: 180px;
}
#cocosplash{
  top: 300px;
  left: 70%;
}
#cocosplash img{
  width: 300px;
}

.title-banner-top{
  position: absolute;
  top: 35%;
  left: 60%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.title-banner-top h3,
.title-banner-top .h3{
  font-size: 30px;
}
.title-banner-top h1,
.title-banner-top .h1{
  font-size: 42px;
}
.title-banner-top h3,
.title-banner-top h1,
.title-banner-top .h3,
.title-banner-top .h1{
  line-height: 1;
  margin: 10px 0 20px;
  color: #fff;
  text-shadow: -2px 0 #25b5e4, 0 2px #25b5e4, 2px 0 #25b5e4, 0 -2px #25b5e4;
}

.parallax_item{
  position: absolute;
  /* background-repeat: no-repeat; */
}
.parallaxBlock{
  width: 100%;
  left: 0;
}
#cloud1{
  /* background-image: url('../img/home/cloud1.png'); */
  top: 0;
  left: 0;
  /* background-size: 900px;
  background-position: center; */
}
#cloud2{
  /* background-image: url('../img/home/cloud2.png'); */
  top: 0;
  right: 0;
  /* background-size: 900px;
  background-position: center; */
}
#coco1{
  /* background-image: url('../img/home/coco1.png'); */
  left: 0;
  top:50%;
  /* background-size: 900px;
  background-position: center; */
}
.product-details #coco1{
  z-index: 2;
}
#coco2{
  /* background-image: url('../img/home/coco2.png'); */
  right: -80px;
  top: 60%;
  /* background-size: 900px;
  background-position: center; */
}

#coco1 img{
  width: 250px;
}
#coco2 img{
  width: 250px;
}

.back-value{
  background-image: url('../img/home/back-value.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.back-product{
  background-image: url('../img/home/bg-beach-woods.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  overflow: hidden;
}
.title-prod-home{
  margin: 30px 0 40px;
  position: relative;
  z-index: 3;
  color: #006586;
}
.title-prod-home h1,
.title-prod-home .h1{
  font-size: 60px;
}
.title-product-home{
  position: relative;
  z-index: 3;
  margin: 100px auto 20px;
  width: 400px;
  display: block;
}
.product-home-box{
  margin: 30px auto 0;
}
.product-home{
  position: relative;
  /* width: 25%; */
  padding: 0 20px;
  cursor: pointer;
}
.product-home img.bottle{
  position: relative;
  top: 0;
  z-index: 2;
  -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;

}

.product-home:hover img.bottle,
.item.active img.bottle{
  -webkit-filter: drop-shadow(0px 10px 50px rgba(255, 0, 255, 1));
  filter: drop-shadow(0px 10px 30px rgba(255, 225, 255, 1)) contrast(120%);
}
/* .product-home .shadows{
  position: relative;
}
.product-home .shadows::before{
  background-image: url('../img/home/pack-shadow.png');
  background-position: center;
  background-size: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
.slide-pack .product-home .img-floats{
  position: relative;
  height: 100%;
}
.slide-pack .product-home .img-floats img.bottle{
  margin: 0 auto;
  position: relative;
  top: 100%;
  transform: translateY(-100%);
  /* position: relative;
  flex-direction: column;
  flex: 1; */
  /* bottom: 0; */
}
.slide-pack .product-home:hover .img-floats img.bottle{
  top: 95%;
}
/* .product-home:hover img.bottle{
  top: -20px;
} */
.product-home img.bottle-shadow{
  position: absolute;
  bottom: -4%;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  /* width: 100%; */
  -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}

.slide-pack .product-home img.bottle-shadow{
  left: 50%;
  transform: translateX(-50%);
}
.product-home:hover img.bottle-shadow{
  opacity: 0.2;
}

.slide-pack .slick-track{
    display: flex !important;
}
.slide-pack .slick-slide{
  height: inherit !important;
}
.slide-pack .slick-prev{
  left: 10%;
}
.slide-pack .slick-next{
  right: 10%;
}
.slide-pack .slick-prev, .slide-pack .slick-next{
  bottom: 50%;
  z-index: 2;
}
.slide-pack .slick-prev:before, .slide-pack .slick-next:before{
  font-size: 40px;
}
.title-product {
  position: relative;
  z-index: 33;
}

.product-detail-home{
  position: relative;
  display: block;
  margin: 20px auto 40px;
  text-align: center;
  width: 60%;
  height: 180px;
  color: #fff;
  padding: 20px 220px 20px 20px;
  background-color: #006586;
}
.product-page .product-detail-home{
  width: 80%;
  padding: 20px;
  height: 200px;
}
.product-page .product-detail-home p{
  width: 60%;
  margin: 20px auto;
}
.product-detail-home h3,
.product-detail-home .h3{
  margin: 0 auto 10px;
}
.product-detail-home p{
  width: 100%;
  margin: 10px auto;
}
.product-detail-home .btn-detail{
  position: absolute;
  top: 0;
  right: 0;
}
.product-detail-home .btn-detail a::before{
  position: absolute;
  top:5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  content: "";
  border: 4px solid #006586;
}
.product-detail-home .btn-detail a{
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #25b5e4;
  color: #fff;
  display: inline-block;
}
.product-detail-home .btn-detail a span{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.product-pages .product-detail-home{
  margin: 0;
}

.back-shape-blue{
  background-image: url('../img/home/Shape-blue.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.back-video {
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover, cover;
  background-image:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(../img/home/banHero.jpg);

}
.back-uht {
  background-repeat: no-repeat;
  background-position: top, top;
  background-size: cover, cover;
  background-image:linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url(../img/home/uht.jpg);
    min-height: 600px;
}
/* .video-uht{
  position: relative;
  width: 100%;
  height: 100%;
} */
.video-uht{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .back-video {
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: 100%, cover, cover;
  background-image:url('../img/home/Shape-blue.png'),linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(../img/home/bannerhero.jpg);

} */
.video-home{
  color: #fff;
}
.video-home p{
  width: 80%;
  margin: 20px auto;
  padding: 0 20px;
}
.btn-video-thumb {
  position: relative;
  margin: 0 auto;
  /* z-index: 2;
  top: 50%;
  left: 50%; */
  /* background: rgba(255, 255, 255, 0.8); */
  border: 2px solid #fff;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.btn-video-thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #fff;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
}
.video-play{
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 30px 0;
}
.video-play:hover .btn-video-thumb {
  background: #0057b8;
  /* width: 80px; */
  /* height: 80px; */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.video-thumb:hover .btn-video-thumb:before {
  border-left: 10px solid #fff;
}
.btn-video-thumb,
.btn-video-thumb:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#storyVideoContent{
	background-color: black;
	display: none;
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
	bottom:0;
  overflow: hidden;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper .close-play{
  position: absolute;
  top: 20px;
  right: 5%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: red;
  color: #fff;
  z-index: 2;
  font-size: 24px;
  line-height: 1.5;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.list-article-home{
  position: relative;
  width: 100%;
  display: block;
}
.list-article-home .img-card{
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
  background-color: #eee;
}
.list-article-home .img-card img{
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-position: 50% top;
  object-fit: cover;
  position: absolute;
}

.article-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.icon-new{
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 80px;
}

.desc-article {
  position: absolute;
  /* text-align: center; */
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 80%;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}
.desc-article h3,
.desc-article p{
  font-size: 24px;
  line-height: 1.2;
  width: 80%;
  margin: 10px 0;
}

/* .list-article-home:hover .article-overlay{ */
.list-article-home .article-overlay{
  opacity: 1;
}

/* .list-article-home:hover .desc-article{ */
.list-article-home .desc-article{
  top: 50%;
  /* left: 50%; */
  opacity: 1;
}

.slide-article .slick-list{
  padding: 0 !important;
}
.slide-article.slick-slider{
  margin-bottom: 50px;
}
.slide-article .slick-dots{
  bottom: -50px;
}
.slide-article .slick-dots li button:before{
  color: #bababa;
}


.title-article-home{
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 3;
  transform: translateX(-50%);
  width: 400px;
  padding: 0 10px;
  text-align: center;
}
.title-article-home h2,
.title-article-home .h2{
  padding: 10px 20px;
  background-color: #fff75f;
  color: #25b5e4;
  border-radius: 10px;
  /* border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; */
}
.text-article-home{
  text-align: center;
  padding: 40px 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.text-article-home h1,
.text-article-home h4,
.text-article-home .h1,
.text-article-home .h4{
  color: #fff75f;
}
.text-article-home h4,
.text-article-home .h4{
  margin: 0;
}
.text-article-home h1 span,
.text-article-home h4 span,
.text-article-home .h1 span,
.text-article-home .h4 span{
  color:#fff;
}
.text-article-home hr{
  height: 2px;
  background-color: #fff;
  width: 300px;
}
ul.icon-article-home{
  position: relative;
  margin: 30px auto;
  text-align: center;
}
ul.icon-article-home li{
  list-style: none;
  display: inline-block;
  margin: 10px;
  width: 100px;
}
ul.icon-article-home li h5,
ul.icon-article-home li .h5{
  color: #fff;
  margin: 0;
}
ul.icon-article-home li img{
  height: 60px;
  margin: 10px auto;
}

.img-article-left{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
}
.img-article-right-1{
  position: absolute;
  right: 150px;
  bottom: 20%;
  width: 80px;
}
.img-article-right-2{
  position: absolute;
  right: 50px;
  bottom: 20%;
  width: 80px;
}
.back-shape{
  background-image: url('../img/home/Shape.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.back-store{
  background-image: url('../img/home/back-onlinestore.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.insta-box {
  position: relative;
  width: 100%;
  display: inline-block;
}
.card-insta {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  overflow: hidden;
}
.card-insta img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform .5s ease-in-out;
}
.card-insta:hover img {
  transform: scale(1.4) rotate(10deg);
}

/* === Product Details === */
.back-products{
  background-image: url('../img/home/bg-products.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  overflow: hidden;
}

.banner-top-product{
  background-image: url('../img/home/ban-product.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}

.title-banner-top.products{
  top: 20%;
  left: 60%;
}
.title-banner-top.products h1,
.title-banner-top.products .h1{
  text-shadow: none !important;
}


.feature-box{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.list-feature{
  width: 20%;
  display: inline-block;
  /* float: left; */
  padding: 0 20px;
  margin: 20px 0;
  position: relative;
  cursor: pointer;
}
.list-feature::after{
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.list-feature:hover::after{
  opacity: 0;
}
.list-feature.active::after{
  opacity: 0;
}

.featureText-box{
  margin: 50px auto;
  width: 80%;
  position: relative;
  padding: 25px 25px;
  background-color: #006586;
  color: #fff;
  text-align: center;
  /* border-radius: 20px; */
}
.featureText-box::before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  content: "";
  /* opacity: 0; */
  z-index: 2;
}


.ion-box{
  position: relative;
}
.ion-list .ion-itm{
  position: absolute;
}
.ion-list .ion-itm:nth-child(1){
  top: 30%;
  left: 25%;
}
.ion-list .ion-itm:nth-child(2){
  top: 50%;
  left: 13%;
}
.ion-list .ion-itm:nth-child(3){
  top: 80%;
  left: 10%;
}
.ion-list .ion-itm:nth-child(4){
  top: 100%;
  left: 8%;
}
.ion-list .ion-itm:nth-child(5){
  top: 30%;
  left: 75%;
}
.ion-list .ion-itm:nth-child(6){
  top: 70%;
  left: 80%;
}
.ion-list .ion-itm:nth-child(7){
  top: 95%;
  left: 78%;
}

.back-boost{
  background-image: url('../img/home/bg-products.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
#coco-boost{
  top: 40%;
  left: -40px;
}
#coco-boost img{
  width: 300px;
}
.back-boost .title-md{
  position: relative;z-index: 3;
}
.back-boost .title-md img{
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 300px;
}
.back-boost .title-md p{
  width: 80%;
  margin: 20px auto;
}
.boost-p{
  display: none;
}
.back-fsc{
  padding: 40px 0;
}



.hand-hydro{
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateY(-50%); */
}
.hand-hydro img{
  width: 600px;
}

.back-batik{
  background-image: url('../img/home/bg-batik.jpg');
  background-repeat: no-repeat;
  background-position: cover;
  background-size: cover;
  overflow: hidden;
}

.card-ytb{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.card-ytb .title-ytb{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.card-ytb .title-ytb h1,
.card-ytb .title-ytb .h1{
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
}

/* === Article === */
.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;
}

.card-articles {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background-color: #25b5e4;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.card-articles .img-card {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
}
.card-articles .img-card img {
  /* position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  max-width: auto; */

  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-position: 50% top;
  object-fit: cover;
  position: absolute;
}
.card-articles .desc-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px;
  color: #fff;
  background-color: rgba(16,46,122, .7);
}
.card-articles .desc-card span {
  font-size: 18px;
  color: #afabab;
  text-transform: uppercase;
}
.card-articles .desc-card h4,
.card-articles .desc-card .h4{
  font-size: 16px;
}
.card-articles .desc-card p {
  margin: 20px 0;
  font-style: italic;
  line-height: 1.1;
  /* color: #afabab; */
  font-size: 12px;
}

/* === Pagination === */
.pagination-box{
  /* text-align: right; */
  margin: 20px 0;
}
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;
}
/* === Article Detail === */
.article-box{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.article-details{
  padding: 30px 20px;
  margin-bottom: 30px;
  border-right: 2px solid #eee;

}
.article-details .title-article h1,
.article-details .title-article .h1{
  margin-bottom: 10px;
}
.article-details .content-article{
  margin-top: 50px;
}

.article-other{
  padding: 30px 20px;
}
.article-other .card-other{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.article-other .card-other h4,
.article-other .card-other .h4{
  margin: 10px 0 10px;
}
.article-other .card-other a.btn-direct{
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #000;
  display: inline-block;
}

.pos-logos {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pos-logos img {
  width: 400px;
  /* filter: brightness(0) invert(1); */
}
.pos-top-banner {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 2;
}
.pos-palm {
  position: absolute;
  top: 0;
  left: -250px;
}
.back-palm {
  background-image: url(../img/home/palm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 700px;
  height: 700px;
}

/* swing === */
.swing {
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  -o-perspective: 2000;
  perspective: 2000;
}
@keyframes "balance" {
  0% {
  }
  15% {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -o-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  30% {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -o-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  45% {
    -webkit-transform: rotateX(-7deg);
    -moz-transform: rotateX(-7deg);
    -o-transform: rotateX(-7deg);
    -ms-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  60% {
    -webkit-transform: rotateX(7deg);
    -moz-transform: rotateX(7deg);
    -o-transform: rotateX(7deg);
    -ms-transform: rotateX(7deg);
    transform: rotateX(7deg);
  }
  75% {
    -webkit-transform: rotateX(-7deg);
    -moz-transform: rotateX(-7deg);
    -o-transform: rotateX(-7deg);
    -ms-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-moz-keyframes balance {
  0% {
  }
  15% {
    -moz-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  30% {
    -moz-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  45% {
    -moz-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  60% {
    -moz-transform: rotateX(7deg);
    transform: rotateX(7deg);
  }
  75% {
    -moz-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes "balance" {
  0% {
  }
  15% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  30% {
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  45% {
    -webkit-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  60% {
    -webkit-transform: rotateX(7deg);
    transform: rotateX(7deg);
  }
  75% {
    -webkit-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-ms-keyframes "balance" {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  30% {
    margin-top: 0;
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  45% {
    -ms-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  60% {
    -ms-transform: rotateX(7deg);
    transform: rotateX(7deg);
  }
  75% {
    -ms-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  100% {
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes "balance" {
  0% {
    margin-top: 0;
  }
  15% {
    -o-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  30% {
    margin-top: 0;
    -o-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  45% {
    -o-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  60% {
    -o-transform: rotateX(7deg);
    transform: rotateX(7deg);
  }
  75% {
    -o-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
  }
  100% {
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.back-swing {
  background-image: url(../img/home/swing.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 500px;
  height: 800px;

  -webkit-transition: all 1050ms ease;
  -moz-transition: all 1050ms ease;
  -o-transition: all 1050ms ease;
  transition: all 1050ms ease;

  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-animation: balance 10.5s ease-in-out infinite alternate;
  -moz-animation: balance 10.5s ease-in-out infinite alternate;
  -ms-animation: balance 10.5s ease-in-out infinite alternate;
  -o-animation: balance 10.5s ease-in-out infinite alternate;
  animation: balance 10.5s ease-in-out infinite alternate;
  /* margin-bottom: -100px; */
  /* color: #fff; */
}

/* Sun === */

.pos-sun {
  position: absolute;
  top: -50px;
  right: -150px;
}
.back-sun {
  background-image: url(../img/home/sun.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 500px;
  height: 400px;
  -webkit-animation: rotating 100s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Flare === */

.pos-flare {
  position: absolute;
  top: 10%;
  right: 10%;
}
.flare-box {
  position: relative;
  width: 600px;
  height: 600px;
}
.flares1,
.flares2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
}
.flares1 {
  bottom: 0;
  left: 10%;
  background-image: url(../img/home/flare1.png);
  z-index: 6;
  -webkit-animation: flares1 40s linear infinite;
}
.flares2 {
  right: 0;
  background-image: url(../img/home/flare2.png);
  -webkit-animation: flares2 100s linear infinite;
}

@-webkit-keyframes flares1 {
  0% {
    -webkit-transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(100px);
  }
  40% {
    -webkit-transform: translateY(100px);
  }
  80% {
    -webkit-transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes flares2 {
  0% {
    -webkit-transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(-100px);
  }
  40% {
    -webkit-transform: translateY(100px);
  }
  80% {
    -webkit-transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
/* bubbles === */
.pos-buble {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 0;
}
.bubbles-box {
  position: relative;
  width: 500px;
  height: 800px;
}
.bubbles-box canvas {
  height: 800px !important;
}

.bubbles {
  width: 100%;
  height: 100%;
  position: relative;
}

.back-tropic {
  background-image: url(../img/home/tropic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 600px;
  /* margin-bottom: -100px; */
  /* color: #fff; */
}
.ocean-box {
  position: relative;
  height: 200px;
  margin-bottom: -200px;
  z-index: -1;
}
.pos-ocean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/home/ocean-wave.jpg);
  background-size: cover;
  z-index: 0;
}
.ocean-wave {
  background-image: url(../img/home/ocean-wave.jpg);
  /* background-repeat: no-repeat; */
  background-size: cover;
  /* background-position: top center; */
  width: 100%;
  height: 200px;

  filter: url("https://hydrococo.com/assets/css/style.css?v=1765165149#turbulence");
  /* color: #fff; */
}
.back-sand {
  position: relative;
  background-image: url(../img/home/sand.png);
  background-repeat: no-repeat;
  background-size: 150% 110%;
  background-position: top left;
  width: 100%;
  height: 300px;
  margin-bottom: -250px;
  /* color: #fff; */
}
.back-beach {
  background-image: url(../img/home/backprod.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 100px 0;
  /* padding-top: 300px; */
  /* margin-bottom: 400px; */
  /* color: #fff; */
}
.back-splash {
  background-image: url(../img/home/back3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  /* margin-bottom: 400px; */
  /* color: #fff; */
}
.back-splash::before,
.back-splash::after {
  position: absolute;
  content: "";
  top: -200px;

  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 400px;
  z-index: 2;
}
.back-splash::before {
  background-image: url(../img/home/palm2.png);
  left: 0;
}
.back-splash::after {
  right: 0;
  background-image: url(../img/home/palm1.png);
}

.back-insta {
  background-image: url(../img/home/back-abstrac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 0 0 80px;
  /* z-index: 2; */
  /* color: #fff; */
}
.back-eventHome {
  margin-top: 150px;
  background-image: url(../img/home/back5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}
.back-footer {
  background-image: url(../img/home/back6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
}
.h-500 {
  height: 500px;
}
.h-700 {
  height: 700px;
}
.text-bg h1 ,
.text-bg .h1 {
  font-size: 40px;
  margin: 10px 0;
}
.text-bg h3 ,
.text-bg .h3 {
  margin: 10px 0;
}
.text-bg span {
  font-weight: bold;
}
.subscribe-box {
  display: inline-block;
  width: 300px;
  position: relative;
  padding-left: 10px;
  margin-top: 20px;
}
.subscribe-box input {
  padding: 10px 10px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
}

.subscribe-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: bold;
}

.subscribe-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: bold;
}

.subscribe-box input:-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: bold;
}

.subscribe-box .btns {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background: none;
  font-size: 33px;
  color: #606060;
}

.hero-slide {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.hero-content img {
  max-height: 500px;
}
#hero-slider {
  margin-top: 50px;
  margin-bottom: 50px;
}
#hero-slider .slick-prev:before,
#hero-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 40px;
  color: #555 !important;
}

#hero-slider .slick-prev,
#hero-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #555 !important;
}
#hero-slider .slick-prev:before {
  content: "\f137";
}
#hero-slider .slick-next:before {
  content: "\f138";
}
#hero-slider .slick-prev {
  left: 50px;
}
#hero-slider .slick-next {
  right: 50px;
}

/* Product Details === */
.back-hydro {
  background-image: url(../img/home/backhydro.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.back-banner-product {
  background-image: url(../img/home/banner-product.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
.title-banner-product{
  color: #fff75f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.title-banner-product h1,
.title-banner-product .h1{
  font-size: 60px;
  margin: 0;
}
.title-banner-product h4,
.title-banner-product .h4{
  font-size: 32px;
  margin: 0;
}

/* Parallax --- */
#scene {
  margin-bottom: 100px;
}
#bg {
  height: 500px;
}
#bg img {
  width: 100%;
  height: 600px;
}
#kelapa1,
#kelapa2,
#pack,
#air1,
#air2,
#bulir1,
#bulir2 {
  position: absolute;
}
#kelapa1 {
  top: 10% !important;
  left: 10% !important;
}
#kelapa2 {
  top: 30% !important;
  left: 70% !important;
}
#pack {
  top: 15% !important;
  left: 50% !important;
}
#pack img {
  transform: rotate(-70deg);
}
#air1 {
  top: 15% !important;
  left: -10% !important;
}
#air2 {
  top: 15% !important;
  left: 60% !important;
}
#bulir1 {
  top: 10% !important;
  left: 10% !important;
  opacity: 0.6;
}
#bulir2 {
  top: 10% !important;
  left: 30% !important;
}
#bulir2 img {
  width: 500px;
}


/* .image-slider-product {
	position:relative;
	display: block;
	line-height: 0;
  width: 800px;
  margin: 0 auto;
}
.image-slider-product img {
	user-select: none;
	max-width: 800px;
}
.image-slider-product > div {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 25px;
	max-width: 100%;
	overflow: hidden;
	resize: horizontal;
}
.image-slider-product > div:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	resize: horizontal;
	right: 3px; bottom: 50%;
  transform: translateY(-50%);
	background-clip: content-box;
	background: linear-gradient(-45deg, black 50%, transparent 0);
	-webkit-filter: drop-shadow(0 0 2px black);
	filter: drop-shadow(0 0 2px black);
} */


/* Event === */
.back-running,
.back-futsal {
  width: 100%;
  height: calc(100vh - 93px);
  content: "";
  background-position: center;
  background-size: cover;
}
.back-running {
  background-image: url(../img/home/backrun.jpg);
}
.back-futsal {
  background-image: url(../img/home/backfut.jpg);
}

.back-running a,
.back-futsal a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* Events === */
.pos-btn-insta {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 10px;
  background-color: #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.7s ease;
  z-index: 2;
}
.pos-btn-insta a {
  font-size: 32px;
  color: #fff;
}
.pos-btn-insta:hover {
  padding-left: 30px;
}

.btn-socmed-home {
  position: absolute;
  right: 0;

  width: auto;
  padding: 10px;
  background-color: #25b5e4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.7s ease;
  z-index: 2;
}
.btn-socmed-home a {
  font-size: 32px;
  color: #000;
}
.btn-socmed-home.ytb {
  top: 40%;
}
.btn-socmed-home.fb {
  bottom: 40%;
}
.btn-socmed-home.insta {
  top: 50%;
  transform: translateY(-50%);
}
.btn-socmed-home.insta a {
  color: #fff;
}

.btn-socmed-home:hover {
  padding-right: 30px;
}

/* ==== Export === */
.export-box{
  position: relative;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

}
.export-title{
  padding: 20px 20px;
}

.social-box{
  margin-top: 30px;
}
.social-container {
  display: inline-block;
}
.social-container span{
  margin: 0 10px;
  width: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}

#map {
  position: relative;
  min-width: 100%;
  min-height: 500px;
  border-radius: 10px;
  background-color: #e7eaf0;
  overflow: hidden;
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
}
.info-content p{
  margin: 5px 0;
}
.info-content p b{
  font-size: 16px;
  font-weight: bold;
}
h4.marker-heading,
.h4.marker-heading{
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
a.direction-map{
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #25b5e4;
  color: #fff;
}

.marker-list{
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.marker-list .region{
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.marker-list .info-box {
  /* min-height: 110px; */
  padding-bottom: 20px;
}
.marker-list .info-box p{
  font-size: 14px;
  margin: 0;
  overflow: hidden;

}
.marker-list .info-box p b{
  margin-bottom: 5px;
  display: inline-block;
}
.marker-list .info-box p i{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.marker-list .info-box p a{
  display: inline-block;
}
.marker-list .btn-maps-box{
  /* position: absolute;
  bottom: 0;
  left: 0; */
  /* margin-top: 10px; */
}
.marker-list .btn-maps-box .btn-maps,
.marker-list .btn-maps-box a.btn-telp{
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #25b5e4;
  color: #25b5e4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-right: 10px
}

/* Search Box == */
/* .search-map-box{
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 4;
  width: 300px;
  border-radius: 5px;
} */
.search-box {

}

.frmSearch {
border-radius: 10px;
border: 2px solid #25b5e4;
margin:2px 0;
padding:20px;
position: relative;
}
.frmSearch h4,
.frmSearch .h4{
  margin: 0;
}
#search-box{
  padding: 20px 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  /* margin-bottom: 20px; */
  border: 1px solid #b3b3b3 !important;
  border-radius: 10px;
}
#country-list {
float:left;
list-style:none;
margin-top:-3px;
width:100%;
position:absolute;
padding:0;
z-index: 2;
}

#country-list li {
background:#f0f0f0;
border-bottom:#bbb9b9 1px solid;
padding:10px;
}

#country-list li:hover {
background:#ece3d2;
cursor:pointer;
}

#search-box {
border:#a8d4b1 1px solid;
border-radius:4px;
padding:10px;
}

/* maps === */
.maps {
}

/* ==== Galery New */
.galery-box{
  margin-top: 60px;
}
.card-galery {
  margin-bottom: 20px;
  width: 100%;
}
.card-galery .img-card a{
  display: none;
}
.card-galery .img-card a:first-of-type{
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
.card-galery .img-card a:first-of-type img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-galery h4,
.card-galery .h4{
  margin: 10px 0;
  color: #25b5e4;
}

.pagination-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
ul.pagination {
  margin-bottom: 20px;
  display: inline-block;
}
ul.pagination li {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  padding: 4px 8px;
  border: 1px solid #25b5e4;
}
ul.pagination li.active {
  background-color: #fff;
}
ul.pagination li a {
  color: #606060;
  font-weight: bold;
}
ul.pagination li a i::before {
  font-weight: bold;
  font-size: 20px;
}


/* Form Conatct --- */
.contact-address {
  padding-top: 60px;
}
.contact-address {
}
.form-contact input {
  padding: 20px 10px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
}
.form-contact textarea {
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #b3b3b3;
  min-height: 300px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.form-contact input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1; /* Firefox */
}

.form-contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9f9f9f;
}

.form-contact input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9f9f9f;
}
.form-contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1; /* Firefox */
}

.form-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9f9f9f;
}

.form-contact textarea:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9f9f9f;
}
label#hiddenRecaptcha-error.error {
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-address h3 ,
.contact-address .h3 {
  margin-top: 0;
}
.contact-address ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-address ul li {
  font-size: 16px;
}

.contact-address ul li span {
  font-weight: 600;
  display: inline-block;
  min-width: 80px;
}

.btn-submit {
  border-radius: 10px;
  padding: 15px 30px;
  background-color: #409686;
}

.address-list {
  margin: 10px 0;
  display: flex;
}
.address-list .icons {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  /* margin-bottom: 100px; */
  width: 30px;
  height: auto;
  font-size: 32px;
  display: inline-block;
}
.address-list .desc {
padding-top:8px;
  width: 100%;
  /* display: inline-block; */
}
.address-list .desc h5,
.address-list .desc .h5{
  font-weight: lighter;
  font-size: 18px;
}
.address-list .desc h4,
.address-list .desc h5,
.address-list .desc .h4,
.address-list .desc .h5,
.address-list .desc p {
  margin: 0;
  overflow: hidden;
}

.fancybox-extra {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: -50px;
}

/* Hide while zooming */
.fancybox-is-scaling .fancybox-extra {
  display: none;
}

/* Push content up */
.fancybox-slide--image {
  padding-bottom: 120px;
}
.btn_gallery{
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #20c320;
  color: #fff;
  box-shadow: 0px 2px 10px #d6dee4;
    -moz-box-shadow: 0px 2px 10px #d6dee4;
    -webkit-box-shadow: 0px 2px 10px #d6dee4;
}

/* Footer ==== */
.top-footer {
  z-index: 2;
  margin-top: 150px;
}
footer {
  background-color: #25b5e4;
  color: #333333;
}
ul.nav-footer {
  /* display: none; */
  /* padding: 60px 0; */
}
ul.nav-footer li {
  margin: 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.socmed-footer-box{
  padding-top: 10px;
}
.socmed-footer-box h4,
.socmed-footer-box .h4{
  margin: 0;
  padding-left: 5px;
}
ul.socmed-footer {
  display: block;
  /* text-align: center; */
}
ul.socmed-footer li {
  display: inline-block;
}
ul.socmed-footer li a {
  font-size: 30px;
  margin: 0 5px;
  font-size:
  color: #000;
}
footer .copynote {
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  background-color: #005c5c;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 1%;
  z-index: 100;
}
.scroll-top a:link,
.scroll-top a:visited {
  display: inline-block;
  width: 100px;

  /* border-radius: 50px;
    padding: 8px 15px;
    color: #fff;
    border: 1px solid rgba(255,255, 255, 1);
    background: rgba(0, 87, 184, 1);
    font-size: 24px; */
}

.scroll-top a {
  position: relative;
}
.scroll-top a::after {
  position: absolute;
  bottom: -15px;
  left: 20px;
  /* transform: translateX(-50%); */
  content: "Go to Top";
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.scroll-top a:hover {
  outline: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0057b8;
}

/*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 {
  border-radius: 30px;
  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;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.modal-body {
  background: #fff;
  padding: 20px 30px 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Close Button */
.close-modal {
  float: right;
  cursor: pointer;
  margin-right: -10px;
  margin-top: -40px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: red;
  border-radius: 10px;
}

.feature-modal {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #fff;
}
.feature-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.feature-modal .feature-head img {
  float: left;
  margin-right: 20px;
  display: inline-block;
  width: 150px;
}
.feature-modal .feature-head h1 ,
.feature-modal .feature-head .h1 {
  margin-top: 40px;
  font-size: 24px;
}

.modal-text h1,
.modal-text .h1{
  color: #
}

/* loading Modal === */
.loading-box{
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15; */
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255,255,255, 0.8);
  /* display: none; */
}
.center-pos{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #7F7F7F;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/* label errors === */
label.error {
  display: block;
  margin: -15px 0 20px;
  font-size: 16px;
  color: rgba(178, 0, 0, 0.8);
}
/* 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;
}

/* loading == */
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /* background-color: rgba(255,255,255, 1); */
  /* display: none; */
}
.bampcolor{
  background-color: #1d93b9;
}
.bamp1,
.bamp2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bamp1 {
  background-image: url("../img/home/bb1.jpg");
}
.bamp2 {
  background-image: url("../img/home/bb2.jpg");
}
.center-pos {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading-img {
  width: 150px;
}
.fade-in-fwd {
  -webkit-animation: fade-in-fwd 2.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite both;
  animation: fade-in-fwd 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}



/* BarbaJS === */
.loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #1d93b9;
    width: 0%;
    height: 100%;
}

.load-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}






/* Responsive === */
@media (max-width: 1924px) {
  .ion-list .ion-itm:nth-child(1) img{
    width: 100px;
  }
  .ion-list .ion-itm:nth-child(2) img{
    width: 80px;
  }
  .ion-list .ion-itm:nth-child(3) img{
    width: 100px;
  }
  .ion-list .ion-itm:nth-child(4) img{
    width: 150px;
  }
  .ion-list .ion-itm:nth-child(5) img{
    width: 100px;
  }
  .ion-list .ion-itm:nth-child(6) img{
    width: 150px;
  }
  .ion-list .ion-itm:nth-child(7) img{
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .ion-list .ion-itm:nth-child(1) img{
    width: 70px;
  }
  .ion-list .ion-itm:nth-child(2) img{
    width: 50px;
  }
  .ion-list .ion-itm:nth-child(3) img{
    width: 70px;
  }
  .ion-list .ion-itm:nth-child(4) img{
    width: 100px;
  }
  .ion-list .ion-itm:nth-child(5) img{
    width: 70px;
  }
  .ion-list .ion-itm:nth-child(6) img{
    width: 100px;
  }
  .ion-list .ion-itm:nth-child(7) img{
    width: 70px;
  }
}
@media (max-width: 480px) {
  .featureText-box{
    width: 100%;
  }
  .values-box-home .title-md h2,
  .values-box-home .title-md .h2{
    font-size: 18px;
  }
  .ion-list .ion-itm:nth-child(1){
    top: 45%;
    left: 25%;
  }
  .ion-list .ion-itm:nth-child(2){
    top: 70%;
    left: 13%;
  }
  .ion-list .ion-itm:nth-child(3){
    top: 100%;
    left: 10%;
  }
  .ion-list .ion-itm:nth-child(4){
    top: 130%;
    left: 5%;
  }
  .ion-list .ion-itm:nth-child(5){
    top: 50%;
    left: 75%;
  }
  .ion-list .ion-itm:nth-child(6){
    top: 100%;
    left: 80%;
  }
  .ion-list .ion-itm:nth-child(7){
    top: 130%;
    left: 80%;
  }
  .ion-list .ion-itm:nth-child(1) img{
    width: 40px;
  }
  .ion-list .ion-itm:nth-child(2) img{
    width: 30px;
  }
  .ion-list .ion-itm:nth-child(3) img{
    width: 40px;
  }
  .ion-list .ion-itm:nth-child(4) img{
    width: 60px;
  }
  .ion-list .ion-itm:nth-child(5) img{
    width: 40px;
  }
  .ion-list .ion-itm:nth-child(6) img{
    width: 60px;
    top: 45%;
  }
  .ion-list .ion-itm:nth-child(7) img{
    width: 40px;
  }
}
@media (max-width: 360px) {
  .ion-list .ion-itm:nth-child(1){
    top: 60%;
    left: 25%;
  }
  .ion-list .ion-itm:nth-child(2){
    top: 90%;
    left: 13%;
  }
  .ion-list .ion-itm:nth-child(3){
    top: 130%;
    left: 5%;
  }
  .ion-list .ion-itm:nth-child(4){
    top: 170%;
    left: 2%;
  }
  .ion-list .ion-itm:nth-child(5){
    top: 60%;
    left: 75%;
  }
  .ion-list .ion-itm:nth-child(6){
    top: 130%;
    left: 80%;
  }
  .ion-list .ion-itm:nth-child(7){
    top: 170%;
    left: 80%;
  }
}

@media (min-width: 1170px) {
  .product-home-box{
    width: 650px;
    transform: translateX(-40%);
    margin-bottom: 200px;
  }
  .lg-right-pos{
    position: absolute;
    bottom: 170px;
    transform: translateX(115%);

    z-index: 2;
  }
  .product-detail-home{
    width: 500px;
  }
}


@media (min-width: 1700px) {
  .feature-text {
    padding-left: 20%;
    width: 70%;
  }
  ul.feature-list {
    margin-right: 20%;
  }
}
@media (min-width: 1367px) {
  .product-home-box{
    width: 700px;
    transform: translateX(-40%);
  }
  .lg-right-pos{
    transform: translateX(110%);
  }
  .product-detail-home{
    width: 600px;
  }

  .back-shape{
    padding-top: 200px;
  }

  #pack1lt {
    left: 15%;
  }
  #cupkurma {
    left: 25%;
  }
  .box-values{
    width: 1366px !important;
  }
}
@media (min-width: 1024px) {
  .videoWrapper {
      padding-bottom: 30.25%;
  }
}
@media (max-width: 1366px) {


  .back-sand {
    background-size: 140% 100%;
    height: 400px;
    margin-bottom: -200px;
  }
  .ocean-box {
    margin-bottom: -300px;
  }
  .ocean-box,
  .ocean-wave {
    height: 300px;
  }
  .pos-logos {
    left: 30%;
  }
}

@media (max-width: 1169px) {
  .product-home-box{
    width: 769px;
  }
}

@media (max-width: 1024px) {
  .values-box-home{
    width: 100%;
  }
}
@media (max-width: 992px) {
  .banner-top-home{
    height: 768px;
  }
  /* new normal==  */
  #txtbg{
    left: 8%;
  }
  #txtbg img{
    width: 350px;
  }



  .title-banner-top{
    left: 70%;
    width: 400px;
  }
  .product-detail-home{
    width: 80%;
  }
  .hand-hydro{
    top: 0;
    bottom: auto;
  }
  .md-margin400{
    margin-top: 400px;
  }

  .slide .slide__content.pos-right {
    right: 20px;
  }
  .slide .slide__content--headings h1 ,
  .slide .slide__content--headings .h1 {
    font-size: 30px;
  }
  .back-beach {
    /* background-size: 140% 120%; */
  }
  .back-sand {
    height: 300px;
  }
  .cd-main-content {
    /* margin-top: 62px; */
  }
  .nav-right {
    top: 5px;
    right: 50px;
  }
  .feature-text {
    width: 100%;
    margin-top: 350px;
    padding-left: 0;
  }
  ul.feature-list {
    width: 100%;
    float: none;
    padding-top: 20px;
    /* padding-left: 40px; */
  }
  ul.feature-list li {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .header .menu-icon {
    padding-right: 0;
  }
  .header {
    /* background-color: #25b5e4; */
  }
  .back-splash {
    padding-bottom: 200px;
  }
  .back-splash .marginTop100 {
    margin-top: 300px !important;
  }

  .feature-animate .img-pack img {
    width: 180px;
  }
  .value-list .value-img {
    padding-bottom: 100%;
  }
  .value-list .value-img img{
    max-width: 100%;
  }
  .banner-top-product{
    height: 700px;
  }
  .title-banner-top.products{
    top: 20%;
    left: 60%;
  }
}
@media screen and (max-width: 768px) {

  .title-bantop{
    font-size: 7vw;
  }
  .list-feature{
    padding: 0 10px;
    width: 23%;
  }

  #coco-boost{
    left: -100px;
  }
  #coco-boost img {
    width: 200px;
  }
  .back-boost .title-md img{
    width: 100%;
  }

  #packs1lt{
    top: 130px;
    left: 0;
  }
  #packs1lt img{
    width: 300px;
  }

  .product-home-box{
    width: 100%;
  }
  .container-header{
    padding: 0 20px;
  }
  .article-home.first{
    height: 700px;
  }
  .img-article-left{
    left: -200px;
  }
  .img-article-right-1,
  .img-article-right-2{
    width: 60px;
    bottom: 100px;
    /* height: 200px; */
  }
  .img-article-right-2{
    right: auto;
    left: 50%;
  }
  .img-article-right-1{
    right: auto;
    left: 40%;
    /* height: 100px; */
  }

  .title-banner-product h1,
  .title-banner-product .h1{
    font-size: 40px;
    margin: 10px 0;
  }
  .title-banner-product h4,
  .title-banner-product .h4{
    font-size: 24px;
  }

  .article-other .card-other{
    width: 250px;
    padding: 10px;
  }
  .article-other .slick-dots{
    bottom: 10px !important;
    margin-bottom: 30px;
  }
  .article-other .slick-dots li button:before{
    color: #bababa;
  }
  .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #0057b8;
  }

  .mHidden .container{
    display: none;
  }
  .mHidden {
    min-height: 400px;
  }

  .slide .slide__content.pos-right {
    top: 150px;
    right: 20px;
  }
  .pos-top-banner {
    top: 55px;
  }
  .pos-logos {
    left: 50%;
  }
  .back-sand {
    background-size: 190% 100%;
    margin-bottom: -100px;
  }
  .hero-banner {
    height: 450px;
  }
  .profile-video {
    height: 400px;
  }

  .back-beach {
    /* background-size: 100%; */
  }
  .pos-top-banner {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide-pack .slick-list {
    padding: 0;
  }
  .product-infomation-block .packaging .item {
    height: 420px;
  }
  .product-infomation-block .no-padding {
    /* padding: 0 15px !important; */
  }
  .back-beach {
    /* padding-bottom: 0; */
  }

  .back-running,
  .back-futsal {
    background-position: center;
    height: 600px;
  }

  /* .value-list{
    width: 25%;
    min-height: 250px;
  } */
  .hero-content img {
    margin: 0 auto;
  }
  .marBot {
    padding-bottom: 400px;
  }
  .marBot::after {
    height: 400px;
  }

  .slide-galery .slick-prev {
    left: 30px;
  }
  .slide-galery .slick-next {
    right: 50px;
  }

  .product-detail-home p{
    width: 100%;
    font-size: 14px;
  }

}
@media screen and (max-width: 668px) {
  .animate-arabic{
    width: 250px;
    height: 100px;
    left: 20px;
  }
  #coconut{
    right: -80px;
  }
  #packs{
    top: 150px;
    /* width: 100px; */
    left: 30px;
  }
  #kurma1{
    left: -40px;
    width: 100px;
  }
  #kurma2,
  #kurma3{
    width: 80px;
  }

  /* new normal==  */
  #txtbg{
    top: 50px;
    bottom: auto;
    left: 5%;
  }
  #txtbg img{
    width: 300px;
  }
  #human{
    bottom: -10%;
    left: 30%;
    width: 100%;
  }
  #human img{
    width: 450px;
  }
  #h250{
    top: 450px;
    left: 62%;
  }
  #h250 img{
    width: 120px;
  }
  #cocosplash{
    top: 320px;
    left: 60%;
    width: 100%;
  }
  #cocosplash img{
    width: 250px;
  }

  .title-banner-top{
    top: 100px;
    left: 60%;
    width: 350px;
    transform: translateX(-50%);
  }
  .back-product {
    background-position: bottom;
    background-size: 1400px;
  }
  .product-detail-home{
    width: 80%;
    height: auto;
    padding: 20px;
    background-color: #006586;
    min-height: 220px;
  }
  .product-detail-home .btn-detail{
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;

  }

  .product-detail-home .btn-detail a {
    width: 200px;
    height: 60px;
    padding: 20px 0;
  }
  .product-detail-home .btn-detail a span{
    position: relative;
    top: auto;
    left: auto;
    width: 200px;
    height: 60px;
  }
  .desc-article h3,
  .desc-article p{
    font-size: 18px;
  }

  .sm-450{
    min-height: 450px !important;
  }
  .ocean-box {
    margin-bottom: -150px;
  }
  .back-sand {
    background-size: 300% 90%;
    /* margin-bottom: -200px; */
  }
  .back-swing {
    width: 400px;
  }

  .galery-list {
    width: 350px;
  }
  .galery-img {
    height: 250px;
  }
  ul.feature-list li {
    width: 100%;
  }

  .banner-top-product{
    height: 600px;
  }
  .title-banner-top.products{
    top: 10%;
    left: 60%;
  }
  .title-banner-top.products h1,
  .title-banner-top.products .h1{
    font-size: 32px;
  }
  /* #home .icons ul{
    width: 350px;
  }
  #home .icons li p{
    width: 50px;
    height: 50px;
  }
  #home .icons li img{
    width: 25px;
    margin-top: 15px;
  } */
  /* .feature-animate img.pack{
    width: 300px;
    margin-left:20px;
    margin-bottom: -450px;
  } */
  .feature-text {
    margin-top: 350px;
  }
}
@media screen and (max-width: 480px) {
  .banner-top-product{
    height: 500px;
  }
  .title-banner-top.products{
    top: 5%;
    left: 65%;
  }
  .title-banner-top.products h1,
  .title-banner-top.products .h1{
    font-size: 24px;
  }
  #coco-boost {
    top: 20%;
    left: -100px;
  }
  #coco-boost img{
    width: 200px;
  }
  #packs{
    width: 120px;
  }
  #kurma3{
    right: -30px;
    bottom: 40%;
  }
  #packs1lt{
    top: 250px;
    left: 0;
  }
  #packs1lt img{
    width: 200px;
  }
  #cupkurma{
    left: 40%;
  }
  #cupkurma img{
    width: 230px;
  }
  .title-banner-top{
    top: 100px;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }
  .title-banner-top h1,
  .title-banner-top .h1{
    font-size: 32px;
  }
  .title-banner-top h3,
  .title-banner-top .h3{
    font-size: 24px;
  }

  .title-prod-home h1,
  .title-prod-home .h1{
    font-size: 40px;
  }

  .product-detail-home{
    width: 100%;
  }

  #coco1{
    top:70%;
    left: -30px;
    width: 150px;
  }
  #coco2{
    top: 30%;
    right: -70px;
    width: 150px;
  }

  .product-detail-home{
    margin: 0 0 40px;
  }
  .video-home h1,
  .video-home .h1{
    font-size: 40px;
  }
  .video-home p{
    width: 100%;
    padding: 0 20px;
  }

  .text-article-home h4,
  .text-article-home .h4{
    font-size: 28px;
  }
  ul.icon-article-home{
    margin: 30px 0;
    text-align: left;
    float: right;
    width: 60%;
    text-align: right;
  }
  ul.icon-article-home li{
    /* float: left;s */
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  ul.icon-article-home li:last-child{
    margin-right: 50px;
  }

  .title-md h1{
    font-size: 32px !important;
  }
  .title-md .h1{
    font-size: 32px !important;
  }

  .desc-article h3,
  .desc-article p{
    font-size: 14px;
  }
  .icon-new{
    max-width: 40px;
  }

  .article-home{
    width: 300px;
    height: 300px;
  }
  .article-home.first{
    height: 800px;
  }
  .title-article-home h2,
  .title-article-home .h2{
    border-radius: 0;
  }
  .title-article-home{
    width: 100%;
    bottom: -25px;
    padding: 0;
  }
  .title-article-home span{
    display: block;
  }

  .back-banner-product{
    min-height: 400px;
  }
  .title-banner-product h1,
  .title-banner-product .h1{
    font-size: 24px;
  }
  .product-home{
    padding: 0 10px;
  }
  .title-prod-home{
    margin-top: 40px;
  }

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

  .mHidden {
    min-height: 300px;
  }

  .img-article-left{
    left: -100px;
    bottom: 80px;
  }
  .img-article-right-1, .img-article-right-2 {
    bottom: 130px;
  }

  .back-products .title-bg h1{
    font-size: 40px;
  }
  .back-products .title-bg .h1{
    font-size: 40px;
  }
  .md-margin400{
    margin-top: 300px;
  }

  .pos-sun {
    top: -50px;
    right: -200px;
  }
  .back-sand {
    background-size: 360% 90%;
  }

  .pos-buble {
    right: 0;
  }
  .pos-palm {
    left: -250px;
    top: -50px;
  }
  .back-palm {
    width: 500px;
    height: 500px;
  }
  .back-tropic {
    height: 500px;
  }
  .back-beach {
    /* padding-top: 185px; */
  }

  .ocean-box {
    margin-bottom: -200px;
  }

  .back-eventHome .pos-right-center {
    right: auto;
    left: 20px;
    /* transform: translateX(-50%); */
  }

  #home .icons ul {
    width: 360px;
  }
  #home .icons .electrolytes {
    left: 0;
  }
  #home .icons .percent {
    left: 15%;
  }
  #home .icons .star {
    right: 15%;
  }
  #home .icons .arrow {
    right: 0;
  }

  .flare-box {
    position: relative;
    width: 400px;
    height: 400px;
  }
  .flares1,
  .flares2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
  }

  .back-splash::before,
  .back-splash::after {
    width: 200px;
    height: 200px;
    top: -50px;
  }

  .ask-list {
    margin: 10px 0;
  }
  .slide-galery {
    margin-bottom: 20px;
  }
  .slide-galery .slick-prev:before,
  .slide-galery .slick-next:before {
    font-size: 40px;
  }
  .slide-galery .slick-prev {
    left: 10px;
  }
  .slide-galery .slick-next {
    right: 20px;
  }

  .foot-title {
    margin-top: 0;
  }

  .feature-animate .img-pack {
    margin-left: 10px;
  }

  .marBot {
    padding-bottom: 200px;
  }
  .marBot::after {
    height: 200px;
  }
  .value-box::-webkit-scrollbar {
    display: none;
  }
  .value-box {
    width: 300px;
    height: 200px;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .value-list {
    width: 50%;
    flex-shrink: 0;
    height: 100%;
  }
  .value-group{
    text-align: center;
  }
  .value-group .value-list{
    min-height: 300px;
  }
  .value-group .value-list:last-child {
    float: none;
  }
  .feature-modal .feature-head img {
    width: 80px;
  }
  .feature-modal .feature-head h1 ,
  .feature-modal .feature-head .h1 {
    margin-top: 20px;
    font-size: 18px;
  }

  .close-modal {
    margin-top: -30px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 35px;
  }

  #kelapa1 {
    left: -10% !important;
  }
  #kelapa1 img {
    width: 200px;
  }
  #kelapa2 {
    top: 40% !important;
    left: 40% !important;
  }
  #pack {
    top: 20% !important;
    left: 40% !important;
  }
  #pack img {
    transform: rotate(-40deg);
    height: 300px;
  }
  #air1 {
    top: 15% !important;
    left: -20% !important;
  }
  #air2 {
    top: 15% !important;
    left: 50% !important;
  }
  #bulir1 {
    top: 30% !important;
    left: -20% !important;
    opacity: 0.6;
  }
  #bulir2 {
    top: 10% !important;
    left: 30% !important;
  }
  #bulir2 img {
    width: 500px;
  }
}
@media screen and (max-width: 400px) {

  /* new normal==  */
  .banner-top-home{
    height: 650px;
  }
  #txtbg{
    top: 60px;
    left: 5%;
  }
  #txtbg img{
    width: 220px;
  }
  #human{
    bottom: -10%;
    left: 20%;
    width: 100%;
  }
  #human img{
    width: 500px;
  }
  #h250{
    top: 400px;
    left: 60%;
  }
  #h250 img{
    width: 120px;
  }
  #cocosplash{
    top: 300px;
    left: 55%;
    width: 100%;
  }
  #cocosplash img{
    width: 250px;
  }


  #coconut{
    width: 100px;
    right: -20px;
  }
  #splash{
    top: 80px;
    width: 150px;
    right: -30px;
  }
  .title-banner-top h1,
  .title-banner-top .h1{
    font-size: 24px;
  }
  .title-banner-top h3,
  .title-banner-top .h3{
    font-size: 18px;
  }
  .value-list h4,
  .value-list .h4{
    margin-top: 20px;
  }

  .md-margin400{
    margin-top: 200px;
  }

  .banner-top-product{
    height: 500px;
    background-position: 35%;
  }
  .title-banner-top.products{
    top: 5%;
    left: 80%;
  }
  .title-banner-top.products h1,
  .title-banner-top.products .h1{
    width: 80%;
    font-size: 18px;
  }


}
@media screen and (max-width: 360px) {
  .list-feature{
    padding: 0 10px;
    width: 30%;
  }
  .back-boost .title-md img{
    max-width: 100%;
  }
  .back-banner-top{
    /* height: */
  }
  #packs{
    width: 100px;
  }
  #kurma1{
    /* left: -50px; */
  }
  #packs1lt img{
    width: 180px;
  }

  .value-group .value-list{
    min-height: 250px;
  }

  .product-detail-home {
    min-height: 230px;
  }
  /* .title-banner-top{
    transform: none;
    left: 20px;
  }
  .title-banner-top h3{
    font-size: 24px;
  }
  .title-banner-top h1{
    font-size: 32px;
  } */
  .title-product-home{
    width: 80%;
  }

  ul.icon-article-home{
    /* width: 100% */
  }
  .img-article-left{
    left: -150px;
  }
  .img-article-right-1{
    left: 25%;
  }
  .img-article-right-2{
    left: 40%;
  }

  .back-banner-product{
    min-height: 300px;
  }

  .mHidden {
    min-height: 200px;
  }
  .back-palm {
    width: 400px;
    height: 400px;
  }
  .back-tropic {
    height: 360px;
  }

  .pos-top-banner {
    top: 50px;
  }

  .galery-list {
    width: 300px;
  }
  .back-swing {
    background-size: 300px 500px;
    height: 600px;
  }
  footer .pull-right {
    float: none;
    margin-top: -30px !important;
  }

  #kelapa1 {
    left: -10% !important;
  }
  #kelapa1 img {
    width: 200px;
  }
  #kelapa2 {
    top: 60% !important;
    left: 40% !important;
  }
  #pack {
    top: 20% !important;
    left: 40% !important;
  }
  #pack img {
    transform: rotate(-40deg);
    height: 300px;
  }
  #air1 {
    top: 25% !important;
    left: -20% !important;
  }
  #air2 {
    top: 25% !important;
    left: 50% !important;
  }
  #bulir1 {
    top: 40% !important;
    left: -20% !important;
    opacity: 0.6;
  }
  #bulir2 {
    top: 10% !important;
    left: 30% !important;
  }
  #bulir2 img {
    width: 500px;
  }
}
@media screen and (max-width: 320px) {
  /* new normal==  */

  #txtbg{
    top: 60px;
    left: 5%;
  }
  #txtbg img{
    width: 200px;
  }
  #human{
    bottom: -10%;
    left: 0%;
    width: 400px;
  }
  #human img{
    width: 600px;
  }
  #h250{
    top: 400px;
    left: 60%;
  }
  #h250 img{
    width: 120px;
  }
  #cocosplash{
    top: 300px;
    left: 55%;
    width: 100%;
  }
  #cocosplash img{
    width: 250px;
  }
}

/* revamp style === */
.menu li .sub-menu-icon::after {
  content: "";
  width: 20%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #0057b8;
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  transition: 0.4s;
  opacity: 0;
}

.menu li .sub-menu-icon:hover:after,
.menu li a:hover:after {
  opacity: 1;
}
.menu li.active a:after {
  opacity: 1;
}
.menu li.active ul.sub-menu li a:after {
  opacity: 0;
}
.menu li.active ul.sub-menu li a:hover:after {
  opacity: 1;
}
.menu li {
  transition-duration: 0.5s;
  position: relative;
}
.menu li.parent-ul .parent-title{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.4s;
  font-weight: bold;
  padding: 10px;
  text-shadow: 4px 2px 3px rgb(0 0 0 / 55%);
}
.headerAll .menu li.parent-ul .parent-title{
  text-shadow: none;
  color: #555;
}
.headerAll .menu li.parent-ul.active .parent-title{
  background-color: #25b5e4;
  color: #fff;
  border-radius: 30px;
}
.header-home .menu li.parent-ul .parent-title:hover {
    transform: scale(1.2);
}
ul.sub-menu {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  z-index: 2222;
  left: -35px;
  width: 150px;
}
ul.sub-menu li {
  padding: 10px !important;
}
ul.sub-menu li a{
  color:#006586;
  background: none !important;
  text-shadow: none !important;
  padding: 0 10px !important;
}
.revamp .menu li a::after{
  display: none;
}
.revamp .header .menu li.active a{
  background-color: #25b5e4;
  color: #fff;
}
ul.menu li .sub-menu-btn {
  display: none;
}
ul.menu li .sub-menu-icon {
  font-size: 14px;
  cursor: pointer;
  padding: 20px 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  /* text-transform: uppercase; */
}
.revamp .header.headerAll{
  background-color: #fff;
}
.revamp .header.headerAll .menu li a{
  color: #555;
}
.revamp .header .menu-icon .navicon {
  background: #555;
}
.revamp .header .menu-icon .navicon:before, .revamp .header .menu-icon .navicon:after{
  background: #555;
}

.revamp .header.headerAll .menu li.active a{
  background-color: #25b5e4;
  color: #fff;
}
.revamp .header.headerAll ul.sub-menu li a{
  color: #555 !important;
}
.rz-1{
  position: relative;
  z-index: 1;
}
.rz-10{
  position: relative;
  z-index: 10;
}
.wd100{
  width: 100px !important;
}
.wd150{
  width: 150px !important;
}
.wd200{
  width: 200px !important;
}
.wd300{
  width: 300px !important;
}
.d-inline{
  display: inline-block;
}
.wd500{
  width: 500px !important;
}
.mxwd500{
  max-width: 500px !important;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}

.bg-cover{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.img-center-400{
  width: 400px;
  max-width: 400px;
  margin: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.flex-side {
  display: flex;align-items: center;
  justify-content: center;
}
.flex-side b{
  margin-left: 10px;
  font-size: 18px;
}
.btn-boxs.flex{
  justify-content: center;
  z-index: 1;
  position: relative;
}
.btns{
  padding: 6px 20px;
  display: inline-block;
  border-radius: 8px;
  border: 0;
  box-shadow: 0px 2px 10px #d6dee4;
    -moz-box-shadow: 0px 2px 10px #d6dee4;
    -webkit-box-shadow: 0px 2px 10px #d6dee4;
}
.btns.btn-block{
  display: block;
  width: 100%;
}
.btn-boxs.flex .btns{
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.btns.btn-white{
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.btns.btn-blue,
.btn-icon-circle.btn-blue{
  background-color: #2666ad;
  color: #fff;
  font-weight: bold;
}
.btns.btn-yellow{
  background-color: #fff75f;
  color: #006586;
  font-weight: bold;
}
.btns.btn-prod{
  background-color: #25b5e4;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.btns.btn-prod.dark{
  background-color: #006586;
}
.btn-icon-circle{
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-shadow: 0px 2px 10px #d6dee4;
    -moz-box-shadow: 0px 2px 10px #d6dee4;
    -webkit-box-shadow: 0px 2px 10px #d6dee4;
}
.no-shadow{
  box-shadow: none;
}
.section-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  overflow: hidden;
}
.bg-after::after{
  background-image:url(../img/home/revamp/rv_prodVit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;

}
.titleBanner{
  position: absolute;
  width: 80%;
}
.titleBanner.title-top{
  width: 100%;
}
.titleBanner.bottom{
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.titleBanner.top{
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.titleBanner h1{
  font-size: 60px;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}
.titleBanner h1,
.titleBanner h2,
.titleBanner h3{
  line-height: 1;
}
p.quote{
  position: relative;
  padding-top: 20px;
}
p.quote::before{
  position: absolute;
  top: -10px;
  left: 0;
  /* content: '🙶'; */
  font-family: "FontAwesome";
  content: '\f10d';
  font-size: 20px;
}
p.quote::after{
  position: absolute;
  bottom: -25px;
  right: 0;
  /* content: '🙶'; */
  font-family: "FontAwesome";
  content: '\f10e';
  font-size: 20px;
}
.img-box{
  position: relative;
  /* max-width: 400px; */
  width: 100%;
  display: inline-block;
  /* overflow: hidden; */
}
.img-box.full{
  max-width: 100%;
  width: 100%;
  height: 550px;
}
.img-box img{
  position: relative;
  width: 400px;
  z-index: 1;
}
.img-box.full .absolut{
  width: 100%;
  /* max-width: 400px; */
  /* width: 100%;
  height: 100%;
  object-position: 50% center;
  object-fit: cover; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.img-box.full .absolut img{
  width: 400px;
}
.align-end{
  align-items: end;
}
.top100{
  top: 100px;
}
.top130{
  top: 130px;
}
.packhome{
  top: 20px;
}
.packhome .btns{
  border-radius: 0 !important;
}
.banner-home h1{
  font-size: 60px !important;
  width: 100%;
}
.packhome h1 b{
  padding: 5px 10px;
  background-color: #2666ad;
  display: inline-block;
  margin-bottom: 10px;
}

.img-box img.behind{
  position: absolute;
  top: 40px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-ion{
  width: 280px;
  position: absolute;
  z-index: 3;
  text-align: left;
  left: 50%;
  top: 380px;
  transform: translateX(-50%);
}
.box-ion .flex-content{
  /* align-items: center; */
  justify-content: center;
}
.text-lg{
  font-size: 85px !important;
}
.text-top{
  width: 500px;
  display: inline-block;
  font-size: 80px !important;
}

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

/* Product Box === */
.grid_20{
  width: 20%;
}
.prod-box{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bg_vid{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  min-height: 300px !important;
}
.bg_vid::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
}
.btn_play {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_play:before {
    content: '';
    position: relative;
    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 #2666ad;
    margin-left: 10px;
}

.btn_play:hover {
    background: #2666ad;
    width: 80px;
    height: 80px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}
.btn_play:hover::before {
  border-left: 10px solid #fff;
}
.btn_play,
.btn_play:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.prod-box.prod-blue-dark{
  background-color: #2666ad;
  color: #fff;
}
.prod-box.prod-blue{
  background-color: #25b5e4;
  color: #fff;
}
.prod-box.prod-grey{
  background-color: #e3e3e3;
  color: #2666ad;
}
.prod-box.prod-white{
  background-color: #fff;
  color: #2666ad;
}
.prod-box .content-prod{
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.prod-box .content-prod img{
  max-height: 200px;
}
.prod-box .content-prod .text-prod h2{
  margin: 0;
  font-size: 24px;
}
.prod-box .content-prod .text-prod p{
  margin: 8px 0;
  /* margin-top: 10px; */
}
.prod-box .content-prod .text-prod a{
  /* margin: 8px 0; */
  margin-top: 10px;
}
.slide-prod{
  width: 100%;
}
.slide-prod .slick-slide img{
  display: inline-block;
}
.content-prod .btn-prod{
  border-radius: 0;
  background-color: #2666ad;
}
.prod-box.prod-blue-dark .content-prod .btn-prod{
  background-color: #fff;
  color: #2666ad;
}

/* SLick Custom == */
.slide-prod.slick-slider .slick-track, .slide-prod.slick-slider .slick-list{
  display: flex;
}
.slide-prod .slick-list{
  padding: 0;
}
.slide-prod .slick-prev:before, .slide-prod .slick-next:before{
  font-family: FontAwesome;
}
.slide-prod .slick-prev:before{
  content: "\f104";
}
.slide-prod .slick-next:before{
  content: "\f105";
}

.slide-prod .slick-prev:before,
.slide-prod .slick-next:before {
  font-size: 20px;
}
.slide-prod .slick-prev,
.slide-prod .slick-next {
  z-index: 2;
  top: 50%;
  background-color: rgba(196, 196, 196, 0.55);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #2666ad;
}
.slide-prod .slick-prev {
  left: 5px;
}
.slide-prod .slick-next {
  right: 5px;
}

/* == slide Scroll == */
.scroll-wrapper{
  padding: 0 15px!important;
}
.flex-nowrap {
    flex-wrap: nowrap!important;
}
.card-deck-scrollable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: flex;
}
.h-scroll-lg-down .card-deck-scrollable {
    margin-right: 0;
    margin-left: 0;
}
.px-md-down-0 {
    padding-right: 0;
    padding-left: 0;
}
.scrollbar-inner.h-scroll.scroll-wrapper>.scroll-content {
    overflow-y: hidden!important;
    padding: 10px 0;
}
@media (min-width: 993px){
  .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
}
@media (max-width: 992px){
  .back-slideVit{
    margin-left: -15px;
    margin-right: -30px;
  }
}
@media (max-width: 768px){
  .slide-vitd .list-vit{
    width: auto !important;
  }
}
@media (min-width: 576px){
  .card-deck, .card-deck-scrollable {
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

}

.back-cat{
  margin-top: 30px;
}
.slide-cat a{
  padding: 6px 10px;
  border-radius: 20px;
  color: #2666ad;
  border: 1px solid #2666ad;
  margin-right: 10px;
  white-space: nowrap;
}
.slide-cat a:last-child{
  margin: 0;
}
.slide-cat a:hover,
.slide-cat a.active{
  color: #fff;
  background: #2666ad;
}

.slide-vitd .list-vit{
  width: 320px;
  position: relative;
  padding:15px 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.slide-vitd .list-vit:first-child{
  padding-left: 20px;
}
.slide-vitd .list-vit:last-child{
  padding-right: 20px;
}
.slide-vitd .list-vit .vit{
  height: 150px;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 769px) {
  .slide-vitd .list-vit .vit{
    width: 250px;
  }
}

.slide-vitd .list-vit img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: 50% center;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.slide-vitd .list-vit h3{
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  text-align: center;
  margin: 0;
  background:rgba(255,255,255,.8);
  color:#006586;
  font-size: 16px;
  padding: 15px 10px;
  position: relative;
  width: 150px;
}
.slide-vitd .slick-track{
  margin: 0;
}
.slide-vitd .slick-list{
  padding: 0;
}


.product-list {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    /* width: 80%; */
    margin: 0 auto;
    float: none !important;
    padding: 20px 0 40px !important;
}
.product-list .card-prod{
  width: 100%;
  margin: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 0 20px;
}
.product-list .card-prod .img-card{
  position: relative;
  overflow: hidden;
  width: 60%;
  /* height: 200px; */
  margin: 0 auto;
  text-align: center;
  /* flex: 1 auto; */
}
.product-list .card-prod .img-card img{

  /* width: 100%;
  height: 100%;
  object-position: 50% center;
  object-fit: cover; */
  max-width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}
.product-list .card-prod .flex-auto{
  flex: 1 auto;
  padding: 0 10px;
}
.product-list .card-prod .text-card{
  display: flex;
  align-items: center;
  text-align: left;
}
.product-list .card-prod .text-card .title{
  margin-right: 10px;
  width: 100%;
  font-size: 12px;
}
.text-shadow{
  text-shadow: 1px 1px 2px black, 0 0 1em #a0a0a0ff, 0 0 0.2em #fff;
  color: white;
}
.text-blue{
  color: #2666ad !important;
}
.product-list .card-prod .text-card .btn-icon-circle{
  width: 30px;
  height: 30px;
  font-size: 12px;
}

#cocol img,
#cocor img{
  width: 100px;
}
#cocol {
  left: -30px;
  top: 150%;
  z-index: 0;
}
#cocor {
  right: -20px;
  top: 80%;
  z-index: 0;
}

.storelist a{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 20px;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  height: 65px;
  box-shadow: 0px 2px 10px #d6dee4;
    -moz-box-shadow: 0px 2px 10px #d6dee4;
    -webkit-box-shadow: 0px 2px 10px #d6dee4;

}
.storelist a img{
  max-height: 50px;
  max-width: 100%;
  padding: 0;
}

.revamp .card-articles{
  border-radius: 10px;
  overflow: hidden;
  background: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.revamp .card-articles .desc-card{
  position: relative;
  width: 100%;
  background: none;
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
.revamp .card-articles .desc-card span{
  display: block;
  font-size: 12px;
  font-style: italic;
  color: inherit;
}
.revamp .card-articles .desc-card p{
  font-size: 14px;
  font-style: normal;
  margin-top: 5px;
}

/* Animate ==  */
/* Accordion == */
.accordionFaq {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
}
.accordionFaq li{
  /* padding: 20px; */
  border: 2px solid #DFDFDF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.accordionFaq .accordion-title {
  padding: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordionFaq .accordion-title h2,
.accordionFaq .accordion-title p{
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  font-size: inherit;
}
.accordionFaq .accordion-icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  position: relative;
  display: inline-block;
  float: right;
}

.accordionFaq .accordion-icon::before {
  content: "";
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 4px #006586;
  border-radius: 2px;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.accordionFaq .accordion-icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 4px #006586;
  border-radius: 2px;
  position: absolute;
  bottom: 6px;
}

.accordionFaq li.open .accordion-icon {
  transform: rotate(0deg);
}
 .accordionFaq li.open .accordion-icon::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 4px #006586;
  border-radius: 2px;
  position: absolute;
  bottom: 7px;
  transform: rotate(90deg);
}

.accordionFaq .accordion-content {
  display: none;
  padding: 0 20px 20px;
  font-family: din-regular;
}
.accordionFaq .accordion-content p,
.accordionFaq .accordion-content h3{
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

/* circle button == */
.circle-box{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.circle-box img{
  margin: 130px auto 70px;
  width: 250px;
}
.circle-animate {
  margin: 0 auto;
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 3;
}
.circle-animate::after{
  position: absolute;
  top: -125px;
  left: -125px;
  content: '';
  width: 310px;
  height: 310px;
  border: 5px dotted #fff;
  border-radius: 100%;
  animation: spin 100s linear infinite;
  z-index: 0;
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
.circle-animate img{
  position: absolute;
  top: 0;
  width: 200px;
}

.btc {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.btc {
  background: #ECEFF1;
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btc:nth-child(1) {top:-150px;}
.btc:nth-child(2) {top:-120px;left:100px;}
.btc:nth-child(3) {top:-40px;left:150px;}
.btc:nth-child(4) {top:50px;left:150px;}
.btc:nth-child(5) {top:120px;left:100px;}
.btc:nth-child(6) {top:150px;}
.btc:nth-child(7) {top:120px;left:-100px}
.btc:nth-child(8) {top:50px;left:-150px;}
.btc:nth-child(9) {top:-40px;left:-150px;}
.btc:nth-child(10) {top:-120px;left:-100px;}


/* footer == */
.revamp .back-footer{
  background: #fff;
  border-top: 1px solid #25b5e4;
}
.revamp footer .copynote{
  background-color: #fff;
  color: #333;
  border-top: 1px solid #000;
  text-align: right !important;
  padding-right: 20px;
}
.revamp footer{
  background: none;
}
/* Responsive == */
@media screen and (min-width: 993px) {
  ul.menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  ul.sub-menu li{
    display: flex;
    justify-content: center;
  }
  ul.menu li .sub-menu-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .s-left {
    float: right !important;
  }
  .s-right {
    float: left !important;
  }
}
@media screen and (max-width: 992px) {
  .header .menu {
    overflow: hidden;
  }
  .revamp .header .menu li.active a{
    background-color: #20c320 !important;
    color: #fff !important;
  }
  .revamp .header.header-home .menu ,
  .revamp .header.headerAll .menu {
      background-color: #25b5e4;
      text-align: center;
      position: absolute;
      top: 60px;
      width: 100%;
      left: 0;
  }
  .revamp .header.headerAll .menu li a ,
  .revamp .header.headerAll ul.sub-menu li a{
      color: #fff !important;
  }
  .revamp .header.headerAll ul.sub-menu li a{
      background: none !important;
  }
  .revamp .header.header-home {
    background-color: transparent;
    position: relative !important;
    background-color: #fff;
  }
  ul.menu li.parent-ul .parent-title {
    /* display: none; */
    display: inline-block;
  }
  ul.menu li .sub-menu-icon{
    display: inline-block;
    padding: 0;
    margin-top: -30px;
  }
  ul.sub-menu {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    width: 100%;
    background-color: #25b5e4;
  }
  .header-home .menu li a{
    text-shadow: none;
  }
  ul.sub-menu li {
    padding: 0;
  }
  ul.sub-menu li a {
    color: #fff;
  }
  ul.menu li.sub-active ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  li.parent-ul i {
    font-size: 14px;
  }
  ul.menu li.sub-active .sub-menu-icon i {
    transform: rotate(-180deg);
  }
  ul.menu li.active .menu_list{
    background-color: #20c320;
    border-radius: 30px;
  }

  .revamp .menu li .menu_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .revamp .footer-dropdown .accordion-title,
  .revamp .footer-dropdown .accordion-content{
    background-color: #fff;
    padding: 10px 10px;
  }
  .m-no-margin{
    margin: 0 !important;
  }
  .banner-home h1{
    font-size: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .text-top{
    width: 300px;
    font-size: 48px !important;
  }
  .m-text-right{
    text-align: right !important;
  }
}
@media screen and (max-width: 480px) {
  .vitbg1{
    height: 600px; padding-top:200px;
  }
  .vitbg1 .titleBanner{
    top: 30px;
  }
  .banner-home{
    height: 600px !important;
  }
  .packhome{
    width: 400px !important;
    top: 80px;
  }
}
@media screen and (max-width: 360px) {
  .text-top{
    width: 250px;
    font-size: 36px !important;
  }
}