body {
  font-family: Inter;
}
.left-logo-header {
  height: 102px;
  width: 266px;
}

.right-logo-header {
  height: 102px;
  width: 820px;
}

.image-object-fit {
  object-fit: cover;
}

.header-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  width: Hug (177px) px;
  height: Fixed (36px) px;
  opacity: 0px;
  margin-bottom: 12px;
}

.highlight {
  background-color: #d30000;
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 18px;
  /* font-family: "Inter"; */
  font-weight: 700;
  line-height: var(--lineheight26);
  letter-spacing: var(--letterspacing-036);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.divider {
  flex-grow: 1;
  height: 2px;
  background-color: black;
}

.latest-news {
  color: #ff2222;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.latest-news::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: black;
  margin-left: 10px;
}

.jeg_postblock_16 .jeg_block_title span,
.jeg_postblock_10 .jeg_block_title span {
  padding-left: 12px;
}

.footer-holder {
  background-color: black;
  color: white;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.footer-holder .container {
  max-width: 1100px;
  margin: auto;
}

.footer_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
  text-align: left;
}

.footer-sub-title {
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  text-align: left;
}

.footer-sub-title h3 {
  margin-bottom: 4px;
}

.footer-holder .container {
  max-width: 1200px;
  margin: auto;
}

.icon-footer {
  font-size: 10px;
}

.footer-contact-text {
  /* font-family: Work Sans; */
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.jeg_footer_content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  background-color: black;
}

.footer_column {
  padding: 0 15px;
  background-color: black;
}

.footer_column p {
  margin: 8px 0;
  line-height: 1.6;
  color: white !important;
}

.footer_column strong {
  font-weight: bold;
  color: white !important;
}

.footer-holder .footer_title h3 {
  display: block;
  text-align: left;
  margin-bottom: 25px;
}

.footer-holder {
  background-color: black;
}

.footer-holder::before,
.footer-holder::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 60px;
  background-color: #df0023;
}

.footer-holder::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.footer-holder::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

@media (max-width: 768px) {
  .footer_column {
    width: 100%;
  }
  .px-sm-3 {
    padding: 0 1rem;
  }
}

.vc_gitem-zone {
  background-size: contain;
  max-width: 165.5px;
}

.hotline-banner {
  background-color: #df0023;
  color: #fff;
  text-align: center;
  padding: 20px;
  /* font-family: Inter; */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.hotline-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.hotline-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 768px) {
  .hotline-banner {
    flex-direction: column;
    text-align: center;
  }

  .vc_gitem-zone {
    max-width: 100%;
  }
}

.jeg_navbar_wrapper {
  margin-bottom: 10px;
}

