@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
.app {
  position: relative; }

body {
  overflow-x: hidden;
  font-family: 'cwTeXYen', 'Microsoft JhengHei', sans-serif, serif; }
  @media (max-width: 991px) {
    body {
      background: url("../images/bg_m.jpg") center top;
      background-size: 100% auto; } }
  @media (min-width: 992px) {
    body {
      background: url("../images/bg.jpg") center top;
      background-size: 100% auto; } }

.part, .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }

.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

section,
.section {
  position: relative; }

.header {
  position: fixed;
  z-index: 99; }
  @media (max-width: 991px) {
    .header {
      top: 0;
      right: 0;
      width: 20%;
      height: 6.96797em; } }
  @media (min-width: 992px) {
    .header {
      top: 0;
      right: 0;
      width: 27.1875em;
      height: 6.375em; } }
  .header .header-inner {
    position: relative;
    margin: 0 auto;
    z-index: 1; }
    @media (max-width: 991px) {
      .header .header-inner {
        width: 100%;
        height: 6.96797em; } }
    @media (min-width: 992px) {
      .header .header-inner {
        width: 100%;
        height: 6.375em; } }
  .header ul, .header li {
    padding: 0;
    margin: 0;
    list-style: none; }
  @media (max-width: 991px) {
    .header .menu {
      position: fixed;
      display: none;
      z-index: 90;
      background: rgba(255, 255, 0, 0.8);
      width: 100%;
      height: 100vh;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      padding-top: 13.61335em;
      border-radius: 0; }
      .header .menu ul {
        position: relative;
        width: 80.41666666666667%;
        margin-left: auto;
        margin-right: auto; }
        .header .menu ul li {
          position: relative;
          padding-bottom: 5.29049em; }
          .header .menu ul li a {
            text-decoration: none;
            display: block;
            height: 6.83893em;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important; }
            .header .menu ul li a img {
              height: 3.09688em; }
            .header .menu ul li a span {
              font-size: 3.87109em;
              color: #006aba; }
    .header .btn-menu {
      position: relative;
      z-index: 92;
      display: block;
      right: 1.48392em;
      width: 3.87109em;
      height: 3.87109em; }
      .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
        outline: none !important;
        border: none !important; }
      .header .btn-menu > img:nth-child(2) {
        display: none; } }
  @media (min-width: 992px) {
    .header .menu {
      position: fixed;
      display: none;
      z-index: 90;
      background: rgba(255, 255, 0, 0.8);
      width: 27.1875em;
      height: 100vh;
      right: 0;
      top: 0;
      padding-top: 12.625em; }
      .header .menu ul {
        position: relative;
        left: 0.4375em;
        margin-left: auto;
        margin-right: auto; }
        .header .menu ul li {
          position: relative;
          padding-bottom: 4.5625em; }
          .header .menu ul li a {
            text-decoration: none;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important; }
            .header .menu ul li a img {
              height: 2.5em; }
            .header .menu ul li a span {
              font-size: 3.75em;
              color: #006aba; }
    .header .btn-menu {
      position: relative;
      z-index: 92;
      display: block;
      right: 0.9375em;
      width: 3.75em;
      height: 3.75em; }
      .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
        outline: none !important;
        border: none !important; }
      .header .btn-menu > img:nth-child(2) {
        display: none; } }

@media (max-width: 991px) {
  body.scrolled .header {
    height: 6.96797em; } }
@media (min-width: 992px) {
  body.scrolled .header {
    height: 5.9375em; } }
body.scrolled .header .header-inner {
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media (max-width: 991px) {
    body.scrolled .header .header-inner {
      height: 6.96797em; } }
  @media (min-width: 992px) {
    body.scrolled .header .header-inner {
      max-width: 100vw;
      height: 5.9375em; } }
  @media (min-width: 992px) {
    body.scrolled .header .header-inner .menu {
      margin-top: 0; } }
  @media (max-width: 991px) {
    body.scrolled .header .header-inner .btn-menu {
      margin-top: 0; } }
  @media (min-width: 992px) {
    body.scrolled .header .header-inner .btn-menu {
      margin-top: 0;
      top: 0; } }

@keyframes fly {
  0% {
    left: 0;
    /* 從畫面左側外開始 */ }
  100% {
    left: 50vw;
    /* 移動到畫面右側外 */ } }
@keyframes float-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(15px);
    /* 控制上浮的距離 */ } }
