/* ============================================================
COLOR Definition
============================================================ */
/* ============================================================
ELEMENTS
============================================================ */

/* 麵包屑 */
#bread_crumbs { position: absolute; z-index: 1; left: 3%; top: 100px; }
#bread_crumbs .breadcrumb-item { display: inline-block; color: #e7e7e7; font-size: 16px; }
#bread_crumbs .breadcrumb-item .link-to { color: #e7e7e7; opacity: 0.9; transition: 0.15s linear; }
#bread_crumbs .breadcrumb-item .link-to:hover { opacity: 1; color: #fff; }
#bread_crumbs .breadcrumb-item img { margin-right: 5px; display: inline; vertical-align: baseline; }
#bread_crumbs .breadcrumb-item::before { content: '/'; margin: 0 10px; }
#bread_crumbs .breadcrumb-item:nth-child(1)::before { content: ''; margin: 0;}
#bread_crumbs .breadcrumb-item.active { color: #fff; font-weight: 700; }
#bread_crumbs .breadcrumb-item.active .link-to { color: #fff; opacity: 1;cursor: auto; }
#login-modal h4 {color: black}
#continueMsg-modal h4 {color: black}
#contractMsg-modal h4 {color: black}
#popup-share-modal h4 {color: black}
#contractMsg-modal .contractInfo {color: black}
.swiper-slide.packages-item.on {
	transform: scale(1.08);
	z-index: 9;
	border: 2px solid #ffffff !important;
}

h1 {
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
}