.widget_media_image img {
  display: block;
  margin: 0 auto;
}
.related-news {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.title-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.title-related {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: #D30000;
  padding: 10px 16px;
  display: inline-block;
  white-space: nowrap;
}

.title-line {
  flex-grow: 1;
  height: 3px;
  background: black;
  margin-left: 15px;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 3rem;
}

.news-slider {
  width: 100%;
  overflow: hidden;
}

.news-item {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 340px;
  overflow: hidden;
}

.news-thumbnail img {
  width: 100%;
  height: 183px;
  object-fit: cover;
}

.news-meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-item h3 {
  font-size: 14px;
  margin: 5px 0;
  font-weight: bold;
  flex-grow: 0;
  /* Giới hạn phần tiêu đề chiếm không gian */
}

.news-date-container {
  margin-top: auto;
  /* Đẩy phần ngày xuống dưới cùng */
  padding-top: 10px;
}

.news-date {
  font-size: 12px;
  color: gray;
  display: flex;
  align-items: center;
  gap: 5px;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #FFF;
  color: black;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  width: 26px;
  height: 70px;
  border: 1px solid #E0E0E0;
}

.prev-btn {
  left: -30px;
}

.next-btn {
  right: -30px;
}

.prev-btn:hover,
.next-btn:hover {
  background: #E0E0E0;
}

.related-post-title-custom {
  /* font-family: Inter; */
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  height: 80px !important;
}

.less-than-four-items {
  display: flex;
  justify-content: flex-start;
  width: 100%!important
}
.register-custom-container {
  max-width: 95%;
  margin: auto;
  padding: 20px;
  border: 1px solid #E1E4ED
}
.register-custom-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.register-custom-content {
  display: flex;
  gap: 20px;
}
.register-custom-form {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.full-width {
  width: 100%;
}

.register-custom-contact {
  flex: 1;
  padding-left: 20px;
}

.label-text {
  /* font-family: Inter; */
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.register-custom-contact > h2 {
  /* font-family: Inter; */
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #df0023!important;
}

.register-custom-button {
  width: 30%;
  background-color: black!important;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.register-form > p {
  padding: 2px 0px;
}

.register-custom-button:hover {
  color: white;
  background-color: #df0023!important;
}

.register-custom-member-list {
  display: block;
  margin: 20px auto;
  background-color: red;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.hr-custom {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: black;
}

.register-custom-text {
  /* font-family: Inter; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.register-custom-contact h4 {
  /* font-family: Inter; */
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

.mobile-custom-hot-new {
  display: none;
}

@media screen and (max-width: 768px) {
  .register-custom-content {
      flex-direction: column;
  }
  .form-group {
      width: 100%;
  }
  .register-custom-contact {
    border-left: none;
    padding: 1rem;
    margin-top: 20px;
  }
  .register-custom-container {
    max-width: 100%;
  }
  .register-custom-button {
    width: 100%;
  }
  .register-custom-form {
    margin: 1rem;
  }
  .brand-images-custom, .hotline-banner, .theiaStickySidebar > .widget_media_image, .item_bottom {
    display: none;
  }
  .current-menu-item {
    background-color: #FFF;
  }
  li.current-menu-item a {
    color: red!important;
  }
  .mobile-custom-hot-new {
    display: block;
  }
  .desktop-custom-hot-new {
    display: none;
  }

  .mobile-custom-hot-new .jeg_block_title span {
    padding-left: 12px;
  }
  .title-container {
    margin: 1rem;
  }
  .register-list {
    padding: 2rem;
    margin-bottom: 1rem;
  }

  .jeg_sidebar .vc_empty_space {
    display: none;
  }
  .jeg_main_content .vc_empty_space {
    display: none;
  }
  .jeg_postblock_carousel_3 .tns-outer .tns-controls button {
    height: 52px!important;
    top: 18%;
  }
  .jeg_postblock_carousel .tns-outer {
    padding: 10px 0px 0px 0px!important;
    background-color: #F0F0F0;
  }
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons .icon i {
  font-size: 26px;
  color: #E1E4ED;
  transition: color 0.3s ease;
  padding-right: 10px;
}

.social-icons .icon i:hover {
  color: #007bff;
  cursor: pointer;
}

textarea[name="your-message"] {
  height: auto;
  min-height: 80px;
  max-height: 120px;
}

.member-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.member-table th, .member-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.member-table th {
  color: #D30000;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.member-table td {
  padding: 10px;
  border-bottom: none;
  font-size: 14px;
}

.member-table tbody tr:not(:last-child) td {
  border-bottom: none;
}

td.member-name {
  /* font-family: Inter; */
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #111111!important;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  text-decoration: none;
  background: #eee;
  color: #000;
  border-radius: 4px;
}

.pagination .current {
  background: #002B5B;
  color: #fff;
}
.pagination a.active {
  background-color: #133C8B;
  color: #fff;
  font-weight: bold;
}


.pagination a, .pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  text-decoration: none;
  background: #eee;
  color: #000;
  border-radius: 4px;
}

.pagination .current, .pagination a.active {
  background-color: #133C8B;
  color: #fff;
  font-weight: bold;
}

.pagination {
  position: absolute;
  right: 10%;
  margin-top: 20px;
}

@media screen and (min-width: 1500px) {
  .pagination {
    right: 30%;
  }
}

@media (max-width: 690px) {
  .jeg_postblock_10 .jeg_post .jeg_post_title {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-item {
  gap: 8px;
  font-size: 12px;
}

.contact-info-hotline > i {
  font-size: 22px;
}
