#hero-banner {
  width: 100vw;
  height: 100vh;
  font-family: 'DB Ozone X';
  text-align: left; }
  #hero-banner .carousel-item.hidden-caption .hero-banner-wrapper > div {
    display: none; }
  #hero-banner .carousel-item.hidden-caption .hero-banner-btn {
    display: none !important; }
  #hero-banner .carousel-item.hidden-caption.has-vdo .hero-banner-button-play-vdo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    transform: initial; }
  @media (max-width: 767.98px) {
    #hero-banner .carousel-item.hidden-caption .banner {
      height: 100%; } }
  #hero-banner .carousel-caption {
    left: 5%;
    right: auto;
    top: 20px; }
    @media (max-width: 767.98px) {
      #hero-banner .carousel-caption {
        width: calc(100% - 10%); } }
  @media (max-width: 767.98px) {
    #hero-banner {
      height: 90vh; } }
  #hero-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%; }
    #hero-banner .carousel-indicators li.active {
      background-color: #ffa41c; }
  @media (max-width: 767.98px) {
    #hero-banner .carousel-indicators {
      bottom: 50px; } }
  #hero-banner .carousel-control-next {
    display: none;
    z-index: 13; }
  #hero-banner .carousel-control-prev {
    display: none;
    z-index: 13; }
  #hero-banner .hero-banner-wrapper {
    height: 100%; }
    @media (max-width: 767.98px) {
      #hero-banner .hero-banner-wrapper {
        height: calc(100% - 15px);
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 55px;
        padding-left: 5px; } }
  #hero-banner .hero-banner-image {
    height: 100vh;
    padding-top: 80px;
    background-color: white;
    position: relative; }
    #hero-banner .hero-banner-image .banner {
      height: calc(100vh - 80px); }
      @media (max-width: 991.98px) {
        #hero-banner .hero-banner-image .banner {
          height: calc(100vh - 64px); } }
      @media (max-width: 767.98px) {
        #hero-banner .hero-banner-image .banner {
          height: calc(90vh - 118px); } }
    #hero-banner .hero-banner-image .hero-banner-vdo {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 12; }
      #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-play-vdo {
        position: absolute;
        top: 50%;
        right: 25%;
        z-index: 11; }
        #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-play-vdo .player {
          width: 80px;
          height: 80px;
          border-radius: 100%;
          position: relative;
          text-indent: -9999px;
          box-shadow: 1px 1px 3px #565555; }
          #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-play-vdo .player b {
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-left: 35px solid #fff;
            border-bottom: 25px solid transparent;
            position: absolute;
            top: 20%;
            left: 36%; }
          #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-play-vdo .player :hover b {
            transform: scale(0.95); }
        @media (max-width: 767.98px) {
          #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-play-vdo {
            left: 50%;
            right: auto;
            transform: translate(-50%, 50%); } }
      #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-vdo-container {
        position: absolute;
        width: 100%;
        height: 100%; }
        #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-vdo-container .vdo-youtube {
          width: 100%;
          height: 100%; }
      #hero-banner .hero-banner-image .hero-banner-vdo .hero-banner-button-close-vdo {
        position: absolute;
        top: 12%;
        right: 3%;
        z-index: 12;
        border: none;
        background: no-repeat;
        color: white;
        font-size: 33px; }
    @media (max-width: 991.98px) {
      #hero-banner .hero-banner-image {
        padding-top: 64px; } }
    @media (max-width: 767.98px) {
      #hero-banner .hero-banner-image {
        height: 90vh;
        padding-top: 64px;
        background: #2ea08a;
        background: linear-gradient(90deg, #2ea08a 0%, #0b8581 100%); } }
  #hero-banner .hero-banner-title {
    text-align: left; }
    #hero-banner .hero-banner-title .title-text {
      display: block; }
      #hero-banner .hero-banner-title .title-text.line-1, #hero-banner .hero-banner-title .title-text.line-3 {
        font-size: 34px;
        line-height: 34px;
        font-weight: 500;
        color: #2d2926; }
        @media (max-width: 767.98px) {
          #hero-banner .hero-banner-title .title-text.line-1, #hero-banner .hero-banner-title .title-text.line-3 {
            font-size: 26px;
            line-height: 20px; } }
      #hero-banner .hero-banner-title .title-text.line-2 {
        font-size: 84px;
        line-height: 70px;
        font-weight: 500;
        color: #00a59c; }
        @media (max-width: 767.98px) {
          #hero-banner .hero-banner-title .title-text.line-2 {
            font-size: 56px;
            line-height: 48px; } }
  #hero-banner .hero-banner-sub-title {
    text-align: left;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #808080; }
    @media (max-width: 767.98px) {
      #hero-banner .hero-banner-sub-title {
        font-size: 24px;
        line-height: 24px; } }
  #hero-banner .line-title {
    width: 50px;
    height: 4px;
    background-color: #00a59c;
    margin: 10px 0; }
  #hero-banner .hero-banner-btn {
    text-align: left;
    margin-top: 20px; }
    #hero-banner .hero-banner-btn a {
      margin: 10px 0;
      display: block; }
      @media (max-width: 767.98px) {
        #hero-banner .hero-banner-btn a {
          font-size: 21px;
          display: inline-block; } }
    @media (max-width: 767.98px) {
      #hero-banner .hero-banner-btn {
        margin: 0; } }

