@charset "UTF-8";
/**
 *  VARIABLES
 *
 *  Configure library by adjusting this file
 *
 */
/**
 *  MEDIA QUERIES BREAKPOINTS
 */
/**
 * MIXINS
 */
@import url("//fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

.fn-gt-book {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
}

.fn-gt-medium,
#page-product #product-fact .fact .caption,
#page-product #product-fact .fact .no {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.fn-gt-light {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 300;
  font-weight: normal;
}

b,
.bold,
strong {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.text-red {
  color: #ed1c2f;
}

.text-blue {
  color: #00589a;
}
.text-blue.dark {
  color: #446ba8;
}
.text-blue.bold {
  font-weight: 400;
}

.text-gray,
#page-product #product-fact .fact .caption {
  color: #4d4d4f;
}

.text-green {
  color: #06a84c;
}

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

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

.btn-red {
  display: inline-block;
  background: #ed1c2f;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.btn-red:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.btn-blue {
  display: inline-block;
  background: #00589a;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.btn-blue:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.btn-more {
  color: #ed1c2f;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-more:hover {
  color: #ed1c2f;
}

hr.blue {
  border-top: solid 1px #00589a;
}

.container {
  position: relative;
}

.display-flex,
.filter-box,
.default-bg-section,
.video-slider-wrapper .lSAction,
.video-box .layout-button,
#video-landing .lang-choose-section,
#video .video-list .info-box .view-box,
#video .list-section .control-wrapper,
#video .list-section .category-list,
#video .featured-section .view-box,
#source-page .slider-wrapper,
#about .inline-text-with-icon,
#about .box-with-icon-wrapper,
#archive-events .archive-wrapper,
#upcoming-event .upcoming-event-thumb .content .icon-label-wrapper,
#page-product .gallon-wrapper .info-wrapper .icon-label-list .item,
#page-product .gallon-wrapper .info-wrapper .icon-label-list,
#page-product .gallon-wrapper .info-wrapper,
#page-product .tab-pills,
#page-product .product-detail-wrapper,
#page-product .content,
#home-content .featured-section,
.masonry-container,
#sosmed-menu,
footer #footer-menu,
header #nav-menu > li ul li,
header #nav-menu,
header #menu-wrap .top-wrapper,
header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.hidden-xs {
  display: block;
}

.hidden-md {
  display: none;
}

.fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
}

header {
  padding: 5px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px #8f8f8f;
  -moz-box-shadow: 0px 0px 5px 0px #8f8f8f;
  box-shadow: 0px 0px 5px 0px #8f8f8f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.5s ease;
}
header .header-wrapper {
  align-items: center;
  flex-wrap: nowrap;
}
header #logo-wrap img {
  width: 100px;
  margin-right: 100px;
  transition: all 0.5s ease;
}
header #menu-wrap {
  width: 100%;
}
header #menu-wrap .top-wrapper {
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #00589a;
}
header.header-transparent {
  background: transparent;
  box-shadow: none;
}
header.header-white {
  background: transparent;
  box-shadow: none;
}
header.header-white #menu-wrap .top-wrapper {
  border-color: white;
}
header.header-white #nav-menu > li > a {
  color: white;
}
header.header-white #sosmed-menu li .circle {
  border-color: white;
  color: white;
}
header.active {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 0px 5px 5px #cacaca;
  -moz-box-shadow: 0px 0px 5px 5px #cacaca;
  box-shadow: 0px 0px 5px 5px #cacaca;
}
header.active #menu-wrap .top-wrapper {
  border-color: #00589a;
}
header.active #nav-menu > li > a {
  color: #00589a;
}
header.active #sosmed-menu li .circle {
  border-color: #00589a;
  color: #00589a;
}
header #nav-menu {
  list-style: none;
  margin: 0;
  text-align: right;
  padding: 0px;
  justify-content: space-between;
}
header #nav-menu > li {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}
header #nav-menu > li > a {
  color: #00589a;
  font-weight: 700;
  padding: 15px 0px;
  display: block;
}
header #nav-menu > li .lang-icon {
  width: 25px;
  margin: 0px 6px;
}
header #nav-menu > li:hover ul {
  display: block;
}
header #nav-menu > li ul {
  position: absolute;
  right: 0px;
  padding: 0;
  display: none;
  min-width: 180px;
}
header #nav-menu > li ul:before {
  content: "";
  position: absolute;
  background: url(../images/poligon.png) no-repeat;
  top: -10px;
  width: 16px;
  height: 10px;
  right: 10px;
}
header #nav-menu > li ul li {
  background: #1f99c3;
  padding: 10px !important;
  position: relative;
  margin-bottom: 1px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  /*&:before{
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f111";
      position: absolute;
      color: #fff;
      top: 12px;
      left: 15px;
  }*/
}
header #nav-menu > li ul li .icon {
  width: 25px;
}
header #nav-menu > li ul li a {
  color: #fff;
  margin-left: 15px;
  line-height: 1;
}

#modal-contact button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: #499ac4;
  border: 0;
  color: #fff;
  opacity: 1;
  top: 0;
  position: absolute;
  right: 0;
  font-size: 40px;
  padding: 5px 13px;
  text-align: center;
}
#modal-contact button.close:hover {
  opacity: 0.8;
}
#modal-contact .modal-dialog {
  margin-top: 100px;
}
#modal-contact .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0;
  background: #94c0e9;
  color: #fff;
}
#modal-contact .modal-dialog .modal-content .icon {
  font-size: 50px;
  line-height: 1;
}
#modal-contact .modal-dialog .modal-content h1 {
  font-size: 50px;
}
#modal-contact .modal-dialog .modal-content h4 {
  line-height: 1.5;
}
#modal-contact .modal-dialog .modal-content #menu-contact li a {
  display: block;
  background: #fff;
  color: #58b3e2;
  padding: 10px 20px;
  margin: 5px 15px;
}
#modal-contact .modal-dialog .modal-content #menu-contact li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.slicknav_menu {
  font-size: 16px;
  background: none;
  padding: 5px;
  text-align: right;
  display: none;
}

.slicknav_nav a {
  color: #00589a;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: none;
  color: #00589a;
}

.width-80 {
  max-width: 900px;
  margin: 0 auto;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb a {
  color: #414042;
}
.breadcrumb .active {
  color: #00589a;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #454043;
  content: "/ ";
}

.text-up {
  text-transform: uppercase;
}

.main-page {
  margin-top: 150px;
}

footer {
  background: #94c0e9;
  color: #fff;
  padding: 15px 0px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer #footer-menu {
  list-style: none;
  padding: 10px 0px;
  margin: 0px;
  align-items: center;
  justify-content: space-evenly;
}
footer #footer-menu li {
  display: inline-block;
}
footer #footer-menu li:first-child {
  padding-left: 0;
}
footer #sosmed-wrap {
  text-align: right;
}
footer hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #fff;
}
footer #copy {
  font-size: 12px;
}
footer #copy #copy-wrap {
  text-align: right;
}
footer #copy #copy-wrap #copy-menu {
  list-style: none;
  padding: 0;
}
footer #copy #copy-wrap #copy-menu li {
  display: inline-block;
  margin: 0 10px;
}
footer #copy #copy-wrap #copy-menu li:last-child {
  margin-right: 0;
}

