/**
* GLOBAL STYLE
*/

@import "fonts.css";

.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover {
  transform: none !important;
}

.at-share-btn svg {
  display: none;
}

.at-share-btn {
  position: relative;
}

.at-share-btn:hover {
  opacity: .8;
}

.at-share-btn:after {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 20px;
}

.at-svc-email::after {
  background-image: url(../images/icon-email-blue.svg);
}

.at-svc-linkedin::after {
  background-image: url(../images/icon-linkedin-blue.svg);
}

.at-svc-twitter::after {
  background-image: url(../images/icon-twitter-blue.svg);
}

.at-svc-facebook::after {
  background-image: url(../images/icon-facebook-blue.svg);
}

.brand-slider .slideshow.lifein {
  padding-bottom: 500px;
}

/* viewport inherit size from carousel */
.brand-slider .slideshow .flickity-viewport,
.slideshow.lifein .flickity-viewport {
  position: absolute;
  width: 100%;
}

/* cell inherit height from carousel */
.lifein .img-t {
  height: 100%;
}

.brand-slider .slideshow {
  padding-bottom: 170px;
}


a.show {
  float: left;
  width: 100%;
}

.d-mobile {
  display: none !important;
}

.d-desktop {
  display: block !important;
}

.ovhide {
  overflow: hidden;
}

.parallax-slider {
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
}

.parallax-content {
  position: relative;
  margin-top: calc(100vh - 100px);
  background: #fff;
  width: 100%;
  float: left;
}

.parallax-slider .banner__slider:after {
  background-image: none;
}

.parallax-slider .slide .slide__img {
  height: 100vh;
}

.parallax-slider .slick-dots {
  bottom: 120px;
}

.parallax-content:after {
  width: 100%;
  height: 175px;
  background-image: url('../images/bg-heart-lifeline.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: -140px;
  margin: auto;
}


#page-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 75px;
  position: relative;
}

