@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../../assets/fonts/SVN-Gotham Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../../assets/fonts/SVN-Gotham Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "fester-bold";
  src: url("../../assets/fonts/Fester Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "iCielBCBlacksword-Regular";
  src: url("../../assets/fonts/iCielBCBlacksword-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden; }

input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Gotham";
  color: #7D7E7E;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Gotham";
  color: #7D7E7E; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Gotham";
  color: #7D7E7E; }

.wow {
  animation-fill-mode: both; }

.zoomContainer {
  z-index: 10; }

.slick-slide {
  height: auto;
  outline: none !important; }

.scrollTo {
  display: block; }

.unit__vnd {
  position: relative;
  display: inline-block; }
  .unit__vnd:after {
    content: "đ";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    font-size: 60%; }

.navbar {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  min-height: auto;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 7px 3.64px 0.36px rgba(0, 0, 0, 0.22);
  background: #00989a;
  border-bottom-left-radius: 2.1875vw;
  border-bottom-right-radius: 2.1875vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  margin-bottom: -2vw; }
  .navbar__container {
    max-width: 75vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw; }
    @media (max-width: 991px) {
      .navbar__container {
        max-width: 100%;
        padding-left: 2.14286vw;
        padding-right: 2.14286vw; } }
    @media (max-width: 991px) {
      .navbar__container {
        padding-top: 1.42857vw;
        padding-bottom: 1.42857vw; } }
  .navbar__logo {
    width: 7.1875vw; }
    .navbar__logo img {
      width: 100%;
      display: block; }
    @media (max-width: 991px) {
      .navbar__logo {
        width: 11.42857vw; } }
  .navbar__menu-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .navbar__menu-list {
        display: none;
        position: fixed;
        top: 8.57143vw;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #00989a;
        padding-top: 20px; } }
  .navbar__menu-item {
    padding-bottom: 0.9375vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    font-family: "Gotham";
    color: #00989a;
    font-size: 1.25vw; }
    .navbar__menu-item:last-child {
      padding-right: 0; }
    @media (max-width: 991px) {
      .navbar__menu-item {
        font-size: 15px;
        margin-bottom: 10px; } }
  .navbar__menu-item > a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid transparent; }
    .navbar__menu-item > a:hover, .navbar__menu-item > a:active, .navbar__menu-item > a:focus {
      color: #ffffff;
      text-decoration: none;
      outline: none; }
    .navbar__menu-item > a:not(.navbar__language-item):hover, .navbar__menu-item > a:not(.navbar__language-item):focus {
      font-weight: 700;
      border-color: #fff; }
  .navbar__language {
    align-self: center;
    padding-left: 0;
    margin-left: 1.5625vw;
    padding-bottom: 0;
    padding-top: 0.5vw; }
  .navbar__language-group {
    border: 1px solid #fff;
    border-radius: 2vw; }
    @media (max-width: 767px) {
      .navbar__language-group {
        display: inline-block;
        border-radius: 3vw; } }
  .navbar__language a {
    color: #ffffff !important;
    background: transparent;
    padding: 0.2vw 1.3vw;
    border-radius: 2vw; }
    @media (max-width: 767px) {
      .navbar__language a {
        padding: 0.2vw 2.3vw; } }
    .navbar__language a:nth-child(1) {
      padding-right: 1vw; }
    .navbar__language a:nth-child(2) {
      padding-left: 1vw; }
    .navbar__language a:hover, .navbar__language a:focus {
      text-decoration: none; }
    .navbar__language a.active-language {
      padding: 0.2vw 1.3vw;
      background: #ffffff;
      color: #00989a !important; }
      @media (max-width: 767px) {
        .navbar__language a.active-language {
          padding: 0.2vw 3.3vw; } }
  .navbar__button {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    visibility: hidden;
    color: #ffffff;
    font-size: 4.28571vw; }
    @media (max-width: 991px) {
      .navbar__button {
        display: block;
        visibility: visible; } }

.footer {
  background: url(".././images/footer.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.25vw;
  padding-bottom: 3.125vw; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 7.14286vw;
      padding-bottom: 7.14286vw; } }
  .footer__container {
    max-width: 75vw;
    margin: 0 auto;
    max-width: 90vw;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer__container {
        max-width: 100%;
        padding-left: 2.14286vw;
        padding-right: 2.14286vw; } }
    @media (max-width: 991px) {
      .footer__container {
        flex-direction: row;
        flex-wrap: wrap; } }
  .footer__col {
    width: 18.75vw; }
    @media (max-width: 991px) {
      .footer__col {
        width: 100%;
        margin-bottom: 5.71429vw;
        animation: fadeInLeft 1s both; }
        .footer__col:nth-child(2), .footer__col:nth-child(3) {
          width: 50%; } }
  @media (max-width: 991px) {
    .footer__col:nth-child(3) {
      align-self: flex-start; } }
  .footer__title {
    white-space: nowrap;
    font-family: "Gotham";
    font-weight: 700;
    color: #ffbe00;
    font-size: 1.5vw;
    text-transform: uppercase;
    padding-bottom: 0.9375vw;
    border-bottom: 1px solid #06667a;
    margin-bottom: 0.9375vw; }
    @media (max-width: 991px) {
      .footer__title {
        font-size: 3.42857vw;
        padding-bottom: 2.14286vw;
        margin-bottom: 2.14286vw; } }
  .footer__title2 {
    font-family: "Gotham";
    font-weight: 700;
    color: #101a4a;
    text-transform: uppercase;
    font-size: 1.5vw;
    margin-bottom: 0.9375vw; }
    @media (max-width: 991px) {
      .footer__title2 {
        font-size: 3.42857vw;
        margin-bottom: 2.14286vw; } }
  .footer__des {
    font-family: "Gotham";
    color: #101a4a;
    font-size: 0.9375vw; }
    @media (max-width: 991px) {
      .footer__des {
        font-size: 2.14286vw; } }
    .footer__des a {
      color: inherit;
      cursor: pointer;
      text-decoration: none; }
      .footer__des a:hover, .footer__des a:active, .footer__des a:focus {
        color: #101a4a;
        text-decoration: none;
        outline: none; }
  .footer__link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 0.9375vw;
    text-transform: uppercase;
    color: #101a4a;
    display: block;
    margin-bottom: 0.9375vw; }
    .footer__link:hover, .footer__link:active, .footer__link:focus {
      color: #101a4a;
      text-decoration: none;
      outline: none; }
    @media (max-width: 991px) {
      .footer__link {
        font-size: 2.14286vw;
        margin-bottom: 2.14286vw; } }
  .footer__social {
    align-self: center; }
  .footer__social-fb {
    display: block;
    width: 2.5vw;
    margin-bottom: 0.625vw; }
    .footer__social-fb img {
      width: 100%;
      display: block; }
    @media (max-width: 991px) {
      .footer__social-fb {
        width: 5.71429vw;
        margin-bottom: 1.42857vw; } }
  .footer__social-phone {
    font-family: "Gotham";
    font-size: 1.5vw;
    font-weight: 700;
    color: #101a4a;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .footer__social-phone {
        font-size: 3.42857vw; } }
    .footer__social-phone a {
      color: inherit;
      cursor: pointer;
      text-decoration: none;
      display: block; }
      .footer__social-phone a:hover, .footer__social-phone a:active, .footer__social-phone a:focus {
        color: #101a4a;
        text-decoration: none;
        outline: none; }

