body {
  background-color: #11797e;
}
.page-body {
  padding-bottom: 0px;
}

.homepage-header .homepage-navbar .large-nav .nav-options {
  color: #006276;
}
.homepage-header .homepage-navbar .small-nav .nav-options {
  color: #006276;
}
.homepage-header .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #006276;
}
.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #ffffff;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path {
  fill: #44c5e3 !important
}
.homepage-header.down {
  background-color: rgba(29, 29, 31, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.homepage-header.down .homepage-navbar .small-nav {
  border-bottom: 1px solid #3e3e3e;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-options {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-options {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st3 {
  fill: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item:hover,
.homepage-header.top .homepage-navbar .small-nav .nav-ann .ann-item:focus {
  color: #ffffff;
}
.footer,
.footer .f-register {
  background-color: #04585d;
}
.footer .f-register .f-register-btn .btn-register {
  color: #14a0b2;
}
.footer .f-copyright .f-copyright-menu .f-copyright-menu-group {
  color: #ffffff;
}
.footer .f-copyright .f-copyright-menu .f-copyright-menu-group .f-copyright-text a {
  color: #e6e6e6;
}
.footer .f-copyright .f-copyright-bottom .f-copyright-text {
  color: #e2e2e2;
}
.footer .f-copyright {
  background-color: #11797e;
}
.footer .f-copyright .f-copyright-bottom {
  border-top: 1px solid #056a70;
}
#summer23_page .banner {
  background-image: url(../../images/banner/summer-2023.png);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.event_countdown {
  background-color: rgba(42, 42, 42, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 10px;
}

.famous_offer {
  padding: 40px 0px;
}

.famous_product {
  background-color: rgba(42, 42, 42, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
}

.famous_placeholder {
  border: 2px dashed #068b92;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
  color: #ffffff;
}

.famous_placeholder svg {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.famous_product_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.famous_product_body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.famous_product_config_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.famous_product_config_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.famous_product_config_icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #dbdbdb;
}

.famous_product_config_text {
  font-size: 16px;
  font-weight: 600;
  color: #dbdbdb;
}

.famous_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #056a70;
  border-bottom-style: dashed;
  padding-bottom: 20px;
}

.famous_product_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.famous_product_bottom .famous_product_cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.famous_product_bottom .famous_product_cycle_group .famous_product_cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #2b8186;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.famous_product_bottom .famous_product_cycle_group .famous_product_cycle_item.active {
  border: 1px solid #ffffff;
  border-style: solid;
  color: #ffffff;
}

.famous_product_cycle_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 20px;
  white-space: nowrap;
}

.famous_product_cycle_pricing {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.famous_product_cycle_item svg {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.famous_product_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b8186;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 66px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
}

.famous_product_order:hover,.famous_product_order:focus {
  background-color: #007f88;
  border: 1px solid #2e989e;
  color: #ffffff;
  text-decoration: none;
}

.micro_offer {
  padding: 40px 0px;
}

.micro_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #056a70;
  border-bottom-style: dashed;
  padding-bottom: 20px;
}

.micro_product_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.micro_product {
  background-color: rgba(42, 42, 42, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
}

.micro_product_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.micro_product_body {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.micro_product_config_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.micro_product_config_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.micro_product_config_icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #dbdbdb;
}

.micro_product_config_text {
  font-size: 16px;
  font-weight: 600;
  color: #dbdbdb;
}

.micro_product_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.micro_product_bottom .micro_product_cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.micro_product_bottom .micro_product_cycle_group .micro_product_cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #2b8186;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.micro_product_bottom .micro_product_cycle_group .micro_product_cycle_item.active {
  border: 1px solid #ffffff;
  border-style: solid;
  color: #ffffff;
}

.micro_product_cycle_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.micro_product_cycle_pricing {
  font-size: 12px;
  font-weight: 600;
}

.micro_product_cycle_item svg {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.micro_product_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b8186;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 66px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
}

.micro_product_order:hover,.micro_product_order:focus {
  background-color: #007f88;
  border: 1px solid #2e989e;
  color: #ffffff;
  text-decoration: none;
}

.t1_offer {
  padding: 40px 0px;
}

.t1_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #056a70;
  border-bottom-style: dashed;
  padding-bottom: 20px;
}

.select_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.select_item {
  display: flex;
  flex-direction: column;
}

.select_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: 600;
}

.select_title svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: #dbdbdb;
}

.region_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.region_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #369ba1;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.region_item.active {
  border: 1px solid #ffffff;
  border-style: solid;
  color: #ffffff;
}

.region_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.region_location {
  font-size: 10px;
  font-weight: 600;
}

.cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #369ba1;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.cycle_item.active {
  border: 1px solid #ffffff;
  border-style: solid;
  color: #ffffff;
}

.cycle_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cycle_text {
  font-size: 10px;
  font-weight: 600;
}

.t1_product_group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 15px;
}

.t1_product {
  background-color: rgba(42, 42, 42, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 10px;
}

.t1_product_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.t1_product_body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.t1_product_config_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.t1_product_config_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.t1_product_config_icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #dbdbdb;
}

.t1_product_config_text {
  font-size: 16px;
  font-weight: 600;
  color: #dbdbdb;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_product_config_text_group {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  line-height: 1;
  position: relative;
}

.t1_product_config_text_new {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.t1_product_config_text_old {
  font-size: 12px;
  font-weight: 600;
  color: #30ccd7;
  text-decoration: line-through;
  position: absolute;
  bottom: -15px;
}

.t1_product_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.t1_product_bottom .t1_product_cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.t1_product_bottom .t1_product_cycle_group .t1_product_cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #36a7ad;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.t1_product_discounted_price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.t1_product_pricing {
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
  color: #30ccd7;
}

.t1_product_cycle_item svg {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.t1_product_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b8186;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 66px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
}

.t1_product_order:hover,.t1_product_order:focus {
  background-color: #007f88;
  border: 1px solid #2e989e;
  color: #ffffff;
  text-decoration: none;
}

.t1_product_tips {
  margin-top: 20px;
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 600;
}

.rules {
  margin-top: 60px;
  padding: 20px 0px;
  border-top: 1px dashed #056a70;
}
.rules .rule-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}
.rules .rule-item {
  font-size: 15px;
  color: #dadada;
  margin-bottom: 10px;
}
.rules .rule-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1920px) {
  #summer23_page .banner {
    height: 1000px;
  }
}

@media (max-width: 1298px) {
  .famous_product_body,.t1_product_body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 798px) {
  .famous_product_config_group,.t1_product_config_group {
    grid-template-columns: 1fr 1fr;
  }
  #summer23_page .banner {
    height: 600px;
  }
  .select_group {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 998px) {
  .micro_product_group {
    grid-template-columns: 1fr;
  }
  .famous_product_bottom {
    flex-direction: column;
  }
  .famous_product_bottom .famous_product_cycle_group {
    flex-direction: column;
    align-items: initial;
    width: 100%;
    margin-bottom: 10px;
  }
  .famous_product_bottom .famous_product_cycle_group .famous_product_cycle_item {
    margin-right: 0px;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .famous_product_cycle_title {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .famous_product_cycle_pricing {
    padding-right: 10px;
  }
  .famous_product_order {
    width: 100%;
  }
}

@media (max-width: 530px) {
  #summer23_page .banner {
    height: 400px;
  }
}

@media (max-width: 430px) {
  .famous_product_bottom,.t1_product_bottom {
    flex-direction: column;
    width: 100%;
  }
  .famous_product_bottom .famous_product_cycle_group,.t1_product_bottom .t1_product_cycle_group {
    flex-direction: column;
    align-items: initial;
    width: 100%;
  }
  .famous_product_order,.t1_product_order {
    margin-top: 10px;
  }
  .famous_product_bottom .famous_product_cycle_group .famous_product_cycle_item,.t1_product_bottom .t1_product_cycle_group .t1_product_cycle_item {
    margin-bottom: 10px;
    margin-right: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .famous_product_cycle_title,.t1_product_discounted_price {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .famous_product_cycle_item svg,.t1_product_cycle_item svg {
    top: 12px;
    left: 50px;
    right: initial;
  }
  .famous_product_cycle_item.en svg,.t1_product_cycle_item.en svg {
    top: 12px;
    left: 80px;
    right: initial;
  }
  .famous_product_order,.t1_product_order {
    align-items: initial;
    width: 100%;
  }
  .micro_product_bottom {
    flex-direction: column;
    width: 100%;
  }
  .micro_product_bottom .micro_product_cycle_group {
    flex-direction: column;
    align-items: initial;
    width: 100%;
  }
  .micro_product_order {
    margin-top: 10px;
  }
  .micro_product_bottom .micro_product_cycle_group .micro_product_cycle_item {
    margin-bottom: 10px;
    margin-right: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .micro_product_cycle_title {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .micro_product_cycle_item svg {
    top: 12px;
    left: 40px;
    right: initial;
  }
  .micro_product_cycle_item.en svg {
    top: 12px;
    left: 80px;
    right: initial;
  }
  .micro_product_order {
    align-items: initial;
    width: 100%;
  }
  .famous_product_title,.t1_product_title {
    font-size: 20px;
  }
}