#sosmed-menu {
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sosmed-menu .lang-wrapper {
  margin-right: 0;
  padding-left: 15px;
  border-left: 1px solid #00589a;
}
#sosmed-menu .lang-wrapper a:first-child {
  margin-right: 10px;
}
#sosmed-menu .lang-wrapper .lang-icon {
  width: 30px;
}
#sosmed-menu li {
  display: inline-block;
  margin: 0 8px;
}
#sosmed-menu li .circle {
  display: block;
  font-size: 16px;
  border: 2px solid #00589a;
  border-radius: 550%;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 3px;
  color: #00589a;
}
#sosmed-menu li .circle:hover {
  opacity: 0.8;
}
#sosmed-menu li:last-child {
  margin-right: 0;
}

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

.full-height {
  min-height: 70vh;
}

.source-wrapper {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.source-wrapper .icon-text {
  margin-bottom: 50px;
}
.source-wrapper .detail-wrapper {
  font-size: 18px;
  color: #00589a;
}
.source-wrapper .detail-wrapper p {
  margin-bottom: 40px;
}
.source-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.source-wrapper .btn-wrapper span {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  color: #00589a;
}
.source-wrapper .btn-wrapper .icon {
  width: 40px;
}

.video-wrapper {
  margin-top: 100px;
  height: 100vh;
  display: none;
}
.video-wrapper.active {
  display: block;
}
.video-wrapper .video {
  width: 100%;
  height: 100%;
}

.scrollable-wrapper {
  height: 450px;
  margin-top: 30px;
}

.ion-wrapper {
  position: absolute;
  width: 100%;
  height: 150px;
}
.ion-wrapper .item {
  position: absolute;
}
.ion-wrapper .item:nth-child(1) {
  bottom: 0px;
  left: 0px;
}
.ion-wrapper .item:nth-child(2) {
  left: 35px;
}
.ion-wrapper .item:nth-child(4) {
  right: 40px;
  bottom: 20px;
}

.anim-delay-500ms {
  animation-delay: 0.5s;
}

.anim-delay-1000ms {
  animation-delay: 1s;
}

.anim-delay-1500ms {
  animation-delay: 1.5s;
}

.anim-delay-2000ms {
  animation-delay: 2s;
}

.masonry-container .grid-item {
  width: 25%;
  height: 175px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
}
.masonry-container .grid-item img {
  max-width: none;
  width: 100%;
  position: absolute;
}

.customScroll {
  height: 500px;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Custom */
#upcoming-custom-control {
  display: none;
}

.hide-except-xs {
  display: none;
}

/* End Custom */
#home-banner img {
  width: 280px;
  margin-bottom: 12px;
}
#home-banner .banner-btn {
  border-radius: 20px;
  font-size: 12px;
  padding: 12px 32px;
  background: #446ba8;
}
#home-banner .lSAction > a {
  background: none;
  font-size: 100px;
  top: 45%;
  color: #3d3d3d;
}
#home-banner .lSAction > a.lSPrev {
  left: 3%;
}
#home-banner .lSAction > a.lSNext {
  right: 3%;
}
#home-banner ul li {
  position: relative;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}
#home-banner ul li .container {
  height: 100vh;
}
#home-banner ul li .content {
  width: 50%;
  padding-top: 200px;
}
#home-banner ul li .content .caption {
  color: #00589a;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1;
}

.featured-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.featured-thumb:hover {
  text-decoration: none;
}
.featured-thumb:hover .caption {
  top: 0px;
}
.featured-thumb:hover .name {
  color: white;
}
.featured-thumb:hover .meta {
  transform: translateY(0%);
}
.featured-thumb .name {
  color: #00589a;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 35%;
  right: 5%;
  z-index: 150;
  transition: all 0.5s ease;
}
.featured-thumb .meta {
  background: #00589a;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  z-index: 50;
  transition: all 0.5s ease;
}

#home-content .featured-section {
  min-height: 350px;
  padding: 50px 30px;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#home-content .featured-section .featured-text {
  position: relative;
  z-index: 10;
  font-size: 30px;
  color: #00589a;
  text-align: center;
}
#home-content .featured-section .down-btn {
  position: unset;
  transform: none;
}
#home-content .featured-section .background {
  position: absolute;
  height: 100%;
  top: 0px;
  object-fit: cover;
}

#home-latest-article .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
}
#home-latest-article .thumb .title {
  font-size: 36px;
}
#home-latest-article .article-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  max-height: 260px;
}
#home-latest-article .article-thumb img.full {
  height: 100%;
  position: absolute;
  width: auto;
  max-width: none;
}
#home-latest-article .article-thumb:hover {
  opacity: 0.8;
}
#home-latest-article .article-thumb:hover .caption {
  height: 100%;
}
#home-latest-article .article-thumb:hover .caption h3 {
  -webkit-line-clamp: 10;
}
#home-latest-article .article-thumb:hover .name {
  color: white;
  text-decoration: none;
}
#home-latest-article .article-thumb .name {
  color: #58b3e2;
  text-decoration: none;
}
#home-latest-article .article-thumb .caption {
  transition: all ease 0.5s;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  background: #ea0b0bad;
  height: 40%;
  color: #fff;
  z-index: 120;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home-latest-article .article-thumb .caption h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin: 0px;
}
#home-latest-article .article-thumb .caption .find {
  font-size: 12px;
  font-weight: 700;
}
#home-latest-article .article-thumb .meta {
  background: #00589a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  min-width: 70px;
}

.col-half {
  margin-right: -6px;
  margin-left: -6px;
}
.col-half .col {
  padding-right: 6px;
  padding-left: 6px;
}

#page-benefit {
  background: url("../images/bg-benefit.jpg") no-repeat center;
  background-size: cover;
  padding-top: 150px;
  margin-top: 0px !important;
}
@media (max-width: 480px) {
  #page-benefit {
    margin-top: 0px;
  }
}
#page-benefit .banner-with-image {
  margin: 70px 0px;
  font-size: 42px;
}
#page-benefit #benefit-list {
  padding: 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}
#page-benefit #benefit-list .bottle-wrapper {
  flex: 0 1 40%;
}
#page-benefit #benefit-list .bottle-img {
  width: 100%;
}
#page-benefit #benefit-list .items {
  position: relative;
  flex: 0 1 60%;
  height: 500px;
}
#page-benefit #benefit-list .icon {
  position: absolute;
  cursor: pointer;
}
#page-benefit #benefit-list .icon .animated {
  position: relative;
  z-index: 5;
  width: 150px;
  transition: all 0.5s ease-in-out;
}
#page-benefit #benefit-list .icon .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 1;
  position: absolute;
  background: #446ba8;
  color: #fff;
  width: 150px;
  min-height: 16.2rem;
  padding: 20px;
  border-radius: 50%;
  font-size: 10px;
  top: 0px;
  transition: all ease 0.5s;
  transform: scale(0);
}
#page-benefit #benefit-list .icon .description h3 {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
}
#page-benefit #benefit-list .icon .description.active {
  opacity: 1;
  transform: scale(1);
}
#page-benefit #benefit-list .icon .description.active ~ .animated {
  transform: scale(0);
}
#page-benefit #benefit-list .icon:hover {
  overflow: unset;
}
#page-benefit #benefit-list #ben-2 {
  top: 0;
  left: 0px;
  z-index: 9;
}
#page-benefit #benefit-list #ben-3 {
  bottom: 0px;
  left: 0;
  z-index: 8;
}
#page-benefit #benefit-list #ben-4 {
  right: 0px;
  top: 0;
  z-index: 7;
}
#page-benefit #benefit-list #ben-5 {
  top: 30%;
  left: 40%;
  z-index: 6;
}
#page-benefit #benefit-list #ben-6 {
  bottom: 0px;
  right: 0px;
  z-index: 5;
}

