/**
 * LESS variables
 */
/**
 * LESS Mixins
 */
/**
 * Basic tags styling
 */
html,
body {
  position: relative;
  font-size: 15px;
  font-family: 'Roboto', 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
  padding: 0;
  margin: 0;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f9f9f9;
}
body.__is-toggle {
  overflow-y: hidden;
}
a {
  cursor: pointer;
  color: #1a8189;
  transition: color 0.3s;
}
a:hover {
  color: #26bec9;
}
button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
  cursor: initial;
}
ul,
ol {
  padding-left: 1rem;
  margin-top: 0;
}
p {
  margin-top: 0;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
strong,
b {
  font-weight: 700;
}
label {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
label {
  margin-bottom: 0;
}
figcaption {
  font-style: italic;
  text-align: center;
}
::-moz-selection {
  background-color: #26bec9;
  color: #fff;
}
::selection {
  background-color: #26bec9;
  color: #fff;
}
.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.flex-even {
  flex: 1;
}
.col-5c {
  flex: 0 0 20%;
  max-width: 20%;
}
.avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.avatar-lg {
  width: 50px;
  height: 50px;
}
.row-reverse-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row-reverse-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row-reverse-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.expand-once:not(.collapsed) {
  display: none;
}
.collapse-once.collapsed {
  display: none;
}
.seperator-or {
  position: relative;
  text-align: center;
}
.seperator-or:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #cccccc;
}
.seperator-or > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
}
.portlet-header h1,
.portlet-header h2,
.portlet-header h3,
.portlet-header h4,
.portlet-header h5,
.portlet-header h6 {
  font-size: 1.33rem;
  font-weight: 500;
  margin: 0;
}
.portlet-header.themed {
  background-color: #26bec9;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.w-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}
[v-cloak] {
  display: none;
}
/* 
============================
    Additional CSS
    Dec 2019
============================
*/
.gray-img-filter {
  width: 80%;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .gray-img-filter {
    width: 70%;
    -webkit-filter: none;
            filter: none;
  }
}
.gray-img-filter:hover {
  -webkit-filter: none;
          filter: none;
}
.img-responsive {
  width: 100%;
}
/* 
===============
B2B Utils Style
===============
*/
.hidden {
  display: none;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.err-msj {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.text-grey {
  color: #999999;
}
.text-grey-300 {
  color: #cccccc;
}
.text-grey-700 {
  color: #666666;
}
.text-main {
  color: #26bec9;
}
.text-main-300 {
  color: #86e2e8;
}
.text-main-700 {
  color: #1a8189;
}
.text-sub {
  color: #ff7000;
}
.text-default {
  color: #333333;
}
.text-white {
  color: #fff;
}
.text-green {
  color: #24b855;
}
.text-blue {
  color: #4489f8;
}
.text-hover-grey:hover {
  color: #999999;
}
.text-hover-main:hover {
  color: #26bec9;
}
.text-hover-sub:hover {
  color: #ff7000;
}
.f-small {
  font-size: 0.93rem !important;
}
.f-smaller {
  font-size: 0.87rem !important;
}
.f-smallest {
  font-size: 0.6rem !important;
}
.f-default {
  font-size: 1rem !important;
}
.f-large {
  font-size: 1.2rem !important;
}
.f-larger {
  font-size: 1.47rem !important;
}
.f-largest {
  font-size: 1.87rem !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.lh-10 {
  line-height: 1;
}
.lh-20 {
  line-height: 2;
}
.lh-12 {
  line-height: 1.2;
}
.lh-14 {
  line-height: 1.4;
}
.lh-17 {
  line-height: 1.7;
}
.font-underline {
  text-decoration: underline;
}
.font-strike {
  text-decoration: line-through;
}
/*
=========================
Title Size and Font style
=========================
*/
.title-xxl {
  font-size: 3.5rem;
  letter-spacing: 3px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .title-xxl {
    font-size: 3rem;
  }
}
.uppercase {
  text-transform: uppercase;
}
/**
 * OVERWRITE BOOTSTRAP BUTTON STYLES
 */
.btn {
  line-height: 1;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 201, 0.2);
}
/**
 * ADDON STYLES
 */
.btn-main {
  background-color: #26bec9;
  color: #fff;
}
.btn-main:hover {
  color: #fff;
  background-color: #1a8189;
}
.btn-sub {
  background-color: #ff7000;
  color: #fff;
}
.btn-sub:hover {
  color: #fff;
  background-color: #cc5a00;
}
.btn-outline-main {
  border: 1px solid #26bec9;
  color: #26bec9;
}
.btn-outline-main:hover {
  color: #26bec9;
  background-color: rgba(38, 190, 201, 0.1);
}
.btn-outline-main:disabled {
  pointer-events: none;
  border-color: #999999;
  color: #999999;
}
.btn-outline-grey {
  border: 1px solid #cccccc;
  color: #666666;
}
.btn-outline-grey:hover {
  color: #666666;
  background-color: rgba(153, 153, 153, 0.1);
}
/**
 * CUSTOM BUTTON
 */
.btn-facebook {
  position: relative;
  background-color: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  border-right: 1px solid #fff;
}
.btn-google {
  position: relative;
  background-color: #4285f4;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
}
.btn-google:hover {
  color: #fff;
  background-color: #1266f1;
}
.btn-google .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  border-right: 1px solid #fff;
}
/**
 * OVERWRITE BOOTSTRAP
 */
.form-control[readonly] {
  background-color: transparent !important;
}
.form-control {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  height: 3rem;
}
.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #999999;
}
.form-control:-moz-placeholder {
  font-weight: 400;
  color: #999999;
}
.form-control::-moz-placeholder {
  font-weight: 400;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #999999;
}
.form-control:focus {
  color: #333333;
  border-color: #26bec9;
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 201, 0.2);
}
.form-group label {
  font-size: 0.93rem;
  font-weight: 400;
  color: #666666;
}
.custom-select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAxUlEQVQ4je3UvQ3CMBCG4TeUEaJETAD0dwPQIsQK0CFRwQ7MwACwAy0kvTMCNRsgutAYKYriH1AKkPjc3j06W7aTkpI202lV+4OoaO+dZhXtOkEV3QI3FZ1EYmPgqqJ714QjIAVOIdRiOdAHho2gKcwaOIZQi10sdgbmrgkxhVn60Ao2sNjMFOZRrUmaXoqKHoAFcLdNWQ3LgGkdc4IN6AbYhTAvWENf8WIQuNiVM43CACgjloisRCSNqfVu+ZP82OfwleATZQtufWSgVAQAAAAASUVORK5CYII=") no-repeat right 0.75rem center / 10px 10px;
  background-color: #fff;
}
/**
 * CUSTOMIZE BOOTSTRAP CHECKBOX
 */