#home-promotion {
  font-family: "DB Ozone X";
  max-height: -webkit-fill-available;
  position: relative;
  float: left;
  width: 100%; }
  #home-promotion .promotion-features {
    background-image: url(../images/home/promotion-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* Scaling transforms */ }
    #home-promotion .promotion-features .title {
      font-size: 54px;
      /* clamp(2em, 2vw, 3em);*/
      font-weight: 500; }
    #home-promotion .promotion-features .royalSlider {
      width: 100%;
      height: 450px; }
      #home-promotion .promotion-features .royalSlider .rsImg {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 4px 3px #78787852;
        margin-top: 0; }
      #home-promotion .promotion-features .royalSlider .rsMainSlideImage {
        margin-top: 5px !important; }
      #home-promotion .promotion-features .royalSlider .rsContent {
        text-align: center;
        display: block;
        opacity: 0;
        padding: 25px;
        font-size: 28px;
        /*clamp(1.25em, 2vw, 1.75em);*/
        font-weight: 400;
        line-height: 28px;
        /*clamp(1.2em, 2vw, 1.75em);*/
        position: relative;
        min-height: 10em;
        padding: 1.25rem 0; }
        #home-promotion .promotion-features .royalSlider .rsContent .promotion-caption {
          display: block;
          display: -webkit-box;
          max-height: 3.6em;
          line-height: 1.25em;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0.25rem auto; }
          #home-promotion .promotion-features .royalSlider .rsContent .promotion-caption a {
            opacity: 1; }
        #home-promotion .promotion-features .royalSlider .rsContent .expired-date {
          color: #00a597;
          margin: 0.25rem 0; }
      #home-promotion .promotion-features .royalSlider .rsActiveSlide .rsContent {
        opacity: 1;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out; }
      #home-promotion .promotion-features .royalSlider .rsArrow.rsArrowLeft,
      #home-promotion .promotion-features .royalSlider .rsArrow.rsArrowRight {
        position: absolute;
        bottom: calc(35% + 4px);
        background-image: url(../images/home/arrow.png);
        background-position: center;
        background-size: contain;
        width: clamp(1.2em, 2vw, 1.75em);
        height: clamp(1.2em, 2vw, 1.75em); }
      #home-promotion .promotion-features .royalSlider .rsArrow.rsArrowLeft {
        left: 34.5%; }
      #home-promotion .promotion-features .royalSlider .rsArrow.rsArrowRight {
        right: 34.5%;
        transform: rotateY(180deg); }
    #home-promotion .promotion-features .visibleNearby .rsSlide img {
      opacity: 1;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transform: scale(0.65);
      -moz-transform: scale(0.65);
      -ms-transform: scale(0.65);
      -o-transform: scale(0.65);
      transform: scale(0.65); }
    #home-promotion .promotion-features .visibleNearby .rsActiveSlide img {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    #home-promotion .promotion-features .rsVisibleNearbyWrap,
    #home-promotion .promotion-features .royalSlider.rsDefault.visibleNearby.rsHor.rsWithBullets {
      max-height: 850px; }

