.container {
  max-width: 1238px;
  padding: 0 100px;
  margin: auto;
}

.swiper-container {
  width: 96%;
  height: 100%;
  overflow: hidden;
}

.btn-book-now {
  background-color: #d1444a;
  border: none;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100px;
  padding: 12px 32px;
  font-weight: 800;
}

.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s;
  width: 30%;
}

.content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: large;
  margin-right: 60px;
}

.swiper-container .title_sidebar2 {
  width: 65px;
  position: absolute;
  top: 0;
  height: 130%;
  background: url(../public/images/bg-gianhang.png);
  background-size: cover;
}

.swiper-container .swiper-slide-active .title_sidebar2 {
  display: none;
}

.title_sidebar2.left {
  right: 26%;
}

.title_sidebar2.right {
  right: 65%;
}

.title_sidebar2 .h4-only {
  left: 0;
}

.title_sidebar2 .vi {
  left: -85%;
  width: 180px;
}
.title_sidebar2 .h4-only.vi {
  left: -85%;
  width: 180px;
}

.title_sidebar2 h4 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  rotate: -90deg;
  top: 40%;
  left: -35%;
}

.info {
  background-image: url(../public/images/bg-gianhang.png);
  position: absolute;
  left: -30px;
  top: 0;
  height: 500px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container .swiper-slide-active {
  scale: 1;
}

.swiper-container .swiper-slide-prev,
.swiper-container .swiper-slide-next {
  scale: 0.8;
  height: 400px;
}

.swiper-container .swiper-slide-prev .slide-content,
.swiper-slide-next .slide-content {
  margin-top: 99px;
}

.swiper-container.swiper-slide-prev .info,
.swiper-slide-next .info {
  display: none;
}

.swiper-container .slide-content {
  text-align: center;
  padding: 20px;
  color: white;
  width: 100%;
  display: inline-block;
}

.slide-content img {
  object-fit: contain;
  object-position: center right;
  height: 450px;
}

.info button {
  background-color: #d1444a;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  line-height: 44px;
  padding: 0 29px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 10px;
  height: 10px;
}

.swiper-button-prev {
  left: 110px;
  top: -250px;
}

.swiper-button-next {
  right: -1040px;
  top: -258px;
}
.item-contact-section,
.item-statistic-event,
.tutorial-section,
.link-register-container {
  display: flex;
  flex-direction: row;
}

.item-box,
.item-feedback-section,
.item-reason {
  display: flex;
  flex-direction: column;
}
.statistic-event-section {
  display: flex;
  flex-direction: row;
}

.contact-section {
  display: flex;
  flex-direction: row;
  padding: 28px 0;
  gap: 60px;
}

.button-register {
  padding-top: 24px;
}

.tutorial-section {
  justify-content: center;
}

.contact-section .logo {
  height: 86px;
  width: 165px;
}

.item-box {
  gap: 12px;
  align-items: center;
}

.img-item-box {
  width: 60px;
  height: 60px;
}

.title-item-box {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  white-space: nowrap;
}

.description-item-box {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.item-statistic-event {
  flex: 1;
  gap: 150px;
  justify-content: center;
}

.statistic-event-section {
  flex: 1;
  gap: 64px;
}

.statistic-event-section.mobile {
  display: none;
}

.title-section {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin: 0 0 32px 0;
  color: #004a66;
}

.title-section-footer {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin: 0 0 28px 0;
  color: #004a66;
}

.section {
  padding: 32px 0px;
}

.section:last-child {
  padding-top: 0px;
}

.content-reason-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}

.item-reason {
  padding: 40px;
  gap: 12px;
  border: 1.5px solid #344054;
  border-radius: 24px;
  background: transparent;
  transition: all 0.3s;
}

.title-reason {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.description-reason {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.item-reason > .img-item-box {
  fill: #4ba947;
}

.item-reason:hover {
  background: #4ba947;
  border-color: #4ba947;
  transition: all 0.3s;
}

.item-reason:hover .title-reason,
.item-reason:hover .description-reason,
.item-reason:hover .img-item-box {
  color: white;
  fill: white;
  transition: all 0.2s;
}

.feedback-section {
  display: flex;
  gap: 32px;
  width: 100%;
}

.feedback-section .swiper {
  height: 750px;
}

.feedback-section-evp .swiper {
  height: 650px !important;
}

.item-feedback-section {
  height: 670px;
  padding: 40px;
  padding-bottom: 0px;
  border-radius: 24px;
  border: 1.5px solid #344054;
  gap: 20px;
  transition: all 0.2s;
}

.item-feedback-section-evp {
  height: 550px !important;
}

.title-section br {
  display: none;
}

.description-item-feedback {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
.customer-item-feedback,
.company-item-feedback,
.description-item-feedback {
  transition: all 0.2s;
}

.customer-item-feedback {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.company-item-feedback {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0;
  color: #475467;
}

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

.item-feedback-section:hover {
  background: #4ba947;
  border-color: #4ba947;
  transition: all 0.3s;
}

.item-feedback-section:hover .description-item-feedback,
.item-feedback-section:hover .customer-item-feedback,
.item-feedback-section:hover .company-item-feedback {
  color: white;
  transition: all 0.2s;
}
/* slide swiper */
.swiper {
  width: auto;
  height: 500px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(11, 148, 68, 0.15);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: rgba(11, 148, 68, 1) !important;
  opacity: 1;
}

.company-section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}

.item-company-section,
.item-image-company-section,
.item-center-company-section,
.item-center-mini-company-section,
.centered-item-company-section,
.item-partner-section {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(204, 210, 216, 1);
  border-radius: 8px;
}

.item-company-section img {
  width: 160px;
  border-radius: 8px;
  height: 160px;
}

.item-image-company-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-image-company-section img {
  width: 110px;
  border-radius: 8px;
  height: 110px;
}

.item-center-company-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-center-company-section img {
  width: 130px;
  border-radius: 8px;
  height: 40px;
}

.item-center-mini-company-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-center-mini-company-section img {
  width: 130px;
  border-radius: 8px;
  height: 20px;
}

.item-partner-section img {
  width: 130px;
  height: 40px;
}

.item-partner-section:nth-child(2) img {
  height: 110px;
}

.item-partner-section:nth-child(4) img {
  height: 90px;
  width: 100px;
}

.centered-item-company-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered-item-company-section img {
  width: 130px;
  height: 50px;
}

.item-contact-section {
  gap: 21px;
}

.tutorial-section {
  position: relative;
  width: 100%;
  gap: 48.5px;
}

.tutorial-section::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: rgba(75, 169, 71, 1);
}

.item-tutorial-section {
  width: 209px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: center;
}

.title-tutorial {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.icon-tutorial {
  height: 49px;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
  border: 1.5px solid rgba(75, 169, 71, 1);
}

.description-tutorial-vi {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  width: 68.5%;
}

.description-tutorial-en {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  width: 100%;
}

.description-tutorial-en-small {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  width: 80%;
}

.scan-me-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.qr-code-container {
  position: absolute;
  bottom: 84px;
}

.register-section {
  margin-top: 174px;
  padding: 0 92px;
}

.link-register {
  padding: 12px 32px;
  background-color: rgba(75, 169, 71, 1);
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.link-register-container {
  padding-top: 38px;
  gap: 16px;
  margin: auto;
  justify-content: center;
}

.extra-color {
  background-color: rgba(215, 193, 129, 1);
  color: rgba(128, 108, 49, 1);
}

.note-register {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}

.note-register-important {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  color: rgba(233, 38, 41, 1);
}

.register-slider {
  border-radius: 24px;
  width: 100%;
}

.swiper2 {
  max-width: 100%;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.swiper2 .swiper-slide {
  overflow: hidden;
  border-radius: 24px;
  height: 100%;
}

.swiper2-pagination {
  margin-top: -5px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  position: relative;
}

.title-section-footer br {
  display: none;
}

.section-footer {
  max-width: 1280px;
  padding: 48px 100px 48px 140px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: auto;
  background-color: white;
}

.section-footer-child {
  padding: 48px 0 48px 0 !important;
}

.tutorial-section-mobile {
  display: none;
}

.youtube-frame {
  border-radius: 24px;
}

.description-item-box br {
  display: none;
}
.statistic-event {
  display: none;
}

@media screen and (max-width: 450px) {
  .section {
    padding: 32px 16px;
  }

  .swiper-container {
    width: 100%;
  }
  .swiper-container .swiper-slide.swiper-slide-next {
    right: -60%;
  }

  .swiper-button-next {
    color: gray;
    left: 350px;
  }
  .swiper-button-prev {
    color: gray;
    left: 0;
    top: -242px;
  }
  .content-inner {
    font-size: small;
    margin-right: 10px;
  }
  .info {
    width: 80%;
    left: -50px;
    height: 270px;
    top: 23%;
  }

  .slide-content img {
    height: 200px;
  }
  .section-footer {
    padding: 0;
  }

  .btn-book-now {
    font-size: 14px;
  }

  .section:nth-child(5) {
    padding-top: 0px;
  }

  .statistic-event-section {
    display: none;
  }
  .statistic-event-section.mobile {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .title-section {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .statistic-event-desktop {
    display: none;
  }

  .item-statistic-event-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }

  .item-statistic-event {
    gap: 27px;
  }

  .item-statistic-event:first-child {
    display: flex;
  }

  .item-statistic-event:last-child {
    justify-content: space-evenly;
  }

  .description-item-box br {
    display: block;
  }

  .img-item-box,
  .img-item-box img {
    width: 32px;
    height: 32px;
  }

  .item-box {
    gap: 3px;
  }

  .title-item-box {
    font-size: 24px;
    line-height: 32px;
  }

  .description-item-box {
    font-size: 16px;
    line-height: 24px;
  }

  .item-reason {
    padding: 32px;
    border-radius: 12px;
    gap: 8px;
    background: transparent;
  }

  .content-reason-section {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .item-reason .title-reason {
    font-size: 20px;
    line-height: 28px;
  }

  .title-section br {
    display: block;
  }

  .feedback-section .swiper {
    height: 650px;
  }

  .item-feedback-section {
    height: 550px;
    width: auto;
    padding: 32px;
    border-radius: 12px;
    gap: 8px;
  }

  .description-item-feedback {
    font-size: 14px;
    line-height: 22px;
  }

  .customer-item-feedback {
    font-size: 16px;
    line-height: 24px;
  }

  .company-item-feedback {
    font-size: 10px;
    line-height: 15px;
  }

  .tutorial-section-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item-tutorial-section-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .item-tutorial-section-mobile {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    left: -18px;
  }

  .tutorial-section-mobile::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(75, 169, 71, 1);
  }

  .icon-tutorial-mobile {
    height: 36px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    border: 1.5px solid rgba(75, 169, 71, 1);
    position: relative;
  }

  .content-english:nth-child(4) .icon-tutorial-mobile,
  .content-english:nth-child(5) .icon-tutorial-mobile {
    width: 45px;
    height: 38px;
  }

  .icon-tutorial-mobile img {
    width: 21px;
    height: 21px;
  }
  .tutorial-section-mobile::after {
    height: 0;
  }

  .content-tutorial-mobile {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 52px;
  }

  .content-tutorial-mobile p {
    margin: 0;
  }

  .title-tutorial-mobile {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #101828;
  }

  .description-tutorial-mobile {
    font-size: 16px;
    line-height: 24px;
    color: #101828;
  }

  .register-section {
    margin-top: 160px;
    padding: 0 92px;
  }

  .scan-me-container img {
    width: 161px;
    height: 121px;
  }

  .qr-code-container img {
    width: 140.18px;
    height: 140.54px;
  }
  .qr-code-container {
    bottom: 50.96px;
  }

  .link-register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .register-section {
    padding: 0 16px;
  }

  .link-register {
    padding: 8px 16px;
    color: white;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 224px;
  }

  .link-register-container {
    padding-top: 38px;
    gap: 16px;
    margin: auto;
    justify-content: center;
  }

  .extra-color {
    background: #e9d7a2;
    color: #806c31;
    width: 239px;
  }

  .note-register {
    font-size: 10px;
    line-height: 15px;
    padding-top: 20px;
  }

  .note-register-important {
    padding-top: 5.21px;
    font-size: 14px;
    line-height: 22px;
  }

  .swiper2 {
    height: 250px;
  }

  .swiper2 .swiper-slide {
    height: 500px;
  }

  .swiper2 .swiper-slide img {
    height: 194px;
    object-fit: fill;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .swiper2-pagination {
    margin-top: -10px;
  }

  .swiper {
    height: 410px;
  }

  .title-section-footer {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }

  .item-company-section,
  .item-image-company-section,
  .item-center-company-section,
  .item-center-mini-company-section,
  .centered-item-company-section,
  .item-partner-section {
    width: 120px;
    height: 120px;
    border: 0.5px solid var(--Stroke, #ccd2d8);
  }

  .item-company-section img,
  .item-image-company-section img,
  .item-center-mini-company-section img,
  .centered-item-company-section img {
    width: 110px;
    height: 110px;
  }

  .item-center-mini-company-section img {
    width: 100px;
    height: 20px;
  }

  .item-center-company-section img {
    width: 100px;
    height: 40px;
  }

  .item-partner-section img {
    width: 100px;
    height: 30px;
  }

  .item-partner-section img {
    width: 100px;
    height: 30px;
  }

  .item-partner-section:nth-child(2) img {
    height: 90px;
  }

  .item-partner-section:nth-child(4) img {
    height: 80px;
    width: 80px;
  }

  .company-section {
    gap: 16px;
  }

  .section-footer {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
  }

  .company-section {
    width: 256px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .title-section-footer br {
    display: block;
  }

  .tutorial-section {
    display: none;
  }

  .img-item-box svg {
    width: 40px;
    height: 40px;
  }

  .contact-section .logo {
    height: 54px;
    width: 103px;
  }

  .contact-section {
    gap: 24px;
    flex-direction: column;
  }
  .youtube-frame {
    width: 100%;
    height: 194px;
  }
  .statistic-event {
    padding: 16px 0px;
    display: block;
  }
}

@media (min-width: 960px) and (max-width: 1380px) {
  .tutorial-section::after {
    top: 41%;
  }
  .item-feedback-section {
    height: 800px;
  }

  .feedback-section .swiper {
    height: 900px;
  }
  .swiper {
    height: 520px;
  }
  .description-tutorial-vi {
    width: 100%;
  }

  .tutorial-section-en::after {
    top: 35%;
  }
}

@media (min-width: 960px) and (max-width: 1190px) {
  .tutorial-section::after {
    top: 30%;
  }
}

@media (min-width: 780px) and (max-width: 1060px) {
  .feedback-section .swiper {
    height: 1000px;
  }
  .item-feedback-section {
    height: 900px;
  }
}

.button {
  background-color: #4ba947;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 100px;
  padding: 12px 32px;
}
.header {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 40;
  background: url(../public/images/image-background.svg), #fbfbf9;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-right {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.header-right .item-contact {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.header-right .item-support {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 132px;
  height: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #004a66;
  margin-right: 6px;
  white-space: nowrap;
}

.header-right .item-support img {
  height: 20px;
  width: 20px;
  margin: 0;
}

.header-right .item-support a {
  text-decoration: none;
  color: #004a66;
}

.header-right .item-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.header-right .dropdown-tab {
  padding-top: 3px;
}

.header-right .item-lang .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 50;
  width: 160px;
  padding: 10px 0;
}

.header-right .item-lang .dropdown-menu.show {
  display: block;
}

/* .header-right .item-menu:hover .dropdown-menu {
  display: block;
} */

.header-right .dropdown-menu a {
  text-decoration: none;
  color: black;
}

.header-right .item-lang .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
}

.header-right .item-lang .dropdown-item:hover {
  background-color: #f0f0f0;
}

.header-right .item-lang .dropdown-item img {
  height: 20px;
  width: 20px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-menu .dropdown-item {
  padding: 10px;
  display: flex;
  align-items: center;
  color: black;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.icon-dropdown {
  margin-left: 5px;
  padding: 15px 0;
}

.dropdown-menu .dropdown-item-register,
.dropdown-menu .dropdown-item-support {
  display: none;
}

/* .info-registration .info-registration__address {
  line-height: 45px;
} */

/* .info-registration .info-registration__address .info-address {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #004a66;
} */

.event-title .event-title__info {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #004a66;
}
.content__count-time-and-location {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 450px) {
  .container {
    padding: 0;
  }
  .content__count-time-and-location {
    flex-direction: column;
    gap: 16px;
  }
  .location-registration {
    gap: 16px;
  }

  .icon-dropdown {
    padding: 2px 0;
  }

  .header-left {
    gap: 10.52px;
    max-width: 182.19px;
    padding-top: 16.75px;
  }

  .header-left img:first-child {
    width: 43.59px;
    height: 22.81px;
  }

  .header-left img:nth-child(2) {
    width: 34.99px;
    height: 22.81px;
  }

  .header-left img:nth-child(3) {
    width: 13.95px;
    height: 22.81px;
  }

  .header-left img:last-child {
    width: 58.41px;
    height: 22.81px;
  }

  .header-bar {
    padding: 16px;
    height: 40.25px;
  }

  .button {
    font-size: 8px;
    line-height: 12px;
    padding: 5px 8px;
  }

  .header-right .dropdown-tab {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
  }

  .dropdown-menu .dropdown-item-register,
  .dropdown-menu .dropdown-item-support {
    display: block;
  }

  .dropdown-tab img {
    margin-bottom: 12px;
  }

  .header-right .item-lang p {
    margin: 0;
    font-size: 8px;
    line-height: 12px;
    font-weight: 600;
  }

  .header-right .item-lang img:first-child {
    height: 12px;
    width: 17px;
    margin: 0;
  }

  .header-right .item-support {
    display: none;
  }

  .header-right .item-support img {
    height: 12px !important;
    width: 12px !important;
    margin: 0;
  }

  .header-right .icon-dropdown {
    width: 5px;
    height: 5px;
  }

  .header-right .item-lang {
    gap: 4px;
  }

  .header-right .item-lang .dropdown-menu {
    width: calc(50vw - 40px);
    left: auto;
    right: 0;
    top: 130%;
  }

  .header-right .item-lang .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .header-right .dropdown-item-support {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    padding-left: 8px;
  }

  .header-right {
    margin-top: 16px;
    gap: 8px;
  }
}

.content__section-1 {
  padding: 48px 0px 32px 0px;
}

.content__section-1 .countdown-timer {
  display: flex;
  justify-content: start;
  gap: 40px;
}
.content__section-1 .countdown-item {
  border-radius: 12px;
  border: 1px solid #ccd2d8;
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 128px;
  text-align: center;
}
.content__section-1 .countdown-number {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  padding: 12px 24px;
  background: #4ba947;
  color: #ffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.content__section-1 .countdown-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4ba947;
}

.swiper-banner {
  position: relative;
  padding-top: 48px;
}

.event-info {
  margin-top: 40px;
}

.event-info p,
h1 {
  margin: 0;
}

.event-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #004a66;
}

.event-details {
  margin-top: 28px;
  display: flex;
  justify-content: start;
  gap: 36px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-top: 2.5px solid var(--Primary, #4ba947);
  border-bottom: 2.5px solid var(--Primary, #4ba947);
  scroll-behavior: smooth;
}

.event-details::-webkit-scrollbar {
  display: none;
}
.event-details p {
  margin: 12px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #004a66;
}

.event-details p.active {
  color: #4ba947;
  opacity: 1;
}

.location-registration {
  /* margin-top: 50px; */
  /* width: 1417px; */
  /* height: 50px; */
  /* gap: 28px; */
  /* margin-bottom: 60px; */
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.info-registration {
  display: flex;
  justify-content: start;
  gap: 32px;
  height: inherit;
  flex-direction: column;
}

.date {
  width: 40%;
}

.location,
.date {
  display: flex;
  align-items: start;
  justify-content: start;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #004a66;
}

.location p,
.date p {
  margin: 0;
}

.location img,
.date img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.registration-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.individual-registration,
.group-registration {
  border: none;
  border-radius: 100px;
  padding: 12px 32px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 28px;
  font-weight: 600;
  text-decoration: none;
}

.individual-registration {
  color: #ffff;
  background-color: var(--Primary, #4ba947);
}

.group-registration {
  background-color: #e9d7a2;
  color: #806c31;
}

.floating_button-register {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 100;
}

.floating_button-register img {
  width: 100px;
  height: 100px;
}

.floating_button-mobile {
  display: none;
}

.floating_button-desktop {
  display: block;
}

.event-title .br-mobile {
  display: none;
}

.event-title .br-desktop {
  display: block;
}

@media screen and (max-width: 450px) {
  .content__section-1 {
    padding: 32px 16px 0px 16px;
  }

  .event-title .br-desktop {
    display: none;
  }
  .floating_button-mobile {
    display: block;
  }

  .floating_button-desktop {
    display: none;
  }

  .content__section-1 .countdown-timer {
    gap: 16px;
  }

  .content__section-1 .countdown-item {
    width: 69px;
    height: 90px;
    border-radius: 4px;
  }

  .content__section-1 .countdown-number {
    font-size: 32px;
    line-height: 40px;
    padding: 8px 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .content__section-1 .countdown-label {
    font-size: 14px;
    line-height: 22px;
  }

  .header-banner {
    padding-top: 32px;
  }

  .header-banner img {
    border-radius: 6.25px;
    height: 100%;
  }

  .event-info {
    margin-top: 20px;
  }

  .event-title {
    font-size: 26px;
    line-height: 34px;
  }

  .event-title br,
  .event-title .br-mobile {
    display: block;
  }

  .event-details {
    margin-top: 20px;
    gap: 9.37px;
  }

  .event-details p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 22px;
  }

  .location-registration {
    width: 100%;
    height: auto;
    gap: 10px;
  }

  .info-registration {
    gap: 4px;
    flex-direction: column;
  }
  .info-registration .info-registration__address {
    line-height: 20px;
  }

  .location,
  .date {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
  }

  .info-registration__address {
    font-size: 16px;
    line-height: 24px;
  }
  .info-registration .info-registration__address .info-address {
    font-size: 14px;
    line-height: 22px;
  }
  .event-title .event-title__info {
    font-size: 26px;
    line-height: 34px;
  }

  .location {
    width: 100%;
  }

  .location img,
  .date img {
    width: 16px;
    height: 1%;
    margin-right: 2px;
  }
  .location p,
  .date p {
    margin: 0;
  }

  .registration-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .individual-registration,
  .group-registration {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 22px;
  }

  .individual-registration,
  .group-registration {
    background-color: transparent;
    padding: 8px 16px 8px 0px;
  }

  .individual-registration span {
    background: var(--Primary, #4ba947);
    border-radius: 100px;
    padding: 8px 16px;
  }

  .group-registration span {
    background: #e9d7a2;
    padding: 8px 16px;
    border-radius: 100px;
  }

  .floating_button-register {
    bottom: 30px;
    right: 16px;
    z-index: 999;
  }

  .floating_button-register img {
    width: 60px;
    height: 60px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

.content__section-2 {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.content__section-2 .left {
  flex-basis: calc(50% - 50px);
  position: relative;
}

.content__section-2 .left .left-content {
  position: sticky;
  top: 145px;
}

.content__section-2 .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-basis: calc(50% - 50px);
}

.content__section-2 .countdown-timer {
  display: flex;
  width: 80px;
  height: 112px;
  gap: 24px;
  font-size: 3rem;
}

.content__section-2 .countdown-timer p {
  padding: 10px 0;
  margin: 0;
  color: var(--Primary, #4ba947);
}

.content__section-2 .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content__section-2 .countdown-number {
  color: var(--Primary, #4ba947);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  border: 1.5px solid var(--Primary, #4ba947);
  padding: 10px 15.5px;
  border-radius: 12px;
}

.content__section-2 .countdown-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.content__section-2 .separator {
  font-size: 4rem;
  margin: 0 0.5rem;
}

.content__section-2 .content__description {
  padding: 0 0 28px 0;
}

.content__description h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  color: var(--Secondary, #004a66);
  margin: 0;
  margin-bottom: 12px;
}

.content__description .content__description-text {
  font-size: 16px;
  line-height: 24px;
}

.content__description .content__description-text p {
  margin: 0;
}

.highlights-section {
  border: 1.5px solid var(--Line, #344054);
  border-radius: 24px;
}

.highlights-section .section-title {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 12px 40px;
  gap: 12px;
}

.highlights-section .section-title img {
  height: 48px;
  width: 48px;
}

.highlights-section .section-title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #4ba947;
  margin: 0;
}

.highlights-section ul {
  list-style-type: none;
  padding: 0px 40px 40px 40px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}

.highlights-section ul li {
  border-bottom: 0.5px solid var(--Stroke, #ccd2d8);
}

.highlights-section ul li:first-child {
  border-top: 0.5px solid var(--Stroke, #ccd2d8);
}

.highlights-section ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #101828;
  padding: 12px 0;
  transition: background-color 0.3s ease;
}

.highlights-section ul li a img {
  height: 24px;
  width: 24px;
}

.highlights-section .image-container {
  padding: 0px 40px 40px 40px;
}

.highlights-section .image-container img {
  width: 100%;
  height: 288px;
  border-radius: 24px;
  object-fit: fill;
}

.highlights-section ul li a br {
  display: none;
}

footer {
  background-color: white;
  width: 100%;
}

.language {
  display: flex;
  justify-content: start;
  gap: 48px;
  align-items: center;
}

.language a {
  display: flex;
  justify-content: start;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}

.language a span {
  font-size: 14px;
  line-height: 22px;
  color: var(--Text, #475467);
}

.language .official {
  color: var(--Primary, #4ba947);
}

.footer-contact {
  margin-bottom: 0px;
}

@media screen and (max-width: 450px) {
  .content__section-2 {
    padding: 16px 16px 32px 16px;
    gap: 16px;
    flex-direction: column;
  }

  .content__section-2 .left {
    flex-basis: auto;
  }

  .content__section-2 .right {
    flex-basis: auto;
    gap: 16px;
  }

  .content__section-2 .countdown-timer {
    display: flex;
    width: 60px;
    height: 88px;
    gap: 10.92px;
  }

  .content__section-2 .countdown-timer p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }

  .content__section-2 .countdown-number {
    font-size: 32px;
    line-height: 40px;
    border: 1px solid var(--Primary, #4ba947);
    padding: 10px 11.5px;
    border-radius: 4px;
  }

  .content__section-2 .countdown-label {
    font-size: 16px;
    line-height: 24px;
  }

  .content__section-2 .content__description {
    padding: 0;
  }

  .content__description h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 16px 0;
  }

  .content__description .content__description-text {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
  }

  .left-content img {
    height: 194px;
    width: 343px;
    margin-top: 16px;
  }

  .highlights-section {
    border: 1px solid var(--Line, #344054);
    border-radius: 12px;
  }

  .highlights-section .section-title {
    padding: 32px 32px 8px 32px;
    gap: 3.12px;
  }

  .highlights-section .section-title img {
    height: 35px;
    width: 35px;
  }

  .highlights-section .section-title p {
    font-size: 20px;
    line-height: 28px;
  }

  .highlights-section ul {
    padding: 0px 32px 32px 32px;
    font-size: 14px;
    line-height: 22px;
  }

  .highlights-section ul li a br {
    display: block;
  }

  .highlights-section ul li a {
    padding: 8px 0;
  }

  .highlights-section ul li a img {
    height: 12px;
    width: 12px;
  }

  .highlights-section .image-container {
    padding: 0px 32px 32px 32px;
  }

  .highlights-section .image-container img {
    border-radius: 6.25px;
    height: 100%;
  }

  footer {
    background-color: white;
  }

  .language {
    gap: 20px;
  }

  .language a {
    gap: 4px;
  }

  .language a span {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-contact {
    margin-bottom: 16px;
  }
}
.text-align-center {
  text-align: center;
  padding-top: 20px;
}

/* @media (max-width: 2000px) {
  .section-footer {
    padding: 48px 100px 48px 260px;
  }
}

@media (max-width: 1600px) {
  .section-footer {
    padding: 48px 100px 48px 140px;
  }
} */