.w-checkbox.custom-checkbox {
  padding-left: 0;
}
.w-checkbox.custom-checkbox .custom-control-label {
  padding-left: 2.25em;
}
.w-checkbox.custom-checkbox .custom-control-label:before,
.w-checkbox.custom-checkbox .custom-control-label:after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  border-radius: 1px;
  border-color: #ddd;
  line-height: 1;
}
.w-checkbox.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #26bec9;
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 201, 0.2);
}
.w-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #26bec9;
  border-color: #26bec9;
}
.w-checkbox.custom-checkbox.w-checkbox-alone {
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
}
.w-checkbox.custom-checkbox.w-checkbox-alone .custom-control-label {
  padding-left: 0;
  height: 1.4em;
}
.w-switch.custom-switch {
  padding: 0;
}
.w-switch.custom-switch .custom-control-label {
  position: relative;
  padding-left: 3.25em;
}
.w-switch.custom-switch .custom-control-label:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.7em;
  width: 3em;
  border-radius: 1em;
  border: none;
  background-color: #eeeeee;
}
.w-switch.custom-switch .custom-control-label:after {
  left: 0.2em;
  top: 0.2em;
  background-color: #fff;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
}
.w-switch.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.w-switch.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #26bec9;
}
.w-switch.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.3em);
}
.w-switch.custom-switch.w-switch-alone {
  height: 1.7em;
  width: 3em;
  cursor: pointer;
}
.w-switch.custom-switch.w-switch-alone .custom-control-label {
  padding-left: 0;
  height: 1.7em;
}
#img-business-license {
  background: 100%;
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: center center !important;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  color: #ecf0f1;
  border: 1px solid #ccc;
}
#img-business-license input {
  cursor: pointer;
  width: 100%;
  height: 250px;
  line-height: 100%;
  font-size: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#img-business-license label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #26bec9;
  width: 50%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
#img-travelagency-license {
  background: 100%;
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: center center !important;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  color: #ecf0f1;
  border: 1px solid #ccc;
}
#img-travelagency-license input {
  cursor: pointer;
  width: 100%;
  height: 250px;
  line-height: 100%;
  font-size: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#img-travelagency-license label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #26bec9;
  width: 50%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
#img-mykad-front {
  background: 100%;
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: center center !important;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  color: #ecf0f1;
  border: 1px solid #ccc;
}
#img-mykad-front input {
  cursor: pointer;
  width: 100%;
  height: 250px;
  line-height: 100%;
  font-size: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#img-mykad-front label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #26bec9;
  width: 50%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
#img-mykad-back {
  background: 100%;
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: center center !important;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  color: #ecf0f1;
  border: 1px solid #ccc;
}
#img-mykad-back input {
  cursor: pointer;
  width: 100%;
  height: 250px;
  line-height: 100%;
  font-size: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#img-mykad-back label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #26bec9;
  width: 50%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
/**
 * OVERWRITE BOOTSTRAP STYLING
 */
.dropdown-menu {
  border: none;
  color: #333333;
  border-radius: 3px;
  min-width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.dropdown-menu .menu-link {
  display: block;
  color: #333333;
  text-decoration: none !important;
}
.dropdown-menu .menu-link:hover,
.dropdown-menu .menu-link.active {
  color: #26bec9;
}
.dropdown-menu .menu-link:hover .text-grey,
.dropdown-menu .menu-link.active .text-grey,
.dropdown-menu .menu-link:hover .text-grey-700,
.dropdown-menu .menu-link.active .text-grey-700 {
  color: inherit !important;
}
.dropdown-menu.animated {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 992px) {
  .m-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    margin: 0;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: none !important;
            animation: none !important;
  }
  .m-drawer-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    min-width: 250px;
    max-width: 80vw;
    -webkit-animation-name: slideDrawer;
            animation-name: slideDrawer;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@-webkit-keyframes slideDrawer {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0rem);
  }
}
@keyframes slideDrawer {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0rem);
  }
}
.loader {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.loader:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #26bec9;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ease-in-out {
  transition: 0.5s ease-in-out;
}
.ease-in-out:hover {
  transform: scale(1.01);
}
/**
 * ICON FIX
 */