@keyframes fadeOutCenter {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.anim {
  -webkit-animation-duration: 6s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.anim.paused {
  animation-play-state: paused;
}

.duration-fast {
  animation-duration: 2s !important;
}

@-webkit-keyframes shake-left {
  0%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-50px);
  }
  20% {
    transform: translateY(-100px);
  }
  30% {
    transform: translateY(-75px);
  }
  40% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(50px);
  }
  70% {
    transform: translateY(100px);
  }
  80% {
    transform: translateY(75px);
  }
  90% {
    transform: translateY(50px);
  }
}
@keyframes shake-left {
  0%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
  }
  30% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(15px);
  }
  90% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes shake-left {
  0%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(50px);
  }
  20% {
    transform: translateY(100px);
  }
  30% {
    transform: translateY(75px);
  }
  40% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-50px);
  }
  70% {
    transform: translateY(-100px);
  }
  80% {
    transform: translateY(-75px);
  }
  90% {
    transform: translateY(-50px);
  }
}
@keyframes shake-right {
  0%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(20px);
  }
  30% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-10px);
  }
}
.shake-left {
  -webkit-animation-name: shake-left;
  animation-name: shake-left;
}

.shake-right {
  -webkit-animation-name: shake-right;
  animation-name: shake-right;
}

@media only screen and (max-width: 1366px) {
  #page-benefit {
    margin-top: 90px;
  }
  #page-benefit .banner-with-image {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 32px;
  }
  #page-benefit .banner-with-image img {
    width: 40%;
  }
  #page-benefit #benefit-list .bottle-img {
    width: 400px;
  }
  #page-benefit #benefit-list .icon .animated {
    width: 16.2rem;
  }
}
#page-product {
  margin-top: 100px;
  min-height: calc(100vh - 94px);
}
@media (max-width: 480px) {
  #page-product {
    margin-top: 0px;
  }
}
#page-product .content {
  align-items: center;
}
#page-product .product-detail-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 94px);
}
#page-product .product-detail-wrapper .breadcrumb {
  position: absolute;
  top: 50px;
}
#page-product .product-detail-wrapper .product-box {
  width: 420px;
  text-align: center;
}
#page-product .product-detail-wrapper .product-box .title {
  color: #446ba8;
  margin: 0px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#page-product .product-content-slider .quote {
  color: #446ba8;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}
#page-product .bottle-section {
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#page-product .product-bottle-slider {
  width: 300px;
}
#page-product .product-bottle-slider .item {
  text-align: center;
}
#page-product .product-bottle-slider .bottle {
  width: 130px;
}
#page-product .tab-pills {
  align-items: center;
  justify-content: space-around;
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
  list-style: none;
}
#page-product .tab-pills .item {
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  border: 2px solid;
  padding: 5px;
  border-radius: 25px;
  font-weight: 600;
  color: #d22c2f;
  background: white;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#page-product .tab-pills .item.active {
  color: white;
  border-color: #d22c2f;
  background: #d22c2f;
}
#page-product .banner-bottle {
  width: 100%;
  height: calc(100vh - 94px);
  object-fit: cover;
}
#page-product #product-header {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 0 75px;
}
@media (min-width: 1440px) {
  #page-product #product-header {
    padding: 75px 0px 150px;
  }
}
#page-product #product-header img {
  width: 30%;
}
#page-product #product-fact {
  position: relative;
}
#page-product #product-fact:before {
  content: "";
  background: url("../images/fact-link.png") no-repeat;
  width: 515px;
  height: 75px;
  position: absolute;
  top: 30%;
  left: 25%;
}
#page-product #product-fact .fact {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#page-product #product-fact .fact .no {
  color: #58b3e2;
  font-size: 60px;
  line-height: 1;
  margin: 20px 0;
}
#page-product #product-fact .fact .caption {
  font-size: 19px;
}
#page-product #product-footer {
  position: relative;
  margin-bottom: -10px;
  overflow: hidden;
}
#page-product #product-footer #bg-product-footer {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  position: absolute;
  top: -50px;
}
#page-product #product-footer #product-footer-content {
  position: relative;
  top: 0;
  width: 100%;
  padding: 50px 0px;
  z-index: 110;
}
#page-product #product-footer #product-footer-content .logo-text {
  width: 300px;
  margin-top: -25px;
}
#page-product #product-footer #product-footer-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0px;
  z-index: 100;
  background: #d4eeff;
  box-shadow: inset 0px 15px 50px 0px #ceebff;
}
#page-product #product-footer #product-footer-content .item {
  position: relative;
  z-index: 200;
}
#page-product #product-footer #product-footer-content .item .image {
  position: relative;
}
#page-product .gallon-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  grid-gap: 15px;
  position: relative;
}
#page-product .gallon-wrapper .info-wrapper {
  padding: 30px 15%;
  text-align: center;
  color: #446ba8;
  align-items: center;
}
#page-product .gallon-wrapper .info-wrapper .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}
#page-product .gallon-wrapper .info-wrapper .icon-label-list {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  list-style: none;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
#page-product .gallon-wrapper .info-wrapper .icon-label-list .item {
  flex-direction: column;
  align-items: center;
  flex: 1;
}
#page-product .gallon-wrapper .info-wrapper .icon-label-list .icon {
  width: 100px;
  margin-bottom: 5px;
}
#page-product .gallon-wrapper .background-wrapper .background {
  object-fit: cover;
  height: 100%;
  object-position: center center;
}
#page-product .gallon-wrapper .gallon-image-wrapper {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #page-product .gallon-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  #page-product .gallon-wrapper .info-wrapper {
    padding: 15px;
  }
  #page-product .gallon-wrapper .info-wrapper .icon-label-list {
    flex-direction: column;
  }
  #page-product .gallon-wrapper .info-wrapper .icon-label-list .item {
    margin-bottom: 15px;
  }
  #page-product
    .gallon-wrapper
    .info-wrapper
    .icon-label-list
    .item:last-of-type {
    margin-bottom: 0px;
  }
  #page-product .gallon-wrapper .gallon-image-wrapper {
    position: relative;
    width: unset;
  }
  #page-product .gallon-wrapper .background-wrapper .background {
    height: auto;
  }
}