@media screen and (max-width: 767.98px) {
  #home-promotion .promotion-features {
    background-image: url(../images/home/promotion-bg-mobile.png) !important;
    min-height: 550px !important; }
  #home-promotion .rsArrow.rsArrowLeft,
  #home-promotion .rsArrow.rsArrowRight {
    bottom: calc(34% + 50px) !important; }
  #home-promotion .rsArrow.rsArrowLeft {
    left: 16% !important; }
  #home-promotion .rsArrow.rsArrowRight {
    right: 16% !important; }
  #home-promotion .rsVisibleNearbyWrap,
  #home-promotion .royalSlider.rsDefault.visibleNearby.rsHor.rsWithBullets {
    min-height: 450px; } }

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-promotion .promotion-features {
    padding: 0rem 0 !important; }
  .rsContent {
    font-size: 18px !important; } }

@media screen and (min-width: 2560px) {
  .rsArrow.rsArrowLeft,
  .rsArrow.rsArrowRight {
    bottom: calc(32% + 1px) !important; }
  .promotion-caption {
    max-width: 30rem; } }

#home-application {
  font-family: "DB Ozone X";
  font-weight: 300;
  font-size: 18px;
  float: left;
  width: 100%;
  clear: both; }
  #home-application .application-features {
    background-image: url(../images/home/application-bg.jpg);
    background-color: #a7dfdb;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    float: left;
    width: 100%; }
    #home-application .application-features .element {
      height: 100%;
      float: left;
      width: 100%; }
      #home-application .application-features .element .element-app {
        min-height: 75%; }
        #home-application .application-features .element .element-app .title {
          width: 100%; }
          #home-application .application-features .element .element-app .title p {
            font-size: clamp(1.5em, 2vw, 2.125em);
            font-weight: 400;
            line-height: clamp(1.25em, 2vw, 2em); }
            #home-application .application-features .element .element-app .title p span {
              font-size: clamp(2.25em, 2vw, 4.5em);
              color: #1fa09b; }
        #home-application .application-features .element .element-app .items {
          position: relative;
          margin: 5px 0; }
          #home-application .application-features .element .element-app .items:hover {
            cursor: pointer; }
        #home-application .application-features .element .element-app .open-left,
        #home-application .application-features .element .element-app .open-right {
          background-color: #fff;
          box-shadow: 0px 0px 9px 3px #00000030;
          border-radius: 8px; }
          #home-application .application-features .element .element-app .open-left h5,
          #home-application .application-features .element .element-app .open-right h5 {
            color: #1fa09b; }
        #home-application .application-features .element .element-app .open-right::after {
          z-index: -10;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          margin-left: 0;
          bottom: 0;
          top: calc(50% - 5px);
          left: 0;
          box-sizing: border-box;
          border: 5px solid #fff;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: rotate(45deg);
          box-shadow: 0px 0px 9px 3px #00000030;
          clear: both; }
        #home-application .application-features .element .element-app .open-right::before {
          z-index: 10;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          margin-left: 0;
          bottom: 0;
          top: calc(50% - 5px);
          left: 0;
          box-sizing: border-box;
          border: 5px solid black;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: rotate(45deg);
          clear: both; }
        #home-application .application-features .element .element-app .open-left::after {
          z-index: -10;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          margin-left: 0;
          bottom: 0;
          top: calc(50% - -5px);
          right: -10px;
          box-sizing: border-box;
          border: 5px solid #fff;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: rotate(224deg);
          box-shadow: 0px 0px 9px 3px #00000030;
          clear: both; }
        #home-application .application-features .element .element-app .open-left::before {
          z-index: 10;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          margin-left: 0;
          bottom: 0;
          top: calc(50% - -5px);
          right: -10px;
          box-sizing: border-box;
          border: 5px solid black;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: rotate(224deg);
          clear: both; }
        #home-application .application-features .element .element-app .items-body {
          padding: 0.75rem;
          line-height: 1.25rem; }
          #home-application .application-features .element .element-app .items-body h5 {
            font-weight: 400;
            font-size: clamp(1.25em, 2vw, 1.5em);
            margin-bottom: 0; }
          #home-application .application-features .element .element-app .items-body p {
            font-size: clamp(1em, 2vw, 1.125em);
            margin-bottom: 0; }
        #home-application .application-features .element .element-app .items-decostate.show {
          position: absolute;
          background-size: contain;
          width: 80px;
          height: 80px; }
        #home-application .application-features .element .element-app .items-body.text-sm-right .items-decostate.show {
          top: -29px;
          left: -20px; }
        #home-application .application-features .element .element-app .items-body.text-sm-left .items-decostate.show {
          top: -29px;
          right: -20px; }
        #home-application .application-features .element .element-app .app-box {
          max-width: 70%;
          margin: 0 15%;
          width: 375px; }
        #home-application .application-features .element .element-app .app-columns {
          width: 15em;
          padding-top: 1.5em; }
    #home-application .application-features .element-stores {
      margin-top: -2rem;
      padding-top: 1.5rem;
      background: url(../images/home/application-deco-wink.svg), linear-gradient(98deg, #ab95cb 0%, #63a6a6 100%);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: cover;
      min-height: 130px;
      float: left;
      width: 100%; }
      #home-application .application-features .element-stores .app-item {
        text-decoration: none;
        width: 140px; }
        #home-application .application-features .element-stores .app-item img {
          border-radius: 8px; }
      #home-application .application-features .element-stores .btn-dowloadnow {
        color: #000;
        font-size: clamp(1.5em, 2vw, 1.5em);
        font-weight: 400;
        text-decoration: none;
        cursor: pointer;
        padding-right: 4rem; }
      #home-application .application-features .element-stores .btn-dowloadnow:hover i {
        transform-origin: 0% 50%;
        animation: arrowMove 1s forwards;
        animation-direction: normal; }