@media (orientation: landscape) and (min-width: 900px) {
  h1 {
    font-size: 2.2em;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  h1 {
    font-size: 2.75em;
  }
}

h2 {
  max-width: 90%;
  position: relative;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  h2 {
    font-size: 2.5em;
  }
}

h4 {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

@media (min-width: 900px) {
  h4 {
    font-size: 1.25em;
  }
}

/* ============================================================
LAYOUT
============================================================ */
header {
  width: 100vw;
  position: relative;
  /*margin: 0 auto;*/
  height: 70vh;
  max-height: 700px;
  background: radial-gradient(ellipse 70% 60% at center, rgba(18, 23, 44, 0.4), rgba(18, 23, 44, 0.9), #12172c), url("/img/packages/header_bg-m.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media (orientation: landscape) and (min-width: 900px) {
  header {
    height: 530px;
    background: radial-gradient(ellipse farthest-corner at 80% 20%, rgba(18, 23, 44, 0.2), #12172c, #12172c), url("/img/packages/header_bg.jpg"), #12172C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  header {
    background: radial-gradient(ellipse farthest-corner at 80% 42%, rgba(18, 23, 44, 0.2), rgba(18, 23, 44, 0.2), #12172c, #12172c), url("/img/packages/header_bg.jpg"), #12172C;
    background-repeat: no-repeat;
    background-size: 1125px, contain, cover;
    background-position: 100% 0;
  }
}

.header-content {
  width: 86%;
  max-width: 320px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content {
    width: 50%;
    max-width: none;
    top: 60%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.header-content h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 4px solid #00afeb;
}

.header-content h3 {
  width: 100%;
  position: relative;
  margin: 20px 0;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content h3 {
    font-size: 1.3em;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  .header-content h3 {
    font-size: 1.5em;
  }
}

.header-content p.header-price {
  font-size: .875em;
  font-weight: 400;
  color: #cecece;
  margin-top: 40px;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content p.header-price {
    font-size: 1em;
  }
}

.header-content p.header-price em {
  margin-left: 5px;
  font-size: 2.14em;
  font-weight: 700;
  color: #fff;
}

.header-content p.header-price em span {
  font-size: .53em;
  font-weight: 500;
}

.header-content .header-btns-container {
  margin: 20px 0;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content .header-btns-container {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-content .header-btns-container .header-btn {
  width: 100%;
  position: relative;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 1em;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content .header-btns-container .header-btn {
    height: 50px;
    line-height: 49px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 1.125em;
  }
}

.header-content .header-btns-container .header-btn:nth-last-child(1) {
  margin-bottom: 0;
  margin-right: 0;
}

.header-content .header-btns-container .header-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-content .header-btns-container .header-btn.blue {
  border: 1px solid #1b62b4;
  background: #1b62b4;
  color: #fff;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content .header-btns-container .header-btn.blue {
    width: 200px;
  }
  .header-content .header-btns-container .header-btn.blue:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1b62b4;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  .header-content .header-btns-container .header-btn.blue {
    width: 240px;
  }
}

.header-content .header-btns-container .header-btn.gray-border {
  border: 1px solid #e7e7e7;
  color: #e7e7e7;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content .header-btns-container .header-btn.gray-border {
    width: 150px;
  }
  .header-content .header-btns-container .header-btn.gray-border:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1b62b4;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  .header-content .header-btns-container .header-btn.gray-border {
    width: 160px;
  }
}

.header-content .text-link {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

.header-content .text-link a {
  color: #cecece;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

@media (orientation: landscape) and (min-width: 900px) {
  .header-content .text-link {
    text-align: left;
  }
  .header-content .text-link:hover a {
    color: #fff;
  }
}

section {
  width: 100%;
  position: relative;
  padding: 50px 0 60px;
}

@media (min-width: 900px) {
  section {
    padding: 80px 0 90px!important;
  }
}

@media (min-width: 300px) {
  section {
    padding: 80px 0 90px!important;
  }
}

section.features {
  background: #12172C;
}

section.features .features-container {
  padding: 0 20px 40px;
  margin-top: 20px;
}

@media (min-width: 900px) {
  section.features .features-container {
    margin-top: 60px;
  }
  section.features .features-container .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.features .feature-item {
  width: 120px;
  position: relative;
  margin-right: 10px;
}

@media (min-width: 900px) {
  section.features .feature-item {
    margin-right: 30px;
  }
}

section.features .feature-item:nth-last-child(1) {
  margin-right: 0;
}

section.features .feature-item .feature-img {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}

section.features .feature-item .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.features .feature-item .feature-text {
  width: 100%;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

section.packages .packages-tabs-container {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

@media (min-width: 900px) {
  section.packages .packages-tabs-container {
    margin-top: 40px;
  }
}

section.packages .packages-tabs-container .packages-tabs {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #999;
}

section.packages .packages-tabs-container .packages-tabs .tab-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 20px 10px;
  font-size: 1em;
  font-weight: 400;
  color: #cecece;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

@media (min-width: 900px) {
  section.packages .packages-tabs-container .packages-tabs .tab-item {
    font-size: 1.25em;
  }
}

section.packages .packages-tabs-container .packages-tabs .tab-item.active {
  color: #00afeb;
  border-bottom: 3px solid #00afeb;
}

section.packages .packages-tabs-container .tab-btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 10%;
  bottom: 10px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.packages .packages-tabs-container .tab-btns .tab-btn-item {
  position: relative;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
  padding: 6px 13px;
  border-radius: 10000px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: .15s linear;
  transition: .15s linear;
  cursor: pointer;
}

section.packages .packages-tabs-container .tab-btns .tab-btn-item:nth-last-child(1) {
  margin-right: 0;
}

section.packages .packages-tabs-container .tab-btns .tab-btn-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.packages .packages-tabs-container .tab-btns .tab-btn-item.blue {
  background: #1b62b4;
  border: 1px solid #1b62b4;
}

section.packages .packages-tabs-container .tab-btns .tab-btn-item.white-border {
  border: 1px solid #fff;
}

@media (min-width: 900px) {
  section.packages .packages-tabs-container .tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.packages .packages-tabs-container .tab-btns .tab-btn-item:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1b62b4;
  }
}

section.packages .packages-content {
  display: none;
}

section.packages .packages-content.active {
  display: block;
}

section.packages .packages-content .packages-content-info {
  width: 90%;
  position: relative;
  margin: 20px auto;
  font-size: .875em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-content-info {
    font-size: 1em;
  }
}

section.packages .packages-content .packages-container {
  overflow: visible;
  padding-bottom: 20px;
}

section.packages .packages-content .packages-container .swiper-horizontal > .swiper-pagination-bullets, section.packages .packages-content .packages-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}

section.packages .packages-content .packages-container .swiper-button-prev:after, section.packages .packages-content .packages-container .swiper-rtl .swiper-button-next:after {
  color: #fff;
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
  padding: 15px 20px;
}

section.packages .packages-content .packages-container .swiper-button-next:after, section.packages .packages-content .packages-container .swiper-rtl .swiper-button-prev:after {
  color: #fff;
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
  padding: 15px 20px;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-button-prev, section.packages .packages-content .packages-container .swiper-button-next, section.packages .packages-content .packages-container .swiper-pagination {
    display: none;
  }
}

section.packages .packages-content .packages-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 30px auto;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper {
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item {
  width: 280px;
  height: 100%;
  position: relative;
  background: rgba(98, 119, 208, 0.2);
  border: 1px solid #4F60AA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item {
    margin: 40px 10px 80px;
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container {
  width: 86%;
  min-height: 220px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-title {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #4F60AA;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-price {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-price em {
  font-size: 3.375em;
  font-weight: 900;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-other-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 5px auto;
  font-size: .875em;
  font-weight: 400;
  color: #fff;
  padding: 4px 7px;
  border-radius: 5px;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-other-info span {
  vertical-align: text-bottom;
  filter: drop-shadow(1px 2px 2px #067499);
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-other-info.emphasize {
  text-align: center;
  font-size: 1.125em;
  margin: 20px auto;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-size: 1.125em;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 1000px;
  color: #fff;
  background: #1b62b4;
  white-space: nowrap;
  -webkit-transition: .15s linear;
  transition: .15s linear;
  -webkit-box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0.7);
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-btn:hover {
    color: #1b62b4;
    background: #fff;
    -webkit-transform: translate(-50%, 50%) scale(1.1);
            transform: translate(-50%, 50%) scale(1.1);
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-btn.packages-cureent {
  color: #9faeeb;
  background: #222f61;
  -webkit-box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0);
  border: 1px solid #4F60AA;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-container .packages-btn.packages-cureent:hover {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background: radial-gradient(farthest-corner at 80.18% 17.68%, #00AFEB 44.58%, #3C80BE 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-filter: drop-shadow(1px 2px 2px 0px #009FD5);
    filter: drop-shadow(1px 2px 2px 0px #009FD5);
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-title::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-price {
  width: 115%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  margin-top:20px;
}
 
section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-price .packages-price-p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  line-height: 1.6em;
}
 
section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-price .packages-price-p::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
}
 
section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-price .packages-price-em {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  font-size: 3.75em;
  font-weight: 900;
  color: #fff;
  line-height: 1em;
}
 
section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-price .packages-price-em::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 6px #067499;
  text-stroke: 6px #067499;
}
 
section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-other-info::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
  margin-top: 1px;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #1b62b4;
  -webkit-box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0.7);
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-btn:hover {
    color: #fff;
    background: #1b62b4;
    border: 1px solid #1b62b4;
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-btn.packages-cureent {
  color: #b4dffa;
  background: #00AFEB;
  -webkit-box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 8px 9px 0px rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .packages-btn.packages-cureent:hover {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item.special .special-tag {
  position: absolute;
  top: -12px;
  left: 20px;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-sale-tag {
  position: absolute;
  top: 80px;
  left: -10px;
  font-size: .75em;
  font-weight: 500;
  color: #fff;
  padding: 4px 4% 4px 15%;
  background: #ff8400;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-sale-tag::before {
  content: '';
  display: table;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #A05301;
  border-left: 10px solid transparent;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-sale-tag::after {
  content: '';
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid #131D47;
  border-right: 7px solid transparent;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-sale-tag .tag-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid #222f61;
  border-left: 8px solid transparent;
}

section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-term {
  width: 80%;
  position: absolute;
  top: 100%;
  left: 10%;
  padding: 20px 10px 15px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9faeeb;
  text-align: center;
  font-size: .875em;
  cursor: pointer;
  background: #222f61;
  border: 1px solid #4F60AA;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: .7;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

@media (min-width: 900px) {
  section.packages .packages-content .packages-container .swiper-wrapper .packages-item .packages-item-term:hover {
    opacity: 1;
  }
}

section.comparison {
  background: #000;
}

section.comparison .comparison-table {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: 20px auto 0;
  display: table;
}

section.comparison .comparison-table .table-emphasize {
  position: absolute;
  width: calc((100% - 350px)/3 + 13px);
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translate(6px, -6px);
          transform: translate(6px, -6px);
  border: 6px solid #00F2FE;
  border-radius: 5px;
  pointer-events: none;
}

section.comparison .comparison-table .table-emphasize .special-tag {
  position: absolute;
  top: 10px;
  right: 0;
}

section.comparison .comparison-table .table-emphasize .special-tag .special-text {
  display: none;
}

@media (min-width: 500px) {
  section.comparison .comparison-table .table-emphasize {
    width: calc((100% - 250px)/3 + 16px);
  }
}

@media (min-width: 900px) {
  section.comparison .comparison-table .table-emphasize {
    width: calc((100% - 350px)/3 + 13px);
  }
  section.comparison .comparison-table .table-emphasize .special-tag {
    top: -10px;
    right: -5px;
  }
  section.comparison .comparison-table .table-emphasize .special-tag .special-text {
    display: block;
  }
}

section.comparison .comparison-table .comparison-tr {
  display: table-row;
}

section.comparison .comparison-table .comparison-tr .comparison-td {
  width: calc((100% - 160px)/3);
  position: relative;
  display: table-cell;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2A2E39;
  border-radius: 7px;
  border: 3px solid #000;
  font-size: .75em;
  font-weight: 400;
  vertical-align: middle;
}

@media (min-width: 900px) {
  section.comparison .comparison-table .comparison-tr .comparison-td {
    font-size: .875em;
  }
}

section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(1) {
  width: 100px;
  background: rgba(27, 98, 180, 0.5);
}

@media (min-width: 500px) {
  section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(1) {
    width: 120px;
  }
}

@media (min-width: 900px) {
  section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(1) {
    width: 160px;
  }
}

section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(4) {
   background: #00afeb;
   text-shadow: 2px 2px 1px #067499, -2px -2px 1px #067499;
   -webkit-filter: drop-shadow(0 1px 2px #067499);
   filter: drop-shadow(0 1px 2px #067499);
   text-shadow: 0 1px 2px #067499;
   font-weight: 900;
}

section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(4) span {
   -webkit-filter: drop-shadow(0 2px 2px #067499);
   filter: drop-shadow(0 2px 2px #067499);
}


section.comparison .comparison-table .comparison-tr .comparison-td:nth-child(4)::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
  margin-top: 1px;
}
 
section.comparison .comparison-table .comparison-tr .comparison-td em {
  font-size: .857em;
}
 
section.comparison .comparison-table .comparison-tr .comparison-td em::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
  margin-top: 2px;
}

section.comparison .comparison-table .comparison-tr .comparison-td span {
  vertical-align: text-bottom;
  margin-left: 3px;
  cursor: pointer;
  height: 16px;
  position: relative;
}

section.comparison .comparison-table .comparison-tr .comparison-td span img {
  height: 14px;
}

@media (min-width: 900px) {
  section.comparison .comparison-table .comparison-tr .comparison-td span img {
    height: 16px;
  }
}

section.comparison .comparison-table .comparison-tr .comparison-td span.check {
  margin-left: 0;
  cursor: default;
  width: 24px;
  height: auto;
}

section.comparison .comparison-table .comparison-tr .comparison-td span.check img {
  width: 24px;
}

section.qa {
  background: #fff;
}

section.qa h2 {
  color: #333;
}

section.qa .qa-container {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: 20px auto 0;
}

section.qa .qa-container .qa-item {
  width: 100%;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

section.qa .qa-container .qa-item .qa-question {
  position: relative;
  font-size: 1.125em;
  font-weight: 700;
  text-align: left;
  color: #1b62b4;
  line-height: 1.5em;
  margin-bottom: 10px;
}

section.qa .qa-container .qa-item .qa-answer {
  position: relative;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: #575757;
  line-height: 1.7em;
}

section.qa .qa-container .qa-item .qa-answer em {
  color: #00afeb;
}

section.qa .qa-container .qa-item .qa-answer a {
  color: #00afeb;
  text-decoration: underline;
}

section.qa .qa-container .qa-item .qa-list {
  list-style: disc;
}

section.qa .qa-container .qa-item .qa-list .qa-list-item {
  list-style: disc;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: #575757;
  line-height: 1.7em;
  margin-left: 1.5em;
}

@media (orientation: landscape) and (min-width: 900px) {
	section.qa .qa-container .qa-item .qa-list .qa-list-item {
		margin-left: -1em;
	}
}

section.qa .qa-container .qa-item.flex-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.qa .qa-container .qa-item.flex-container .qa-text {
  width: 100%;
}

section.qa .qa-container .qa-item.flex-container .qa-img {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

section.qa .qa-container .qa-item.flex-container .qa-img img {
  width: 100%;
}

@media (min-width: 700px) {
  section.qa .qa-container .qa-item.flex-container .qa-text {
    width: calc(100% - 330px);
  }
  section.qa .qa-container .qa-item.flex-container .qa-img {
    width: 320px;
    margin-top: 0;
  }
}

section.qa .qa-container .qa-item .qa-table {
  width: 100%;
  position: relative;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table {
    display: table;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr {
    display: table-row;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td {
  width: calc(100% - 120px);
  position: relative;
  text-align: center;
  padding: 11px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  border: 3px solid #fff;
  font-size: .875em;
  font-weight: 900;
  color: #333;
  background: #cecece;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td {
    width: calc((100% - 120px)/3);
    display: table-cell;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td:nth-child(1) {
  background: #cecece;
  color: #333;
  width: 120px;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td:nth-child(1) {
    background: rgba(87, 87, 87, 0.5);
    color: #fff;
    width: 120px;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td:nth-child(2) {
    background: #999999;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td:nth-child(3) {
    background: #cecece;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td:nth-child(4) {
    background: #e7e7e7;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td .qa-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 5px auto;
  font-size: .9375em;
  font-weight: 400;
  padding: 5px 15px;
  color : #1b62b4;
  background: #fff;
  border-radius: 1000px;
  cursor: pointer;
}

section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td .qa-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td .qa-btn {
    -webkit-transition: .15s linear;
    transition: .15s linear;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr .qa-td .qa-btn:hover {
   	background: #1b62b4;
    color: #fff;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) {
  margin-bottom: 3px;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) {
    margin-bottom: 0;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td {
  width: calc(100%/3);
  font-weight: 700;
  cursor: pointer;
  background: none;
  border-bottom: 3px solid #cecece;
  border-radius: 0;
  color: #575757;
  padding: 6px 10px;
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td.active {
  background: none;
  border-bottom: 5px solid #00afeb;
  color: #00afeb;
  opacity: 1;
  z-index: 99;
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td.active::after {
  content: '';
  display: table;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #00afeb transparent transparent transparent;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td {
    width: calc((100% - 120px)/3);
    opacity: 1;
    cursor: default;
    border-radius: 7px;
    border: 3px solid #fff;
    font-size: .875em;
    font-weight: 700;
    color: #333;
    padding: 11px 10px;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(1) {
    background: rgba(87, 87, 87, 0.5);
    color: #fff;
    width: 120px;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(2) {
    background: #999999;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(3) {
    background: #cecece;
  }
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(4) {
    background: #e7e7e7;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(1) {
  display: none;
}

@media (min-width: 800px) {
  section.qa .qa-container .qa-item .qa-table .qa-tr:nth-child(1) .qa-td:nth-child(1) {
    width: 120px;
    display: table-cell;
  }
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-last-child(1) .qa-td	{
	background: #00afeb;
	color: #fff;
	text-shadow: 2px 2px 1px #067499, -2px -2px 1px #067499;
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-last-child(1) .qa-td .qa-btn {
   -webkit-text-stroke:0;
   -webkit-filter: drop-shadow(0 3px 3px #067499);
   filter: drop-shadow(0 3px 3px #067499);
   text-shadow: 0 0 0 transparent;
}

section.qa .qa-container .qa-item .qa-table .qa-tr:nth-last-child(1) .qa-td .table-stroke {
  position: relative;
  z-index: 2;
}
 
section.qa .qa-container .qa-item .qa-table .qa-tr:nth-last-child(1) .qa-td .table-stroke::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #067499;
  text-stroke: 5px #067499;
}

section.sale {
  background: #000;
}

section.sale .sale-container {
  width: 90%;
  max-width: 650px;
  position: relative;
  margin: 20px auto 0;
}

section.sale .sale-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.sale .sale-item .sale-img {
  width: 100%;
  position: relative;
  padding-bottom: 66.67%;
}

section.sale .sale-item .sale-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}

@media (min-width: 800px) {
  section.sale .sale-item .sale-img {
    width: 42%;
    padding-bottom: 28%;
  }
}

section.sale .sale-item .sale-text {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  min-height: 135px;
}

@media (min-width: 800px) {
  section.sale .sale-item .sale-text {
    width: 58%;
  }
}

section.sale .sale-item .sale-text .sale-text-container {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

section.sale .sale-item .sale-text .sale-text-container h5 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}

section.sale .sale-item .sale-text .sale-text-container p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #e7e7e7;
}

section.other-path .path-container {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.other-path .path-container .path-item {
  width: 48%;
  position: relative;
  margin: 20px 1%;
}

section.other-path .path-container .path-item img {
  width: 100%;
}

@media (min-width: 650px) {
  section.other-path .path-container .path-item {
    width: 23%;
  }
}

section.qa .qa-table.active-1 .qa-tr .qa-td:nth-child(3), section.qa .qa-table.active-1 .qa-tr .qa-td:nth-child(4) {
  display: none;
}

section.qa .qa-table.active-1 .qa-tr:nth-child(1) .qa-td:nth-child(3), section.qa .qa-table.active-1 .qa-tr:nth-child(1) .qa-td:nth-child(4) {
  display: block;
}

section.qa .qa-table.active-2 .qa-tr .qa-td:nth-child(2), section.qa .qa-table.active-2 .qa-tr .qa-td:nth-child(4) {
  display: none;
}

section.qa .qa-table.active-2 .qa-tr:nth-child(1) .qa-td:nth-child(2), section.qa .qa-table.active-2 .qa-tr:nth-child(1) .qa-td:nth-child(4) {
  display: block;
}

section.qa .qa-table.active-3 .qa-tr .qa-td:nth-child(2), section.qa .qa-table.active-3 .qa-tr .qa-td:nth-child(3) {
  display: none;
}

section.qa .qa-table.active-3 .qa-tr:nth-child(1) .qa-td:nth-child(2), section.qa .qa-table.active-3 .qa-tr:nth-child(1) .qa-td:nth-child(3) {
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}

.special-tag .special-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: .875em;
  font-weight: 500;
  color: #000;
  padding: 3px 20px 3px 7px;
  background: -webkit-gradient(linear, left top, right top, from(#D1A851), color-stop(#EEE277), to(#B89E22));
  background: linear-gradient(to right, #D1A851, #EEE277, #B89E22);
  border-radius: 4px;
  -webkit-box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.25);
}

.special-tag .special-icon {
  position: absolute;
  width: 35px;
  bottom: -9px;
  left: 100%;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}

.special-tag .special-icon img {
  width: 100%;
}

.link-qa2, .link-qa4, .link-qa8, .link-qa9 {
  cursor: pointer;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.popup-term, .popup-share {
  display: none;
  opacity: 0;
}
/*# sourceMappingURL=packages.css.map */