.ic {
  display: inline-block;
  line-height: 1;
  min-width: 1em;
  text-align: center;
  font-size: inherit;
  text-rendering: auto;
}
.ic.vm {
  vertical-align: middle;
}
/**
 * CUSTOM WYSIWYG EDITOR CONTENT
 */
.editor > *:not(:first-child) {
  margin-top: 1.25rem;
}
.editor strong,
.editor b {
  font-weight: 500;
}
.editor p {
  margin-bottom: 0;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 2rem !important;
  margin-bottom: 0;
}
.editor img {
  display: inline-block;
  max-width: 100%;
}
.editor ul li,
.editor ol li {
  padding-left: 0.5rem;
}
.editor ul li:not(:first-child),
.editor ol li:not(:first-child) {
  margin-top: 0.5rem;
}
.pagination {
  margin: 0;
  padding: 0;
}
.pagination .page-item {
  margin: 0 0.35em;
}
.pagination .page-item .page-link {
  min-width: 2em;
  min-height: 2em;
  line-height: 1;
  text-align: center;
  color: #333333;
  border-color: #ddd;
  border-radius: 3px !important;
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 201, 0.2);
}
.pagination .page-item.disabled > .page-link {
  opacity: 0.5;
}
.pagination .page-item.active > .page-link {
  background-color: #26bec9;
  color: #fff;
}
.timeline {
  position: relative;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.timeline-item.pending {
  color: #999999;
}
.timeline-item.pending:before {
  background-color: #cccccc !important;
}
.timeline-item.pending .timeline-icon {
  color: #cccccc;
  border-color: #cccccc;
}
.timeline-icon {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  color: #24b855;
  border: 3px solid #24b855;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-icon > .ic {
  height: 1em;
}
.timeline-content > * {
  display: block;
}
.timeline-content span {
  font-size: 0.87rem;
  color: #666666;
}
/**
 * SLICK-JS STYLING
 */
.w-carousel:not(.slick-slider) {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.w-carousel:not(.slick-slider) > div:not(.slick-list) {
  display: inline-block;
}
.w-carousel:not(.slick-slider)[data-slides="4"] > div:not(.slick-list) {
  width: 75%;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  color: #666666;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #26bec9;
  color: #fff;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.slick-prev {
  left: -3rem;
}
.slick-next {
  right: -3rem;
}
.slick-dots {
  position: absolute;
  z-index: 9;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.slick-dots li {
  padding: 0;
  width: 2.5em;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li > * {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  padding: 0;
  border: none;
  background-color: #fff;
}
.slick-dots .w-dot {
  width: 1.5em;
  height: 3px;
  border-radius: 3px;
}
.slick-dots .w-dot-video {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.6em;
  color: #666666;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
/**
 * LAZY IMAGE
 */
.lazy-image {
  opacity: 0;
  transition: opacity 1s;
}
.lazy-image.show {
  opacity: 1;
}
.slide-popup-enter-active {
  opacity: 0;
  transform: translateY(-28px);
  transition: transform 0.5s ease-out, opacity 0.5s;
}
.slide-popup-enter-to {
  opacity: 1;
  transform: translateY(0);
}
.slide-popup-leave-active {
  display: none;
}
.bg-white {
  background-color: #ffffff;
}
.bg-light-green {
  background-color: #26bec9;
}
/*
==========
Font Color
==========
*/
.font-main500 {
  color: #26bec9;
}
.input-autocomplete-input {
  position: relative;
}
.input-autocomplete-item {
  cursor: pointer;
  background-color: #fff;
  transition: background 0.5s;
}
.input-autocomplete-item.focus {
  background-color: #eeeeee;
}
.input-autocomplete-dropdown {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.input-autocomplete-loader {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.input-datepicker {
  position: relative;
}
.input-datepicker .form-control {
  background-color: #fff;
  cursor: pointer;
}
.input-datepicker .vdp-datepicker__clear-button,
.input-datepicker .vdp-datepicker__calendar-button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #cccccc;
  pointer-events: none;
}
.input-datepicker .vdp-datepicker__clear-button {
  z-index: 1;
  background-color: #fff;
  color: #333333;
  pointer-events: initial;
}
.input-datepicker .vdp-datepicker__calendar {
  border-radius: 3px;
  border: none;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  max-width: 100%;
}
.input-datepicker .vdp-datepicker__calendar .day__month_btn,
.input-datepicker .vdp-datepicker__calendar .month__year_btn {
  font-weight: 500;
}
.input-datepicker .vdp-datepicker__calendar header .prev:after {
  border-right: 7px solid #666666;
}
.input-datepicker .vdp-datepicker__calendar header .next:after {
  border-left: 7px solid #666666;
}
.input-datepicker .vdp-datepicker__calendar .cell {
  border: none !important;
  background-color: #fff;
  transition: background 0.5s, color 0.5s;
}
.input-datepicker .vdp-datepicker__calendar .cell.day-header {
  font-weight: 500;
  color: #999999;
}
.input-datepicker .vdp-datepicker__calendar .cell.day {
  border-radius: 50%;
}
.input-datepicker .vdp-datepicker__calendar .cell.month {
  border-radius: 10px;
  height: 3.8rem;
  line-height: 3.8rem;
}
.input-datepicker .vdp-datepicker__calendar .cell.weekend {
  color: #1a8189;
}
.input-datepicker .vdp-datepicker__calendar .cell.today {
  font-weight: 700;
  background-color: #eeeeee;
}
.input-datepicker .vdp-datepicker__calendar .cell:hover {
  background-color: #eeeeee;
}
.input-datepicker .vdp-datepicker__calendar .cell.blank,
.input-datepicker .vdp-datepicker__calendar .cell.disabled {
  color: #cccccc;
  background-color: transparent !important;
}
.input-datepicker .vdp-datepicker__calendar .cell.selected {
  background-color: #26bec9 !important;
  color: #fff;
  font-weight: 700;
}
.input-datepicker-quick .btn {
  font-size: 0.8em;
  padding: 0.75em 0.5em;
}
.input-datepicker.active .form-control {
  border-color: #26bec9;
}
.input-datepicker.active .vdp-datepicker__calendar-button {
  color: #26bec9;
}
.input-radios-item {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.input-radios-item-label {
  display: inline-block;
}
.input-radios-item-label:before,
.input-radios-item-label:after {
  content: '';
  top: 0.25em;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  transition: background 0.3s, border 0.3s;
}
.input-radios-item-label:before {
  left: 0;
  top: 0.25em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ddd;
}
.input-radios-item-label:after {
  left: 0.2em;
  margin-top: 0.2em;
  width: 0.8em;
  height: 0.8em;
}
.input-radios-item.checked > .input-radios-item-label:before,
.input-radios-item > .custom-control-input:checked ~ .input-radios-item-label:before {
  border-color: #26bec9;
}
.input-radios-item.checked > .input-radios-item-label:after,
.input-radios-item > .custom-control-input:checked ~ .input-radios-item-label:after {
  background-color: #26bec9;
}
.input-radios-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input-radios.align-center .input-radios-item-label:before,
.input-radios.align-center .input-radios-item-label:after {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.input-count {
  display: inline-block;
  height: 40px;
  font-size: 0.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.input-count-btn {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-weight: 500;
  width: 40px;
  color: #666666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.5s;
}
.input-count-btn:hover {
  background-color: #eeeeee;
}
.input-count-btn.minus {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.input-count-btn.plus {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.input-count-input {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 45px;
  line-height: 40px;
  text-align: center;
}
.input-price-range-toggle {
  position: relative;
}
.input-price-range-toggle .input-price-range {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 300px;
}
.input-price-range-toggle .form-control {
  min-width: 200px;
  transition: background 0.5s, color 0.5s;
}
.input-price-range-toggle .form-control.active {
  background-color: #26bec9;
  background-image: none;
  color: #fff;
}
.w-slider {
  overflow: hidden;
  background-color: #eeeeee;
}
.w-slider .slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-slider .slick-list,
.w-slider .slick-list * {
  height: 100%;
}
.w-slider .slide-item-video,
.w-slider .slide-item-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-slider .video-placeholder {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-slider .video-placeholder * {
  height: auto;
}
.w-slider .video-placeholder .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26bec9;
  font-size: 1.8rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-slider .video-placeholder .play-btn:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15), 0px 8px 20px rgba(0, 0, 0, 0.12);
}
.w-slider .video-iframe {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.w-slider .video-iframe-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1;
  height: auto;
}
.w-slider .video-iframe iframe {
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
.w-slider.__pause .slick-dots {
  opacity: 0;
}
.hero-search {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}
.hero-search-input {
  padding: 0.25rem 4.5rem 0.25rem 0.25rem;
}
.hero-search-btn {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
}
.hero-search .form-control {
  background-color: transparent;
  border: none;
  height: 100%;
  padding: 0.8rem 1rem;
  box-shadow: none !important;
}
.hero-search .btn {
  padding: 1rem 1.5rem;
  height: 100%;
  width: 100%;
}
.package-item {
  background-color: rgba(38, 190, 201, 0.03);
  border-radius: 3px;
  border: 1px solid transparent;
}
.package-item.active {
  border-color: #26bec9;
}
.package-item .btn-outline-main {
  background-color: #fff;
}
.package-item .btn-outline-main:hover {
  background-color: #26bec9;
  color: #fff;
}
.package-item .option-item-box {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  color: #cccccc;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
.wishlist-btn:hover {
  color: #999999;
  text-decoration: none;
}
.wishlist-btn.active {
  border-color: #26bec9;
  color: #26bec9;
}
.wishlist-btn > .ic {
  height: 1em;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  height: 65px;
}
.header-nav-link {
  display: inline-block;
  padding: 1rem 0.5rem;
  color: #333333;
}
.header-nav-link:hover {
  color: #26bec9;
  text-decoration: none;
}
.header .dropdown.show > .header-nav-link {
  color: #26bec9;
}
.header-currency-menu {
  width: 600px;
}
.header-user-menu {
  width: 170px;
}
.header-user-menu .menu-profile {
  background-color: #26bec9;
  color: #fff;
}
.header-cart {
  position: relative;
}
.header-cart-count {
  position: absolute;
  top: 0.75rem;
  right: 0;
  color: #fff;
  font-size: 10px;
  width: 17px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  background-color: #26bec9;
  border-radius: 50%;
  border: 1.5px solid #fff;
}
.footer {
  background-color: #333;
  color: #bbb;
}
.footer a {
  color: #bbb;
}
.footer a:hover {
  color: #86e2e8;
  text-decoration: none;
}
.footer-logo svg {
  height: 15px;
}
.footer-copyright {
  border-top: 1px solid #666;
}
.site {
  min-height: 100vh;
}
.section {
  position: relative;
}
.section-title {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4;
}
.section-title strong {
  font-weight: 900;
}
.section-subtitle {
  font-size: 1rem;
  color: #666666;
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
.section-white {
  background-color: #fff;
}
.section-banner {
  background-color: #eeeeee;
  background-size: cover;
  background-position: center;
  height: 180px;
}
/**
 * SECTIONS
 */
.section-hero {
  min-height: 450px;
  background-color: #eeeeee;
}
.section-hero .hero-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-hero .hero-slider:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-hero .hero-content {
  position: relative;
  min-height: inherit;
  color: #fff;
}
.section-hero .hero-suggest-locations {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.section-hero .hero-suggest-locations .location-item > a {
  border-radius: 8px;
}
.section-hero .hero-suggest-locations .location-item-name {
  font-size: 1rem;
  margin: 0.5rem;
}
.section-hero .hero-suggest .suggest-tag {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #666666;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  transition: background 0.5s, color 0.5s, border 0.5s;
}
.section-hero .hero-suggest .suggest-tag:hover {
  text-decoration: none;
  background-color: #26bec9;
  border-color: #26bec9;
  color: #fff;
}
/*
============================
Welcome Homepage
============================
*/
.card-icon {
  cursor: pointer;
  border-radius: 10px;
  height: 40vh;
}
@media only screen and (max-width: 600px) {
  .card-icon {
    height: auto;
  }
}
.card-icon span {
  font-size: 2.5rem;
  background-color: #26bec9;
  color: #fff;
  border-radius: 50%;
  padding: 1rem 1.3rem;
}
.section-auth {
  background-size: cover;
  background-position: center;
}
.auth-box {
  width: 500px;
  max-width: 100%;
}
.auth-box h1 {
  font-size: 1.33rem;
}
/*
==============
B2B Auth Style
==============
*/
.signup-box {
  width: 800px;
  background-color: #ffffff;
  border-radius: 15px;
}
.signup-box h1 {
  font-size: 1.33rem;
}
@media only screen and (max-width: 992px) {
  .signup-box {
    width: auto;
  }
}
/**
 * COMMON
 */
.product-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  color: #333333;
  overflow: hidden;
  transition: box-shadow 0.5s;
}
.product-item:hover {
  text-decoration: none;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15), 0px 8px 20px rgba(0, 0, 0, 0.12);
}
.product-item-cover {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}
.product-item-cover .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
.product-item-body {
  position: relative;
  flex-grow: 1;
  min-height: 160px;
}
.product-item-name {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3rem;
}
.product-item-meta {
  padding-bottom: 1.5rem;
}
.product-item-footer {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.thumb-inline {
  width: 100%;
  display: inline-flex;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  color: #333333;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .thumb-inline {
    display: block;
    width: 100%;
  }
}
.thumb-inline img {
  max-width: 100%;
  max-height: 100%;
}
.thumb-inline .desc {
  color: #7b7b7b;
}
.thumb-inline .left {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .thumb-inline .left {
    width: 100%;
  }
}
.thumb-inline .right {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .thumb-inline .right {
    width: 100%;
  }
}
/**
 * SECTIONS
 */
.section-product-gallery .gallery-slider {
  height: 450px;
  background-color: #cccccc;
}
.section-product-detail {
  background-color: #fff;
}
.section-product-detail .product-map {
  height: 250px;
  width: 100%;
}
.section-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.section-notification.active {
  transform: translateY(0);
}
.section-notification .btn-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1rem;
  transform: translateY(-40%);
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  font-size: 1.5rem;
  padding: 0;
}
.product-summary-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 88px;
  bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: 100vw;
}
.filter-item {
  padding: 1rem;
}
.filter-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.filter-item label.w-checkbox {
  font-weight: 400;
  cursor: pointer;
}
.filter-item .input-datepicker .form-control {
  border: none;
  padding: 1rem;
  height: auto;
  font-size: 0.93rem;
}
.filter-item .input-datepicker .vdp-datepicker__clear-button,
.filter-item .input-datepicker .vdp-datepicker__calendar-button {
  right: 1rem;
}
.filter-item .input-price-range span {
  font-weight: 500;
}
.filter-sort {
  background-color: transparent;
  border: none;
  color: #666666;
  text-align: right;
}
.filter-box-wrap {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-box-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  background-color: #fff;
}
.filter-box-footer {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  bottom: 0;
}
.filter-box-footer .btn {
  border-radius: 0;
}
.location-item {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
}
.location-item > a {
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #26bec9;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: box-shadow 0.5s;
}
.location-item > a:hover {
  text-decoration: none;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15), 0px 8px 20px rgba(0, 0, 0, 0.12);
}
.location-item > a:hover .location-item-cover {
  opacity: 0.5;
  transform: scale(1.1);
}
.location-item-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  transition: opacity 0.5s, transform 1s ease-out;
}
.location-item-name {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.47rem;
  margin: 1rem;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/**
 * COMMON
 */
.rating-item-msg {
  background-color: #eeeeee;
  border-radius: 3px;
}
.rating-overall {
  display: flex;
  align-items: center;
}
.rating-overall-score {
  background-color: #26bec9;
  color: #fff;
  font-weight: 700;
  font-size: 1.33rem;
  padding: 0.85rem;
  margin-right: 1rem;
  border-radius: 3px;
  line-height: 1;
}
.rating-overall-meta {
  flex-grow: 1;
}
.rating-stars {
  display: flex;
  align-items: center;
  color: #26bec9;
  line-height: 1.2;
}
.rating-stars > i {
  margin-right: 0.25rem;
}
.profile-box .user-avatar {
  width: 120px;
  height: 120px;
}
.profile-box .profile-nav {
  color: #333333;
  font-size: 0.9rem;
  background-color: #fff;
  transition: background 0.5s;
}
.profile-box .profile-nav > .ic {
  color: #999999;
}
.profile-box .profile-nav:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.profile-box .profile-nav.active,
.profile-box .profile-nav.active > .ic {
  color: #26bec9;
}
.booking-item-cta {
  min-width: 150px;
}
.booking-item-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.booking-item.completed .booking-item-header {
  background-color: rgba(53, 201, 65, 0.03);
}
.booking-item.pending .booking-item-header {
  background-color: rgba(255, 72, 72, 0.03);
}
.section-promo-hero .promo-hero {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: #cccccc;
}
.section-promo-hero .promo-hero .lazy-image {
  display: inline;
}
.section-promo-hero .promo-hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-promo-hero .promo-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.section-promo-hero .promo-hero-box {
  position: relative;
  text-align: center;
  color: #fff;
  min-width: 100%;
  padding: 2rem 1rem 1.5rem;
  border: 4px solid #fff;
  border-top: none;
}
.section-promo-hero .promo-hero-box h1 {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  padding: 0 2rem;
  margin: 0 0 -1.4rem;
}
.section-promo-hero .promo-hero-box h1:before,
.section-promo-hero .promo-hero-box h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1.2rem;
  height: 4px;
  width: 2rem;
  background-color: #fff;
}
.section-promo-hero .promo-hero-box h1:before {
  left: -3px;
}
.section-promo-hero .promo-hero-box h1:after {
  right: -3px;
}
.cart-table {
  font-size: 0.93rem;
}
.cart-table .tr {
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
}
.cart-table .tr.tr-noborder {
  border-top: none;
}
.cart-table .tc {
  min-width: 1px;
  padding: 1.25em;
}
.cart-table .tc-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  flex: 0 0 60px;
  text-align: right;
}
.cart-table .tc-image {
  display: none;
  max-width: 135px;
  flex: 0 0 135px;
  padding-left: 0;
}
.cart-table .tc-total {
  max-width: 130px;
  flex: 0 0 130px;
}
.cart-table .tc-quantity {
  max-width: 350px;
  flex: 0 0 350px;
  padding: 0 1.25em;
}
.cart-table .tc-package {
  flex-grow: 1;
  flex-basis: 0;
}
.cart-table-header .tc {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}
.cart-table-item {
  position: relative;
  padding-left: 40px;
}
.cart-table-item.invalid {
  color: #999999;
}
.cart-table-item.invalid .tc-total,
.cart-table-item.invalid img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.cart-table .link {
  color: #999999;
}
.cart-table .btn-pay {
  border-radius: 0;
}
.cart-table .tag {
  display: inline-block;
  color: #ff4848;
  background-color: rgba(255, 72, 72, 0.05);
  padding: 0.25rem 0.75rem;
  font-size: 0.93rem;
}
.cart-table img {
  max-width: 100%;
  border-radius: 0 3px 3px 0;
}
@font-face {
  font-family: "Euphorigenic-Regular";
  src: url(/fonts/euphorigenic.eot?83d5d08d9b9d860ce9df4cc755acf678);
  /* IE9 Compat Modes */
  src: url(/fonts/euphorigenic.eot?83d5d08d9b9d860ce9df4cc755acf678?#iefix) format("embedded-opentype"),  url(/fonts/euphorigenic.otf?b4992edf71c47ff86933a1dd8d07478b) format("opentype"),  url(/fonts/euphorigenic.svg?b475fe99410f44982722bc26e7d0b0e1) format("svg"),  url(/fonts/euphorigenic.ttf?8d44e30516f1c79f333b029bb6556fff) format("truetype"),  url(/fonts/euphorigenic.woff?37e32b47eae051aaa7e1155029c38745) format("woff"),  url(/fonts/euphorigenic.woff2?f2d461484f6016aa794d929a5602a338) format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.cny-view-total-reward {
  color: #A40000;
  font-weight: 700;
}
.cny-icon-cta {
  position: fixed;
  z-index: 999;
  right: -100px;
  top: 50%;
  transition: right 0.5s;
}
.cny-icon-cta:hover {
  right: -50px;
}
.cny-icon-cta .cny-img-cta {
  cursor: pointer;
  width: 100%;
}
.cny-btn {
  display: block;
  background-color: #f1ec93;
  font-family: 'Euphorigenic-Regular';
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 3px;
  border: none;
  border-radius: 5px;
  color: #333333;
  padding: 15px 32px;
  margin: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.cny-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #c7b299;
}
@media only screen and (max-width: 992px) {
  .cny-btn {
    font-size: 1rem;
  }
}
.cny-scoreboard {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}
.cny-scoreboard > .alert {
  font-family: 'Euphorigenic-Regular';
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  height: 5rem;
  line-height: 3rem;
}
.cny-full-banner {
  height: 100vh;
  position: relative;
  background-image: url("/img/wonderbao/banner/banner_full.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .cny-full-banner {
    background-image: url("/img/wonderbao/banner/banner_full_m.gif");
  }
}
.cny-full-banner .cny-full-banner-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .cny-full-banner .cny-full-banner-content {
    top: 45%;
  }
}
.cny-full-banner .cny-full-banner-content h1 {
  font-family: 'Euphorigenic-Regular';
  color: #f1ec93;
  font-size: 10vw;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .cny-full-banner .cny-full-banner-content h1 {
    font-size: 20vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .cny-full-banner .cny-full-banner-content h1 {
    font-size: 15vw;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .cny-full-banner .cny-full-banner-content h1 {
    font-size: 16vw;
  }
}
.cny-full-banner .cny-full-banner-content p {
  font-family: 'Euphorigenic-Regular';
  color: #ffffff;
  font-size: 3vw;
  margin-bottom: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .cny-full-banner .cny-full-banner-content p {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .cny-full-banner .cny-full-banner-content p {
    font-size: 4vw;
  }
}
.cny-banner img {
  width: 100%;
}
.cny-game {
  background-image: url("/img/wonderbao/pattern.png");
  text-align: center;
}
.cny-game .cny-text-chance {
  display: block;
  font-family: 'Euphorigenic-Regular';
  margin-bottom: 0rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f1ec93;
}
.cny-game img {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #000000;
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.cny-game img:hover {
  -webkit-animation: expand 1s forwards;
          animation: expand 1s forwards;
}
.cny-result {
  display: none;
  padding: 2vh 0;
  background-image: url("/img/wonderbao/pattern.png");
  text-align: center;
}
.cny-result .cny-text-chance {
  display: block;
  font-family: 'Euphorigenic-Regular';
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f1ec93;
}
.cny-result .cny-text-title {
  font-family: 'Euphorigenic-Regular';
  font-size: 5rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
  color: #f1ec93;
}
@media only screen and (max-width: 600px) {
  .cny-result .cny-text-title {
    font-size: 3rem;
  }
}
.cny-result .cny-text-title-bonus {
  font-family: 'Euphorigenic-Regular';
  font-size: 5rem;
  margin-bottom: 0rem;
  color: #f1ec93;
}
@media only screen and (max-width: 600px) {
  .cny-result .cny-text-title-bonus {
    font-size: 3rem;
  }
}
.cny-result .cny-text-bonus {
  font-size: 1.2rem;
  margin-bottom: 0rem;
  color: #f1ec93;
}
@media only screen and (max-width: 600px) {
  .cny-result .cny-text-bonus {
    font-size: 1rem;
  }
}
.cny-result .cny-text {
  font-size: 1.2rem;
  margin-bottom: 0rem;
  color: #f1ec93;
}
@media only screen and (max-width: 600px) {
  .cny-result .cny-text {
    font-size: 1rem;
  }
}
.cny-result .cny-text-credit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0rem;
  color: #ffffff;
}
.cny-result .cny-text-total-credit {
  font-size: 1.2rem;
  margin-bottom: 0rem;
  color: #f1ec93;
}
@media only screen and (max-width: 600px) {
  .cny-result .cny-text-total-credit {
    font-size: 1rem;
  }
}
.cny-result img {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .cny-result img {
    width: 60%;
  }
}
.cny-tnc {
  background-color: #f1ec93;
  text-align: center;
}
.cny-tnc h3 {
  text-align: left;
  font-size: 2vw;
  font-weight: 700;
  font-family: 'Euphorigenic-Regular';
  color: #A40000;
}
@media only screen and (max-width: 600px) {
  .cny-tnc h3 {
    font-size: 8vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .cny-tnc h3 {
    font-size: 4vw;
  }
}
.cny-tnc p {
  text-align: justify;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333333;
}
.cny-tnc ul li,
.cny-tnc ol li {
  text-align: justify;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333333;
}
.cny-tnc #collapse {
  display: none;
}
.cny-tnc .nav-toggle {
  text-decoration: none;
  color: #A40000;
  font-size: 1rem;
  font-weight: 500;
  height: 2rem;
}
.cny-tnc .nav-toggle .fas {
  font-size: 0.9rem;
  margin-left: 15px;
}
@-webkit-keyframes expand {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes expand {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/**
 * CHECKOUT PAGE
 */
.payment-amount {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.93rem;
  color: #666666;
  padding: 0.25rem 0;
}
.payment-amount b {
  color: #333333;
}
.payment-amount.highlight,
.payment-total .payment-amount:last-child {
  align-items: center;
  background-color: #26bec9;
  color: #fff;
  margin: 0.5rem -1.5rem -1rem;
  padding: 0.5rem 1.5rem;
}
.payment-amount.highlight b,
.payment-total .payment-amount:last-child b {
  color: #fff;
  font-size: 1.46rem;
}
/**
 * STATUS PAGE
 */
.payment-status-alert {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.33rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  line-height: 1.4;
}
.payment-status-alert .ic {
  font-size: 2.2rem;
}
.payment-status-alert:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 3px 0 0 3px;
}
.payment-status-alert.success {
  color: #24b855;
  background-color: rgba(36, 184, 85, 0.03);
}
.payment-status-alert.success:before {
  background-color: #24b855;
}
.payment-status-alert.failed {
  color: #ff4848;
  background-color: rgba(255, 72, 72, 0.03);
}
.payment-status-alert.failed:before {
  background-color: #ff4848;
}
.payment-status-alert.pending {
  color: #ff7000;
  background-color: rgba(255, 112, 0, 0.03);
}
.payment-status-alert.pending:before {
  background-color: #ff7000;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 768px) {
  .flex-sm-even {
    flex: 1;
  }
  .col-sm-5c {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .avatar-sm-lg {
    width: 50px;
    height: 50px;
  }
  .row-reverse-sm-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-reverse-sm-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-reverse-sm-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .f-sm-small {
    font-size: 0.93rem !important;
  }
  .f-sm-smaller {
    font-size: 0.87rem !important;
  }
  .f-sm-smallest {
    font-size: 0.6rem !important;
  }
  .f-sm-default {
    font-size: 1rem !important;
  }
  .f-sm-large {
    font-size: 1.2rem !important;
  }
  .f-sm-larger {
    font-size: 1.47rem !important;
  }
  .f-sm-largest {
    font-size: 1.87rem !important;
  }
}
@media (min-width: 992px) {
  .flex-md-even {
    flex: 1;
  }
  .col-md-5c {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .avatar-md-lg {
    width: 50px;
    height: 50px;
  }
  .row-reverse-md-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-reverse-md-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-reverse-md-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .f-md-small {
    font-size: 0.93rem !important;
  }
  .f-md-smaller {
    font-size: 0.87rem !important;
  }
  .f-md-smallest {
    font-size: 0.6rem !important;
  }
  .f-md-default {
    font-size: 1rem !important;
  }
  .f-md-large {
    font-size: 1.2rem !important;
  }
  .f-md-larger {
    font-size: 1.47rem !important;
  }
  .f-md-largest {
    font-size: 1.87rem !important;
  }
  .timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .timeline-item {
    flex: 1;
    flex-direction: column;
    text-align: center;
    margin: 0;
  }
  .timeline-item:not(:first-child):before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: -50%;
    width: 100%;
    height: 3px;
    background-color: #24b855;
  }
  .timeline-icon {
    margin: 0 auto 0.5rem;
  }
  .w-carousel:not(.slick-slider)[data-slides="4"] > div:not(.slick-list) {
    width: 25%;
  }
  .hero-search-btn {
    width: 100px;
  }
  .hero-search-input {
    padding-right: 110px;
  }
  .section-title {
    font-size: 1.87rem;
  }
  .section-subtitle {
    font-size: 1.2rem;
  }
  .section-banner {
    height: 400px;
  }
  .section-product-detail .product-map {
    height: 350px;
  }
  .product-summary-sticky {
    margin: 0;
    width: auto;
  }
  .filter-box-wrap {
    position: static;
    overflow: visible;
  }
  .filter-sort {
    width: 170px;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #333;
    text-align: left;
  }
  .section-promo-hero .promo-hero-box {
    font-size: 1.2rem;
    padding: 2rem 2.5rem 1.5rem;
    max-width: 900px;
    min-width: 700px;
  }
  .section-promo-hero .promo-hero-box h1 {
    font-size: 2.8rem;
    padding: 0 4rem;
  }
  .section-promo-hero .promo-hero-box h1:before,
  .section-promo-hero .promo-hero-box h1:after {
    width: 4rem;
  }
  .cart-table .tr {
    display: flex;
  }
  .cart-table .tc-checkbox {
    position: static;
  }
  .cart-table .tc-image {
    display: block;
  }
  .cart-table .tc-quantity {
    padding: 1.25em;
  }
  .cart-table .tc-total {
    text-align: right;
  }
  .cart-table-item {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .flex-lg-even {
    flex: 1;
  }
  .col-lg-5c {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .avatar-lg-lg {
    width: 50px;
    height: 50px;
  }
  .row-reverse-lg-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-reverse-lg-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-reverse-lg-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .f-lg-small {
    font-size: 0.93rem !important;
  }
  .f-lg-smaller {
    font-size: 0.87rem !important;
  }
  .f-lg-smallest {
    font-size: 0.6rem !important;
  }
  .f-lg-default {
    font-size: 1rem !important;
  }
  .f-lg-large {
    font-size: 1.2rem !important;
  }
  .f-lg-larger {
    font-size: 1.47rem !important;
  }
  .f-lg-largest {
    font-size: 1.87rem !important;
  }
}
