body {
  overflow-x: hidden;
  background-color: #ffd900;
  font-family: "Microsoft JhengHei", sans-serif;
}

#app {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  #app {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 991px) {
  #app {
    padding-top: 0.9677734375em;
    padding-bottom: 0.9677734375em;
  }
}

.part,
.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper {
  position: relative;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .wrapper {
    width: 115em;
  }
}
@media (max-width: 991px) {
  .wrapper {
    width: 56.7760416667em;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .header-inner {
  position: relative;
  display: flex !important;
}
.header .logo1 {
  position: relative;
}
@media (min-width: 992px) {
  .header .logo1 {
    margin-left: 1.5625em;
    margin-top: 1.625em;
  }
}
@media (max-width: 991px) {
  .header .logo1 {
    margin-left: 1.8065104167em;
    margin-top: 1.2903645833em;
  }
}
.header .logo1 a {
  display: block;
}
@media (min-width: 992px) {
  .header .logo1 img {
    width: 6.3125em;
  }
}
@media (max-width: 991px) {
  .header .logo1 img {
    width: 6.5163411458em;
  }
}
.header .logo2 {
  position: relative;
}
@media (min-width: 992px) {
  .header .logo2 {
    margin-left: 2.375em;
    margin-top: 1.375em;
  }
}
@media (max-width: 991px) {
  .header .logo2 {
    margin-left: 2.5162109375em;
    margin-top: 1.0322916667em;
  }
}
.header .logo2 a {
  display: block;
}
@media (min-width: 992px) {
  .header .logo2 img {
    width: 8.375em;
  }
}
@media (max-width: 991px) {
  .header .logo2 img {
    width: 8.6454427083em;
  }
}

section {
  position: relative;
}

.secAnchor {
  position: absolute !important;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#kv {
  position: relative;
}
@media (min-width: 992px) {
  #kv {
    height: 58.75em;
  }
}
@media (max-width: 991px) {
  #kv {
    height: 109.551953125em;
  }
}
#kv > img {
  position: relative;
  z-index: 2 !important;
}
#kv .parts {
  z-index: 1 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#kv .slogan {
  z-index: 2;
  position: absolute;
}
@media (min-width: 992px) {
  #kv .slogan {
    left: 34.5em;
    top: 3.125em;
    width: 43.5625em;
  }
}
@media (max-width: 991px) {
  #kv .slogan {
    left: 6.0001953125em;
    top: 16.4521484375em;
    width: 44.9692057292em;
    height: 20.1942057292em;
  }
}
#kv .p {
  z-index: 2;
  position: absolute;
  animation: floatY 3s ease-in-out infinite;
}
@media (min-width: 992px) {
  #kv .p {
    left: 74.0625em;
    top: -2.875em;
    width: 22.0625em;
  }
}
@media (max-width: 991px) {
  #kv .p {
    left: 36.9044270833em;
    top: -2.6452473958em;
    width: 22.7749348958em;
  }
}

.inner {
  position: relative;
}