#page-latest-landing.main-page {
  margin-top: 100px;
}
@media (max-width: 480px) {
  #page-latest-landing.main-page {
    margin-top: 0px;
  }
}
#page-latest-landing .breadcrumb {
  position: absolute;
  top: 50px;
  z-index: 10;
}
@media (max-width: 480px) {
  #page-latest-landing .breadcrumb {
    top: 30px;
  }
}
#page-latest-landing .page-banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0px;
}
#page-latest-landing .page-banner .container {
  padding: 75px 0 75px;
}
@media (min-width: 1440px) {
  #page-latest-landing .page-banner .container {
    padding: 125px 0px;
  }
}
#page-latest-landing .page-banner img {
  width: 30%;
}
#page-latest-landing .page-banner .badge-country {
  width: 125px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 768px) {
  #page-latest-landing .page-banner .badge-country {
    display: none;
  }
}

#event-menu {
  margin-left: 0;
  border: none;
}
#event-menu li {
  position: relative;
  padding: 0;
  margin: 0 20px;
}
#event-menu li:first-child {
  margin-left: 0;
}
#event-menu li a {
  color: white;
  font-size: 18px;
  display: block;
  padding: 10px;
  background: #00589a;
  border-radius: 10px;
}
#event-menu li.active a,
#event-menu li:hover a {
  color: white;
  background: #ed1c2f;
  text-decoration: none;
  border: none;
}

#event-gallery {
  height: 450px;
  margin-top: 30px;
}
#event-gallery .col-sm-3 {
  margin-bottom: 30px;
  height: 220px;
}
#event-gallery a {
  display: block;
}
#event-gallery a img {
  width: 100%;
}

#article-list .item {
  margin-bottom: 50px;
}
#article-list .item .image {
  position: relative;
  margin-bottom: 10px;
  min-height: 200px;
}
#article-list .item .image .featured-image {
  width: 100%;
}
#article-list .item .image .meta {
  position: absolute;
  top: 0;
  left: 0;
  background: #519dc1;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  line-height: 1;
  opacity: 0.8;
}
#article-list .item .image .overlay-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  opacity: 0.6;
}
#article-list .item .image .overlay-logo img {
  width: 75px;
}
#article-list .item .caption {
  min-height: 140px;
}
#article-list .item .share-button {
  text-align: right;
}
#article-list .item .share-button a {
  color: #ed1c2f;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e62f2d;
  border-color: #e62f2d;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #e62f2d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e62f2d;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #ffacab;
  border-color: #e62f2d;
}

#page-article p {
  margin-bottom: 20px;
}
#page-article .default-slider .item {
  position: relative;
}
#page-article .default-slider .overlay-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  opacity: 0.6;
}
#page-article .default-slider .overlay-logo img {
  width: 75px;
}

.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  min-height: 500px;
}

#upcoming-event .upcoming-event-thumb .image {
  position: relative;
  min-height: 555px;
}
#upcoming-event .upcoming-event-thumb .image img {
  width: 100%;
}
#upcoming-event .upcoming-event-thumb .image .meta {
  position: absolute;
  top: 0;
  left: 0;
  background: #519dc1;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  line-height: 1;
  opacity: 0.8;
}
#upcoming-event .upcoming-event-thumb .content {
  background: #f7f3f3;
  padding: 10px 30px;
  position: relative;
}
#upcoming-event .upcoming-event-thumb .content .caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
#upcoming-event .upcoming-event-thumb .content .label-lang {
  width: 37.5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#upcoming-event .upcoming-event-thumb .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#upcoming-event .upcoming-event-thumb .content .icon-label-wrapper {
  align-items: center;
  flex-wrap: nowrap;
}
#upcoming-event .upcoming-event-thumb .content .icon-label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#upcoming-event .upcoming-event-thumb .share-button {
  text-align: right;
}
#upcoming-event .upcoming-event-thumb .share-button a {
  color: #ed1c2f;
}
#upcoming-event .lSAction > a {
  background: #ed1c2f;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  text-align: center;
  top: 162px;
}
#upcoming-event .lSAction > .lSPrev {
  left: 0;
}
#upcoming-event .lSAction > .lSNext {
  right: 0;
}

#page-event {
  margin-bottom: 50px;
}
#page-event .description-wrapper {
  padding: 40px 0px;
  letter-spacing: 1px;
  line-height: 24px;
}
#page-event .btn-wrapper {
  cursor: pointer;
  text-decoration: none !important;
}
#page-event .btn-wrapper span {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  color: #00589a;
}
#page-event .btn-wrapper img {
  width: 40px;
}

#archive-events {
  background: #f7f3f3;
  padding: 50px 0;
  box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
}
#archive-events .archive-wrapper {
  align-items: center;
  justify-content: center;
}
#archive-events .archive-wrapper .item {
  margin: 0px 10px;
}
#archive-events .ae-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#archive-events .ae-thumb img {
  width: 100%;
}
#archive-events .ae-thumb .caption {
  transition: all ease 0.5s;
  position: absolute;
  top: -100%;
  padding: 25px;
  background: #ff000094;
  height: 100%;
  color: #fff;
}
#archive-events .ae-thumb .caption h3 {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#archive-events .ae-thumb .caption .find {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}
#archive-events .ae-thumb .caption .find:hover {
  text-decoration: underline;
}
#archive-events .ae-thumb:hover .caption {
  top: 0;
}

#about .bottle-wrapper {
  position: absolute;
  top: -35px;
}
#about .bottle-wrapper .bubble {
  position: absolute;
  top: 0px;
}
#about .content-box {
  padding: 75px 0px;
  text-align: center;
  width: 85%;
  margin: auto;
}
#about .content-box .logo-text {
  margin-bottom: 30px;
}
#about .content-wrapper {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  margin-bottom: 100px;
}
#about .box-with-icon-wrapper {
  justify-content: space-between;
  margin-bottom: 50px;
}
#about .box-with-icon {
  display: block;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#about .box-with-icon:hover {
  transform: scale(1.05);
}
#about .box-with-icon .icon {
  width: 65px;
  margin-bottom: 15px;
}
#about .box-with-icon .name {
  color: #446ba8;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 16px;
}
#about .inline-text-with-icon {
  align-items: flex-end;
  justify-content: center;
  color: #446ba8;
  font-size: 12px;
  font-weight: 700;
}
#about .inline-text-with-icon .logo {
  width: 175px;
  margin-left: 15px;
}
#about .about-box {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #about .about-box {
    min-height: 480px;
  }
}
#about .about-box:hover .about-wrapper {
  top: 0px;
  padding: 50px 30px;
}
@media (max-width: 480px) {
  #about .about-box:hover .about-wrapper {
    padding: 25px;
  }
}
#about .about-box.source {
  background: url("../images/about-bg-source.jpg");
}
#about .about-box.journey {
  background: url("../images/about-bg-journey.jpg");
}
#about .about-box.benefit {
  background: url("../images/about-bg-benefit.jpg");
}
#about .about-box .about-wrapper {
  cursor: pointer;
  position: absolute;
  top: 83%;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 30px;
  background: #004c73ba;
  color: white;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 480px) {
  #about .about-box .about-wrapper {
    top: 75%;
    padding: 25px;
  }
  #about .about-box .about-wrapper .link-text.anchor {
    bottom: 50px;
  }
}
#about .about-box .about-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
}
#about .about-box .about-wrapper .detail {
  margin-top: 40px;
  letter-spacing: 1px;
  line-height: 26px;
  font-size: 15px;
}

