* {
  font-family: 'roboto';
}
img {
  max-width: 100%;
  height: auto;
}
.font-title-size {
  font-size: clamp(0.875rem, 1.6625rem, 1.875rem);
}
.font-description-size {
  font-size: clamp(0.75rem, 1.1437rem, 1.25rem);
}
#menu2 .active {
  background: white;
  padding: 16px;
}
#menu2 .active_submenu {
  background: #5FA4F9;
  padding: 16px;
}
.breadcrumbs-container {
  display: flex;
  align-items: center;
}
.submenu {
  top: 100%;
  left: 0;
  width: 300px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}
#menu2 li:hover .submenu {
  display: block !important;
}
.submenu li {
  margin-bottom: 5px;
}
#menu-mobile {
  position: absolute;
  top: 50px;
  left: calc(-200%);
  width: 100%;
  padding: 10px;
  display: flex;
  line-height: 50px;
  flex-direction: column;
  z-index: 100;
  box-shadow: 2px 2px 5px #5FA4F9;
  background-color: #f1f1f1;
  transition: left 0.3s ease;
  /* hai cai phai giong nhau moi tao dc hieu ung khi close */
}
.menu-open {
  left: 0px !important;
  transition: left 0.3s ease;
  /* hai cai phai giong nhau moi tao dc hieu ung khi mo */
}
.menu-open .active-mobile {
  background-color: #5FA4F9;
  color: text;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}
.slide-track {
  display: flex;
  width: 400%;
  /* Adjust based on the number of slides */
}
.slide {
  flex: 25%;
  /* Adjust based on the number of slides */
}
.slide img {
  width: 80%;
  object-fit: cover;
}
.slide-track {
  display: flex;
  width: 400%;
  transition: transform 0.5s ease;
  /* Adjust the duration and easing as desired */
}
body {
  background-color: white;
}
.Yearly-timeline {
  font-family: 'Roboto';
  font-size: 30px;
  margin-bottom: 100px;
}
.Yearly-timeline:after {
  content: '';
  display: block;
  clear: both;
}
.Yearly-timeline .timeline {
  width: calc(67%);
  padding: 0 30px 30px 0;
  float: left;
  position: relative;
}
.Yearly-timeline .timeline:before,
.Yearly-timeline .timeline:after {
  content: '';
  height: 60px;
  width: 2px;
  border-left: 2px solid #70d6ff;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  bottom: 0;
}
.Yearly-timeline .timeline:after {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 6px solid #70d6ff;
  border-radius: 50%;
  right: 0;
}
.Yearly-timeline .timeline-content {
  color: #555;
  background: #70d6ff;
  text-align: center;
  min-height: 170px;
  padding: 30px 35px 35px;
  border-radius: 15px 15px 0 15px;
  display: block;
  position: relative;
  z-index: 1;
}
.Yearly-timeline .timeline-content:before {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  bottom: 17px;
  z-index: -1;
}
.Yearly-timeline .timeline-content:hover {
  text-decoration: none;
}
.Yearly-timeline .timeline-icon {
  color: #777;
  display: flex;
  justify-content: center;
  text-align: center;
}
.Yearly-timeline .title {
  font-size: 28px;
  color: blue;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.Yearly-timeline .description {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.Yearly-timeline .timeline:nth-child(even) {
  padding: 0 0 30px 30px;
  float: right;
}
.Yearly-timeline .timeline:nth-child(even):before {
  transform: rotate(45deg);
  right: auto;
  left: 30px;
}
.Yearly-timeline .timeline:nth-child(even):after {
  right: auto;
  left: 0;
}
.Yearly-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 15px 15px 15px 0;
}
.Yearly-timeline .timeline:nth-child(4n+2):before,
.Yearly-timeline .timeline:nth-child(4n+2):after {
  border-color: #ff70a6;
}
.Yearly-timeline .timeline:nth-child(4n+2) .timeline-content {
  background: #ff70a6;
}
.Yearly-timeline .timeline:nth-child(4n+3):before,
.Yearly-timeline .timeline:nth-child(4n+3):after {
  border-color: #ff9770;
}
.Yearly-timeline .timeline:nth-child(4n+3) .timeline-content {
  background: #ff9770;
}
.Yearly-timeline .timeline:nth-child(4n+4):before,
.Yearly-timeline .timeline:nth-child(4n+4):after {
  border-color: #ffd670;
}
.Yearly-timeline .timeline:nth-child(4n+4) .timeline-content {
  background: #ffd670;
}
.Yearly-timeline .timeline:nth-child(4n+5):before,
.Yearly-timeline .timeline:nth-child(4n+5):after {
  border-color: #59b52b;
}
.Yearly-timeline .timeline:nth-child(4n+5) .timeline-content {
  background: #59b52b;
}
@media screen and (max-width: 767px) {
  .Yearly-timeline .timeline {
    width: 100%;
    padding: 30px 0 0 30px;
    margin: 0 0 20px;
  }
  .Yearly-timeline .timeline:before,
  .Yearly-timeline .timeline:nth-child(even):before {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0;
    right: auto;
    left: 30px;
  }
  .Yearly-timeline .timeline:after,
  .Yearly-timeline .timeline:nth-child(even):after {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
  .Yearly-timeline .timeline-content,
  .Yearly-timeline .timeline:nth-child(even) .timeline-content {
    border-radius: 0 15px 15px 15px;
  }
}
.timeline {
  margin-top: 50px;
}
.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923d;
}
.alert-danger {
  color: #fff;
  background-color: #e23f0d;
  border-color: #fd3b00;
}
.alert-warning {
  color: #fff;
  background-color: #e9bd2a;
  border-color: #fcc511;
}
.alert-info {
  color: #fff;
  background-color: #6faae4;
  border-color: #388adb;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@keyframes jump-in-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump-out-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-in {
  animation: jump-in-animation 1s ease-in-out infinite;
}
.jump-out {
  animation: jump-out-animation 1s ease-in-out infinite;
}
footer {
  position: fixed;
  bottom: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(3.1rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.btn-button {
  display: block;
  width: 100%;
  height: calc(3.1rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn-button:disabled {
  background-color: #414345;
  opacity: 0.5;
  color: white;
  cursor: not-allowed;
  pointer-events: none;
  /* dont allow hover */
}
.btn-button[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.btn {
  background-color: #5FA4F9 !important;
  border-radius: 4px;
  padding: 8px 25px;
  border: 1px solid #5FA4F9;
  color: white;
}
.btn:hover {
  background-color: white !important;
  color: #5FA4F9;
}
.btn-orange {
  background-color: #eba822 !important;
  border-radius: 4px;
  padding: 8px 25px;
  border: 1px solid #eba822;
  color: white;
}
.btn-orange:hover {
  background-color: white !important;
  color: #eba822;
}
.w-100 {
  width: 100%;
  height: 100%;
}
video {
  object-fit: fill;
  height: 450px;
  width: 100%;
}