#sec1 {
  z-index: 1;
  position: relative;
  background: #36a9eb;
}
#sec1 .inner {
  position: relative;
}
@media (min-width: 992px) {
  #sec1 .inner {
    min-height: 79.375em;
  }
}
@media (max-width: 991px) {
  #sec1 .inner {
    min-height: 92.1965494792em;
  }
}
#sec1 .title {
  position: relative;
}
#sec1 .p1 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  #sec1 .p1 {
    left: 90.625em;
    top: 33.3125em;
    width: 20.875em;
  }
}
@media (max-width: 991px) {
  #sec1 .p1 {
    left: 34.3882161458em;
    top: 69.4216145833em;
    width: 17.419921875em;
  }
}
#sec1 .p2 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  #sec1 .p2 {
    left: 5.9375em;
    top: 58.125em;
    width: 25.875em;
  }
}
@media (max-width: 991px) {
  #sec1 .p2 {
    left: 1.4839192708em;
    top: 75.1637369792em;
    width: 20.0651692708em;
  }
}
#sec1 .wave {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #sec1 .wave {
    height: 13.125em;
  }
}
@media (max-width: 991px) {
  #sec1 .wave {
    height: 9.0325520833em;
  }
}
#sec1 .tabs {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
#sec1 .tabs .ep {
  position: relative;
}
@media (min-width: 992px) {
  #sec1 .tabs .ep {
    margin: 0 1.0625em;
  }
}
@media (max-width: 991px) {
  #sec1 .tabs .ep {
    margin: 0 1.6129557292em;
  }
}
@media (min-width: 992px) {
  #sec1 .tabs .ep img {
    width: 8.5em;
  }
}
@media (max-width: 991px) {
  #sec1 .tabs .ep img {
    width: 12.7100911458em;
  }
}
#sec1 .tabs .ep.active img:nth-child(1) {
  display: none;
}
#sec1 .tabs .ep.active img:nth-child(2) {
  display: block;
}
#sec1 .tabs .ep:not(.active):hover {
  cursor: pointer;
}
#sec1 .tabs .ep:not(.active) img:nth-child(1) {
  display: block;
}
#sec1 .tabs .ep:not(.active) img:nth-child(2) {
  display: none;
}
#sec1 .contents {
  position: relative;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 991px) {
  #sec1 .contents {
    margin-top: 2.7742838542em;
    width: 50.4532552083em;
    height: 29.0977213542em;
  }
}
@media (min-width: 992px) {
  #sec1 .contents {
    margin-top: 2.25em;
    width: 60.625em;
    height: 35em;
  }
}
#sec1 .contents .ep {
  position: relative;
}
@media (max-width: 991px) {
  #sec1 .contents .ep {
    width: 48.3241536458em;
    height: 27.4202473958em;
  }
}
@media (min-width: 992px) {
  #sec1 .contents .ep {
    width: 58.1875em;
    height: 33em;
  }
}
#sec1 .contents .ep iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sec1 .contents .ep .comming_soon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#sec1 .contents .ep .comming_soon span {
  color: #0f73cc;
  font-weight: bold;
}
@media (min-width: 992px) {
  #sec1 .contents .ep .comming_soon span {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec1 .contents .ep .comming_soon span {
    font-size: 2.1936197917em;
  }
}
#sec1 .contents .ep:not(.active) {
  display: none;
}