@keyframes float {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px);
    /* 控制上浮的距離 */ } }
.float-up0 {
  animation: float-up 2s ease-in-out infinite alternate; }

.float-down0 {
  animation: float 2s ease-in-out infinite alternate; }

.float-up {
  animation: float-up 2s ease-in-out infinite alternate;
  animation-delay: 1s;
  /* 延遲 2 秒開始動畫 */ }

.float-down {
  animation: float 2s ease-in-out infinite alternate;
  animation-delay: 1s;
  /* 延遲 2 秒開始動畫 */ }

@keyframes rotateSwing {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }
.swing {
  transform-origin: bottom center;
  /* 設置底部為旋轉中心 */
  animation: rotateSwing 1s infinite alternate ease-in-out; }

.kv {
  z-index: 1; }
  .kv .logo {
    position: absolute;
    z-index: 1; }
    @media (max-width: 991px) {
      .kv .logo {
        left: 1.4194em;
        top: 1.87103em;
        width: 14.71016em;
        height: 3.22591em; } }
    @media (min-width: 992px) {
      .kv .logo {
        left: 1.25em;
        top: 1.625em;
        width: 14.25em;
        height: 3.125em; } }
  .kv .logo2 {
    position: absolute;
    z-index: 1; }
    @media (max-width: 991px) {
      .kv .logo2 {
        left: 19.22643em;
        top: 1.09681em;
        width: 7.74219em;
        height: 4.38724em; } }
    @media (min-width: 992px) {
      .kv .logo2 {
        left: 19.375em;
        top: 0.875em;
        width: 7.5em;
        height: 4.25em; } }
  .kv .slogan {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .slogan {
        left: 14.32305em;
        top: 34.38822em;
        width: 33.54948em;
        height: 21.61361em; } }
    @media (min-width: 992px) {
      .kv .slogan {
        left: 43.1875em;
        top: 10.1875em;
        width: 35.4375em;
        height: 23.0625em; } }
  .kv .price {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .price {
        left: 15.2263em;
        top: 67.09896em;
        width: 31.4849em;
        height: 7.03249em; } }
    @media (min-width: 992px) {
      .kv .price {
        left: 43.125em;
        top: 48.25em;
        width: 33.875em;
        height: 7.625em; } }
  .kv .p {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .p {
        left: 42.64655em;
        top: 37.09798em;
        width: 3.48398em;
        height: 5.03242em; } }
    @media (min-width: 992px) {
      .kv .p {
        left: 72.75em;
        top: 13.0625em;
        width: 3.6875em;
        height: 5.25em; } }
  .kv .p1 {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .p1 {
        left: 19.29095em;
        top: 6.77441em;
        width: 15.54889em;
        height: 11.16165em; } }
    @media (min-width: 992px) {
      .kv .p1 {
        left: 29.875em;
        top: 0.9375em;
        width: 18.9375em;
        height: 13.5625em; } }
  .kv .p2 {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .p2 {
        left: 49.35645em;
        top: 31.61393em;
        width: 12.96816em;
        height: 9.22611em; } }
    @media (min-width: 992px) {
      .kv .p2 {
        left: 104.5625em;
        top: 26em;
        width: 15.8125em;
        height: 11.1875em; } }
  .kv .p3 {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .p3 {
        left: -3.74206em;
        top: 68.71191em;
        width: 17.67799em;
        height: 9.80677em; } }
    @media (min-width: 992px) {
      .kv .p3 {
        left: -3.8125em;
        top: 26.75em;
        width: 19.0625em;
        height: 10.5625em; } }
  .kv .p4 {
    position: absolute; }
    @media (max-width: 991px) {
      .kv .p4 {
        left: 45.74342em;
        top: 90.39004em;
        width: 15.87148em;
        height: 12.3875em; } }
    @media (min-width: 992px) {
      .kv .p4 {
        left: 79.6875em;
        top: 46.8125em;
        width: 19.3125em;
        height: 15.0625em; } }