.down-btn {
  position: absolute;
  font-size: 26px;
  bottom: 50px;
  left: 50%;
  z-index: 100;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 3px solid;
  transform: translateX(-50%);
  cursor: pointer;
}
.down-btn:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 480px) {
  #source-page footer {
    display: none;
  }
}
#source-page .breadcrumb {
  position: absolute;
  top: 150px;
  z-index: 10;
}
#source-page .breadcrumb.white-theme li {
  color: white;
}
#source-page .breadcrumb.white-theme li:before {
  color: white;
}
#source-page .breadcrumb.white-theme li a {
  color: white;
}
@media (max-width: 480px) {
  #source-page .breadcrumb {
    top: 30px;
  }
}
#source-page .source-slider {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
#source-page .source-slider .item {
  height: 100%;
}
#source-page .slider-wrapper {
  text-align: center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  align-items: center;
}
@media (max-width: 480px) {
  #source-page .slider-wrapper {
    padding: 100px 0px;
  }
}
@media (max-width: 480px) {
  #source-page .slider-wrapper.align-sm-start {
    padding: 125px 0px;
    align-items: flex-start;
  }
}
#source-page .slider-box {
  position: relative;
  z-index: 10;
  width: 60%;
  padding: 50px 20px;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
}
#source-page .slider-box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  border: 10px solid rgba(255, 255, 255, 0.7);
}
#source-page .slider-box .logo-text {
  width: 300px;
}
#source-page .slider-box .title {
  font-size: 26px;
  font-weight: 700;
  color: #446ba8;
  margin-bottom: 20px;
}
#source-page .slider-box .summary {
  width: 70%;
  margin: auto;
  margin-bottom: 25px;
}
#source-page .slider-box .link {
  font-weight: 700;
  font-size: 12px;
  color: #446ba8;
  position: relative;
  z-index: 15;
}
#source-page .slider-box .link .fa {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
#source-page .animatebox {
  position: relative;
  margin: auto;
  width: 70%;
  padding: 30px;
}
@media (max-width: 480px) {
  #source-page .animatebox {
    width: 100%;
  }
}
#source-page .animatebox .slider-box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.7);
}
#source-page .animatebox .slider-box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  border: none;
}
#source-page .animatebox:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border: 10px solid transparent;
  width: 0px;
  height: 0px;
}
#source-page .animatebox::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 10px solid transparent;
  width: 0px;
  height: 0px;
}
#source-page .lslide.runanimation .animatebox:before,
#source-page .lslide.runanimation .animatebox:after {
  width: 100%;
  height: 100%;
}
#source-page .lslide.runanimation .animatebox:before {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
#source-page .lslide.runanimation .animatebox:after {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}
#source-page .slider-bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
#source-page .step-journey {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#source-page .step-journey .last-content .slider-wrapper {
  height: calc(100vh - 118px);
  min-height: unset;
}
#source-page .step-journey .last-content .slider-wrapper .landing-box .bottle {
  height: 260px;
  width: auto;
  margin-top: 10%;
  margin-bottom: 15px;
}
#source-page .step-journey .last-content .slider-wrapper .landing-box .summary {
  font-size: 18px;
}
#source-page .step-journey .slider-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#source-page .step-journey .slider-wrapper .header-title {
  color: #00589a;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 600;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .header-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#source-page .step-journey .slider-wrapper .default-summary {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .default-summary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#source-page .step-journey .slider-wrapper .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0;
  object-fit: fill;
}
@media (max-width: 480px) {
  #source-page .step-journey .slider-wrapper .background {
    object-fit: cover;
  }
}
#source-page .step-journey .slider-wrapper .background.second {
  top: 0px;
}
#source-page .step-journey .slider-wrapper .landing-box {
  width: 80%;
  margin: auto;
  position: relative;
}
@media (max-width: 480px) {
  #source-page .step-journey .slider-wrapper .landing-box {
    width: 90%;
  }
}
#source-page .step-journey .slider-wrapper .landing-box .title {
  margin-top: 5px;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 900;
  color: #446ba8;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .landing-box .title {
    font-size: 30px;
  }
}
#source-page .step-journey .slider-wrapper .landing-box .logo-text {
  width: auto;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .landing-box .logo-text {
    width: 400px;
  }
}
#source-page .step-journey .slider-wrapper .landing-box .icon-gif {
  width: 300px;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .landing-box .icon-gif {
    width: 200px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
#source-page .step-journey .slider-wrapper .landing-box .bottle {
  width: 250px;
  margin-top: 20%;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .landing-box .bottle {
    width: 150px;
  }
}
@media (max-width: 480px) {
  #source-page .step-journey .slider-wrapper .landing-box .bottle {
    margin-top: unset;
  }
}
#source-page .step-journey .slider-wrapper .landing-box .summary {
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  font-weight: 900;
}
@media (max-width: 1440px) {
  #source-page .step-journey .slider-wrapper .landing-box .summary {
    font-size: 22px;
  }
}
#source-page .step-journey .slider-wrapper .slider-box .title {
  font-size: 32px;
}
#source-page .step-journey .slider-wrapper .slider-box .summary {
  font-size: 14px;
  letter-spacing: 1px;
}
#source-page .step-journey .slider-wrapper .slider-box .logo-text {
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
  #source-page h1 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  #source-page .icon-text {
    margin-bottom: 25px;
  }
  #source-page .btn-wrapper {
    margin-bottom: 25px;
  }
  #source-page .detail-wrapper {
    font-size: 16px;
  }
  #source-page .detail-wrapper p {
    margin-bottom: 20px;
  }

  .video-wrapper {
    height: 75vh;
  }
}
#video .featured-section {
  margin-bottom: 50px;
}
#video .featured-section .info {
  margin-bottom: 30px;
}
#video .featured-section .info .title {
  font-weight: 700;
  color: #446ba8;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-top: 0px;
  border-bottom: 1px solid #446ba8;
}
#video .featured-section .info .summary {
  margin-bottom: 25px;
}
#video .featured-section .view-box {
  list-style: none;
  padding: 0px;
  margin: 0px;
  align-items: center;
  color: #7e7e7e;
  font-weight: 700;
  font-size: 16px;
}
#video .featured-section .view-box .item:after {
  font-size: 10px;
  content: "";
  font-family: "FontAwesome";
  margin: 0px 10px;
}
#video .featured-section .view-box .item:last-of-type:after {
  display: none;
}
#video .list-section {
  background: #f6f6f6;
  padding: 50px 0px;
}
#video .list-section .category-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  align-items: center;
}
#video .list-section .category-list .item {
  padding: 5px 20px;
  border-right: 2px solid #446ba8;
}
#video .list-section .category-list .item:first-child {
  padding-left: 0px;
}
#video .list-section .category-list .item:last-of-type {
  border-right: none;
}
#video .list-section .category-list .item a {
  color: #446ba8;
  font-weight: 700;
}
#video .list-section .control-wrapper {
  background: none;
  font-size: 30px;
  color: #446ba8;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