@keyframes arrowMove {
  0% {
    left: 0px;
    top: 0px; }
  95% {
    margin-left: 2rem;
    left: -35px;
    top: 0px; }
  96% {
    margin-left: 3rem;
    left: -5px;
    top: 0px; }
  97% {
    margin-left: 4rem;
    left: -2px;
    top: 0px;
    color: transparent; }
  100% {
    left: 0px;
    top: 0px;
    margin-left: 0px; } }
    #home-application .application-features #ModalApplication .modal-content {
      max-width: 550px;
      max-height: 420px;
      aspect-ratio: 16/9;
      position: relative;
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.9); }
      #home-application .application-features #ModalApplication .modal-content p {
        line-height: 36px; }
      #home-application .application-features #ModalApplication .modal-content .title {
        font-size: clamp(1.5em, 2vw, 2em); }
      #home-application .application-features #ModalApplication .modal-content .Headgreenline {
        font-weight: 500;
        font-size: clamp(3em, 2vw, 3.3em);
        color: #00aea5; }
      #home-application .application-features #ModalApplication .modal-content .sub-title {
        font-size: clamp(1.25em, 2vw, 1.5em); }
        #home-application .application-features #ModalApplication .modal-content .sub-title .app-m img {
          border-radius: 8px; }
      #home-application .application-features #ModalApplication .modal-content hr {
        display: block;
        height: auto;
        border: 0;
        border-top: 2px solid #ccc;
        margin: 6px 146px 6px;
        padding: 0; }
      #home-application .application-features #ModalApplication .modal-content img {
        box-shadow: 0px 0px 12px 2px #cacaca; }
      #home-application .application-features #ModalApplication .modal-content .closeModal {
        position: absolute;
        width: 50px;
        height: 50px;
        right: -20px;
        top: -20px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        opacity: 1;
        z-index: 14; }
  #home-application .tabMenu {
    overflow: auto;
    white-space: nowrap;
    padding-top: 20px;
    box-shadow: 0px 5px 4px 0px #0000002b;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* remove gap */ }
  #home-application .tabMenu::-webkit-scrollbar {
    display: none; }
  #home-application .tabMenu .item-mmenu {
    display: inline-block;
    font-weight: 300;
    color: #00aea5;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0;
    border-bottom: 4px solid #ffffff;
    height: 100%;
    cursor: pointer; }
    #home-application .tabMenu .item-mmenu h5 {
      margin: 3px 0px 0px;
      background-color: #ffffff;
      padding: 25px 18px 7px; }
    #home-application .tabMenu .item-mmenu img {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 55px;
      height: 55px; }
  #home-application .tabMenu .item-mmenu.active {
    font-weight: 500;
    border-bottom: 4px solid #09b1aa; }
  #home-application .caption-mobile p {
    font-size: 20px;
    line-height: 1.5rem;
    text-align: center; }
  #home-application .relative {
    position: relative !important; }
  #home-application .absolute {
    position: absolute !important; }
  #home-application .app-frame {
    width: 100%;
    height: auto;
    box-shadow: inset 0px 0px 20px 5px #000000a6;
    border-radius: 44px; }
  #home-application .app-imgscreen {
    width: 100%;
    height: auto; }
  #home-application .videoType, #home-application .imageType {
    z-index: -1; }
  #home-application .videoType {
    left: 5%;
    top: 0%;
    max-width: 94%;
    border-radius: 40px; }
  #home-application .imageType {
    width: 92%;
    height: auto;
    top: 1%;
    left: 3.5%;
    border-radius: 44px; }