#sec1 {
  z-index: 0; }
  #sec1 .airplane {
    position: absolute; }
    @media (max-width: 991px) {
      #sec1 .airplane {
        left: 8.1293em;
        top: 82.19622em;
        width: 19.61354em;
        height: 16.83926em; } }
    @media (min-width: 992px) {
      #sec1 .airplane {
        left: 6.9375em;
        top: 34.75em;
        width: 17.875em;
        height: 15.375em; } }
  #sec1 .note {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      #sec1 .note {
        top: 71.61523em;
        width: 47.74349em; } }
    @media (min-width: 992px) {
      #sec1 .note {
        top: 48.75em;
        width: 64em; } }
    #sec1 .note p {
      text-align: center;
      color: #31725c; }
      @media (max-width: 991px) {
        #sec1 .note p {
          font-size: 1.74199em; } }
      @media (min-width: 992px) {
        #sec1 .note p {
          font-size: 1.6875em; } }
      #sec1 .note p a {
        color: #0e4f39;
        border-bottom: 1px solid #0e4f39; }
        #sec1 .note p a:hover {
          border-bottom: none; }

#sec2 .slogan {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important; }
  @media (max-width: 991px) {
    #sec2 .slogan {
      top: 2.77428em; } }
  @media (min-width: 992px) {
    #sec2 .slogan {
      top: 2.6875em; } }
  @media (max-width: 991px) {
    #sec2 .slogan img {
      width: 47.80801em; } }
  @media (min-width: 992px) {
    #sec2 .slogan img {
      width: 46.3125em; } }
#sec2 .tabs {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important; }
  @media (max-width: 991px) {
    #sec2 .tabs {
      top: 15.74245em; } }
  @media (min-width: 992px) {
    #sec2 .tabs {
      top: 14.5em; } }
  @media (max-width: 991px) {
    #sec2 .tabs .item {
      width: 17.48444em;
      margin-left: 0.83874em;
      margin-right: 0.83874em; } }
  @media (min-width: 992px) {
    #sec2 .tabs .item {
      width: 18.8125em;
      margin-left: 0.9375em;
      margin-right: 0.9375em; } }
  #sec2 .tabs .item.active, #sec2 .tabs .item:hover {
    transform: scale(1.1); }
#sec2 .contents {
  position: relative;
  z-index: 1; }
  #sec2 .contents .item {
    position: relative;
    display: none; }
    #sec2 .contents .item.active {
      display: block; }
#sec2 .p1 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec2 .p1 {
      left: 48.1306em;
      top: 174.1347em;
      width: 8.06478em;
      height: 6.0002em; } }
  @media (min-width: 992px) {
    #sec2 .p1 {
      left: 101.0625em;
      top: 94.5em;
      width: 10.3125em;
      height: 7.6875em; } }
#sec2 .p2 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec2 .p2 {
      left: 53.93724em;
      top: 170.45716em;
      width: 7.29056em;
      height: 10.45195em; } }
  @media (min-width: 992px) {
    #sec2 .p2 {
      left: 108.4375em;
      top: 89.8125em;
      width: 9.3125em;
      height: 13.3125em; } }

#sec3 .slogan {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important; }
  @media (min-width: 992px) {
    #sec3 .slogan {
      top: 2.6875em; } }
  @media (max-width: 991px) {
    #sec3 .slogan img {
      width: 50.9694em; } }
  @media (min-width: 992px) {
    #sec3 .slogan img {
      width: 46.3125em; } }
#sec3 .content {
  position: relative; }