.container-med {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-med-x {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-sm {
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}

.boxshadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.border-radius-10 {
  border-radius: 10px;
}

.bg-blue {
  background: #101E8E;
}

.bg-grey {
  background: #F7F7F7;
}

.bg-green {
  background: #77BC1F;
}

.bg-orange {
  background: #FF5959;
}

.f-blue {
  color: #101E8E;
}

.f-blue-soft {
  color: #0096AA;
}

.f-white p,
.f-white {
  color: #fff;
}

.f-grey {
  color: #8A8A8A;
}


.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.p-25 {
  padding: 25px;
}


.pt-60 {
  padding-top: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}


.ptb-15 {
  padding: 15px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.plr-15 {
  padding: 0 15px;
}

.plr-30 {
  padding: 0 30px;
}

.plr-60 {
  padding: 0 60px;
}

.pt-20 {
  padding-top: 20px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-35 {
  margin-left: -35px;
  margin-right: -35px;
}


.floatright {
  float: right !important;
}

.img-100 {
  width: 100%;
  height: auto;
  float: left;
}

.w-100,
.col-1 {
  float: left;
  width: 100%;
  position: relative;
}


.footer-col-2,
.col-2 {
  float: left;
  width: 50%;
}

.col-3 {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

.col-4 {
  float: left;
  width: 25%;
  padding: 0 15px;
}


.btn-cta {
  padding: 11px 20px;
  font-size: 14px;
  background: #101E8E;
  color: #fff !important;
  width: 190px;
  display: inline-table;
  text-align: center;
  border: 1px solid #101E8E;
}

.btn-cta[disabled] {
  background: #D5D5D5;
  border: 1px solid #D5D5D5;
}

.btn-cta:hover {
  background: #0096AA;
  border: 1px solid #0096AA;
}

.btn-cta.cta-small {
  padding: 10px 20px;
}


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


.btn-link {
  padding: 11px 22px 11px 0;
  float: left;
  color: #101E8E;
  font-weight: bold;
  position: relative;
}

a:hover h5, a:hover h3,
a:hover .text-link,
.btn-link:hover {
  color: #0096AA;
}

.text-link:after,
.btn-link:after {
  width: 8px;
  height: 8px;
  background-image: url('../images/arrow.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 6px;
  position: absolute;
  content: '';
  right: 5px;
  bottom: 0;
  top: 0;
  margin: auto;
}

a:hover .text-link::after,
.btn-link:hover:after {
  background-image: url('../images/arrow-light-blue.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 6px;
}

.text-link {
  font-weight: bold;
  color: #101E8E;
  position: relative;
  padding-right: 20px;
}


.col-2-1 {
  width: 30%;
  padding: 0 15px;
  display: flex;
}

.col-2-2 {
  width: 70%;
  padding: 0 15px;
  display: flex;
}



.banner-full-height {
  height: 100vh;
}

.content-in a {
  color: #0096AA;
}


.content-in p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-in p:last-child {
  margin-bottom: 0;
}

.content-in ol,
.content-in ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.content-in li {
  font-size: 18px;
  line-height: 1.6;
}

.content-in blockquote {
  font-size: 26px;
  color: #0D1691;
  font-weight: bold;
  margin: 30px 0;
  padding: 20px;
  position: relative;
}

.content-in blockquote:after {
  width: 50px;
  height: 43px;
  background-image: url(../images/icon-quote-blue.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  z-index: -1;
}


.col-vm .col-3 .img-ab {
  width: calc(100% - 40px);
  left: 15px;
  border-radius: 10px;
}

.btn-g li {
  display: inline-table;
  padding: 15px;
}

.galeri-in {
  width: 100%;
  padding-bottom: 100%;
}


/**
* HEADER STYLE
*/

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}



/**
* CONTENT STYLE
*/

.marketplace-item {
  padding: 3px;
}

.marketplace-item img {
  float: left;
  width: 100%;
}

.marketplace-slider .slick-next {
  right: -40px;
}

.marketplace-slider .slick-prev {
  left: -40px;
}

/* Horizontal scrolling/snapping styles */
.scroll-off {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
}

.scroll-on {
  position: relative;
  overflow-x: scroll;
  display: flex;
  scroll-snap-type: x mandatory;
  height: 100px;
  margin: 0 auto;
}

.scroll-on .button-group {
  white-space: nowrap;
  overflow-x: auto;
}

.scroll-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 5;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.scroll-overlay:first-of-type {
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to right, white, rgba(255,255,255,0));
}

.scroll-overlay:last-of-type {
  right: 0;
  background-image: linear-gradient(to left, white, rgba(255,255,255,0));
}



section {
  float: left;
  width: 100%;
  position: relative;
}


.title-section {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
}

.title-section-1 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}



.item-b {
  padding-bottom: 60px;
  position: relative;
}

.item-b .btn-link {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.item-brand-s {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.item-brand-s img {
  width: auto;
  float: unset;
  margin: 0 auto;
  max-height: 125px;
}

.js-slideshow .slide-1 {
  height: 150px;
  max-width: unset;
  width: unset;
}

.js-slideshow .slide-1 a {
  float: left;
  width: 100%;
}

.js-slideshow .slide-1 .item-brand-s img {
  max-height: 125px;
  width: auto;
}


.partner-item {
  height: 58px;
  display: inline-table;
  padding: 20px 35px;
}

.partner-item img {
  height: 4vw;
  width: auto;
  display: inline-table;
}

.c-r-item {
  display: inline-table;
  padding: 15px;
  width: calc(100% / 5 - 15px);
  margin-bottom: 30px;
}

.slide-1 {
  width: 100%;
  max-width: 350px;
  z-index: 1;
  background: #fff;
}

.c-r-item img {
  height: 100px;
  width: auto;
  display: inline-table;
  margin-bottom: 20px;
}

.item-brand-s {
  padding: 20px 70px;
}

.item-b-slider .slick-slide {
  padding: 13px;
}


.item-b-slider .slick-prev {
  left: -40px;
}

.item-b-slider .slick-next {
  right: -40px;
}

.item-b {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

.slick-slider .item-b {
  margin-bottom: 0;
}

.item-b-thumb-wrap {
  float: left;
  width: 100%;
  overflow: hidden;
}


.item-b-thumb {
  width: 100%;
  height: 250px;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.element-item a img,
.brand-s a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.element-item a:hover img,
.brand-s a:hover img,
.item-b-thumb:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-t {
  width: 100%;
  max-width: 500px;
  padding: 35px;
}

.col-3-item {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

.header-page {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px !important;
}

.header-page:after {
  width: 102%;
  height: 192px;
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  margin: auto;
}

.header-page.banner-full-height:after {
  width: 100%;
  height: 175px;
  bottom: 65px;
}


.lifeline-orange:after {
  background-image: url(../images/bg-heart-lifeline-orange.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.candy:after {
  background-image: url(../images/bg-candy.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hand:after {
  background-image: url(../images/bg-hand-lifeline.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hand-blue:after {
  background-image: url(../images/bg-hand-blue-lifeline.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.music:after {
  background-image: url(../images/bg-musik-lifeline-green.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.music-orange:after {
  background-image: url(../images/bg-musik-lifeline.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-blue:after {
  background-image: url(../images/bg-star-blue-lifeline.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-ab {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.container-ex {
  width: calc(100% - 65px);
  display: inline-table;
  float: right;
}


.become-1 {
  background: #EDAA00;
  width: 50%;
  float: left;
  padding: 40px 0;
  position: relative;
}

.become-2:after {
  width: 300px;
  height: 100%;
  background-image: url(../images/bg-heart-lifeline-yellow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 1;
}

.become-2 {
  width: 50%;
  float: left;
  position: relative;
  order: 2;
}

.button-group button {
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #8A8A8A;
  padding: 7px 20px;
  cursor: pointer;
  border-right: 2px solid #8A8A8A;
  display: inline-table;
}

.button-group button:last-child {
  border-right: none;
}

.button-group button.is-checked {
  color: #101E8E;
}

.button-group-careers button {
  border: 1px solid #8A8A8A !important;
  text-transform: capitalize;
  font-size: 16px;
  margin: 5px;
}

.button-group-careers button.is-checked {
  background: #101E8E;
  color: #fff;
  border: 1px solid #101E8E !important;
}

.element-item {
  width: calc(100% / 5 - 20px);
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 10px;
  border-radius: 10px;
}

.sq-wrap {
  width: 100%;
  padding-bottom: 100%;
  margin: 0;
  position: relative;
}

.sq-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
}

.brand-slider-b {
  float: left;
  width: 100%;
  max-width: 1100px;
}

/* the slides */
.marketplace-slider .slick-slide {
  margin: 0 5px !important;
}

.product-slider .slick-slide,
.brand-slider-b .slick-slide {
margin: 0 30px;
}
/* the parent */
.marketplace-slider .slick-list {
  margin: 0 auto !important;
}

.product-slider .slick-list,
.brand-slider-b .slick-list {
margin: 0 -30px;
}


.brand-s .sq-wrap {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}


.grid-item {
  width: 100%;
  float: left;
}

.form-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.form-wrapper {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  float: left;
  width: 100%;
}

.form-notes {
  position: absolute;
  right: 80px;
}

.pincode {
  width: 100%;
  max-width: 100px;
  float: left;
}

.tel-w {
  width: calc(100% - 100px);
  float: left;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #8A8A8A;
}

.form-group label,
.form-group input,
.form-group select,
.form-group textarea,
.form-group {
  float: left;
  width: 100%;
  font-size: 16px;
}

.form-group select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent
}

.form-group textarea {
  height: 150px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group .col-2 {
  width: 50%;
  padding: 0 15px;
}


.form-group input ~ span,
.form-group textarea ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #0096AA;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: 0;
}

.form-group input.error ~ span,
.form-group textarea.error ~ span {
  width: 100%;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  background: red;
}

.form-group input:focus ~ span,
.form-group textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.form-group input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label.checkbox-label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-left: 30px;
}

.form-group label.checkbox-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0096A9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 25px;
  margin-bottom: 4px;
}

.form-group input[type=checkbox]:checked + label.checkbox-label:before {
  background: #0096A9;
}

.form-group input[type=checkbox]:checked + label.checkbox-label:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 9px;
  width: 8px;
  height: 20px;
  border: solid #101E8E;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.form-group label.error {
  display: none !important;
}

.form-group label#hidden_recaptcha-error {
  display: inline !important;
  color: #ff0000;
}

.marketplace-slider .slick-next,
.marketplace-slider .slick-prev {
  width: 30px;
  height: 30px;
}

.marketplace-slider .slick-next:before,
.marketplace-slider .slick-prev:before {
  width: 12px;
  height: 12px;
}

/**
 * Tabs
 */
.tabs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs-nav li {
  display: inline-table;
  padding: 0 20px;
  border-right: 2px solid #8A8A8A;
}

.tabs-nav li:last-child {
  border-right: 0;
}

.tabs-nav li img {
  padding-right: 20px;
}

.tabs-nav-in {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #8A8A8A;
}


.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}


.tab-active a .tabs-nav-in {
  color: #101E8E;
  cursor: default;
  font-weight: bold;
}

.tabs-stage {
  clear: both;
  position: relative;
  width: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 55%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.detail-address {
  padding: 40px;
}

.detail-address a,
.detail-address p {
  color: #fff;
  font-size: 14px;
}

.icn-loc:after {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-pin-loc.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  z-index: 1;
}

.icn-email:after {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-mail.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  z-index: 1;
}

.icn-tel:after {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-tel.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  z-index: 1;
}



.pagination{
  list-style: none;
  display: inline-block;
  padding: 0;
}

.pagination li {
  display: inline;
  text-align: center;
}

.pagination a{
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 12px;
  color: #8A8A8A;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.pagination a:active{
  outline: none;
}

.pag a {
  margin: 0 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.pag a.next,
.pag a.prev{
  background: #101E8E;
  color: #fff;
  width: 100px;
  height: 40px;
}

.pag a.next[disabled],
.pag a.prev[disabled]{
  background: #D5D5D5;
}


.pag a:hover{
  background-color: #0096AA;
  color: #fff;
}

.pag a.active, .pag a:active{
  color: #101E8E;
}

.quote-thumb {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.quote-slider .slick-slide,
.quote-wrapper {
  position: relative;
}

.quote-slider {
  padding: 80px 0 40px 0;
}

.quote-wrapper:before {
  width: 100%;
  height: 200px;
  background-image: url(../images/line-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.quote-wrapper .stick-dots .slick-dots li.slick-active button {
    background-color: #fff;
}

.quote-item {
  padding: 0 75px;
}

.quote-in {
  width: calc(100% - 200px);
  float: left;
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
}

.quote-in:after {
  width: 50px;
  height: 43px;
  background-image: url(../images/icon-quote.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 30px;
  top: 0px;
  z-index: 1;
}

.quote-in h5 {
  color: #fff;
}

.careers-in {
  width: 100%;
  max-width: 400px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.careers-icon {
  width: 100%;
  max-width: 105px;
  float: left;
}

.careers-icon img {
  width: auto;
  height: 90px;
}

.careers-title {
  float: left;
  width: calc(100% - 105px);
  padding-left: 25px;
}

.careers-list {
  width: calc(100% - 400px);
  float: left;
  margin-bottom: 40px;
}

.careers-list-in {
  padding: 0 15px;
}

.careers-item {
  overflow: hidden;
}

.careers-item a {
  padding: 15px 25px;
}

.careers-a {
  width: calc(100% - 130px);
}

.careers-item a:hover {
  background: #101E8E;
}

.careers-item a:hover .careers-a p {
  color: #fff;
}

.collapse {
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.collapse.open {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.careers-show-more {
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding-right: 30px;
}

.careers-show-more:after {
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow-down-hover.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.careers-show-more.open:after {
  transform: rotate(180deg);
}

.careers-show-more,
.careers-show-more span {
  color: #101E8E;
  font-weight: 700;
  font-size: 16px;
}

ul.detail-c li a,
ul.detail-c li {
  display: inline-table;
  position: relative;
  color: #8A8A8A;
  padding: 5px 14px;
}

ul.detail-c li:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8A8A8A;
}

ul.detail-c li:last-child:after {
  width: 0;
}

.single-thumb-post {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

.single-thumb-post-prom {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.product__slider-main {
  margin-bottom: 60px;
}

.product__slider-thmb .slick-track {
  margin: 0 auto;
}


.product__slider-thmb .slide {
  padding: 10px;
}

.product__slider-thmb .slick-active .galeri-in {
  border: 2px solid #0096A9;
}

.product__slider-thmb .galeri-in {
  border-radius: 10px;
  overflow: hidden;
}

.galeri-item {
  float: left;
  width: 100%;
}

.share ul li {
  display: inline-table;
  margin-right: 15px;
}

.share ul li svg {
  width: auto;
  height: 16px;
}


.brand-content {
  width: calc(100% - 265px);
  float: left;
  padding: 0 15px;
}

.brand-sosmed {
  width: 100%;
  max-width: 320px;
  float: left;
  padding: 0 15px;
}

.brand-sosmed .sosmed-b ul li {
  display: inline-table;
  margin-left: 15px;
}

.brand-sosmed .sosmed-b ul li a {
  float: left;
  width: 100%;
}

.brand-sosmed .sosmed-b ul li svg {
  width: auto;
  height: 16px;
  float: left;
}



.product-s p {
  font-weight: bold;
}

.product-s a .sq-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-s a:hover .sq-wrap {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  background: transparent;
}


.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  z-index: 9999;
}

.modal-inner {
  background: #fff;
  padding: 50px 50px 120px 50px;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}


.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 960px;
  z-index: 99999;
  visibility: hidden;
  padding: 15px;
  opacity: 0;
  overflow: hidden;
}

.modal-inner.candy::after {
  background-image: url(../images/bg-candy-1.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 2px);
  height: 124px;
  position: absolute;
  content: '';
  left: -2px;
  bottom: -5px;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
}

.link-store {
  width: 100%;
  max-width: 375px;
  margin: 30px auto;
}


.link-store ul li {
  display: inline-table;
  width: calc(100% / 2 - 2px);
  padding: 10px 15px;
}

.link-store ul li img,
.link-store ul li a {
  float: left;
  width: 100%;
}

.modal-product-thumb {
  width: 100%;
  max-width: 290px;
  float: left;
}

.modal-product-content {
  width: calc(100% - 290px);
  float: left;
  padding-left: 70px;
}

.modal-product-thumb .slider-nav .thumb-pro {
  padding: 10px 15px;
}

.modal-product-thumb .slider-nav .thumb-pro .w-100 {
  overflow: hidden;
}

.modal-body .slider-nav .slick-current.slick-active .thumb-pro .w-100 {
  border: 3px solid #0096A9;
}


.col-contact-1 {
  width: 100%;
  max-width: 350px;
  display: flex;
  padding: 0 15px;
}

.col-contact-2 {
  width: calc(100% - 480px);
  display: flex;
  margin-left: auto;
  padding: 0 15px;
}

/**
* FOOTER STYLE
*/

footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

footer:before {
  width: 100%;
  height: 160px;
  background-image: url('../images/bg-footer.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: -140px;
  margin: auto;
}

.footer-inner {
  padding-top: 20px;
  padding-bottom: 45px;
  position: relative;
}

.footer-menu {
  margin-bottom: 5px;
}

.footer-menu li {
  display: inline-table;
  position: relative;
  margin: 0 2px;
}

.footer-menu li:first-child:after {
  width: 0;
}

.footer-menu li::after {
  position: absolute;
  content: '';
  left: -4px;
  width: 1px;
  height: 20px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  float: left;
}

.footer-menu .address {
  margin-top: 12px;
  font-size: 12px;
  color: #fff;
}



/**
* RESPONSIVE STYLE
*/


@media screen and (max-width: 1300px) {

  .parallax-content:after,
  .banner__slider:after {
    width: 100%;
    height: 180px;
  }

}

@media screen and (max-width: 1240px) {

  .container {
    padding: 0 15px;
  }

  .quote-in:after {
    width: 30px;
    height: 25px;
  }


  .quote-item {
    padding: 0 15px;
  }

  .container-ex {
    width: 100%;
  }


  .item-b-slider .slick-prev {
    left: -20px;
  }

  .item-b-slider .slick-next {
    right: -20px;
  }

}


@media screen and (max-width: 1140px) {

  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col-vm .col-3 {
    padding: 0 15px;
  }



  /* .col-2-2 {
    padding-left: 0;
  } */

  .detail-address {
    padding: 30px 10px;
  }


  .parallax-content:after,
  .header-page:after,
  .banner__slider:after {
    width: 100%;
    height: 150px;
  }



  .col-vm {
    display: inline-table;
  }

  .col-vm .col-3 .img-ab {
    width: 100%;
    max-width: 400px;
    height: 400px;
    position: relative;
    float: left;
    margin-bottom: 40px;
  }



  .c-r-item {
    padding: 15px;
    width: calc(100% / 3 - 15px);
  }



  .element-item {
    width: calc(100% / 4 - 20px);
  }

  .pb-200 {
    padding-bottom: 100px;
  }

  .quote-thumb {
    width: 100px;
    height: 100px;
  }

  .quote-in {
    width: calc(100% - 100px);
  }

  .col-contact-2 {
    width: calc(100% - 350px);
  }


  .col-4 {
    width: 50%;
  }


  footer:before {
    height: 80px;
    top: -75px;
  }

}


@media screen and (max-width: 1024px) {

  .element-ar h3 {
    font-size: 20px;
  }

  .item-b-thumb {
    height: 200px;
  }

  .row-35 {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* the slides */
  .marketplace-slider .slick-slide,
  .product-slider .slick-slide,
  .brand-slider-b .slick-slide {
  margin: 0 15px;
  }
  /* the parent */
  .marketplace-slider .slick-list,
  .product-slider .slick-list,
  .brand-slider-b .slick-list {
  margin: 0 -15px;
  }


  footer:before {
    height: 60px;
    top: -55px;
  }

}

@media screen and (max-width: 900px) {

  .btn-cta.cta-small,
  .btn-cta {
    font-size: 12px;
    padding: 12px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .text-link,
  .content-in li,
  p {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 12px;
  }


  .careers-a {
    width: calc(100% - 90px);
  }

  .careers-item a {
    padding: 15px;
  }

  .parallax-content:after,
  .header-page:after,
  .banner__slider:after {
    width: 100%;
    height: 100px;
  }


  .mpl-0 {
    padding-left: 0
  }

  .mpr-0 {
    padding-right: 0
  }

  .ptb-100 {
    padding: 60px 0;
  }

  .pt-100 {
    padding-top: 60px;
  }



  .mb-80 {
    margin-bottom: 40px;
  }

  .close {
    right: 20px;
  }


  .col-contact-1,
  .col-contact-2,
  .col-2-1,
  .col-2-2 {
    width: 50%;
    max-width: 50%;
    /* padding: 0; */
    /* display: inline-table; */
  }

  .m-dinline-table .col-2-1 {
    padding: 0 15px !important;
  }

  .form-inner {
    padding: 50px 30px;
  }

  .blog-wrap .plr-30 {
    padding: 0;
  }


  .quote-wrapper:before {
    height: 100px;
  }

  .form-group label,
  .form-group input,
  .form-group select,
  .form-group textarea,
  .form-group,
  .become-1 p {
    font-size: 14px;
  }

  .form-notes {
    position: relative;
    right: unset;
    margin-bottom: 20px;
  }

  .customer-experience.plr-30 {
    padding: 0 10px;
  }

  .element-ar.col-3,
  .blog-wrap .col-3 {
    width: 50%;
    padding: 0 10px;
  }

  /* .item-b .w-100 {
    border: 1px solid red;
  }

  .item-b .w-100.ptb-15{
    display: none;
  } */

  .item-b .btn-link {
    left: 10px;
  }

  .item-b-slider .item-b-thumb {
    height: 200px;
  }
/*
  .item-b-thumb {
    height: 100px;
  } */

  .item-b .p-25 {
    padding: 25px 10px;
  }

  .item-b h3 {
    font-size: 16px;
  }

  .item-b p {
    font-size: 12px;
  }

  .item-b {
    padding-bottom: 40px;
  }

  .item-b .btn-link {
    font-size: 12px;
  }

  .item-b .btn-link {
    bottom: 10px;
  }

  .img-t {
    max-width: 300px;
    padding: 15px;
  }

  .brand-slider .slideshow.lifein {
    padding-bottom: 300px;
  }

  .quote-in {
    padding-left: 20px;
  }

  .col-vm .col-3 {
    width: 100%;
  }

  .col-vm .col-3 .img-ab {
    left: 0;
  }

  .header-page {
    margin-bottom: 40px;
  }

  .brands .slide .slide__img,
  .brands.banner-full-height {
    height: 70vw;
  }

  .button-group button {
    font-size: 12px;
  }


}


@media screen and (max-width: 767px) {

  .parallax-slider {
    position: relative;
  }

  .parallax-content {
    margin-top: unset;
  }

  .pb-150 {
    padding-bottom: 80px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .ptb-80 {
    padding: 40px 0;
  }

  .ptb-60 {
    padding: 30px 0;
  }

  .col-4 {
    width: 100%;
  }

  .dtable-caption {
    display: inline-table;
  }

  .item-brand-s img {
    max-height: 80px;
  }


  .marketplace-slider .slick-next {
    right: -20px;
  }

  .marketplace-slider .slick-prev {
    left: -20px;
  }

  .modal-inner {
    padding: 30px 15px 80px 15px;
  }

  .close {
    top: 10px;
  }

  .modal-inner.candy::after {
    height: 65px;
  }

  .d-mobile {
    display: block !important;
  }

  .d-desktop {
    display: none !important;
  }

  .mn-60 {
    padding: 0 !important;
  }

  .col-contact-1,
  .col-contact-2,
  .col-2-1,
  .col-2-2 {
    width: 100%;
    max-width: 100%;
    /* padding: 0; */
    display: inline-table;
  }


    .m-dinline-table {
      display: inline-table;
    }

  .brand-content,
  .brand-sosmed,
  .form-group .col-2,
  .become-1,
  .become-2,
  .col-3,
  .col-2 {
    width: 100%;
    max-width: 100%;
  }

  .modal-product-thumb {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    float: unset;
  }

  .modal-product-content {
    width: calc(100% - 200px);
    padding-left: 30px;
  }

  .brand-sosmed .alignright {
    float: left;
    text-align: left !important;
  }

  .header-page {
    padding-bottom: 3px;
  }

  .brand-sosmed .sosmed-b ul li {
    margin-right: 15px;
    margin-left: 0;
  }

  .container-become {
    display: inline-table;
  }

  .become-2 {
    height: 200px;
  }

  .become-2:after {
    width: 180px;
  }

  .product-slider .slick-prev, .product-slider .slick-next {
    top: 36%;
  }


  .item-b-thumb {
    height: 150px;
  }


  .col-vm .col-3 .img-ab {
    height: 250px;
  }

  .careers-icon {
    max-width: 50px;
  }

  .careers-icon img {
    height: 40px;
  }

  .careers-title {
    width: calc(100% - 50px);
  }

  .slide .slide__img {
    height: calc(100vh - 90px);
  }


  .header-page.banner-full-height:after,
  .parallax-content:after,
  .header-page:after,
  .banner__slider:after {
    height: 70px;
  }

  .header-page.banner-full-height:after {
    bottom: -10px;
  }

  .banner__slider:after {
    bottom: 50px;
  }

  .element-item {
    width: calc(100% / 3 - 20px);
  }

  .c-r-item {
    padding: 30px 10px;
  }


  .careers-list,
  .careers-in {
    width: 100%;
    max-width: 100%;
  }

  .careers-list {
    margin: 20px 0;
  }

  .partner-item {
    padding: 20px 11px;
  }

  .partner-item img {
    height: 12vw;
  }

  .slide-1 {
    max-width: 200px;
  }


  .item-brand-s{
    padding: 20px;
  }

  .footer-menu h5,
  .footer-menu a {
    font-size: 12px;
  }

  .js-slideshow .slide-1 {
    height: 130px;
  }

  .js-slideshow .slide-1 .item-brand-s img {
    max-height: 100px;
  }



}


@media screen and (max-width: 500px) {

  .item-b-thumb {
    height: 130px;
  }

  .element-item {
    width: calc(100% / 2 - 20px);
  }

  .modal-product-thumb {
    max-width: 150px;
  }

  .modal-product-thumb .slider-nav .thumb-pro {
    padding: 5px;
  }

  .modal-product-thumb .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .modal-product-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .modal.candy::after {
    height: 100px;
  }

  .link-store {
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
  }

  .marketplace-slider .slick-next {
    right: -25px;
  }

  .marketplace-slider .slick-prev {
    left: -25px;
  }

}