@media screen and (max-width: 767.98px) {
  .application-features {
    background-size: 100% !important;
    background-image: url(../images/home/application-bg-mobile.png) !important; }
  #home-application .application-features .element .element-app .app-box {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 230px !important; }
  #home-application .application-features .element .element-app .app-columns {
    width: 100% !important;
    padding-top: 0em !important; }
  .open-left::after,
  .open-right::after,
  .open-left::before,
  .open-right::before {
    display: none !important; }
  .open-left,
  .open-right {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important; }
  .element-stores {
    margin-top: 0 !important;
    min-height: 167px !important;
    background: #8fd3bb;
    background: linear-gradient(357deg, #8fd3bb 31%, #9ec6c7 66%) !important; }
    .element-stores .btn-transp {
      width: 100%; }
      .element-stores .btn-transp i {
        display: none; }
    .element-stores .closeModal {
      width: 40px !important;
      height: 40px !important;
      right: -8px !important;
      top: -10px !important; }
  .container {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .application-features {
    background-size: cover !important; }
  .element-stores {
    background-size: cover !important; } }

#privilege {
  font-family: 'DB Ozone X';
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(../images/home/privilege-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 8%;
  padding-left: 5%;
  padding-right: 5%; }
  #privilege .line-section {
    height: 1px;
    background-color: #FFF;
    width: calc(100%);
    margin: auto; }
  #privilege .privilege-wrapper {
    padding: 5% 0;
    height: 20%;
    justify-content: space-between; }
  #privilege .privilege-btn {
    margin-top: 30px; }
  #privilege .privilege-1.privilege-wrapper {
    padding-top: 0; }
  #privilege .privilege-1 .group-right {
    width: 50%;
    margin-right: 2%; }
  #privilege .privilege-2 .group-left {
    width: 45%;
    margin-left: 5%; }
  #privilege .privilege-3 .group-right {
    width: 45%;
    margin-top: -30px;
    margin-right: 7%; }
  #privilege .privilege-group h1 {
    font-family: 'DB Ozone X';
    font-size: 54px;
    color: #00a59c;
    margin: 0;
    line-height: 54px; }
  #privilege .privilege-group h2 {
    font-family: 'DB Ozone X';
    font-size: 35px;
    margin: 0; }
  #privilege .privilege-group .main-detail, #privilege .privilege-group .sub-detail {
    font-family: 'DB Ozone X';
    font-size: 26px;
    margin: 0;
    margin-top: 15px;
    line-height: 28px; }
  #privilege .more-privilege {
    margin-top: 5%; }
    #privilege .more-privilege .more-privilege-title-main {
      width: 270px;
      margin-bottom: 15px;
      position: relative; }
      #privilege .more-privilege .more-privilege-title-main h1 {
        font-size: 56px;
        position: absolute;
        top: 0; }
      #privilege .more-privilege .more-privilege-title-main img {
        margin-left: -60px;
        margin-top: -15px; }
    #privilege .more-privilege .more-privilege-group a {
      text-decoration: none;
      color: inherit; }
      #privilege .more-privilege .more-privilege-group a:hover .more-privilege-frame .frame-border {
        transform: rotate(15deg); }
      #privilege .more-privilege .more-privilege-group a:hover .more-privilege-image {
        transform: scale(1.2); }
    #privilege .more-privilege .more-privilege-group .more-privilege-frame .frame-border {
      transition: transform .5s ease-in-out; }
    #privilege .more-privilege .more-privilege-group .more-privilege-image {
      position: absolute;
      top: 0;
      width: calc(100% - 30px);
      transition: transform .5s ease; }
    #privilege .more-privilege .more-privilege-group .more-privilege-title-text {
      margin-top: -16%;
      position: relative;
      z-index: 1; }
      #privilege .more-privilege .more-privilege-group .more-privilege-title-text .neon-text {
        text-align: center; }
        @media (max-width: 991.98px) {
          #privilege .more-privilege .more-privilege-group .more-privilege-title-text .neon-text {
            font-size: 38px;
            line-height: 30px; } }
        @media (min-width: 992px) {
          #privilege .more-privilege .more-privilege-group .more-privilege-title-text .neon-text {
            font-size: 44px;
            line-height: 38px; } }
      @media (min-width: 992px) {
        #privilege .more-privilege .more-privilege-group .more-privilege-title-text {
          margin-top: -17%; } }
    #privilege .more-privilege .more-privilege-group .more-privilege-detail-text {
      margin-top: 15px;
      font-size: 26px;
      line-height: 26px;
      text-align: center; }
  #privilege .neon-text {
    color: #fff;
    text-shadow: 0 0 1px #1a1a1a, 0 0 2px #4e4e4e46, 0 0 7px #4ad7a9, 0 0 7px #4ad7a9, 0 0 10px #6bf79a, 0 0 21px #6bf79a, 0 0 42px #6bf79a, 0 0 82px #6bf79a, 0 0 92px #9cdfc9, 0 0 102px #9cdfc9, 0 0 151px #9cdfc9;
    -webkit-text-stroke: 0.3px #4bd9ab; }
  @media (max-width: 991.98px) {
    #privilege {
      padding-top: 5%; }
      #privilege .privilege-group .main-detail, #privilege #privilege .privilege-group .sub-detail {
        font-size: 22px;
        line-height: 24px;
        margin-top: 5px; } }
  @media (max-width: 767.98px) {
    #privilege {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; }
      #privilege .privilege-bg {
        background-image: url(../images/home/privilege-mobile-bg.jpg);
        padding-left: 5%;
        padding-right: 5%; }
      #privilege .privilege .carousel-control-next {
        display: none; }
      #privilege .privilege .carousel-control-prev {
        display: none; }
      #privilege .privilege .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
        #privilege .privilege .carousel-indicators li.active {
          background-color: #ffa41c; }
      #privilege .privilege .carousel-caption {
        position: static; }
        #privilege .privilege .carousel-caption .privilege-carousel-image {
          margin-top: 50px; }
        #privilege .privilege .carousel-caption .privilege-btn {
          margin-bottom: 50px; }
      #privilege .privilege .privilege-group {
        color: #2d2926;
        text-align: left; }
        #privilege .privilege .privilege-group h1 {
          font-size: 48px;
          line-height: 40px;
          color: #00a9a0; }
        #privilege .privilege .privilege-group h2 {
          font-size: 30px; }
        #privilege .privilege .privilege-group .main-detail, #privilege .privilege .privilege-group .sub-detail {
          font-size: 21px;
          line-height: 24px;
          margin-top: 5px; }
        #privilege .privilege .privilege-group .sub-detail {
          margin-top: 15px; }
      #privilege .more-privilege-bg {
        background-image: url(../images/home/privilege-mobile-bg-1.jpg);
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20%; }
      #privilege .more-privilege {
        overflow: hidden;
        margin: 0; }
        #privilege .more-privilege .more-privilege-title-main {
          width: auto; }
          #privilege .more-privilege .more-privilege-title-main h1 {
            position: static;
            margin-top: -68px; }
          #privilege .more-privilege .more-privilege-title-main img {
            margin: auto; }
        #privilege .more-privilege .more-privilege-image img {
          margin-top: -15px; }
        #privilege .more-privilege .more-privilege-space {
          margin-top: 50px; }
        #privilege .more-privilege .more-privilege-space:first-child {
          margin-top: 0; } }

