@font-face {
  font-family: "ekachonbold";
  src: url("../font/ekachon-bold.woff2") format("woff2"), url("../font/ekachon-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ekachonbold_italic";
  src: url("../font/ekachon-bolditalic.woff2") format("woff2"), url("../font/ekachon-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ekachonmedium_italic";
  src: url("../font/ekachon-mediumitalic.woff2") format("woff2"), url("../font/ekachon-mediumitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ekachonregular";
  src: url("../font/ekachon-regular.woff2") format("woff2"), url("../font/ekachon-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fc_savespaceitalic";
  src: url("../font/fc_savespace_italic_ver_1.01.woff2") format("woff2"), url("../font/fc_savespace_italic_ver_1.01.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fc_savespaceregular";
  src: url("../font/fc_savespace_regular_ver_1.01.woff2") format("woff2"), url("../font/fc_savespace_regular_ver_1.01.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.f-0_6 {
  font-size: 0.6rem;
}

.f-0_7 {
  font-size: 0.7rem;
}

.f-0_8 {
  font-size: 0.8rem;
}

.f-0_9 {
  font-size: 0.9rem;
}

.f-1 {
  font-size: 1rem;
}

.f-1_25 {
  font-size: 1.25rem;
}

.f-5 {
  font-size: 5rem;
}

body {
  color: #484848;
  font-family: ekachonregular;
}

#bg-index {
  background-image: url("../images/tni_bg_home3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#bg-form {
  background-image: url("../images/Hero Banner/1x/Motor1_2+.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}
#bg-form .title {
  font-family: "ekachonbold_italic";
}

#bg-form2 {
  background-image: url("../images/tni_bg_form2_1.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#bg-form2 .title {
  font-family: "ekachonbold_italic";
}

#bg-thank {
  background-image: url("../images/thank.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#bg-thank .thank-title {
  color: #fe5000;
}

#bg-tablethank {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #afafaf;
}
#bg-tablethank .thank-title {
  color: #fe5000;
}
#bg-tablethank .table {
  font-size: 12px;
}
#bg-tablethank .table tbody {
  border-color: #afafaf;
}
#bg-tablethank .table td {
  padding: 6px;
}
#bg-tablethank .table .title-table {
  background-color: #484848;
  color: #fff;
}
#bg-tablethank .table .bg-yellow {
  background-color: #ffb81c;
  color: #484848;
}
#bg-tablethank .table .bg-cream {
  background-color: #fff6e3;
  color: #484848;
  vertical-align: middle;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}
#bg-tablethank .table .bg-orange {
  background-color: #fe5000;
  color: #fff;
  font-size: 14px;
}
#bg-tablethank .table .bg-white {
  background-color: #fff;
  color: #484848;
}
#bg-tablethank .table .bd-r-top {
  border-radius: 15px 15px 0px 0px;
}
#bg-tablethank .table .bd-r-botton-l {
  border-radius: 0px 0px 0px 15px;
}
#bg-tablethank .table .bd-r-botton-r {
  border-radius: 0px 0px 15px 0px;
}
#bg-tablethank .table .bd-r-botton-rl {
  border-radius: 0px 0px 15px 15px;
}
#bg-tablethank .des-text {
  font-size: 12px;
  color: #484848;
}