#video .list-section .control-wrapper .circle {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #446ba8;
  border-radius: 50%;
  margin: 0px 10px;
}
#video .video-list {
  list-style: none;
  padding: 0px;
}
#video .video-list li {
  cursor: pointer;
  margin-bottom: 30px;
}
#video .video-list .info-box .title {
  color: #446ba8;
  font-size: 18px;
  font-weight: 700;
}
#video .video-list .info-box .view-box {
  list-style: none;
  padding: 0px;
  margin: 0px;
  align-items: center;
  color: #7e7e7e;
  font-weight: 700;
  font-size: 16px;
}
#video .video-list .info-box .view-box .item:after {
  font-size: 10px;
  content: "";
  font-family: "FontAwesome";
  margin: 0px 10px;
}
#video .video-list .info-box .view-box .item:last-of-type:after {
  display: none;
}

#video-landing {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 50px 0px 150px;
}
#video-landing.main-page {
  margin-top: 100px;
}
@media (max-width: 480px) {
  #video-landing.main-page {
    margin-top: 0px;
  }
}
#video-landing .breadcrumb {
  margin-bottom: 65px;
}
#video-landing .lang-choose-section {
  align-items: center;
  font-weight: 700;
  color: #446ba8;
}
#video-landing .lang-choose-section .item {
  width: 50%;
}
#video-landing .lang-choose-section .item .icon {
  width: 75px;
  margin-bottom: 15px;
}
#video-landing .lang-choose-section .item span {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.video-box {
  position: relative;
  overflow: hidden;
}
.video-box.custom-frame {
  border: 7.5px solid white;
  box-shadow: 3px 7px 10px 0px #989898;
}
.video-box.featured-frame {
  margin: 25px;
  margin-bottom: 75px;
  border-top: 15px solid #dddee0;
  border-bottom: 15px solid #dddee0;
  border-left: 15px solid #bbbbbb;
  border-right: 15px solid #bbbbbb;
  outline: 25px solid white;
  box-shadow: 6px 10px 20px 20px #989898;
}
.video-box.featured-frame .layout-button {
  box-shadow: none;
}
.video-box:hover .image {
  transform: scale(1.1);
}
.video-box .image {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-box .layout-button {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 20px 0px #6c6c6c;
}
.video-box .layout-button img {
  width: 65px;
}
.video-box .layout-button img.small {
  width: 35px;
}

.landing-lang-box {
  text-align: center;
  padding: 0px 10%;
}
.landing-lang-box p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 50px;
}