#sec3 ._btn-rule {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  #sec3 ._btn-rule:hover {
    cursor: pointer; }
  @media (max-width: 991px) {
    #sec3 ._btn-rule {
      top: 77.8735em;
      width: 20.38776em;
      height: 4.38724em; } }
  @media (min-width: 992px) {
    #sec3 ._btn-rule {
      top: 65.0625em;
      width: 23.25em;
      height: 5em; } }
#sec3 .code1 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .code1 {
      left: 43.8724em;
      top: 14.58112em; } }
  @media (min-width: 992px) {
    #sec3 .code1 {
      left: 74.4375em;
      top: 22.4375em; } }
  #sec3 .code1 span {
    color: #ffffff;
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff; }
    @media (max-width: 991px) {
      #sec3 .code1 span {
        font-size: 1.80651em; } }
    @media (min-width: 992px) {
      #sec3 .code1 span {
        font-size: 2.5em; } }
#sec3 .code2 {
  position: absolute;
  z-index: 2;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    #sec3 .code2 {
      left: 43.8724em;
      top: 14.58112em; } }
  @media (min-width: 992px) {
    #sec3 .code2 {
      left: 36.25em;
      top: 43em; } }
  #sec3 .code2 span {
    color: #595954;
    -webkit-text-stroke: 0.5px #595954;
    text-stroke: 0.5px #595954; }
    @media (max-width: 991px) {
      #sec3 .code2 span {
        font-size: 1.93555em; } }
    @media (min-width: 992px) {
      #sec3 .code2 span {
        font-size: 1.625em; } }
#sec3 .end-date {
  position: absolute;
  z-index: 2;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    #sec3 .end-date {
      left: 43.8724em;
      top: 14.58112em; } }
  @media (min-width: 992px) {
    #sec3 .end-date {
      left: 60em;
      top: 27.6875em; } }
  #sec3 .end-date span {
    color: #595954;
    -webkit-text-stroke: 0.5px #595954;
    text-stroke: 0.5px #595954; }
    @media (max-width: 991px) {
      #sec3 .end-date span {
        font-size: 1.93555em; } }
    @media (min-width: 992px) {
      #sec3 .end-date span {
        font-size: 1.875em; } }
#sec3 .p1 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p1 {
      left: 7.67767em;
      top: 13.29076em;
      width: 13.8069em;
      height: 4.9679em; } }
  @media (min-width: 992px) {
    #sec3 .p1 {
      left: 7.9375em;
      top: 28em;
      width: 13.375em;
      height: 4.8125em; } }
#sec3 .p2 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p2 {
      left: 2.1291em;
      top: 75.93796em;
      width: 7.67767em;
      height: 10.06484em; } }
  @media (min-width: 992px) {
    #sec3 .p2 {
      left: 10.5em;
      top: 38.5625em;
      width: 7.4375em;
      height: 9.75em; } }
#sec3 .p3 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p3 {
      left: 15.936em;
      top: 86.45443em;
      width: 9.93581em;
      height: 6.12923em; } }
  @media (min-width: 992px) {
    #sec3 .p3 {
      left: 9em;
      top: 50.625em;
      width: 9.6875em;
      height: 5.9375em; } }
#sec3 .p4 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p4 {
      left: 43.35625em;
      top: 9.48418em;
      width: 6.32279em;
      height: 7.4196em; } }
  @media (min-width: 992px) {
    #sec3 .p4 {
      left: 101em;
      top: 25.4375em;
      width: 6.125em;
      height: 7.1875em; } }
#sec3 .p5 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p5 {
      left: 53.22754em;
      top: 18.96836em;
      width: 4.38724em;
      height: 7.4196em; } }
  @media (min-width: 992px) {
    #sec3 .p5 {
      left: 108.5625em;
      top: 34em;
      width: 4.25em;
      height: 7.1875em; } }
#sec3 .p6 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec3 .p6 {
      left: 46.0015em;
      top: 77.93802em;
      width: 10.58099em;
      height: 11.54876em; } }
  @media (min-width: 992px) {
    #sec3 .p6 {
      left: 101em;
      top: 44.875em;
      width: 10.25em;
      height: 11.1875em; } }

