@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: #000;
  font-family: ekachonregular;
}

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

#bg-form {
  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/HeroBanner/thank.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}
#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;
}

#form {
  color: #fff;
  background-size: cover;
  background-color: #fff;
  padding: 35px 0px;
}
#form .form-input {
  border: 1px solid #d9d9d9;
  margin: 2% 0;
  font-size: 12px;
}
#form .text-title-form {
  color: #484848;
  font-size: 20px;
}
#form .text-title {
  color: #5c5c5c;
  font-size: 14px;
}
#form .pd-b15 {
  padding-bottom: 15px;
}
#form .text-color-black {
  color: #5c5c5c;
  font-size: 12px;
}
#form .pd-0 {
  padding: 0px;
}

#footer {
  background-color: #FE5000;
  color: #fff;
  padding-bottom: 15px;
}

#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 !important;
  padding: 6px;
  width: 150px;
  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;
  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;
}

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

#btnfooter-thank {
  padding: 20px 20px 5px 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%;
}

@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-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-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-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-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: 12px;
  }
  .tabs-1 a img {
    width: 100% !important;
  }
  .tabs-2 a img {
    width: 100% !important;
  }
  .tabs-3 a img {
    width: 100% !important;
  }
}
@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-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-position: bottom;
  }
  .thank-title {
    font-size: 55px;
  }
}
@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-position: bottom;
  }
  .thank-title {
    font-size: 45px;
  }
}
.bg-tab {
  background-color: #f3f3f3 !important;
}

.nav-tabs {
  padding: 0px 10px !important;
}

.tabs-1 {
  background-color: #e6e6e6 !important;
  border-radius: 15px 15px 0px 0px !important;
  margin-right: 5px !important;
}
.tabs-1 a {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
  border-radius: 15px 15px 0px 0px !important;
  padding: 10px 25px !important;
  overflow: hidden;
}
.tabs-1 a img {
  filter: drop-shadow(0px 400px 0 #a7a7a7);
  transform: translateY(-400px);
  width: 30%;
}
.tabs-1 :hover {
  background-color: #fff !important;
}
.tabs-1 .active {
  background-color: #fff !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
}
.tabs-1 .active img {
  transform: translateY(0px) !important;
}

.tabs-2 {
  background-color: #e6e6e6 !important;
  border-radius: 15px 15px 0px 0px !important;
  margin-right: 5px !important;
}
.tabs-2 a {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
  border-radius: 15px 15px 0px 0px !important;
  padding: 10px 25px !important;
  overflow: hidden;
}
.tabs-2 a img {
  filter: drop-shadow(0px 400px 0 #a7a7a7);
  transform: translateY(-400px);
  width: 30%;
}
.tabs-2 :hover {
  background-color: #fff !important;
}
.tabs-2 .active {
  background-color: #fff !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
}
.tabs-2 .active img {
  transform: translateY(0px) !important;
}

.tabs-3 {
  background-color: #e6e6e6 !important;
  border-radius: 15px 15px 0px 0px !important;
}
.tabs-3 a {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
  border-radius: 15px 15px 0px 0px !important;
  padding: 10px 25px !important;
  overflow: hidden;
}
.tabs-3 a img {
  filter: drop-shadow(0px 400px 0 #a7a7a7);
  transform: translateY(-400px);
  width: 30%;
}
.tabs-3 :hover {
  background-color: #fff !important;
}
.tabs-3 .active {
  background-color: #fff !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000 !important;
}
.tabs-3 .active img {
  transform: translateY(0px) !important;
}

.tab-title {
  padding: 30px 0px 15px 0px;
  font-weight: bold;
  color: #484848;
}