.video-slider-wrapper {
  padding: 0px 60px;
  position: relative;
}
.video-slider-wrapper .circle {
  cursor: pointer;
  color: #446ba8;
  font-size: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #446ba8;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  transform: translateY(100%);
}
.video-slider-wrapper .circle.next {
  right: 0px;
}
.video-slider-wrapper .circle.prev {
  left: 0px;
}
.video-slider-wrapper .lSAction {
  align-items: center;
  justify-content: center;
}
.video-slider-wrapper .lSAction > a {
  background: none;
  font-size: 30px;
  color: #446ba8;
  text-decoration: none;
}
.video-slider-wrapper .lSAction > a .circle {
  font-size: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #446ba8;
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  .slicknav_menu {
    display: block;
  }

  #menu-section {
    display: none;
  }

  .main-page {
    margin-top: 130px;
  }

  .top-wrapper ul {
    display: flex;
    margin: 0px;
    width: 100%;
    justify-content: space-between;
  }
  .top-wrapper ul li {
    display: flex;
  }
  .top-wrapper ul li.lang-wrapper {
    padding-left: 15px;
    border-left: 2px solid #446ba8;
  }
  .top-wrapper ul li.lang-wrapper a:first-child {
    margin-right: 15px;
  }
  .top-wrapper ul li.lang-wrapper .lang-icon {
    width: 35px;
  }
  .top-wrapper ul li a {
    padding: 0px;
    margin: 0px;
  }
  .top-wrapper ul li a.circle {
    display: block;
    font-size: 18px;
    border: 2px solid #446ba8;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 3px;
    color: #446ba8;
  }

  #home-banner ul li .content img {
    width: unset;
  }

  #page-benefit #benefit-list #ben-1 {
    top: 0;
    left: 40px;
  }
  #page-benefit #benefit-list #ben-3 {
    left: 40px;
  }
  #page-benefit #benefit-list #ben-4 {
    right: 50px;
  }
  #page-benefit #benefit-list #ben-6 {
    right: 50px;
  }

  #page-product #product-fact:before {
    display: none;
  }

  #page-product #product-footer #product-footer-content .item .image {
    min-height: 145px;
    position: relative;
  }
  #page-product #product-footer #product-footer-content .item .image img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-page {
    margin-top: 25px;
  }

  .hidden-xs {
    display: none;
  }

  .hidden-md {
    display: block;
  }

  #archive-events .archive-wrapper .item {
    width: 100%;
  }
  #archive-events .ae-thumb {
    width: 100%;
  }
  #archive-events .ae-thumb .caption {
    width: 100%;
  }

  #home-latest-article .article-thumb .caption {
    text-align: left;
  }

  #source-page .source-slider {
    margin-top: 0px;
  }
  #source-page .slider-box {
    width: 90%;
    padding: 25px;
  }
  #source-page .slider-box .summary {
    width: 100%;
  }

  #page-product #product-fact .fact {
    overflow: hidden;
  }

  #page-benefit {
    margin-top: 0px;
  }

  .video-wrapper {
    margin-top: 0px;
  }

  #logo-wrap {
    z-index: 999;
    width: 20%;
  }

  #menu-wrap .icon {
    display: none;
  }

  header {
    position: relative;
  }
  header .header-wrapper {
    align-items: flex-start;
  }
  header .slicknav_menu {
    padding: 20px 0px;
  }
  header .slicknav_menu .slicknav_menutxt {
    color: #00589a;
    text-shadow: none;
  }
  header .slicknav_menu .slicknav_btn {
    background: transparent;
    line-height: normal;
  }
  header .slicknav_menu .slicknav_icon-bar {
    background-color: #00589a;
    height: 3px;
    width: 25px;
    margin-bottom: 4px;
  }
  header .slicknav_nav {
    padding-top: 30px;
  }
  header .transparent {
    background: white;
  }

  .source-wrapper .detail-wrapper {
    width: 100%;
  }

  #home-banner ul li {
    background-position: -150px !important;
  }
  #home-banner ul li .container {
    height: auto;
  }
  #home-banner ul li .content {
    top: 100px;
    width: 65%;
    padding: 25px 0px 175px;
  }
  #home-banner ul li .content img {
    width: unset;
  }
  #home-banner ul li .content .caption {
    font-size: 16px;
    margin-bottom: 10px;
  }

  footer #footer-menu li {
    display: block;
    padding: 0;
  }

  footer #copy #copy-wrap #copy-menu li {
    display: block;
    margin: 0;
  }

  footer #copy #copy-wrap {
    text-align: left;
    margin-top: 10px;
  }

  footer #sosmed-menu {
    text-align: center;
  }

  #page-benefit #benefit-list .items {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  #page-benefit #benefit-list .icon {
    overflow: unset;
    animation: none;
  }
  #page-benefit #benefit-list .icon .animated {
    width: 70px;
  }
  #page-benefit #benefit-list .icon .description.active {
    top: 0px;
  }
  #page-benefit #benefit-list .icon .description.left {
    left: 35px;
  }
  #page-benefit #benefit-list .icon .description.right {
    right: 35px;
    left: unset;
  }
  #page-benefit #benefit-list #ben-1 {
    top: 0;
    left: 0px;
  }
  #page-benefit #benefit-list #ben-2 {
    right: unset;
    left: 0px;
    top: 150px;
  }
  #page-benefit #benefit-list #ben-3 {
    left: 0px;
    top: 300px;
  }
  #page-benefit #benefit-list #ben-4 {
    right: 0px;
  }
  #page-benefit #benefit-list #ben-5 {
    right: 0px;
    top: 150px;
  }
  #page-benefit #benefit-list #ben-6 {
    right: 0px;
    top: 300px;
  }

  video#bg-product-footer {
    display: none;
  }

  #product-footer {
    background: url("../images/bg-product-footer.jpg") no-repeat;
    background-size: cover;
  }

  #page-product #product-footer #product-footer-content {
    position: unset;
  }

  #page-product #product-footer #product-footer-content .item {
    margin-bottom: 30px;
  }

  #page-product #product-footer #product-footer-content .item .image {
    min-height: 400px;
  }

  #event-gallery .col-sm-3 {
    height: 140px;
  }

  #upcoming-event .lSAction > a {
    top: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-banner {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  /* Global */
  .hide-except-xs {
    display: block;
  }

  .hide-on-xs {
    display: none !important;
  }

  /* End Global */
  /* Header */
  header {
    padding: 10px 0 !important;
  }
  header .header-wrapper #logo-wrap img {
    min-width: 70px;
  }
  header .header-wrapper #menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  header .header-wrapper .slicknav_menu {
    padding: 15px 0;
  }
  header .header-wrapper .slicknav_menu .slicknav_btn {
    padding: 0px !important;
    border: 1px solid #41a7cb !important;
  }
  header .header-wrapper .slicknav_menu .slicknav_btn .slicknav_icon {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }
  header .header-wrapper .slicknav_menu .slicknav_icon-bar {
    height: 3.5px !important;
    box-shadow: none !important;
  }

  /* End Header */
  /* Footer */
  footer #footer-menu-wrap #footer-menu {
    text-align: center !important;
  }
  footer #footer-menu-wrap #footer-menu li {
    margin-bottom: 15px;
    width: 50%;
  }

  /* End Footer */
  /* Home */
  #home-banner .lSSlideOuter .lightSlider {
    height: 470px !important;
  }
  #home-banner .lSSlideOuter .lightSlider .item {
    background-size: cover !important;
    background-position: bottom center !important;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container {
    height: 470px !important;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container .content {
    padding: 15px 0px 175px;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container .content .logo-text {
    margin-bottom: 8px;
  }
  #home-banner
    .lSSlideOuter
    .lightSlider
    .item
    .container
    .content
    .logo-text
    img {
    min-width: 200px;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container .content .caption {
    font-size: 1.1em;
    line-height: 18px;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container .content a {
    font-size: 0.6em !important;
    padding: 8px 10px !important;
  }

  #home-content .featured-section {
    min-height: 250px;
    padding: 20px;
  }
  #home-content .featured-section .featured-text {
    font-size: 24px;
  }
  #home-content h3 {
    font-size: 1.4em !important;
    line-height: 25px !important;
  }
  #home-content .fn-light {
    font-size: 0.9em !important;
    margin-bottom: 15px !important;
  }
  #home-content .col-half {
    margin-top: 30px !important;
  }
  #home-content .col-half .mb-xs-30:last-child {
    margin-bottom: 0 !important;
  }

  #home-hr {
    margin: 0 !important;
  }
  #home-hr hr {
    margin: 30px 0 !important;
  }

  #home-latest-article .thumb {
    background-position: center;
  }
  #home-latest-article .article-thumb img.full {
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  /* End Home */
  /* Source Page */
  #source-page .main-page .icon-text {
    min-width: 250px;
  }
  #source-page .main-page h1 {
    font-size: 1.4em !important;
  }
  #source-page .main-page .detail-wrapper {
    font-size: 1.1em;
    width: 75%;
  }
  #source-page .main-page .breadcrumb {
    font-size: 0.9em !important;
  }
  #source-page #view-video span {
    font-weight: normal !important;
    font-size: 1.1em !important;
  }
  #source-page #view-video img {
    width: 24px;
    height: 24px;
  }

  /* End Source Page */
  /* Benefit Page */
  #page-benefit .container h1 {
    font-size: 1.6em !important;
    line-height: 40px;
  }
  #page-benefit .container h1 img {
    display: block !important;
    margin: auto !important;
    min-width: 280px;
  }
  #page-benefit .container .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-benefit .container #benefit-list .items img {
    width: 60px !important;
  }
  #page-benefit .container #benefit-list .items #ben-1,
  #page-benefit .container #benefit-list .items #ben-4 {
    top: -15px;
  }
  #page-benefit .container #benefit-list .items #ben-2,
  #page-benefit .container #benefit-list .items #ben-5 {
    top: 85px;
  }
  #page-benefit .container #benefit-list .items #ben-3,
  #page-benefit .container #benefit-list .items #ben-6 {
    top: 185px;
  }

  /* End Benefit Page */
  /* Product Page */
  #page-product #product-header {
    height: 470px !important;
  }
  #page-product #product-header .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-product .header img {
    max-width: 240px;
  }
  #page-product h2 {
    font-size: 1.3em !important;
    line-height: 25px !important;
  }
  #page-product #product-title-1 {
    font-size: 2em !important;
  }
  #page-product #product-fact .fact .no {
    font-size: 2.4em !important;
  }
  #page-product #product-fact .fact .caption {
    font-size: 1.2em !important;
    width: 80%;
    display: block;
    margin: auto;
  }
  #page-product #product-footer #product-footer-content h1 {
    font-size: 1.8em !important;
  }
  #page-product #product-footer #product-footer-content h1 span {
    display: none !important;
  }
  #page-product #product-footer #product-footer-content h1 img {
    margin-top: 5px !important;
    max-width: 200px !important;
    display: block !important;
    margin: auto !important;
  }
  #page-product
    #product-footer
    #product-footer-content
    .item:nth-child(2)
    .image {
    margin-top: -50px;
  }
  #page-product
    #product-footer
    #product-footer-content
    .item:nth-child(3)
    .image {
    margin-top: -180px;
  }

  /* End Product Page */
  /* Event */
  #page-latest-landing .page-banner {
    min-height: 470px !important;
  }
  #page-latest-landing .page-banner .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-latest-landing .page-banner .header img {
    max-width: 240px;
  }
  #page-latest-landing .page-banner h2 {
    font-size: 1.3em !important;
    line-height: 25px !important;
    margin-top: 5px !important;
    width: 60%;
  }
  #page-latest-landing #event-title-1 {
    font-size: 1.6em !important;
  }
  #page-latest-landing #upcoming-event .lightSlider .content h4 {
    font-size: 1.1em !important;
  }
  #page-latest-landing #upcoming-event .lightSlider .content .btn-more {
    font-size: 0.8em !important;
  }
  #page-latest-landing #upcoming-event .lSAction a {
    top: 27%;
    width: 30px;
    height: 40px;
    font-size: 2em;
  }
  #page-latest-landing #upcoming-event #upcoming-custom-control {
    display: block;
  }
  #page-latest-landing #upcoming-event #upcoming-custom-control a {
    background: #ed1c2f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }
  #page-latest-landing #upcoming-event #upcoming-custom-control a:hover {
    opacity: 1;
  }
  #page-latest-landing #upcoming-event #upcoming-custom-control .left {
    bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 2.6em;
    left: 0;
  }
  #page-latest-landing #upcoming-event #upcoming-custom-control .right {
    bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 2.6em;
    right: 0;
  }
  #page-latest-landing #archive-events {
    box-shadow: inset 0px 18px 10px -10px #ccc, inset 0px -11px 12px -4px #ccc !important;
  }
  #page-latest-landing #archive-events h2 {
    font-size: 1.4em !important;
    line-height: 25px !important;
  }
  #page-latest-landing #archive-events .ae-thumb {
    margin-bottom: 0 !important;
  }
  #page-latest-landing #archive-events .archive-wrapper .item {
    margin-left: 0 !important;
  }
  #page-latest-landing #archive-events .lSAction a {
    background: #ed1c2f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }
  #page-latest-landing #archive-events .lSAction a:hover {
    opacity: 1;
  }
  #page-latest-landing #archive-events .lSAction .lSPrev {
    width: 50px;
    height: 50px;
    font-size: 2.6em;
    left: 0;
  }
  #page-latest-landing #archive-events .lSAction .lSNext {
    width: 50px;
    height: 50px;
    font-size: 2.6em;
    right: 0;
  }

  /* End Event */
  /* Event Detail */
  #page-event .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-event #archive-detail-banner #archive-detail-icon img {
    width: 60% !important;
    margin-top: 15px;
  }
  #page-event #archive-detail-banner #description-wrapper font {
    font-size: 1em !important;
  }
  #page-event #archive-detail-banner #popup-video {
    text-align: left;
  }
  #page-event #archive-detail-banner #popup-video a span {
    font-size: 0.9em !important;
  }
  #page-event #archive-detail-banner #popup-video a img {
    width: auto !important;
    max-width: 20px !important;
    margin-top: -3px !important;
  }
  #page-event h2 {
    font-size: 2em !important;
  }
  #page-event #event-menu li {
    margin: 0 10px 5px 5px !important;
  }
  #page-event #event-menu li a {
    font-size: 0.8em !important;
  }
  #page-event #gallery-tab p {
    font-size: 1em !important;
  }
  #page-event .customScroll .grid-item {
    width: 50% !important;
    height: 150px !important;
    margin-bottom: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #page-event .customScroll .grid-item img {
    height: 150px;
    object-fit: cover;
    object-position: center;
    position: relative !important;
  }

  /* End Event Detail */
  /* Article */
  #page-latest-article .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-latest-article h2 {
    font-size: 1.8em !important;
    line-height: 25px !important;
    margin-top: 5px !important;
  }
  #page-latest-article .meta .date {
    font-size: 0.9em !important;
  }
  #page-latest-article .meta .month {
    font-size: 0.9em !important;
  }
  #page-latest-article h4 {
    font-size: 1.2em;
    line-height: 22px;
  }
  #page-latest-article .caption {
    font-size: 0.9em;
    min-height: auto !important;
    margin-bottom: 15px;
  }

  /* End Article */
  /* Article Detail */
  #page-article .breadcrumb {
    font-size: 0.9em !important;
  }
  #page-article .breadcrumb .active-xs a {
    color: #41a7cb !important;
  }
  #page-article .scrollable-wrapper {
    height: auto !important;
  }
  #page-article .scrollable-wrapper .meta small {
    font-size: 1em !important;
    font-family: "Nunito", Arial, sans-serif;
    font-weight: 400;
  }
  #page-article .scrollable-wrapper h1 {
    font-size: 1.2em !important;
  }
  #page-article .scrollable-wrapper h4 {
    font-size: 1.1em !important;
    line-height: 18px;
  }
  #page-article .scrollable-wrapper p,
  #page-article .scrollable-wrapper span {
    font-size: 1.1em !important;
    font-family: "Nunito", Arial, sans-serif;
    font-weight: 300;
  }

  /* End Article Detail */
  /* Contact */
  #modal-contact .modal-dialog {
    margin-top: 50px;
  }
  #modal-contact .modal-body .close {
    font-size: 1.9em !important;
  }
  #modal-contact .modal-body h1 {
    font-size: 2.4em !important;
  }
  #modal-contact .modal-body h3 {
    font-size: 1em !important;
  }
  #modal-contact .modal-body h4 {
    font-size: 1em !important;
  }
  #modal-contact .modal-body #menu-contact li a {
    font-size: 1em !important;
    padding: 8px 30px !important;
  }

  /* End Contact */
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  #home-banner .lSSlideOuter .lightSlider {
    height: 550px !important;
  }
  #home-banner .lSSlideOuter .lightSlider .item .container {
    height: 550px !important;
  }
}
.transparent {
  opacity: 0;
}