@media (max-width: 991px) {
  #sec4 {
    padding-bottom: 14.83919em; } }
@media (min-width: 992px) {
  #sec4 {
    padding-bottom: 11.875em; } }
#sec4 .slogan {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important; }
  @media (max-width: 991px) {
    #sec4 .slogan img {
      width: 46.19505em; } }
  @media (min-width: 992px) {
    #sec4 .slogan img {
      width: 44.75em; } }
#sec4 .tabs {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important; }
  @media (max-width: 991px) {
    #sec4 .tabs {
      margin-top: 3.22591em; } }
  @media (min-width: 992px) {
    #sec4 .tabs {
      margin-top: 1.6875em; } }
  @media (max-width: 991px) {
    #sec4 .tabs .item {
      width: 17.48444em;
      margin-left: 0.871em;
      margin-right: 0.871em; } }
  @media (min-width: 992px) {
    #sec4 .tabs .item {
      width: 18.8125em;
      margin-left: 0.9375em;
      margin-right: 0.9375em; } }
  #sec4 .tabs .item.active, #sec4 .tabs .item:hover {
    transform: scale(1.1); }
#sec4 .contents {
  position: relative; }
  @media (max-width: 991px) {
    #sec4 .contents {
      margin-top: 3.87109em; } }
  @media (min-width: 992px) {
    #sec4 .contents {
      margin-top: 4.6875em; } }
#sec4 .slide {
  position: absolute;
  top: -20000px;
  margin-left: auto;
  margin-right: auto; }
  #sec4 .slide.active {
    position: relative;
    top: 0; }
  @media (max-width: 991px) {
    #sec4 .slide {
      width: 44.51758em; } }
  @media (min-width: 992px) {
    #sec4 .slide {
      width: 98.25em; } }
  #sec4 .slide .item {
    position: relative;
    display: flex !important;
    justify-content: center !important; }
    @media (max-width: 991px) {
      #sec4 .slide .item {
        width: 44.51758em; } }
    @media (min-width: 992px) {
      #sec4 .slide .item {
        width: 32.75em; } }
    #sec4 .slide .item .border1a {
      position: relative;
      background: url("../images/sec4/border1a.png") center top no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border1a {
          width: 30.64616em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border1a {
          width: 30.125em; } }
    #sec4 .slide .item .border1b {
      position: relative;
      background: url("../images/sec4/border1b.png") center bottom no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border1b {
          min-height: 37.48509em;
          padding-top: 3.03236em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border1b {
          min-height: 36.3125em;
          padding-top: 2.9375em; } }
    #sec4 .slide .item .border2a {
      position: relative;
      background: url("../images/sec4/border2a.png") center top no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border2a {
          width: 30.64616em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border2a {
          width: 30.125em; } }
    #sec4 .slide .item .border2b {
      position: relative;
      background: url("../images/sec4/border2b.png") center bottom no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border2b {
          min-height: 37.48509em;
          padding-top: 3.03236em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border2b {
          min-height: 36.3125em;
          padding-top: 2.9375em; } }
    #sec4 .slide .item .border3a {
      position: relative;
      background: url("../images/sec4/border3a.png") center top no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border3a {
          width: 30.64616em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border3a {
          width: 30.125em; } }
    #sec4 .slide .item .border3b {
      position: relative;
      background: url("../images/sec4/border3b.png") center bottom no-repeat;
      background-size: 100% auto; }
      @media (max-width: 991px) {
        #sec4 .slide .item .border3b {
          min-height: 37.48509em;
          padding-top: 3.03236em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .border3b {
          min-height: 36.3125em;
          padding-top: 2.9375em; } }
    #sec4 .slide .item .pic {
      position: relative;
      display: flex !important;
      justify-content: center !important; }
      @media (max-width: 991px) {
        #sec4 .slide .item .pic img {
          width: 26.45247em;
          height: 17.41992em;
          border-radius: 0.64518em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .pic img {
          width: 25.625em;
          height: 16.875em;
          border-radius: 0.625em; } }
    #sec4 .slide .item .txt1 {
      text-align: center; }
      @media (max-width: 991px) {
        #sec4 .slide .item .txt1 {
          padding-top: 0.64518em;
          padding-left: 1.54844em;
          padding-right: 1.29036em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .txt1 {
          padding-top: 0.625em;
          padding-left: 1.5em;
          padding-right: 1.25em;
          height: 5.4375em; } }
      #sec4 .slide .item .txt1 span {
        line-height: 1.4;
        color: #515151; }
        @media (max-width: 991px) {
          #sec4 .slide .item .txt1 span {
            font-size: 1.80651em; } }
        @media (min-width: 992px) {
          #sec4 .slide .item .txt1 span {
            font-size: 1.75em; } }
    #sec4 .slide .item .txt2 {
      text-align: center; }
      @media (max-width: 991px) {
        #sec4 .slide .item .txt2 {
          padding-top: 0.64518em;
          padding-left: 1.54844em;
          padding-right: 1.29036em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .txt2 {
          padding-top: 0.375em;
          padding-left: 1.5em;
          padding-right: 1.25em; } }
      #sec4 .slide .item .txt2 span {
        line-height: 1.4;
        color: #e78b3c; }
        @media (max-width: 991px) {
          #sec4 .slide .item .txt2 span {
            font-size: 1.80651em; } }
        @media (min-width: 992px) {
          #sec4 .slide .item .txt2 span {
            font-size: 1.75em; } }
    #sec4 .slide .item .txt3 {
      text-align: center; }
      @media (max-width: 991px) {
        #sec4 .slide .item .txt3 {
          padding-top: 0em;
          padding-left: 1.54844em;
          padding-right: 1.29036em; } }
      @media (min-width: 992px) {
        #sec4 .slide .item .txt3 {
          padding-top: 0em;
          padding-left: 1.5em;
          padding-right: 1.25em; } }
      #sec4 .slide .item .txt3 span {
        line-height: 1.4;
        color: #d97052; }
        @media (max-width: 991px) {
          #sec4 .slide .item .txt3 span {
            font-size: 1.80651em; } }
        @media (min-width: 992px) {
          #sec4 .slide .item .txt3 span {
            font-size: 2em; } }