#sec2 {
  z-index: 2;
  position: relative;
  background-color: #c7e6f2;
}
#sec2 .inner {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .inner {
    padding-top: 7.75em;
    min-height: 165em;
  }
}
@media (max-width: 991px) {
  #sec2 .inner {
    padding-top: 6.3873046875em;
    min-height: 373.7541015625em;
  }
}
#sec2 .ls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #sec2 .ls {
    width: 98.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .ls {
    width: 50.32421875em;
  }
}
#sec2 .box-group {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .box-group {
    display: flex !important;
    justify-content: space-between !important;
  }
}
#sec2 .box {
  position: relative;
  background-color: rgb(255, 255, 255);
}
#sec2 .box .large-title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  #sec2 .box {
    border-radius: 1.875em;
  }
}
@media (max-width: 991px) {
  #sec2 .box {
    border-radius: 1.935546875em;
  }
}
#sec2 .box .divider {
  position: relative;
  background: #009944;
}
@media (min-width: 992px) {
  #sec2 .box .divider {
    height: 3px;
    margin-top: 1.5625em;
    margin-bottom: 0.3125em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .divider {
    height: 2px;
    margin-top: 1.6129557292em;
    margin-bottom: 1.2903645833em;
  }
}
@media (min-width: 992px) {
  #sec2 .box table {
    line-height: 1.75;
  }
}
@media (max-width: 991px) {
  #sec2 .box table {
    line-height: 1.55;
  }
}
#sec2 .box table td {
  position: relative;
  font-weight: 500;
}
@media (min-width: 992px) {
  #sec2 .box table td {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .box table td {
    font-size: 2.0645833333em;
  }
}
#sec2 .box table td b {
  font-weight: 900;
}
#sec2 .box table th {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .box table th {
    width: 1.5625em;
  }
}
@media (max-width: 991px) {
  #sec2 .box table th {
    text-align: center;
    width: 2.709765625em;
    vertical-align: top;
    line-height: 3.5;
  }
}
#sec2 .box table th:after {
  content: "";
  position: relative;
  background: #fb6f92;
}
@media (min-width: 992px) {
  #sec2 .box table th:after {
    display: block;
    width: 0.8125em;
    height: 0.8125em;
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  #sec2 .box table th:after {
    display: inline-block;
    width: 1.161328125em;
    height: 1.161328125em;
    border-radius: 50%;
  }
}
#sec2 .box .info {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .box .info {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}
#sec2 .box .info .price {
  position: relative;
  font-weight: bold;
}
@media (min-width: 992px) {
  #sec2 .box .info .price {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .info .price {
    font-size: 2.0645833333em;
    padding-left: 0.77421875em;
    line-height: 1.4;
  }
}
#sec2 .box .info .price .num {
  color: #ea5404;
}
@media (min-width: 992px) {
  #sec2 .box .info .price .num {
    font-size: 2.1em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .info .price .num {
    font-size: 1.6em;
  }
}
#sec2 .box .info .price > div {
  display: flex !important;
  align-items: center !important;
}
#sec2 .box .info .btns {
  position: relative;
}
@media (max-width: 991px) {
  #sec2 .box .info .btns {
    display: flex !important;
    justify-content: center !important;
    padding: 1.2903645833em;
  }
}
#sec2 .box .info .btns a {
  position: relative;
  text-decoration: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: rgb(234, 84, 4);
  text-align: center;
}
#sec2 .box .info .btns a:hover {
  scale: 0.97;
}
@media (min-width: 992px) {
  #sec2 .box .info .btns a {
    border-radius: 0.625em;
    width: 10.6875em;
    height: 3.0625em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .info .btns a {
    border-radius: 0.625em;
    width: 15.0327473958em;
    height: 4.258203125em;
  }
}
#sec2 .box .info .btns a span {
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 992px) {
  #sec2 .box .info .btns a span {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .info .btns a span {
    font-size: 2.4516927083em;
  }
}
#sec2 .box .notes p {
  padding-top: 1em;
}
@media (min-width: 992px) {
  #sec2 .box .notes p {
    text-align: center;
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .notes p {
    font-size: 1.8065104167em;
    font-weight: 500;
    padding-left: 1.5em;
    padding-right: 0.5em;
  }
}
@media (min-width: 992px) {
  #sec2 .box .title {
    padding-left: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .title {
    padding-left: 1.5484375em;
  }
}
#sec2 .box .title img {
  width: auto;
}
@media (min-width: 992px) {
  #sec2 .box .title img {
    height: 2em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .title img {
    height: 2.709765625em;
  }
}
@media (min-width: 992px) {
  #sec2 .box .tags {
    padding: 0.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .tags {
    padding: 0.77421875em;
    text-align: center;
  }
}
#sec2 .box .tags span {
  color: #0f73cc;
  font-weight: bold;
}
@media (min-width: 992px) {
  #sec2 .box .tags span {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .tags span {
    font-size: 2.1936197917em;
  }
}
#sec2 .box .mark {
  background: #ffd900;
}
@media (min-width: 992px) {
  #sec2 .box .mark {
    padding: 0 0 0 0.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .mark {
    padding: 0 0 0 0.77421875em;
    text-align: center;
  }
}
#sec2 .box .mark span {
  font-weight: bold;
}
@media (min-width: 992px) {
  #sec2 .box .mark span {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .box .mark span {
    font-size: 2.0645833333em;
  }
}
@media (min-width: 992px) {
  #sec2 .box1 {
    padding-top: 1.0625em;
    min-height: 58.75em;
    margin-bottom: 2.6875em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 {
    padding-bottom: 1.2903645833em;
    min-height: 125.810546875em;
    margin-bottom: 5.806640625em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 .large-title {
    top: -0.9677734375em;
  }
}
@media (min-width: 992px) {
  #sec2 .box1 .large-title img {
    width: 67.375em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 .large-title img {
    width: 46.3240885417em;
  }
}
#sec2 .box1 .p {
  position: absolute;
}
@media (min-width: 992px) {
  #sec2 .box1 .p {
    left: 81.6875em;
    top: -7.75em;
    width: 15.4375em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 .p {
    left: 34.9043619792em;
    top: -6.3873046875em;
    width: 11.4197265625em;
  }
}
#sec2 .box1 ._row {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .box1 ._row {
    display: flex !important;
    align-items: center !important;
    margin-top: 2.4375em;
    padding-left: 1.875em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 ._row {
    margin-top: 1.4194010417em;
  }
}
#sec2 .box1 .contents {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .box1 .contents {
    width: 43.75em;
    margin-left: 2.8125em;
    top: 0.9375em;
  }
}
@media (max-width: 991px) {
  #sec2 .box1 .contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5485026042em;
    width: 47.7434895833em;
  }
}
@media (max-width: 991px) {
  #sec2 .box2 {
    margin-bottom: 8.0647786458em;
  }
}
#sec2 .box2 .p {
  position: absolute;
}
@media (min-width: 992px) {
  #sec2 .box2 .p {
    left: -4.4375em;
    bottom: -7.0625em;
    width: 8.875em;
  }
}
@media (max-width: 991px) {
  #sec2 .box2 .p {
    left: -1.6129557292em;
    bottom: -4.5162760417em;
    width: 9.1615885417em;
  }
}
#sec2 .box3 .p {
  position: absolute;
}
@media (min-width: 992px) {
  #sec2 .box3 .p {
    left: -4.0625em;
    bottom: -7.125em;
    width: 11.8125em;
  }
}
@media (max-width: 991px) {
  #sec2 .box3 .p {
    right: -1.161328125em;
    bottom: -5.806640625em;
    width: 12.1939453125em;
  }
}
#sec2 .box3 .mark {
  background: #ffd900;
}
@media (min-width: 992px) {
  #sec2 .box3 .mark {
    padding: 0 0 0 0.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .box3 .mark {
    padding: 0 0 0 0.77421875em;
  }
}
#sec2 .box3 .mark span {
  font-weight: bold;
}
@media (min-width: 992px) {
  #sec2 .box3 .mark span {
    letter-spacing: -0.0625em;
  }
}
#sec2 .style1 .slide {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .style1 .slide {
    margin: 0;
    width: 46.25em;
    height: 32.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .style1 .slide {
    margin-left: auto;
    margin-right: auto;
    width: 47.7434895833em;
    height: 33.5494791667em;
  }
}
#sec2 .style1 .slide .item {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .style1 .slide .item {
    width: 46.25em;
    height: 32.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .style1 .slide .item {
    width: 47.7434895833em;
    height: 33.5494791667em;
  }
}
@media (max-width: 991px) {
  #sec2 .style1 .price > div {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  #sec2 .style2 {
    min-height: 56.25em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 {
    min-height: 77.421875em;
  }
}
#sec2 .style2 .slide {
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 992px) {
  #sec2 .style2 .slide {
    width: 46.9375em;
    height: 26.25em;
    border-radius: 1.875em 1.875em 0 0;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 .slide {
    width: 50.3887369792em;
    height: 28.1944661458em;
    border-radius: 1.935546875em 1.935546875em 0 0;
  }
}
#sec2 .style2 .slide .item {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .style2 .slide .item {
    width: 46.9375em;
    height: 26.25em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 .slide .item {
    width: 50.3887369792em;
    height: 28.1944661458em;
  }
}
#sec2 .style2 .slide .item img {
  scale: 1.01;
}
#sec2 .style2 table {
  line-height: 1.75;
}
@media (min-width: 992px) {
  #sec2 .style2 table {
    margin: 0.75em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 table {
    width: 100.5%;
    margin: 0.77421875em;
    margin-right: 0em;
  }
}
#sec2 .style2 table td {
  position: relative;
  font-weight: 500;
}
@media (min-width: 992px) {
  #sec2 .style2 table td {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 table td {
    font-size: 1.935546875em;
    line-height: 1.6;
  }
}
#sec2 .style2 table td b {
  font-weight: 900;
}
#sec2 .style2 .divider {
  position: relative;
  height: 3px;
  background: #009944;
}
@media (min-width: 992px) {
  #sec2 .style2 .divider {
    margin-left: 0.625em;
    margin-right: 0.625em;
    margin-top: 1.5625em;
    margin-bottom: 0.3125em;
  }
}
@media (min-width: 992px) {
  #sec2 .style2 .info {
    padding-left: 0.875em;
    padding-right: 0.625em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 .info {
    padding-left: 0em;
    padding-right: 0em;
  }
}
#sec2 .style2 .contents {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .style2 .contents {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 .contents {
    padding: 2.1936197917em 1.5484375em 1.5484375em 1.5484375em;
  }
}
@media (max-width: 991px) {
  #sec2 .style2 .price > div {
    display: flex !important;
    justify-content: center !important;
  }
}
#sec2 .slick-dots {
  position: absolute;
  bottom: 0.77421875em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 992px) {
  #sec2 .slick-dots {
    bottom: 0.75em;
  }
}
#sec2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.6774739583em;
  height: 1.6774739583em;
  margin: 0 0.77421875em;
  border-radius: 0.77421875em;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sec2 .slick-dots li {
    width: 1.625em;
    height: 1.625em;
    margin: 0 0.75em;
    border-radius: 50%;
  }
}
#sec2 .slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  width: 1.935546875em;
  height: 1.935546875em;
  outline: none;
  line-height: 0px;
  font-size: 16px;
  color: transparent;
  padding: 0 0.6451822917em;
  cursor: pointer;
}
@media (min-width: 992px) {
  #sec2 .slick-dots li button {
    width: 1.875em;
    height: 1.875em;
    padding: 0 0.625em;
  }
}
#sec2 .slick-dots li button:hover,
#sec2 .slick-dots li button:focus {
  outline: none;
}
#sec2 .slick-dots li button:hover:before,
#sec2 .slick-dots li button:focus:before {
  opacity: 1;
}
#sec2 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.935546875em;
  height: 1.935546875em;
  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) {
  #sec2 .slick-dots li button:before {
    width: 1.875em;
    height: 1.875em;
  }
}
#sec2 .slick-dots li.slick-active {
  background: #ffde00;
}
#sec2 .slick-dots li.slick-active button {
  background: #ffde00;
}
#sec2 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
#sec2 .links-wrap {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .links-wrap {
    padding-top: 9.375em;
  }
}
@media (max-width: 991px) {
  #sec2 .links-wrap {
    padding-top: 11.2906901042em;
  }
}
#sec2 .links-wrap .links {
  position: relative;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  #sec2 .links-wrap .links a {
    margin: 0.40625em;
  }
}
@media (max-width: 991px) {
  #sec2 .links-wrap .links a {
    margin: 0.4516276042em;
  }
}
#sec2 .links-wrap .links a:hover {
  scale: 0.97;
}
@media (min-width: 992px) {
  #sec2 .links-wrap .links img {
    width: 19.875em;
  }
}
@media (max-width: 991px) {
  #sec2 .links-wrap .links img {
    width: 24.8395182292em;
  }
}
#sec2 .wave {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .wave {
    padding-top: 1.875em;
  }
}
@media (max-width: 991px) {
  #sec2 .wave {
    padding-top: 3.5485026042em;
  }
}