.title-bottom {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.des-bottom {
  font-size: 14px;
}

a {
  text-decoration: none;
}

h1.title {
  color: #ff4a00;
  font-family: "ekachonbold_italic";
  font-size: 65px;
}

h1.subtitle {
  color: #000;
  font-family: "ekachonbold_italic";
  font-size: 65px;
}

h2.subtitle {
  color: #000;
  font-family: "ekachonbold_italic";
  font-size: 55px;
}

h4.des {
  color: #231f20;
  font-family: "ekachonbold_italic";
}

.text-condition {
  font-size: 0.7rem;
  padding: 2% 0 2%;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

input[type=checkbox].agree {
  height: 25px;
  width: 25px;
  vertical-align: middle;
  border: 3px solid #000;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  margin-left: 5%;
}

input[type=checkbox].agree {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=checkbox].active {
  background-color: #fc4c02;
}

input[type=checkbox]:focus {
  outline: none;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 8px;
}

.box {
  background: rgba(255, 187, 0, 0.7098039216);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.box .evoucher {
  margin-top: -2px;
  padding: 3% 5%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.box .evoucher h2 {
  font-size: 55px;
  font-family: "ekachonbold";
}
.box .v1 {
  background: #e8f6fc;
}
.box .v2 {
  background: #fff;
}
.box .detail {
  padding: 3%;
  font-size: 25px;
}
.box .detail ul {
  list-style: none;
}
.box .detail ul li {
  font-style: italic;
  list-style: none;
  font-family: "ekachonmedium_italic";
}

/*
.formtop {
    background: rgb(255,124,54);
	background: linear-gradient(160deg, rgba(255,124,54,1) 0%, rgba(255,59,0,1) 100%);
    width:100%;
    height:160px;
    position:relative;
    text-align:center;
    padding:50px 0 0 0;
    box-sizing:border-box;
}
.formtop:before {
    content:'';
    position:absolute;
    background:white;
    width:100%;
    height:250px;
    top:0;
    left:0;
    border-bottom-right-radius:40%;
    transform:translatey(-50%);
}*/
.title-des {
  font-size: 1.1rem;
  font-weight: 600;
}

.text-index {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 1px 1px #fff;
}

#p-img {
  padding: 20px 0px;
}
#p-img .p-title {
  font-weight: bold;
  color: #484848;
}
#p-img .mg-10 {
  margin: 10px;
}
#p-img .border-right {
  border-right: 1px solid #fe5000;
}
#p-img .border-left {
  border-left: 1px solid #fe5000;
}
#p-img .title-0p_10m {
  color: #484848;
  font-weight: bold;
  font-size: 22px;
}
#p-img hr {
  margin: 20px 20px;
}
#p-img .text-0p_10m {
  color: #484848;
  font-size: 16px;
}
#p-img .justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
#p-img .mg-t10 {
  margin-top: 10px;
}
#p-img .mg-t30 {
  margin-top: 30px;
}
#p-img .text-p1 {
  color: #484848;
  font-weight: bold;
}
#p-img .fs-12 {
  font-size: 12px;
}
#p-img .text-title-p1,
#p-img .text-title-p2 {
  font-size: 16px;
}

.tab-text-bt-img {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background-color: #fd5000;
  color: #fff;
}

#form {
  color: #fff;
  background-size: cover;
  background-color: #fe5000;
  padding: 35px 0px;
}
#form .form-input {
  border: 1px solid #d9d9d9;
  margin: 2% 0;
  font-size: 12px;
}
#form .text-title-form {
  color: #5c5c5c;
  font-size: 20px;
}
#form .text-title-yellow-1 {
  font-size: 20px;
  color: #fff500;
}
#form .text-title-yellow {
  font-size: 18px;
  color: #fff500;
}
#form .text-title-white {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 10px;
}
#form .text-title {
  color: #5c5c5c;
  font-size: 16px;
}
#form .pd-b15 {
  padding-bottom: 15px;
}
#form .text-color-black {
  color: #5c5c5c;
  font-size: 12px;
}
#form .pd-0 {
  padding: 0px;
}

.position-relat {
  position: relative;
}

.mg-b-45 {
  margin-bottom: 45px;
}

.box-form {
  background-color: #fff;
  margin: 5px;
  border-radius: 16px;
  padding: 20px 5px;
}

#footer {
  background-color: #fe5000;
  color: #fff;
  padding-bottom: 130px;
}
#footer .title-contact {
  font-size: 18px;
}
#footer .text-tel {
  font-size: 28px;
  color: #fff500;
}

#form1 {
  color: #fff;
  background-image: url("../images/tni_bg_form1_2.jpg");
  background-size: cover;
  background-color: rgb(255, 124, 54);
}
#form1 .form-input {
  border: 1px solid #fff;
  margin: 2% 0;
  box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
  font-family: "ekachonbold_italic";
  font-size: 1.15rem;
}

button.btn-submit {
  background-color: #d0d0ce;
  padding: 15px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  font-family: "ekachonbold";
}

button.btn-submit.active {
  background-color: #fc4c02 !important;
  color: #fff;
}

.tni_box {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  padding: 3%;
  font-weight: bold;
  padding-bottom: 5%;
}
.tni_box img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-bottom: 8%;
}
.tni_box .type {
  border: 5px solid #ff4a00;
  box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 8%;
}
.tni_box .type .text {
  color: #ff4a00;
  font-size: 21px;
  font-family: "ekachonbold_italic";
}

.msg-icn {
  display: inline-block;
  position: relative;
  color: #484848;
  box-sizing: border-box;
  margin-bottom: 145%;
}

.msg-icn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 43px 105%, 43px 80%, 21px 80%, 21px 105%);
}

.msg-icn:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("images/arrow.png");
  top: calc(100% - 1px);
  left: 35%;
  box-sizing: border-box;
}