.rel-z-1 {
  position: relative;
  z-index: 1; }

.rel-z-2 {
  position: relative;
  z-index: 2; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .parallax .deco {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    transform-origin: center;
    pointer-events: none;
    transition: .5s ease-out; }
    .parallax .deco.left {
      transform: translate(-50%, -50%); }
    .parallax .deco.right {
      transform: translate(50%, -50%); }
    .parallax .deco.deco1 {
      width: 214.8px;
      height: 214.8px;
      background: transparent url("../images/home/deco/svg/deco1-a-pink-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco2 {
      width: 228px;
      height: 228px;
      background: transparent url("../images/home/deco/png/asset02.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco3 {
      width: 382.8px;
      height: 382.8px;
      background: transparent url("../images/home/deco/svg/deco2-a-white-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco4 {
      width: 499.38px;
      height: 647.28px;
      background: transparent url("../images/home/deco/arrow.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco5 {
      width: 226.8px;
      height: 226.8px;
      background: transparent url("../images/home/deco/png/asset05.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco6 {
      width: 382.8px;
      height: 382.8px;
      background: transparent url("../images/home/deco/svg/deco3-b-pink-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco7 {
      width: 1224.6px;
      height: 1151.4px;
      background: transparent url("../images/home/deco/svg/deco3-c-white-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco8 {
      width: 389.172px;
      height: 504.432px;
      background: transparent url("../images/home/deco/arrow.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco9 {
      width: 250.2px;
      height: 250.2px;
      background: transparent url("../images/home/deco/png/asset09.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco10 {
      width: 142.2px;
      height: 142.2px;
      background: transparent url("../images/home/deco/svg/deco5-a-pink-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco11 {
      width: 127.8px;
      height: 127.8px;
      background: transparent url("../images/home/deco/svg/deco5-b-pink-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco12 {
      width: 292.2px;
      height: 292.2px;
      background: transparent url("../images/home/deco/svg/deco5-c-white-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco13 {
      width: 254.856px;
      height: 330.336px;
      background: transparent url("../images/home/deco/arrow.png") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco14 {
      width: 441.6px;
      height: 441.6px;
      background: transparent url("../images/home/deco/svg/deco6-b-pink-light.svg") no-repeat 0 0/100% 100%; }
    .parallax .deco.deco15 {
      width: 66px;
      height: 66.6px;
      background: transparent url("../images/home/deco/png/asset15.png") no-repeat 0 0/100% 100%; }