.btn-scrolltop {
  position: fixed;
  display: none;
  z-index: 90;
}
@media (max-width: 991px) {
  .btn-scrolltop {
    right: 1.3548828125em;
    bottom: 20.4522786458em;
    width: 3.9356119792em;
    height: 3.9356119792em;
  }
}
@media (min-width: 992px) {
  .btn-scrolltop {
    right: 2.9375em;
    bottom: 10em;
    width: 5.5em;
    height: 5.5em;
  }
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -105vh;
  left: 0;
  z-index: 999999;
  background: #ffd900;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

body.loading {
  overflow: hidden;
}
body.loading #loading {
  top: 0;
  left: 0;
  opacity: 1;
}

#wowslider-container1 {
  zoom: 1;
  position: absolute;
  z-index: 0 !important;
  width: 100%;
  margin: 0px auto 0px;
  text-align: left;
  font-size: inherit !important;
  text-shadow: none;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  #wowslider-container1 {
    display: none;
  }
}
@media (min-width: 992px) {
  #wowslider-container1 {
    display: table;
    width: 115em;
    height: 52.625em;
  }
}

#wowslider-container1 .ws_images ul {
  position: relative;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
}

#wowslider-container1 .ws_images ul li {
  position: relative;
  overflow: hidden;
  float: left;
  /*font-size:0;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  vertical-align: top;
  border: none;
  overflow: hidden;
}

#wowslider-container1 img {
  max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}

#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
  display: none !important;
}

#wowslider-container1_m {
  zoom: 1;
  position: absolute;
  z-index: 0 !important;
  width: 100%;
  margin: 0px auto 0px;
  text-align: left;
  font-size: inherit !important;
  text-shadow: none;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  #wowslider-container1_m {
    display: table;
    width: 56.7760416667em;
    height: 104.0033854167em;
  }
}
@media (min-width: 992px) {
  #wowslider-container1_m {
    display: none;
  }
}

#wowslider-container1_m .ws_images ul {
  position: relative;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
}

#wowslider-container1_m .ws_images ul li {
  position: relative;
  overflow: hidden;
  float: left;
  /*font-size:0;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

#wowslider-container1_m .ws_images {
  position: relative;
  left: 0;
  top: 0;
  vertical-align: top;
  border: none;
  overflow: hidden;
}

#wowslider-container1_m img {
  max-width: none !important;
}

#wowslider-container1_m .ws_images .ws_list img,
#wowslider-container1_m .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}

#wowslider-container1_m a {
  text-decoration: none;
  outline: none;
  border: none;
  display: none !important;
}