#tni {
  margin-bottom: 3%;
}

.invalid-feedback {
  text-align: right;
}

#tni-index h1 {
  font-size: 120px;
}
#tni-index .text-condition {
  position: absolute;
  bottom: 0%;
}

.thank-title {
  font-size: 110px;
  font-family: "fc_savespaceregular";
  line-height: 0.8;
}

.header-topbar {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #e9e4e4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-topbar .w-35 {
  width: 35%;
}

.header-topbar-fixe {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
}

.text-color {
  color: #000;
}

.center {
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
header .logo {
  width: 200px;
  margin: 10px 0;
}

.condition {
  background-color: #f5f5f5;
}
.condition .note {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
.condition .line {
  width: 100%;
  border-top: 1px solid #999;
}
.condition .accordion {
  padding: 20px;
  background-color: #fff;
}
.condition .accordion .card {
  border: none;
}
.condition .accordion .card h2 {
  background: url("../images/arrow-up.png") no-repeat calc(100% - 0px) center;
  background-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
}
.condition .accordion .card h2.collapsed {
  background-image: url("../images/arrow-down.png");
}
.condition .accordion .card .card-body {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.condition .accordion .card .card-body .text-underline {
  text-decoration-line: underline;
}
.condition .accordion .card .card-body .text-accordion {
  font-size: 12px;
}
.condition .accordion .card .card-body .w100 {
  width: 100%;
}
.condition .accordion .card .card-body .p-title {
  font-weight: bold;
  color: #484848;
  font-size: 18px;
}
.condition .accordion .card .card-body .o-title {
  color: #fd5000;
  font-size: 18px;
}
.condition .accordion-active {
  background-color: #fd5000;
}
.condition .accordion-active .collapse {
  background-color: #fd5000;
}
.condition .accordion-active .card {
  border: none;
  background-color: #fd5000;
}
.condition .accordion-active .card h2 {
  background: url("../images/arrow-up-white.png") no-repeat calc(100% - 0px) center;
  background-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  background-color: #fd5000;
  border: none;
  color: #fff;
}
.condition .accordion-active .card h2.collapsed {
  background-image: url("../images/arrow-down.png");
}
.condition .accordion-active .card .accordion-active-title1 {
  color: #fff;
  font-size: 24px;
}
.condition .accordion-active .card .accordion-active-title2 {
  color: #fff500;
  font-size: 24px;
}

.bg-slide {
  padding: 15px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0px -20px 36px -4px rgb(140, 140, 140) inset;
  -webkit-box-shadow: 0px -20px 36px -4px rgb(140, 140, 140) inset;
  -moz-box-shadow: 0px -20px 36px -4px rgb(140, 140, 140) inset;
}

.w92 {
  width: 92%;
}

#btnfooter {
  padding: 20px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
#btnfooter .btn-footer {
  padding: 15px;
  background-color: #dfdfdf;
  color: #fff;
  width: 100%;
}
#btnfooter .hr-botton {
  border: 2px solid #000;
  margin-top: 20px;
  width: 30%;
}

#btnfooter-thank {
  padding: 20px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
#btnfooter-thank .btn-footer {
  padding: 15px;
  background-color: #fe5000;
  color: #fff;
  width: 100%;
}
#btnfooter-thank .hr-botton {
  border: 2px solid #000;
  margin-top: 20px;
  width: 30%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 5px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fc4c02;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1400px) {
  h1.title {
    font-size: 45px;
  }
  h1.subtitle {
    font-size: 45px;
  }
  h2.subtitle {
    font-size: 40px;
  }
  .thank-title {
    font-size: 145px;
  }
  .msg-icn h2 {
    font-size: 35px !important;
  }
  .msg-icn:after {
    width: 50px;
    height: 50px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
}
@media screen and (max-width: 1200px) {
  h1.title {
    font-size: 45px;
  }
  h1.subtitle {
    font-size: 45px;
  }
  h2.subtitle {
    font-size: 40px;
  }
  .f-detail {
    font-size: 1.1rem;
  }
  .f-bottom {
    font-size: 1.2rem;
  }
  .box {
    margin-top: 40px;
  }
  #tni-index h1 {
    font-size: 70px;
  }
  .thank-title {
    font-size: 145px;
  }
  .msg-icn h2 {
    font-size: 35px !important;
  }
  .msg-icn:after {
    width: 50px;
    height: 50px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
}
@media screen and (max-width: 1000px) {
  .thank-title {
    font-size: 105px;
  }
  .msg-icn h2 {
    font-size: 30px !important;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 30px 25px 80px 25px;
  }
  .msg-icn:after {
    width: 50px;
    height: 50px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
}
@media screen and (max-width: 760px) {
  h1.title {
    font-size: 35px;
  }
  h1.subtitle {
    font-size: 35px;
  }
  h2.subtitle {
    font-size: 30px;
  }
  #tni-index h1 {
    font-size: 70px;
  }
  .tni_box {
    font-size: 16px;
  }
  .tni_box .text {
    font-size: 17px !important;
  }
  .thank-title {
    font-size: 85px;
  }
  .msg-icn h2 {
    font-size: 20px !important;
  }
  .box .evoucher h2 {
    font-size: 35px;
  }
  .f-detail {
    font-size: 0.95rem;
  }
  .f-bottom {
    font-size: 1rem;
  }
  .box {
    margin-top: 30px;
  }
  .thank-title {
    font-size: 85px;
  }
  .msg-icn h2 {
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 25px 25px 55px 25px;
  }
  .msg-icn:after {
    width: 50px;
    height: 50px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
  #p-img {
    padding: 20px 0px;
  }
  #p-img .p-title {
    font-weight: bold;
    color: #484848;
  }
  #p-img .mg-10 {
    margin: 10px;
  }
  #p-img .border-right {
    border-right: 1px solid #fe5000;
  }
  #p-img .border-left {
    border-left: 1px solid #fe5000;
  }
  #p-img .title-0p_10m {
    color: #484848;
    font-weight: bold;
    font-size: 14px;
  }
  #p-img hr {
    margin: 20px 20px;
  }
  #p-img .text-0p_10m {
    color: #484848;
    font-size: 12px;
  }
  #p-img .justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  #p-img .text-title-p1,
  #p-img .text-title-p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  h1.title {
    font-size: 30px;
  }
  h1.subtitle {
    font-size: 30px;
  }
  h2.subtitle {
    font-size: 25px;
  }
  .tni_box {
    font-size: 14px;
  }
  .tni_box .text {
    font-size: 16px !important;
  }
  .thank-title {
    font-size: 75px;
  }
  .msg-icn h2 {
    font-size: 18px !important;
  }
  .f-detail {
    font-size: 0.85rem;
  }
  .f-bottom {
    font-size: 0.9rem;
  }
  .box {
    margin-top: 20px;
  }
  #tni-index h1 {
    font-size: 45px;
  }
  #tni-index .des {
    font-size: 18px;
  }
  #tni-index .text-condition {
    position: absolute;
    bottom: 20%;
  }
  .thank-title {
    font-size: 60px;
  }
  .msg-icn h2 {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 17px 15px 45px 15px;
  }
  .msg-icn:after {
    width: 30px;
    height: 30px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
}
@media screen and (max-width: 400px) {
  h1.title {
    font-size: 20px;
  }
  h1.subtitle {
    font-size: 20px;
  }
  h2.subtitle {
    font-size: 18px;
  }
  .tni_box {
    font-size: 14px;
  }
  .tni_box .text {
    font-size: 16px !important;
  }
  .thank-title {
    font-size: 75px;
  }
  .msg-icn h2 {
    font-size: 18px !important;
  }
  .box .evoucher h2 {
    font-size: 20px;
  }
  .f-detail {
    font-size: 0.7rem;
  }
  .f-bottom {
    font-size: 0.8rem;
  }
  .box {
    margin-top: 20px;
  }
  #tni-index h1 {
    font-size: 45px;
  }
  #tni-index .des {
    font-size: 16px;
  }
  #tni-index .text-condition {
    position: absolute;
    bottom: 19%;
  }
  .msg-icn h2 {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0px 15px 40px 15px;
  }
  .msg-icn:after {
    width: 30px;
    height: 30px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
  .thank-title {
    font-size: 55px;
  }
  .condition {
    background-color: #f5f5f5;
  }
  .condition .note {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 15px;
  }
  .condition .line {
    width: 100%;
    border-top: 1px solid #999;
  }
  .condition .accordion {
    padding: 20px;
    background-color: #fff;
  }
  .condition .accordion .card {
    border: none;
  }
  .condition .accordion .card h2 {
    background: url("../images/arrow-up.png") no-repeat calc(100% - 0px) center;
    background-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
  }
  .condition .accordion .card h2.collapsed {
    background-image: url("../images/arrow-down.png");
  }
  .condition .accordion .card .card-body {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .condition .accordion .card .card-body .text-underline {
    text-decoration-line: underline;
  }
  .condition .accordion .card .card-body .text-accordion {
    font-size: 12px;
  }
  .condition .accordion .card .card-body .w100 {
    width: 100%;
  }
  .condition .accordion .card .card-body .p-title {
    font-weight: bold;
    color: #484848;
    font-size: 16px;
  }
  .condition .accordion .card .card-body .o-title {
    color: #fd5000;
    font-size: 16px;
  }
  .condition .accordion-active {
    background-color: #fd5000;
  }
  .condition .accordion-active .collapse {
    background-color: #fd5000;
  }
  .condition .accordion-active .card {
    border: none;
    background-color: #fd5000;
  }
  .condition .accordion-active .card h2 {
    background: url("../images/arrow-up-white.png") no-repeat calc(100% - 0px) center;
    background-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    background-color: #fd5000;
    border: none;
    color: #fff;
  }
  .condition .accordion-active .card h2.collapsed {
    background-image: url("../images/arrow-down.png");
  }
  .condition .accordion-active .card .accordion-active-title1 {
    color: #fff;
    font-size: 24px;
  }
  .condition .accordion-active .card .accordion-active-title2 {
    color: #fff500;
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  #form .text-title-form {
    color: #5c5c5c;
    font-size: 20px;
  }
  #form .text-title-yellow-1 {
    font-size: 18px;
    color: #fff500;
  }
  #form .text-title-yellow {
    font-size: 16px;
    color: #fff500;
  }
  #form .text-title-white {
    font-size: 16px;
    color: #fff;
  }
  #form .text-title {
    color: #5c5c5c;
    font-size: 16px;
  }
  .condition {
    background-color: #f5f5f5;
  }
  .condition .note {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 15px;
  }
  .condition .line {
    width: 100%;
    border-top: 1px solid #999;
  }
  .condition .accordion {
    padding: 20px;
    background-color: #fff;
  }
  .condition .accordion .card {
    border: none;
  }
  .condition .accordion .card h2 {
    background: url("../images/arrow-up.png") no-repeat calc(100% - 0px) center;
    background-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
  }
  .condition .accordion .card h2.collapsed {
    background-image: url("../images/arrow-down.png");
  }
  .condition .accordion .card .card-body {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .condition .accordion .card .card-body .text-underline {
    text-decoration-line: underline;
  }
  .condition .accordion .card .card-body .text-accordion {
    font-size: 10px;
  }
  .condition .accordion .card .card-body .w100 {
    width: 100%;
  }
  .condition .accordion .card .card-body .p-title {
    font-weight: bold;
    color: #484848;
    font-size: 14px;
  }
  .condition .accordion .card .card-body .o-title {
    color: #fd5000;
    font-size: 14px;
  }
  .condition .accordion-active {
    background-color: #fd5000;
  }
  .condition .accordion-active .collapse {
    background-color: #fd5000;
  }
  .condition .accordion-active .card {
    border: none;
    background-color: #fd5000;
  }
  .condition .accordion-active .card h2 {
    background: url("../images/arrow-up-white.png") no-repeat calc(100% - 0px) center;
    background-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    background-color: #fd5000;
    border: none;
    color: #fff;
  }
  .condition .accordion-active .card h2.collapsed {
    background-image: url("../images/arrow-down.png");
  }
  .condition .accordion-active .card .accordion-active-title1 {
    color: #fff;
    font-size: 24px;
  }
  .condition .accordion-active .card .accordion-active-title2 {
    color: #fff500;
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  h1.title {
    font-size: 18px;
  }
  h1.subtitle {
    font-size: 18px;
  }
  h2.subtitle {
    font-size: 16px;
  }
  .f-detail {
    padding-top: 10px;
    font-size: 0.55rem;
  }
  .f-bottom {
    font-size: 0.6rem;
  }
  #tni-index h1 {
    font-size: 40px;
  }
  #tni-index .des {
    font-size: 14px;
  }
  #tni-index .text-condition {
    position: absolute;
    bottom: 18%;
  }
  .msg-icn h2 {
    font-size: 12px !important;
  }
  .msg-icn:after {
    width: 30px;
    height: 30px;
    background-image: url("images/arrow.png");
    background-position: bottom;
  }
  .thank-title {
    font-size: 45px;
  }
}
.icon-question {
  color: #5c5c5c;
}

.fa-question {
  font-size: 12px;
  padding: 1px 3px;
  border: 1px solid #000;
  border-radius: 50px;
}

.modal-header {
  justify-content: flex-end !important;
}

.modal-footer .btn-default {
  background-color: #fe5000;
  color: #fff;
}

/*End style*/