@font-face {
  font-family: "KIA_MEDIUM";
  src: url("../webfonts/KiaSignatureRegular.ttf") format('truetype');
}

@font-face {
  font-family: "KIA_BOLD";
  src: url("../webfonts/KiaSignatureBold.ttf") format('truetype');
}

@font-face {
  font-family: "kia";
  src: url("../webfonts/KiaSignatureLight.ttf") format('truetype');
}

*:focus {
  outline: 0 !important;
}

body {
  background: #fff;
}

/*
.logo-banner {
  width: 250px;
  position: absolute;
  margin-left: 30px;
  margin-bottom: 30px;
  bottom: 0;
}
*/
.logo-banner {
  width: 100%;
}

body {
  color: #05141F;
}

.header-logo {
  height: 90px;
  text-align: center;
  align-content: center;
  background-color: #000;
}

.header-logo img {
  height: auto;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.logo-container {
  text-align: center;
  background-color: #0b171f !important;
}

.box-shadow-effect-container {
  margin-bottom: 5rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

p.comment {
  color: red;
  font-size: 16px !important;
  font-family: 'KIA', sans-serif !important;
  margin-top: -10px;
}

.nyas-table {
  border: 0 !important;
  margin: 0 auto;
}

.nyas-table td {
  padding: 5px 10px 5px 10px;
}

.bold-txt {
  font-family: "KIA_BOLD";
}

h4 {
  font-family: 'KIA_BOLD';
  padding: 10px 0;
  margin-top: 20px;
}

.font-weight-bold {
  font-family: 'KIA_BOLD', sans-serif;
  font-weight: normal;
}

.fixed-width {
  display: inline-block;
  width: 86px;
}

.main-banner-image {
  width: 100%;
  height: auto;
  background-color: #06141f;
  text-align: center;
  background-size: cover;
  background-position: top;
  display: block;
  position: relative;
}

.main-banner-image img {
  height: auto;
  width: 100%;
  display: block;
}

.tap-section {
  position: relative;
  top: -90px;
  z-index: 55;
}

.event-map {
  width: 100%;
}

.presenter-text {
  display: inline-block;
  width: 118px;
}

.agenda-info .presenter-text {
  font-weight: 500;

}

.agenda-info .presenter-text span {
  font-weight: 300;
  display: inline-block;
}

.covid-note {
  font-family: 'Kia', sans-serif;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
}

.welcome-info {
  font-family: 'KIA_medium', sans-serif;
  font-size: 20px;
}

.welcome-icon {
  width: 50px;
  padding-bottom: 20px;
}


.custom-label-text span {
  font-family: 'kia_medium', sans-serif;
  font-size: 18px;
}

.attention {
  font-weight: bold;
  font-size: 16px;
  background: #05141F;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.welcome-info p {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'KIA_BOLD', sans-serif;
}

.welcome-answer-mobile {
  padding-left: 30px;
}

.welcome-address {
  display: inline-table;
}

.welcome-info i {
  padding-right: 10px;
  width: 30px;
}

.timeslot .not-fully-booked {
  background: #EDB00E;
  color: #fff;
  border: double #fff;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.timeslot .fully-booked {
  background: #d81427;
  color: #fff;
  border: double #fff;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.custom-radio-container .space {
  width: 100px;
  float: left;
  font-weight: normal;
}

.custom-radio-container {
  font-weight: bold;
}

.main-header {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.kia-menu {
  width: 100%;
  height: 50px;
  display: flex;
  background-color: #05141F !important;
  position: relative;
  border: 1px solid #05141F !important;
}

.kia-menu svg {
  fill: #fff;
}

.main-header-container {
  background-image: url("https://kia.xenmedia.net/imgs/banner_desktop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 640px;
  width: 100%;
  z-index: 5;
}

.container {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

#myVideo {
  object-fit: cover;
  position: relative;
  z-index: 40;
  width: 100%;
  height: 100%;
  top: -60px;
}

.main-header-title {
  position: absolute;

  top: 35px;
  left: 25px;
}

.main-header-logo {
  position: absolute;
  left: 20px;
  width: 180px;
}

.modal-content .floor-map-img {
  width: 100%;
}

.date-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

.link-color {
  color: blue;
  cursor: pointer;
}

.main-header-title h3 {
  font-family: 'KIA_medium', sans-serif;
  font-size: 38px;
}

.main-header-title span {
  font-family: 'KIA_medium', sans-serif;
}

.main-header-title h5 {
  font-family: 'KIA_bold', sans-serif;
  margin-bottom: 0;
  color: #fff;
  font-size: 46px;
}

.main-header-title h1 {
  font-family: 'KIA_medium', sans-serif;
  color: #111;
  font-size: 3.3rem;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-text {
  color: red;
  position: relative;
  top: -5px;
  font-size: 13px;
}

.font-size-18 {
  font-size: 18px
}

.font-size-16 {
  font-size: 16px;
  letter-spacing: -0.2px;
}

.global-props {
  font-family: 'Kia', sans-serif;
}

.emp-p {
  font-size: 36px;
  font-family: "KIA_BOLD";
  /*margin-bottom: 20px;*/
  padding: 0 15px;
}

.kia-bold {
  font-family: "KIA_BOLD";
}

.dear-title {
  margin: 40px 0 30px;
}

.same-p {
  font-size: 18px;
  font-family: 'Kia', sans-serif;
}

.bold {
  font-weight: bold;
}

.toggle-tap {
  background-color: #05141F;
  color: white;
}

.tap {
  display: flex;
  flex-flow: row wrap;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #05141F;
  margin: 5% 0 0;
  background: #fff;
  color: #05141F;
}

.tap div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  font-size: 22px;
  text-align: center;
  padding: 2% 0;
  border-right: 1px solid #05141F;
  cursor: pointer;
  box-sizing: border-box;
  font-family: 'KIA_BOLD', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tap div:first-child {
  border-top-left-radius: 47px;
  border-bottom-left-radius: 47px;
}

.tap div:last-child {
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
}

.tap div:hover {
  background-color: #05141F;
  color: white;
}

.tap div:last-child {
  border-right: none;
}

.title-section {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 2%;
  font-family: 'KIA_BOLD', sans-serif;
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
  font-weight: normal;
}

.line {
  width: 100px;
  border-bottom: solid 2px #05141F;
}

.explanation {
  position: relative;
}

.register-btn-wrap {
  text-align: center;
}

.register-btn {
  border-radius: 50px;
  background-color: #05141F;
  color: #05141F;
  margin: 5% 0;
  line-height: 1.5;
  font-size: 18px;
  padding: 2.5% 10%;
  border: none;
  font-family: 'KIA_MEDIUM', sans-serif;
}

.custom-btn {
  margin: 5% 0;
  padding: 15px 50px;
  border-radius: 50px;
  box-shadow: 2.4px 3.2px 0 0 #f1b636;
  background-image: linear-gradient(to right, #f4c900, #ffdf49);
  font-size: 30px;
  color: #05141F;
  border: none;
  font-family: 'kia', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: normal;
}

.custom-btn:hover {
  box-shadow: none;
  transition: box-shadow 1s;
}

.picture-inner-wrap img {
  width: 100%;
}

.circle {
  position: relative;
  width: 240px;
  height: 240px;
  padding-bottom: 71%;
  border: 1px solid #e4d3aa;
  margin: 0 auto;
  border-radius: 50%;
}

.inner-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon-area {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.inner-span img {
  width: 100%;
}

.info-area {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
}

.agenda {
  text-align: center;
  padding: 0 15px;
}

.agenda-intro-content {
  width: 70%;
  margin: 0 auto;
}

.same-agenda-font {
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
}

.agenda-button {
  margin: 4% 0;
  font-family: 'KIA_MEDIUM', sans-serif;
}

.time-table-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.vertical-line {
  width: 0;
  height: 100%;
}

.time-table-time {
  flex: 1 1 0;
  padding-right: 3%;
  border-right: 1px solid #05141F;
  text-align: right;
}

.time-table-event {
  flex: 1 1 0;
  padding-left: 3%;
  text-align: left;
}

.same-div {
  margin: 0;
}

.same-div:nth-child(-n+5) {
  padding-bottom: 3%;
  margin: 0;
}

.reg {
  margin-left: 8%;
  margin-right: 8%;
}

.name {
  margin-bottom: 3%;
}

input {
  font-family: "Libre Franklin", sans-serif;
}

.same-input-1 {
  border: none;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
  font-size: 16px;
  padding: 5% 0;
}

.same-input-1:focus {
  outline: none;
}

.same-input-2 {
  padding: 3.33% 0;
}

.same-label {
  padding: 7% 0 2% 0;
  margin-right: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.download-btn {
  border: 1px solid #05141F;
  background-color: white;
  color: #ECB000;
  border-radius: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  padding: 8px 20px;
}

.download-btn:hover {
  color: #ecb000;
}

.submit-btn-wrapper {
  text-align: center;
}

.same-style-btn {
  border-radius: 50px;
  font-family: 'Libre Franklin', sans-serif;
  background-color: #05141F;
  color: #fff;
  border: none;
  box-sizing: content-box;
  padding: 15px 20px;
}

.submit-btn {
  margin: 5% 0 10% 0;
  border-radius: 50px;
  font-family: 'KIA_MEDIUM', sans-serif;
  background-color: #05141F;
  color: #fff;
  border: none;
  box-sizing: content-box;
  padding: 15px 40px;
}

.get-direction-btn {
  background-color: #05141F;
}

/* K5 Assets */

.default-font,
input {
  font-family: 'Kia', sans-serif;
}

.custom-label {
  position: relative;
}

.custom-small-label {
  position: relative;
  left: 15px;
}

.cmtp-5 {
  margin-top: 10%;
}

.custom-label-shape {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #05141F;
  border-bottom: 15px solid transparent;
  margin-left: 20px;
}

.custom-label-small-shape {
  position: relative;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 5px solid #05141F;
  border-bottom: 8px solid transparent;
}

.custom-label-shape span {
  position: absolute;
  top: 2px;
  left: 28px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.custom-label-shape::before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  background: #05141F;
  top: 0px;
  left: 15px;
}

.custom-label-small-shape::before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  background: #05141F;
  top: -8px;
  left: -20px;
}

.custom-label-small-text {
  font-size: 20px;
  color: #05141F;
  padding-left: 25px;
  font-family: 'Kia', sans-serif;
}

.custom-label-text {
  padding-left: 15px;
  font-size: 21px;
  color: #05141F;
  font-family: 'Kia_Bold', sans-serif;
  width: 88%;
}

.kia-text-color {
  color: #05141F;
}

.kia-custom-input {
  border: 1px solid #05141f33;
  padding: 0 10px;
  width: 100%;
  height: 34px;
  font-size: 16px;
  color: #05141f99 !important;
}

input {
  color: #05141f99 !important;
}

.kia-custom-input:focus {
  border: 1px solid #05141f;
  color: #05141f !important;
}

.cmt-5 {
  margin-top: 5em;
}

.cmb-5 {
  margin-bottom: 5em !important;
}

.kia-custom-textarea {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #8f8f8f;
  padding: 1em;
  color: #595959;
}

.kia-custom-button {
  padding: 20px 15px 20px 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #05141F;
  border: 0px;
  position: relative;
  box-sizing: border-box;
}

.kia-custom-button-main {
  width: 180px;
  height: 70px;
  color: #fff;
  background-color: #05141F;
  border: none;
  position: relative;
  box-sizing: border-box;
  transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  outline: 0;
  position: relative;
  transition: all 0.5s;
}

.kia-custom-round-button-main {
  background: transparent;
  border: none;
}

/*
.kia-custom-round-button-main {
  width: 230px;
  height: 70px;
  color: #fff;
  background-color: #05141F;
  border: none;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  position: relative;
  border-radius: 50px;
}
*/
.kia-custom-round-button-main .main-button-title {
  font-family: "KIA_BOLD", sans-serif;
  font-size: 14px;
  background: #05141F;
  color: #fff;
  padding: 20px 40px;
  height: 60px;
  border: 1px solid #05141F;
}

.kia-custom-round-button-main .main-button-title:hover {
  text-decoration: underline;
}

.kia-custom-round-button-survey .survey-button {
  font-family: "KIA_BOLD", sans-serif;
  font-size: 20px;
  background: #05141F;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #05141F;
}

.kia-custom-round-button-survey .survey-button:hover {
  background: #fff;
  color: #05141F;
}

.kia-custom-round-button-main .sub-button-title {
  font-family: "KIA_BOLD", sans-serif;
  font-size: 16px;
}

.button-insider:after {
  font-family: Linearicons-Free;
  content: '\e88a';
  color: #fff;
  opacity: 0;
  padding-left: 10px;
  /*position: absolute;
  top: 0;
  right: -20px;*/
  transition: 0.5s;
}

.button-insider:hover {
  padding-right: 20px;

}

.kia-custom-button-main:hover .button-insider:after {
  opacity: 1;
}

.button-insider {
  background-color: #05141F;
  transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transition: all 0.5s;
  width: 180px;
  height: 70px;
  font-family: 'KIA_BOLD';
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-left: 30px;
  left: -15px;
  top: 0px;
  box-sizing: border-box;
}

.button-insider span {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.kia-custom-button::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 30px solid #05141F;
  border-bottom: 73px solid transparent;
  left: 177px;
  box-sizing: border-box;
}

.video-container {
  position: relative;
  background-size: cover;
}

.hover-container {
  position: absolute;
  font-size: 3em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-action-container {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3em;
  color: #fff;
  display: none;
  transform: translate(-50%, -50%);
}

.hover-actions {
  text-align: center;
}


.small-hover-action {
  font-size: 2.2em;
}

.video-container:hover {
  cursor: pointer;
}

.video-container:hover .hover-container {
  display: none;
}

.video-container:hover .hover-action-container {
  display: block;
}

#main-video-container {
  background-image: url("/imgs/2023ev9/thumb_1.png");
  height: 300px;
}

#main-video-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/thumb_1.png");
}

#second-main-video-container {
  background-image: url("/imgs/2023ev9/thumb_2.png");
  height: 300px;
}

#second-main-video-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/thumb_2.png");
}

#second-video-container {
  background-image: url("/html5/assets/second-vid.jpg");
}

div#second-video-container {
  background-image: url("/html5/assets/walkaround.jpg");
}

#second-video-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/html5/assets/second-vid.jpg");
}

div#second-video-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/html5/assets/walkaround.jpg");
}