#sec4 .btns {
  position: relative;
  display: flex !important;
  justify-content: center !important; }
  @media (max-width: 991px) {
    #sec4 .btns {
      padding-top: 0.32259em;
      left: -0.64518em; } }
  @media (min-width: 992px) {
    #sec4 .btns {
      padding-top: 0.3125em;
      left: -0.625em; } }
  @media (max-width: 991px) {
    #sec4 .btns img {
      width: 12.64557em; } }
  @media (min-width: 992px) {
    #sec4 .btns img {
      width: 12.25em; } }
#sec4 .p1 {
  position: absolute;
  z-index: 2; }
  @media (max-width: 991px) {
    #sec4 .p1 {
      left: 2.8388em;
      top: 59.48581em;
      width: 35.93665em;
      height: 15.74245em; } }
  @media (min-width: 992px) {
    #sec4 .p1 {
      left: 1.625em;
      top: 55.875em;
      width: 34.3125em;
      height: 15.5em; } }
#sec4 .slick-prev,
#sec4 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent; }
  @media (max-width: 991px) {
    #sec4 .slick-prev,
    #sec4 .slick-next {
      width: 3.93561em !important;
      height: 7.03249em !important;
      top: 15.09727em; } }
  @media (min-width: 992px) {
    #sec4 .slick-prev,
    #sec4 .slick-next {
      width: 3.8125em !important;
      height: 6.8125em !important;
      top: 14.375em; } }
#sec4 .slick-prev {
  left: -5.16146em;
  background: url("../images/sec4/btn-prev.png") center center no-repeat;
  background-size: 99% 99%; }
  @media (min-width: 992px) {
    #sec4 .slick-prev {
      left: -5em; } }
