@font-face {
  font-family: RobotoFlex;
  src: url("../fonts/RobotoFlex/RobotoFlex.ttf");
}
@font-face {
  font-family: RobotoCondensed;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf");
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 10px;
  font-family: RobotoFlex;
}

body,
html,
#loader {
  background: #548db1;
  background: -moz-linear-gradient(135deg, #548db1 0%, #544d92 100%);
  background: -webkit-linear-gradient(135deg, #548db1 0%, #544d92 100%);
  background: linear-gradient(135deg, #548db1 0%, #544d92 100%);
}

#loader {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s linear;
}

#loader > * {
  margin: 30px;
}

#browsersupport {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: white;
  top: 0;
  left: 0;
  font-family: "Source Sans Pro";
}

.browsersupport__inner {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.browsersupport__inner__img {
  width: 214px;
  height: 214px;
}

.browsersupport__inner__title {
  font-size: 4rem;
  margin: 40px auto 45px;
  color: #0092bc;
  width: 600px;
}

.browsersupport__inner__text {
  color: #0092bc;
  font-size: 2.4rem;
  margin: 0 auto 40px;
  width: 450px;
}

.header__center {
  margin: auto;
  margin-top: 30px;
}

.header__center .title {
  font-family: "Roboto" !important;
  font-size: 40px;
}

.text-content {
  font-family: "Roboto" !important;
}

.header__prev {
  position: absolute !important;
  top: 50%;
}

.header__next {
  position: absolute !important;
  top: 50%;
  /* right:200px; */
  right: 0;
  overflow: hidden;
}

.thumbnail-container img {
  object-fit: contain;
}

.chatbot {
  position: fixed;
  top: 0;
  display: block;
  z-index: 10;
  height: 100vh;
  width: 100%;
}

#chatbot .examples {
  width: 100%;
  display: inline;

  /* justify-content: center;
     */

  text-align: center;
}

#chatbot .examples p {
  font-size: 30px;
  font-family: Roboto;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}

.c-Rotate {
  display: none !important;
}

.chi-tiet-timeline {
  width: 100vw;
  height: 100vh;
  display: none;
  /* background-color: #e09239; */
  /* background-color: transparent; */
  background-image: url("../images/tldt.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 100;
  justify-content: center;
  gap: 320px;
}

.chi-tiet-timeline h2 {
  font-size: 45px;
  color: #b00605;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 114px;
}

.chi-tiet-timeline h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: #b00605;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

.chi-tiet-timeline-left {
  width: 1230px;
}
.chi-tiet-timeline-center {
  width: 1050px;
}
.chi-tiet-timeline-right {
  width: 600px;
}
.chi-tiet-timeline-left-detail {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.chi-tiet-timeline-left-detail h4 {
  margin-top: 28px;
}
.chi-tiet-timeline-left-detail h4:first-child {
  margin-top: 60px;
}
.chi-tiet-timeline-left-detail h4 span {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.chi-tiet-timeline-left-detail h4 span:first-child {
  color: #b00605;
}
.chi-tiet-timeline-left-detail h4 span:first-child img {
  color: #b00605;
  margin-right: 15px;
}
.chi-tiet-timeline-left-detail h4 span:nth-child(2) {
}
.chi-tiet-timeline-center {
  width: 1050px;
}
.chi-tiet-timeline-center-detail h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: justify;
  padding: 10px 20px;
}
.chi-tiet-timeline-center-detail h4 img {
  margin-right: 20px;
}
.chi-tiet-timeline-right {
  width: 600px;
}
.chi-tiet-timeline-right-detail {
}
.chi-tiet-timeline-right-detail h4 {
  display: flex;
  align-items: center;
  gap: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: justify;
  padding: 35px 20px;
}
.chi-tiet-timeline-tabs {
  border-top: 2px solid #b00605;
}
.chi-tiet-timeline-tabs h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #1e1e1e;
  margin-top: 45px;
  text-align: center;
}
.chi-tiet-timeline-tabs div {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 48px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.chi-tiet-timeline-tabs div span {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 48px;
  background-color: transparent;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
  border-radius: 8px;
  margin-top: 20px;
}
.tab-active {
  background-color: #b00605 !important;
  color: #fff !important;
  border: none !important;
}
.show {
  display: flex;
}

#chatbot .title h1 {
  font-size: 30px;
  font-family: Roboto;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.carousel-3d-container {
  min-height: 1px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 20px auto;
  box-sizing: border-box;
}

.carousel-3d-slider {
  position: relative;
  margin: 0 auto;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.carousel-3d-slide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  border-radius: 1px;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  background-size: cover;
  background-color: #ccc;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

.carousel-3d-slide {
  text-align: left;
}

.carousel-3d-slide img {
  width: 100%;
}

.carousel-3d-slide.current {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  z-index: 999;
}