#third-video-container {
  background-image: url("/html5/assets/third-vid.jpg");
}

#third-video-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/html5/assets/third-vid.jpg");
}


.image-container {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.image-container:hover {
  cursor: pointer;
}

.image-container:hover .hover-action-container {
  display: block;
}

#first-image-container {
  background-image: url("/imgs/2023ev9/20143_2024_EV9_GT-Line.jpg");
}

#first-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20143_2024_EV9_GT-Line.jpg");
}

#second-image-container {
  background-image: url("/imgs/2023ev9/20157_2024_EV9_GT-Line.jpg");
}

#second-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20157_2024_EV9_GT-Line.jpg");
}

#third-image-container {
  background-image: url("/imgs/2023ev9/20169_2024_EV9.jpg");
}

#third-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20169_2024_EV9.jpg");
}

#fourth-image-container {
  background-image: url("/imgs/2023ev9/20182_2024_EV9_GT-Line_.jpg");
}

#fourth-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20182_2024_EV9_GT-Line_.jpg");
}

#fifth-image-container {
  background-image: url("/imgs/2023ev9/20199_2024_EV9_GT-Line.jpg");
}

#fifth-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20199_2024_EV9_GT-Line.jpg");
}

#sixth-image-container {
  background-image: url("/imgs/2023ev9/20206_2024_EV9_EV9_GT-Line_.jpg");
}