.message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  z-index: 1300;
  visibility: hidden; }
  .message.active {
    visibility: visible;
    animation: fadeIn 0.5s both; }
  .message__close {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 3.125vw;
    height: 3.125vw;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: -4px 4px 7px 0px rgba(26, 26, 26, 0.4); }
    @media (min-width: 1199px) {
      .message__close {
        width: 50px; } }
    @media (min-width: 1199px) {
      .message__close {
        height: 50px; } }
    @media (max-width: 767px) {
      .message__close {
        width: 8.57143vw;
        height: 8.57143vw; } }
  .message__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 0.9375vw; }
    @media (min-width: 1199px) {
      .message__container {
        border-radius: 15px; } }
  .message__content {
    max-height: 80vh;
    overflow-y: auto; }
  .message__content {
    width: 37.5vw;
    padding: 2.5vw 1.875vw;
    text-align: center; }
    @media (min-width: 1199px) {
      .message__content {
        width: 600px; } }
    @media (min-width: 1199px) {
      .message__content {
        padding: 40px 30px; } }
  .message__title {
    font-family: "Gotham";
    font-size: 1.875vw;
    font-weight: 700;
    color: #00989b;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .message__title {
        font-size: 4.28571vw; } }
  .message__des {
    font-family: "Gotham";
    font-size: 1.375vw;
    margin-top: 1.25vw; }
    .message__des br {
      font-size: 0.625vw; }
    @media (max-width: 767px) {
      .message__des {
        margin-top: 2.85714vw;
        font-size: 3.14286vw; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  background-size: 100% 100%;
  z-index: 1300;
  visibility: hidden; }
  .loading.active {
    visibility: visible;
    animation: fadeIn 0.5s both; }
  .loading img {
    width: 6.25vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1199px) {
      .loading img {
        width: 100px; } }

.index__container {
  padding-bottom: 1;
  max-width: 75vw;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .index__container {
      max-width: 100%;
      padding-left: 2.14286vw;
      padding-right: 2.14286vw; } }

.index__banner {
  width: 100%; }
  .index__banner img {
    width: 100%;
    display: block; }
  .index__banner:not(.slick-initialized) > *:not(:first-child) {
    display: none; }

.index__banner:before {
  content: "";
  display: block;
  background: url(".././images/banner-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 8vw;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2; }
  @media (max-width: 767px) {
    .index__banner:before {
      content: none; } }

.index__banner-item {
  position: relative;
  display: block; }
  .index__banner-item:before {
    content: "";
    display: block;
    padding-top: 40%; }
  .index__banner-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

.index__title1 {
  font-family: "Gotham";
  color: #00989a;
  font-size: 2.1875vw;
  text-align: center;
  margin-top: 0.625vw; }
  @media (max-width: 991px) {
    .index__title1 {
      font-size: 5vw; } }

.index__title2 {
  text-align: center;
  position: relative; }
  .index__title2 span {
    background: #00989a;
    color: #ffffff;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 2.1875vw;
    display: inline-block;
    text-transform: uppercase;
    padding: 1.0625vw 0.75vw;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .index__title2 span {
        font-size: 3.57143vw;
        padding: 2.42857vw 1.71429vw; } }

.index__title3 {
  font-size: 1.125vw;
  font-family: "Gotham";
  color: #00989a;
  text-align: center;
  max-width: 48.125vw;
  margin: 0 auto;
  margin-top: 0.9375vw; }
  @media (max-width: 991px) {
    .index__title3 {
      font-size: 2.14286vw;
      max-width: 100%;
      width: 100%;
      margin-top: 2.14286vw; } }

.index__title4 {
  font-size: 1.125vw;
  font-family: "Gotham";
  color: #00989a;
  text-align: center;
  max-width: 48.125vw;
  margin: 0 auto;
  margin-top: 0.9375vw;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .index__title4 {
      font-size: 2.14286vw;
      max-width: 100%;
      width: 100%;
      margin-top: 2.14286vw; } }

.index__hot {
  margin-top: 6.25vw;
  position: relative;
  display: flex;
  flex-direction: row; }
  @media (max-width: 991px) {
    .index__hot {
      margin-top: 2.85714vw;
      flex-direction: column; } }

.index__hot-image {
  position: relative;
  box-shadow: 5px 8px 16.38px 1.62px rgba(0, 0, 0, 0.19);
  width: 47.8125vw;
  display: block; }
  .index__hot-image img {
    width: 100%;
    display: block; }
  .index__hot-image:before {
    content: "";
    display: block;
    padding-top: 71.71%; }
  .index__hot-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  @media (max-width: 991px) {
    .index__hot-image {
      width: 100%; } }

.index__hot-info {
  position: absolute;
  top: 1.8125vw;
  left: 42.1875vw;
  z-index: 1;
  width: 35.9375vw;
  height: 30vw;
  padding-top: 11vw;
  padding-left: 2.8125vw;
  padding-right: 7vw;
  padding-bottom: 1.875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(".././images/panel-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .index__hot-info {
      position: relative;
      top: 0;
      left: 0;
      height: 69vw;
      border-left: none;
      margin-top: 2.85714vw;
      padding-top: 26.28571vw;
      padding-left: 6.14286vw;
      padding-right: 13.14286vw;
      padding-bottom: 2.28571vw;
      width: 100%;
      margin-top: -9vw;
      margin-left: 0; } }

.index__hot-title {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: "fester-bold";
  color: #ffffff;
  font-weight: 900;
  font-size: 3.6875vw;
  padding-top: 1vw;
  line-height: 1.1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  display: -webkit-box;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #e5ac54; }
  .index__hot-title:hover, .index__hot-title:active, .index__hot-title:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .index__hot-title img {
    width: 20vw;
    display: block; }
    @media (max-width: 767px) {
      .index__hot-title img {
        width: 39vw; } }
  @media (max-width: 991px) {
    .index__hot-title {
      font-size: 8vw; } }

.index__hot-des {
  position: relative;
  top: 11.5vw;
  max-width: 18.75vw;
  color: #ffffff;
  font-family: "Gotham";
  font-size: 1vw;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  display: -webkit-box;
  margin-top: 0.5vw; }
  @media (max-width: 991px) {
    .index__hot-des {
      font-size: 2.14286vw;
      margin-top: 2.14286vw;
      max-width: 52.75vw;
      top: 24vw; } }

.index__hot-price {
  font-family: "Gotham";
  font-weight: 700;
  font-size: 3vw;
  color: #f0235d;
  text-shadow: 4px 7px 16.38px rgba(0, 0, 0, 0.5);
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; }
  @media (max-width: 991px) {
    .index__hot-price {
      font-size: 6.85714vw;
      margin-top: 2.85714vw;
      padding-right: 4vw; } }

.index__block-list {
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .index__block-list {
      overflow-x: hidden; } }

.index__block-left {
  position: absolute;
  top: 50%;
  left: -2.8125vw;
  z-index: 1;
  width: 1.5625vw;
  transform: rotate(180deg);
  cursor: pointer; }
  .index__block-left img {
    width: 100%;
    display: block; }
  @media (max-width: 991px) {
    .index__block-left {
      left: 1.42857vw;
      width: 3.57143vw;
      top: 39.28571vw; } }

.index__block-right {
  position: absolute;
  top: 50%;
  right: -2.8125vw;
  z-index: 1;
  width: 1.5625vw;
  cursor: pointer; }
  .index__block-right img {
    width: 100%;
    display: block; }
  @media (max-width: 991px) {
    .index__block-right {
      right: 1.42857vw;
      width: 3.57143vw;
      top: 39.28571vw; } }

.index__block-slider {
  margin: 1.25vw -0.625vw;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .index__block-slider {
      margin: 2.85714vw 0;
      margin-bottom: 0; } }

.index__block-item {
  padding: 1.25vw 0.625vw;
  transition: all 0.5s;
  opacity: 1; }
  @media (max-width: 991px) {
    .index__block-item {
      padding: 0; } }

.index__block-shadow {
  box-shadow: 2px 4px 7.92px 0.8px rgba(37, 18, 0, 0.16); }

.index__block-image {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: block; }
  .index__block-image:hover, .index__block-image:active, .index__block-image:focus {
    color: #00989a;
    text-decoration: none;
    outline: none; }
  .index__block-image:before {
    content: "";
    display: block;
    padding-top: 69.23%; }
  .index__block-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

.index__block-info {
  background: #f5f6fa;
  padding: 0.9375vw 1.25vw;
  padding-right: 1.25vw;
  border-top: 1px solid #00989a;
  height: 8.75vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .index__block-info {
      padding: 2.14286vw 2.85714vw;
      height: 20vw; } }

.index__block-title {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: "Gotham";
  color: #00989a;
  font-size: 1.5vw;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
  .index__block-title:hover, .index__block-title:active, .index__block-title:focus {
    color: #00989a;
    text-decoration: none;
    outline: none; }
  @media (max-width: 991px) {
    .index__block-title {
      font-size: 3.42857vw; } }

.index__block-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }

.index__block-des {
  font-family: "Gotham";
  font-size: 0.9375vw;
  color: #4c4445;
  width: 18.75vw;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  display: -webkit-box; }
  @media (max-width: 991px) {
    .index__block-des {
      width: 42.85714vw;
      font-size: 2.14286vw; } }

.index__block-price {
  font-family: "Gotham";
  font-size: 1.25vw;
  color: #f99d2d;
  font-weight: 700; }
  @media (max-width: 991px) {
    .index__block-price {
      font-size: 2.85714vw; } }

.index__policy-container {
  margin-top: 1.25vw;
  margin-bottom: 1.5625vw;
  background: #ffdede;
  display: flex;
  flex-direction: row; }
  @media (max-width: 991px) {
    .index__policy-container {
      margin-top: 2.85714vw;
      margin-bottom: 3.57143vw;
      flex-direction: column; } }

.index__policy-title {
  font-size: 1.5vw;
  color: #c91e41;
  font-family: "Gotham";
  font-weight: 700;
  margin-bottom: 0.9375vw; }
  @media (max-width: 991px) {
    .index__policy-title {
      font-size: 3.42857vw;
      margin-bottom: 2.14286vw; } }

.index__policy-des {
  font-size: 1vw; }
  @media (max-width: 991px) {
    .index__policy-des {
      font-size: 2.28571vw; } }

.index__policy-col {
  flex: 1;
  border-right: 1px solid #ccceda;
  padding-top: 2.5vw;
  padding-left: 2.1875vw;
  padding-right: 1.25vw;
  padding-bottom: 2.8125vw; }
  .index__policy-col:last-child {
    border-right: none !important;
    border-bottom: none !important; }
  @media (max-width: 991px) {
    .index__policy-col {
      padding-top: 5.71429vw;
      padding-left: 5vw;
      padding-right: 2.85714vw;
      padding-bottom: 6.42857vw;
      border-right: none;
      border-bottom: 1px solid #ccceda; } }

.index__form {
  margin-top: -10vw;
  margin-bottom: 0; }

.index__form-title {
  height: 15.3125vw;
  background: url(".././images/panel4.png") no-repeat;
  background-size: 100% 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .index__form-title {
      height: 20.3125vw;
      background: url(.././images/panel4.png) no-repeat;
      background-size: 140% 100%;
      background-position: center; } }

.index__form-content {
  background: #f4eed6;
  position: relative;
  padding-bottom: 5.625vw; }

.index__form-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.index__form-input-wrap {
  position: relative;
  z-index: 2;
  width: 47.5vw;
  margin: 0 auto;
  padding: 2.1875vw 0;
  padding-bottom: 0.625vw; }
  @media (max-width: 991px) {
    .index__form-input-wrap {
      width: 84.28571vw;
      padding: 5vw 0; } }

.index__form-input {
  margin-bottom: 1.25vw;
  box-shadow: 0px 5px 4.55px 0.45px rgba(0, 0, 0, 0.19); }
  @media (max-width: 991px) {
    .index__form-input {
      margin-bottom: 2.85714vw; } }

.index__form-input-group .inputVoucher {
  width: 100%;
  height: 4.0625vw;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0 1.25vw;
  font-family: "Gotham";
  font-size: 1vw;
  color: #2c2c2c; }
  @media (max-width: 991px) {
    .index__form-input-group .inputVoucher {
      height: 9.28571vw;
      padding: 0 2.85714vw;
      font-size: 2.14286vw; } }

.index__form-input input, .index__form-input select {
  width: 100%;
  height: 4.0625vw;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0 1.25vw;
  font-family: "Gotham";
  font-size: 1vw;
  color: #2c2c2c; }
  @media (max-width: 991px) {
    .index__form-input input, .index__form-input select {
      height: 9.28571vw;
      padding: 0 2.85714vw;
      font-size: 2.14286vw; } }

.index__form-send {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 10.625vw;
  padding-top: 0.25vw;
  padding-bottom: 0.5vw;
  font-family: "Gotham";
  font-size: 1.5vw;
  text-align: center;
  font-weight: 700;
  background: #ffbe00;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: 2.1875vw; }
  .index__form-send:disabled {
    opacity: 0.5 !important;
    cursor: no-drop; }
  @media (max-width: 991px) {
    .index__form-send {
      margin-top: 5vw;
      padding-top: 0.57143vw;
      padding-bottom: 1.14286vw;
      width: 17.85714vw;
      font-size: 3.42857vw; } }

.index__title-custom1 {
  background: url(".././images/panel1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 17.1875vw;
  margin-top: -2.8vw;
  z-index: 2; }
  @media (max-width: 767px) {
    .index__title-custom1 {
      margin-top: 0;
      background-size: 140% 100%;
      background-position: center;
      height: 22.1875vw; } }

.index__title-custom2 {
  margin-top: 0; }
  @media (max-width: 767px) {
    .index__title-custom2 {
      margin-top: 2.85714vw; } }

.index__title-custom2 span {
  max-width: 75vw;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 3vw;
  background: url(".././images/panel3.png") no-repeat;
  background-size: 100% 100%;
  height: 12vw;
  padding-top: 6vw;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .index__title-custom2 span {
      max-width: 100%;
      padding-left: 2.14286vw;
      padding-right: 2.14286vw; } }
  @media (max-width: 767px) {
    .index__title-custom2 span {
      font-size: 4.5vw;
      background-size: 125% 100%;
      background-position: center center;
      height: 16vw;
      padding-top: 8vw; } }
  .index__title-custom2 span div {
    font-size: 3.8vw;
    line-height: 1; }
    @media (max-width: 767px) {
      .index__title-custom2 span div {
        font-size: 5vw; } }

.index__title-custom3 {
  background: url(".././images/panel3.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 28.125vw;
  margin-top: -9.875vw;
  margin-bottom: -7vw;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .index__title-custom3 {
      background-size: 140% 100%;
      background-position: center;
      width: 100%;
      height: 49.125vw;
      margin-top: -17.875vw;
      margin-bottom: -11vw; } }

.index__form-input-group .inputQuantity,
.index__form-input-group .foodQuantity {
  width: 20%; }

.index__form-input-group {
  display: flex;
  flex-direction: row;
  margin: 0 -0.625vw;
  margin-bottom: 1.25vw; }

.index__form-input-group > * {
  margin-left: 0.625vw;
  margin-right: 0.625vw;
  padding-right: 0.625vw;
  padding-left: 0.625vw; }

.index__form-input-group select {
  width: 55%;
  padding-right: 0.625vw; }

.index__form-input-group input {
  width: 15%; }

.index__form-input-group button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 30%;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1.5vw;
  color: #ffffff;
  text-transform: uppercase;
  background: #00989a; }
  @media (max-width: 767px) {
    .index__form-input-group button {
      font-size: 3vw; } }
  .index__form-input-group button:disabled {
    opacity: 0.5;
    cursor: no-drop; }

.index__form-list {
  background: #ffffff;
  padding: 1.25vw;
  margin-bottom: 1.25vw; }
  @media (max-width: 767px) {
    .index__form-list {
      width: 96.5vw;
      margin-left: -6vw;
      padding: 2.85714vw;
      margin-top: 2.85714vw;
      overflow-x: auto;
      background: #fbe5a7; } }

.index__form-list-title {
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1vw;
  color: #00989a; }
  @media (max-width: 767px) {
    .index__form-list-title {
      font-size: 2.28571vw; } }

.index__form-input-radio {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #2c2c2c;
  font-family: "Gotham";
  font-size: 1.125vw; }
  .index__form-input-radio input {
    display: none;
    margin: 0;
    width: 1.375vw;
    height: 1.375vw; }
    @media (max-width: 767px) {
      .index__form-input-radio input {
        width: 3.14286vw;
        height: 3.14286vw; } }
  .index__form-input-radio label {
    cursor: pointer;
    width: 32%;
    height: 13.625vw;
    background: #fff;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    margin-bottom: 0;
    font-weight: normal;
    position: relative; }
    @media (max-width: 767px) {
      .index__form-input-radio label {
        height: 27.625vw;
        font-size: 2.57143vw;
        padding-top: 1.42857vw;
        margin-bottom: 2.85714vw; } }
    .index__form-input-radio label > div {
      background: #fff;
      padding-bottom: 0.625vw; }
      @media (max-width: 767px) {
        .index__form-input-radio label > div {
          padding-bottom: 1.42857vw; } }

.index__form-input-radio > input:disabled + label {
  cursor: not-allowed; }

.index__form-input-radio > input:checked + label div .index__form-input-radio-circle-tick {
  display: block; }

.index__form-input-radio > input:checked + label div .index__form-input-radio-circle {
  display: none; }

.index__form-input-radio > label:hover .index__form-input-radio-icon {
  transform: scale(1); }

.index__form-input-radio-circle {
  width: 1.875vw;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0.625vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  @media (max-width: 767px) {
    .index__form-input-radio-circle {
      width: 3.57143vw; } }

.index__form-input-radio-circle-tick {
  width: 1.875vw;
  display: block;
  margin: 0 auto;
  display: none;
  position: absolute;
  bottom: 0.625vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  @media (max-width: 767px) {
    .index__form-input-radio-circle-tick {
      width: 3.57143vw; } }

.index__form-input-radio-text {
  font-family: "Gotham";
  font-weight: 700;
  color: #01989a;
  text-align: center; }
  .index__form-input-radio-text div:nth-child(1) {
    font-size: 1vw;
    text-transform: uppercase;
    margin-top: 0.3125vw; }
    @media (max-width: 767px) {
      .index__form-input-radio-text div:nth-child(1) {
        font-size: 2vw;
        margin-top: 0.71429vw; } }
  .index__form-input-radio-text div:nth-child(2) {
    font-size: 0.9375vw; }
    @media (max-width: 767px) {
      .index__form-input-radio-text div:nth-child(2) {
        font-size: 1.57143vw; } }
  .index__form-input-radio-text div:nth-child(3) {
    font-size: 0.875vw;
    white-space: nowrap;
    color: #a6a6a6; }
    @media (max-width: 767px) {
      .index__form-input-radio-text div:nth-child(3) {
        font-size: 1.42857vw; } }

.index__form-input-radio-icon {
  width: 5vw;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  transform: scale(0.95); }
  @media (max-width: 767px) {
    .index__form-input-radio-icon {
      width: 11.42857vw;
      transform: scale(1); } }

.index__form-input-radio > label:nth-child(2) .index__form-input-radio-icon {
  padding-top: 1.875vw; }

@media (max-width: 767px) {
  .index__form-input-radio > label:nth-child(2) .index__form-input-radio-text {
    margin-top: 2vw; } }

.index__form-input-radio > label:nth-child(4) .index__form-input-radio-icon,
.index__form-input-radio > label:nth-child(6) .index__form-input-radio-icon {
  padding-top: 0.625vw; }

.index__form-input-radio-hint {
  margin-top: 0.625vw;
  font-family: "Gotham";
  font-size: 1vw;
  color: #5a5a5a;
  padding-left: 0.625vw; }
  @media (max-width: 767px) {
    .index__form-input-radio-hint {
      margin-top: 0.71429vw;
      font-size: 2.57143vw; } }

.index__form-list-footer {
  font-family: "Gotham";
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-list-footer {
      font-size: 2.28571vw; } }
  .index__form-list-footer span {
    color: #16999a; }

.index__form-list-footer2 {
  font-family: "Gotham";
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-list-footer2 {
      font-size: 2.28571vw; } }
  .index__form-list-footer2 span {
    color: #16999a; }

.index__form-list-footer3 {
  font-family: "Gotham";
  font-size: 1.25vw;
  font-weight: 700; }
  @media (max-width: 767px) {
    .index__form-list-footer3 {
      font-size: 2.85714vw; } }
  .index__form-list-footer3 span {
    color: #16999a; }

.index__form-table {
  margin-top: 0.9375vw;
  border: 1px solid #6cc3c5;
  width: 100%; }
  @media (max-width: 767px) {
    .index__form-table {
      margin-top: 2.14286vw;
      width: 100%; } }

.index__form-table thead tr th {
  background: #e5f4f5;
  font-family: "Gotham";
  font-size: 1vw;
  color: #000;
  text-align: center;
  font-weight: normal;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  border-right: 1px solid #6cc3c5;
  border-bottom: 1px solid #6cc3c5; }
  @media (max-width: 767px) {
    .index__form-table thead tr th {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2vw; } }
  .index__form-table thead tr th:last-child {
    border-right: none; }

.index__form-table tbody tr td {
  border-right: 1px solid #6cc3c5;
  border-bottom: 1px solid #6cc3c5;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  text-align: center;
  font-size: 0.875vw; }
  @media (max-width: 767px) {
    .index__form-table tbody tr td {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2vw; } }
  .index__form-table tbody tr td:last-child {
    border-right: none; }

.index__form-table tfoot tr td {
  text-align: right;
  padding-right: 0.625vw;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-table tfoot tr td {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2.28571vw;
      padding-right: 1.42857vw; } }

.index__form-table tfoot tr td span {
  display: inline-block;
  padding-left: 0.3125vw;
  color: #00989b; }
  @media (max-width: 767px) {
    .index__form-table tfoot tr td span {
      padding-left: 0.71429vw; } }

.index__form-delete {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Gotham";
  color: #ff6060; }
  @media (max-width: 767px) {
    .index__form-delete {
      font-size: 2.57143vw; } }

.index__thongtin {
  padding-bottom: 12vw;
  padding-top: 1px;
  background: url(".././images/background.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .index__thongtin {
      padding-top: 0;
      background: #fff; } }

.index__form-check-container {
  width: 45vw;
  margin: 0 auto;
  margin-top: 2.5vw;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .index__form-check-container {
      width: 100%; } }

.index__form-check-group {
  display: flex;
  border: 2px solid #00989a;
  height: 4.6875vw;
  width: 41.5625vw;
  margin: 0 auto;
  border-radius: 5vw; }
  @media (max-width: 767px) {
    .index__form-check-group {
      width: 80%;
      height: 7.14286vw; } }

.index__form-check-group-input {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 24.6875vw;
  background: #ffffff;
  border-radius: 5vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 2.5vw;
  font-size: 1.5625vw; }
  @media (max-width: 767px) {
    .index__form-check-group-input {
      width: 70%;
      font-size: 2.85714vw; } }

.index__form-check-group-button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 17.1875vw;
  background: #00989a;
  color: #ffffff;
  font-family: "fester-bold";
  font-size: 2.5vw;
  line-height: 4.6875vw;
  border-radius: 5vw;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  @media (max-width: 767px) {
    .index__form-check-group-button {
      width: 30%;
      font-size: 3.57143vw;
      line-height: 7.14286vw; } }

.index__form-check {
  margin-top: 1.25vw;
  height: 40vw;
  background: #ffffff;
  border-radius: 2vw;
  box-shadow: 4px 3px 9px 0px rgba(208, 163, 165, 0.31);
  padding-left: 2.1875vw;
  padding-right: 2.1875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.875vw; }
  @media (max-width: 767px) {
    .index__form-check {
      height: 80vw; } }

.index__form-check-title {
  font-family: "fester-bold";
  font-size: 1.625vw;
  color: #00989b; }
  @media (max-width: 767px) {
    .index__form-check-title {
      font-size: 3.71429vw; } }

.index__form-check-title2 {
  font-family: "Gotham";
  color: #00989b;
  font-weight: 700;
  font-size: 1.125vw; }
  @media (max-width: 767px) {
    .index__form-check-title2 {
      font-size: 2.57143vw; } }

.index__form-check-title3 {
  margin-top: 0.3125vw;
  font-family: "Gotham";
  color: #5a5a5a;
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-check-title3 {
      font-size: 2.28571vw; } }

.index__form-check-table {
  margin-top: 0.9375vw;
  border: 1px solid #6cc3c5;
  width: 100%; }
  @media (max-width: 767px) {
    .index__form-check-table {
      margin-top: 2.14286vw;
      width: 100%; } }

.index__form-check-table thead tr th {
  background: #e5f4f5;
  font-family: "Gotham";
  font-size: 1vw;
  color: #000;
  text-align: center;
  font-weight: normal;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  border-right: 1px solid #6cc3c5;
  border-bottom: 1px solid #6cc3c5; }
  @media (max-width: 767px) {
    .index__form-check-table thead tr th {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2vw; } }
  .index__form-check-table thead tr th:last-child {
    border-right: none; }

.index__form-check-table tbody tr td {
  border-right: 1px solid #6cc3c5;
  border-bottom: 1px solid #6cc3c5;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  text-align: center;
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-check-table tbody tr td {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2.28571vw; } }
  .index__form-check-table tbody tr td:last-child {
    border-right: none; }

.index__form-check-table tfoot tr td {
  text-align: right;
  padding-right: 0.625vw;
  padding-top: 0.5vw;
  padding-bottom: 0.625vw;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-check-table tfoot tr td {
      padding-top: 1.14286vw;
      padding-bottom: 1.42857vw;
      font-size: 2.28571vw;
      padding-right: 1.42857vw; } }

.index__form-check-footer {
  font-family: "Gotham";
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-check-footer {
      font-size: 2.28571vw; } }
  .index__form-check-footer span {
    color: #16999a; }

.index__form-check-footer2 {
  font-family: "Gotham";
  font-size: 1vw; }
  @media (max-width: 767px) {
    .index__form-check-footer2 {
      font-size: 2.28571vw; } }
  .index__form-check-footer2 span {
    color: #16999a; }

.index__form-check-footer3 {
  font-family: "Gotham";
  font-size: 1.25vw;
  font-weight: 700; }
  @media (max-width: 767px) {
    .index__form-check-footer3 {
      font-size: 2.85714vw; } }
  .index__form-check-footer3 span {
    color: #16999a; }

.index-panel {
  position: relative;
  overflow: visible;
  background: #fff3e4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1.875vw; }
  @media (max-width: 767px) {
    .index-panel {
      flex-direction: column;
      margin-top: 2.85714vw;
      background: #fbe5a7; } }
  .index-panel__item {
    width: 50%;
    padding-left: 0;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    font-size: 0.9375vw;
    color: #4c4445;
    font-family: "Gotham"; }
    @media (max-width: 767px) {
      .index-panel__item {
        font-size: 2.14286vw;
        width: 100%;
        padding: 2.85714vw;
        border-right: none !important;
        border-top: none !important; } }
    .index-panel__item:nth-child(odd) {
      border-right: 1px solid #ccceda; }
    @media (max-width: 767px) {
      .index-panel__item:nth-child(2) {
        border-top: 1px solid #ccceda !important; } }
    .index-panel__item:nth-child(3), .index-panel__item:nth-child(4) {
      border-top: 1px solid #ccceda; }
    @media (max-width: 767px) {
      .index-panel__item:nth-child(3), .index-panel__item:nth-child(4) {
        display: none; } }
    .index-panel__item:nth-child(4) {
      padding-right: 6.5vw; }
  .index-panel__item .index-panel__item {
    display: none;
    width: 100%;
    border-right: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      .index-panel__item .index-panel__item {
        display: block;
        border-top: none !important; } }
  .index-panel__item .index-panel__item .index-panel__content {
    padding-bottom: 0; }
  .index-panel__title {
    font-family: "Gotham";
    font-size: 1.75vw;
    color: #00989a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.25vw;
    padding-left: 2.5vw; }
    @media (max-width: 767px) {
      .index-panel__title {
        font-size: 4vw;
        margin-bottom: 2.85714vw; } }
  .index-panel__content {
    padding-left: 2.5vw;
    padding-bottom: 1.25vw; }

.index__massage-slider-wrap {
  position: relative;
  margin: 0 auto;
  margin-top: 1.875vw;
  width: 65vw; }
  @media (max-width: 767px) {
    .index__massage-slider-wrap {
      width: 100%; } }

.index__massage-slider:not(.slick-initialized) > *:not(:first-child) {
  display: none; }

.index__massage-slider .slick-dots {
  bottom: 1.25vw; }

.index__massage-slider .slick-dots .slick-active button {
  background: #fff; }

.index__massage-slider .slick-dots li {
  width: auto;
  height: auto; }

.index__massage-slider .slick-dots button {
  width: 0.9375vw;
  height: 0.9375vw;
  border: 2px solid #fff;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .index__massage-slider .slick-dots button {
      width: 0.71429vw;
      height: 0.71429vw;
      padding: 3px; } }
  .index__massage-slider .slick-dots button:before {
    content: none; }

.index__massage-slider .slick-list {
  overflow: visible; }

.index__massage-slider .slick-slide {
  position: relative;
  z-index: 1;
  transition: transform 0.7s;
  transition-delay: 0.3s; }
  .index__massage-slider .slick-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00989a;
    opacity: 0.7;
    border-radius: 0.9375vw; }

.index__massage-slider .slick-slide.next {
  transform: scale(0.75) translateX(-110%);
  transition: transform 0.7s;
  transition-delay: 0.2s; }

.index__massage-slider .slick-slide.prev {
  transform: scale(0.75) translateX(110%);
  transition: transform 0.7s;
  transition-delay: 0.2s; }

.index__massage-slider .slick-slide.center {
  z-index: 3;
  transition: none;
  animation: Scale 0.8s forwards; }

@keyframes Scale {
  from {
    transform: scale(0.75); }
  to {
    transform: scale(1); } }
  .index__massage-slider .slick-slide.center:after {
    content: none; }

.index__massage-slider .slick-center .index__massage-slider-item {
  transform: scale(1); }

.index__massage-slider-item {
  position: relative; }
  .index__massage-slider-item:before {
    content: "";
    display: block;
    padding-top: 55.86%; }
  .index__massage-slider-item img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0.9375vw;
    box-shadow: 0px 8px 9px 2px rgba(178, 185, 186, 0.79); }

.index__massage-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 5vw;
  height: 5vw;
  background-image: url(".././images/massage-arrow.png");
  background-size: 100% 100%; }

.index__massage-button-prev {
  left: -1.875vw;
  transform: translate(-100%, -50%) rotate(180deg); }
  @media (max-width: 767px) {
    .index__massage-button-prev {
      left: 0;
      transform: translate(0, -50%) rotate(180deg); } }

.index__massage-button-next {
  right: -1.875vw;
  transform: translate(100%, -50%); }
  @media (max-width: 767px) {
    .index__massage-button-next {
      right: 0;
      transform: translate(0, -50%); } }

.hide-pc {
  visibility: hidden; }
  @media (max-width: 767px) {
    .hide-pc {
      visibility: visible; } }

.index-form {
  background: #ffeaeb;
  padding-top: 1; }

.thanks__banner-container {
  padding-top: 6.5vw;
  padding-bottom: 6.5vw;
  background: #f4eed6; }
  @media (max-width: 991px) {
    .thanks__banner-container {
      padding: 2.14286vw;
      padding-top: 28.57143vw;
      padding-bottom: 28.57143vw; } }

.thanks__banner-content {
  width: 66.25vw;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 991px) {
    .thanks__banner-content {
      width: 100%; } }

.thanks__title {
  display: inline-block;
  font-family: "Gotham";
  color: #ffffff;
  font-size: 2.1875vw;
  font-weight: 700;
  text-transform: uppercase;
  background: #00989a;
  padding: 0.9375vw 1.875vw;
  padding-bottom: 1.125vw;
  line-height: 1;
  margin-bottom: 1.25vw; }
  @media (max-width: 991px) {
    .thanks__title {
      font-size: 5vw;
      padding: 2.14286vw 4.28571vw;
      padding-bottom: 2.57143vw;
      margin-bottom: 2.85714vw; } }

.thanks__des {
  font-family: "Gotham";
  font-size: 1.875vw;
  color: #00989a;
  font-weight: 700; }
  @media (max-width: 991px) {
    .thanks__des {
      font-size: 4.28571vw; } }

.thanks__des-highligh {
  color: #032cb2; }

.thanks__des2 {
  font-family: "Gotham";
  font-size: 1.5vw;
  color: #00989a; }
  @media (max-width: 991px) {
    .thanks__des2 {
      font-size: 3.42857vw; } }

.thanks__title2 {
  margin-top: 1.25vw; }
  @media (max-width: 991px) {
    .thanks__title2 {
      margin-top: 2.85714vw; } }

.thanks__col {
  max-width: 55.625vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .thanks__col {
      max-width: none;
      width: 100%;
      padding-top: 2.85714vw;
      padding-bottom: 2.85714vw; } }

.thanks__guide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1.25vw -0.625vw;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .thanks__guide {
      margin: 2.85714vw 0;
      margin-bottom: 0; } }

.thanks__guide-item {
  padding: 0 0.625vw;
  width: 50%;
  margin-bottom: 2.85714vw; }
  .thanks__guide-item img {
    width: 100%;
    display: block; }
  @media (max-width: 991px) {
    .thanks__guide-item {
      width: 100%;
      padding: 0; } }

.summary__container {
  background: #f4eed6; }

.summary__form-check-container {
  margin-top: 5.5vw;
  width: 70vw; }
  @media (max-width: 767px) {
    .summary__form-check-container {
      margin-top: 0;
      padding-top: 6vw;
      width: 100%; } }

.summary__form-check-form-group {
  margin-top: 10px; }

.summary__form-check-title3 span {
  width: 7vw;
  display: inline-block; }
  @media (max-width: 767px) {
    .summary__form-check-title3 span {
      width: 15vw; } }

.summary__form-check-title3 input {
  width: 30vw; }
  @media (max-width: 767px) {
    .summary__form-check-title3 input {
      width: calc(100% - 15vw); } }

.summary__form-check {
  height: auto; }