#sec4 .slick-next {
  right: -5.16146em;
  background: url("../images/sec4/btn-next.png") center center no-repeat;
  background-size: 99% 99%; }
  @media (min-width: 992px) {
    #sec4 .slick-next {
      right: -5em; } }
#sec4 .slick-dots {
  position: absolute;
  bottom: -3.5485em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 992px) {
    #sec4 .slick-dots {
      left: -3.75em;
      bottom: -3.75em; } }
#sec4 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.67747em;
  height: 1.67747em;
  margin: 0 0.80648em;
  border-radius: 0.96777em;
  padding: 0;
  cursor: pointer;
  background: #690b0b;
  overflow: hidden; }
  @media (min-width: 992px) {
    #sec4 .slick-dots li {
      width: 1.625em;
      height: 1.625em;
      margin: 0 0.78125em;
      border-radius: 0.9375em; } }
#sec4 .slick-dots li button {
  border: 0;
  background: #690b0b;
  display: block;
  width: 1.67747em;
  height: 1.67747em;
  outline: none;
  line-height: 0px;
  font-size: 16px;
  color: transparent;
  padding: 0 0.625em;
  cursor: pointer; }
  @media (min-width: 992px) {
    #sec4 .slick-dots li button {
      width: 1.625em;
      height: 1.625em; } }
#sec4 .slick-dots li button:hover, #sec4 .slick-dots li button:focus {
  outline: none; }
#sec4 .slick-dots li button:hover:before, #sec4 .slick-dots li button:focus:before {
  opacity: 1; }
#sec4 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.67747em;
  height: 1.67747em;
  font-family: "slick";
  font-size: 16px;
  line-height: 0.625em;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 992px) {
    #sec4 .slick-dots li button:before {
      width: 1.625em;
      height: 1.625em; } }
#sec4 .slick-dots li.slick-active {
  background: #ea5404; }
#sec4 .slick-dots li.slick-active button {
  background: #ea5404; }
#sec4 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1; }

#right-nav {
  position: fixed;
  z-index: 9;
  opacity: 0.7;
  right: 3.16139em;
  bottom: 2.19362em;
  width: 10.2584em; }
  @media (min-width: 992px) {
    #right-nav {
      right: 1.875em;
      bottom: 1.875em;
      width: 9.9375em; } }
  #right-nav > div {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 1.03229em; }
    @media (min-width: 992px) {
      #right-nav > div {
        margin-bottom: 1em; } }

.btn-scrolltop {
  position: relative;
  display: block;
  z-index: 99;
  width: 5.78083em; }
  @media (min-width: 992px) {
    .btn-scrolltop {
      width: 4em; } }

.btn-go {
  position: relative;
  display: block;
  width: 10.2584em; }
  @media (min-width: 992px) {
    .btn-go {
      width: 9.9375em; } }

.hover-scale {
  transition: all .25s ease-in-out; }
  .hover-scale:hover {
    transform: scale(1.1); }

.hover-up {
  transition: all .25s ease-in-out; }
  .hover-up:hover {
    transform: translatey(-6px); }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes bounceHalf {
  from,
  10%,
  26.5%,
  40%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%,
  21.5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounceHalf {
  from,
  10%,
  26.5%,
  40%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%,
  21.5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.animate__bounceHalf {
  -webkit-animation-name: bounceHalf;
  animation-name: bounceHalf;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); } }
@keyframes floatUp {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); } }
.animate__floatUp {
  -webkit-animation-name: floatUp;
  animation-name: floatUp; }

@-webkit-keyframes floatDown {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }
@keyframes floatDown {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }
.animate__floatDown {
  -webkit-animation-name: floatDown;
  animation-name: floatDown; }

.animate__animated.animate__delay-025s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animate__animated.animate__slower {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

#sec3Rule a {
  color: blue;
  text-decoration: underline; }
  #sec3Rule a:hover {
    text-decoration: none; }