#sixth-image-container:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/imgs/2023ev9/20206_2024_EV9_EV9_GT-Line_.jpg");
}

.hover-title {
  font-size: 18px;
  text-align: center;
  font-family: "KIA_BOLD";
}

.need-more-text {
  font-size: 18px;
  text-align: center;
  font-family: "KIA_BOLD";
}

#main-video {
  width: 100%;
  object-fit: cover;
  visibility: hidden;
}

#second-main-video {
  width: 100%;
  object-fit: cover;
  visibility: hidden;
}

#second-video,
#third-video {
  width: 100%;
  object-fit: cover;
  visibility: hidden;
}

.material-container {
  border: 1px solid #b5b5b5;
  padding: 24px 30px;
  margin-bottom: 0.5em;
  font-family: 'Kia', sans-serif;
}

.material-left-text i {
  float: left;
  font-size: 20px;
  color: #05141F;
  padding-right: 10px;
}

.material-right-text i {
  color: #05141F;
}

.material-left-text p {
  float: left;
  font-size: 14px;
  display: contents;
  margin: 0px;
  padding-left: 10px;
}

.material-right-text p {
  text-align: right;
  margin: 0;
}

.material-right-text p a {
  color: #05141F;
  font-size: 14px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.material-right-text p a:last-child {
  padding-right: 0px !important;
}

.material-download {
  display: block;
  color: #05141F;
  float: right;
  font-size: 14px;
  font-family: 'KIA', sans-serif;
  text-decoration: none;
}

a {
  color: #4472c4;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.material-download i {
  padding-left: 10px;
}

.media-contact-container {
  border-left: 3px solid #05141F;
  padding-left: 20px;
  font-family: 'KIA_Medium', sans-serif;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}

.border-1 {
  border: 1px solid #cecece;
  box-sizing: border-box;
  font-family: 'Kia', sans-serif;
  margin: 0px;
}

.border-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-3 {
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 0px;
  border-left: 1px solid #cecece;
  border-right: 0px solid #cecece;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
}

.border-4 {
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-left: 1px solid #cecece;
  box-sizing: border-box;
}

.lg-text {
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
}

.md-text {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.welcome-info .fas,
.agenda-info .fas {
  font-size: 20px;
  color: #ff780b;
}

/*
.welcome-info ul {
    padding-top: 15px;
    color: #0c5fa5;
    font-family: 'KIA_BOLD', sans-serif;
}
*/
.welcome-info span {
  font-size: 16px;
  letter-spacing: -0.2px;
  font-family: 'KIA_medium', sans-serif;
}

.end-time {
  width: 75px;
  float: right;
}


.register-complete-img {
  display: block;
  margin: 5em auto;
}

.welcome-info {
  width: 74%;
  margin: 0 auto;
}

.agenda-info {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 200;
}

.text-end {
  text-align: right;
}

.agenda-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 536px) {
  .welcome-info {
    width: 100%;
  }

  .date-title {
    font-size: 20px;
  }

  .agenda-info {
    width: 100%;
    padding: 1rem;
  }

  .agenda-info .col-6 {
    margin-top: -2px;
  }

  .custom-label-text {
    padding-left: 15px;
    width: 85%;
  }

  .text-end {
    text-align: left;
    letter-spacing: -0.5px;
    font-size: 15px;
  }
}

@media all and (min-width:1200px) {
  .agenda-info {
    width: 80%;
  }
}

@media all and (max-width:1199px) {


  .main-header-title h5 {
    font-size: 42px;
  }

  .tap-section {
    top: -78px;
  }

  .circle {
    width: 230px;
    height: 230px;
  }

  .info-area {
    font-size: 16px;
  }

  .same-p {
    font-size: 14px;
  }

  .image-container {
    height: 255px;
  }

  .tap div {
    font-size: 20px;
  }
}

@media all and (max-width:991px) {
  .welcome-info {
    width: 100%;
  }

  .agenda-info {
    width: 100%;
  }

  .main-header-title h5 {
    font-size: 30px;
  }

  .main-header-title span {
    font-size: 26px;
  }

  .main-header-logo {
    width: 140px;
  }

  .tap-section {
    top: -60px;
  }


  .circle {
    width: 92%;
    padding-bottom: 91%;
  }

  .border-3,
  .border-4 {
    border-left: 0px;
  }

  .border-3 {
    border-top: 1px solid #cecece;
  }

  .border-4:last-child {
    border-left: 1px solid #cecece;
  }


  .material-left-text p {
    font-size: 15px;
  }

  .image-container {
    height: 185px;
  }

  .tap div {
    font-size: 18px;
    padding: 2% 1%;
  }
}

.custom-padding {
  padding: 0px 100px;
}

.time-title {
  font-size: 17px;
  font-family: "KIA_bold", sans-serif;
  color: #05141F;
}

.display-hide {
  display: none;
}

.display-show {
  display: show;
}

@media all and (max-width: 850px) {
  .main-header-title {
    top: 30px;
    left: 30px;
  }

  .main-header-logo {
    left: 15px;
    top: none;
  }
}

@media all and (min-width:768px) {

  .welcome-intro {
    padding: 0px 10% 40px;
    font-size: 16px;
  }

  .main-header-logo {
    bottom: 25px;
  }

  .contact-mobile {
    display: none;
  }

  .header-img-mobile {
    display: none !important;
  }
}

@media all and (max-width:767px) {
  .container {
    max-width: 100% !important;
  }

  .header-img-desktop {
    display: none !important;
  }


  .agenda-container {
    display: none;
  }

  .contact-web {
    display: none;
  }

  .contact-mobile .col-6.col-md-8 {
    padding-left: 0;
  }

  .contact-mobile .col-6.col-md-4.text-end {
    text-align: right;
  }


  .main-header-container {
    margin-top: 0;
    width: 100%;
    /*background-image: url("https://kia.xenmedia.net/imgs/2022nba/kia_asian_main.jpg");*/
    background-size: cover;
  }

  .main-header-logo {
    display: none;
  }

  .presenter-text {
    width: 330px;
  }

  .welcome-info p {
    font-size: 15px;
  }

  .welcome-info .fas,
  .agenda-info .fas {
    font-size: 17px;
  }

  .fixed-width {
    width: 70px;
  }

  .time-title {
    display: none;
  }

  .main-header-logo {
    bottom: 15px;
  }

  .tap-section {
    top: 0px;
  }

  .mobile-container {
    max-width: 100% !important;
  }

  .register-1-margin {
    margin-top: 3rem !important;
  }

  .custom-padding {
    padding: 0px;
  }

  .register-1-margin {
    margin-top: 0 !important;
  }

  /*
.welcome-address {
  padding-left: 30px;
}
*/
  .material-left-text i {
    padding-top: 5px;
    font-size: 16px;
    width: 22px;
  }

  .need-more-text {
    margin-top: 20px;
  }

  .material-left-text {
    padding-bottom: 10px;
    font-family: 'KIA_BOLD', sans-serif;
  }

  .welcome-info ul {
    padding-left: 20px;
  }

  .welcome-info {
    font-size: 16px;
    padding: 0px;
  }

  .agenda-info {
    font-size: 16px;
    font-weight: 300;
  }

  .welcome-info span {
    font-size: 14px;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mt-3 {
    margin-top: 0.5rem !important;
  }

  .mt-5,
  .my-5 {
    /* margin-top: 1rem !important; */
  }

  .cmt-5 {
    margin-top: 2em;
  }

  .mobile-margin {
    margin-top: 30px;
  }

  .fa-map-marked-alt,
  .fa-calendar-alt {
    font-size: 24px;
  }

  .title-section {
    margin-bottom: 8%;
    padding: 0 15px;
  }

  .title {
    margin-bottom: 5%;
    font-size: 30px;
  }

  .font-size-18 {
    font-size: 16px;
  }

  .custom-radio-container {
    font-size: 16px;
  }

  .register-complete-img {
    width: 340px;
  }

  .explanation {
    margin-bottom: 20px;
  }

  .tap {
    margin-bottom: 10%;
    border-radius: 20px;
  }

  .tap div {
    width: 100%;
    flex: 0 1 auto;
    height: 60px;
  }

  .tap div:first-child {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0;
  }

  .tap div:nth-child(2) {
    border-right: none;
  }

  .tap div:nth-child(3) {
    border-bottom-left-radius: 17px;
  }

  .tap div:last-child {
    border-bottom-right-radius: 17px;
    border-top-right-radius: 0;
    border-right: none;
  }

  .tap div:nth-child(-n+2) {
    border-bottom: 1px solid #05141F;
  }

  .circle {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 70%;
  }

  .same-p {
    font-size: 16px;
  }

  .exception-p {
    margin: 0;
  }

  .inner-span {
    margin-top: 15px;
  }

  .same-div:nth-child(-n+5) {
    height: 50px;
    padding-bottom: 0;
  }

  .submit-btn {
    margin: 10% 0 20% 0;
  }

  .register-btn {
    margin: 10% 0;
  }

  .custom-btn {
    margin: 10% 0;
  }

  .agenda-button {
    margin: 8% 0;
  }

  .emp-p {
    font-size: 22px;
    font-weight: bold;
    font-family: "KIA_medium";
    letter-spacing: -0.5px;
    /* margin: 20px; */
  }

  .reg {
    margin-left: 0%;
    margin-right: 0%;
  }

  .same-input-2 {
    padding: 5% 0;
  }

  .agenda-intro-content {
    width: 100%;
  }

  .kia-custom-input {

    font-size: 16px;
  }

  .media-contact-container {
    font-size: 16px;
  }

  .custom-label-small-text {
    font-size: 18px;
  }

  .picture {
    margin-top: 3em;
  }

  .chinese {
    margin-top: 3em;
  }

  .material-right-text p,
  .material-download {
    float: right;
  }

  .image-container {
    height: 54vw;
  }

  .mobile-spacer-3,
  .mobile-spacer-img-2 {
    margin-top: 1.5em;
  }

}

@media all and (max-width: 716px) {

  .mobile-container {
    padding: 0 !important;
  }


  #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50vw;
  }

  .kia-menu {
    position: fixed;
    z-index: 55;
  }
}

@media all and (max-width: 575px) {

  .main-header-title h5 {
    font-size: 22px;
  }

  .main-header-title span {
    font-size: 18px;
  }

  .circle {
    padding-bottom: 0px;
    width: 280px;
    height: 280px;
    margin: 0px auto;
  }

  .info-area {
    font-size: 18px;
  }

  .main-header-logo {
    width: 100px;
  }
}

@media all and (max-width: 536px) {
  .custom-label-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .header-logo {
    height: 70px;
    margin-bottom: -1px;
  }

  .header-logo img {
    width: 120px;
  }

  .main-header-title {
    top: 15px;
    left: 15px;
  }

  .logo-banner {
    width: 100%;
  }

  .main-banner-image {
    background-image: url("/imgs/2024carnival/Banner_Mobile.jpg");
  }

  .main-header {
    //height: 210px;
  }

  #myVideo {
    height: 80vw;
  }

  .main-header-container {
    background-image: url("https://kia.xenmedia.net/imgs/banner_mobile.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
  }

  .custom-label-shape {
    border-top: 12px solid transparent;
    border-left: 10px solid #05141F;
    border-bottom: 12px solid transparent;
  }

  .custom-label-shape::before {
    width: 25px;
    height: 24px;
    left: 20px;
  }
}

@media all and (max-width:449px) {
  .tap div {
    font-size: 16px;
  }

  .same-p.same-div {
    font-size: 12px;
  }

  .same-agenda-font {
    font-size: 14px;
  }

  .inner-span {
    font-size: 35px;
  }
}

@media all and (max-width:373px) {}