.default-bg-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 1440px) {
  .default-bg-section {
    align-items: flex-end;
    padding-bottom: 5%;
  }
}
.default-bg-section.type-tagline {
  padding: 10% 0px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .default-bg-section {
    align-items: center;
    padding: 20% 0px;
    min-height: 75vh;
  }
}

.default-summary {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 480px) {
  .default-summary {
    font-size: 14px;
    line-height: 26px;
  }
}

.link-text {
  position: relative;
  color: #ed1c2f;
  font-weight: 700;
}
.link-text:hover {
  text-decoration: none;
}
.link-text .fa {
  margin-left: 10px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.link-text.floating {
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 10;
}
@media (max-width: 480px) {
  .link-text.floating {
    top: 30px;
    right: 15px;
    font-size: 12px;
  }
  .link-text.floating .fa {
    font-size: 14px;
  }
}
.link-text.anchor {
  color: white;
  font-weight: 900;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.link-text.anchor:hover .fa {
  top: 30px;
}
.link-text.anchor .fa {
  font-size: 26px;
  position: absolute;
  top: 20px;
  right: 50%;
  margin: 0px;
  transform: translateX(50%);
}

#fullpage .reveal {
  transform: translateY(-200px);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
#fullpage .active .reveal {
  transform: translateY(0);
  opacity: 1;
}

.filter-box {
  align-items: center;
  justify-content: flex-end;
  color: #00589a;
}
.filter-box label {
  margin-right: 15px;
  margin-bottom: 0px;
}
.filter-box .form-control {
  width: auto;
  min-width: 200px;
  border: 1px solid #00589a;
  font-style: italic;
}

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