@charset "UTF-8";
.hackathon-tabs .hackathon-tabs-nav {
  cursor: grab; }
.hackathon-tabs .hackathon-tabs-nav.dragging {
  cursor: grabbing; }
.hackathon-tabs .hackathon-tabs-nav::-webkit-scrollbar {
  display: none; }
.hackathon-tabs .hackathon-tabs-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Ẩn scrollbar */
  scrollbar-width: none; }
  @media (max-width: 767px) {
    .hackathon-tabs .hackathon-tabs-nav {
      margin-bottom: 24px; } }
  .hackathon-tabs .hackathon-tabs-nav .tab-btn {
    width: 270px;
    min-width: 270px;
    flex: 0 0 270px;
    padding: 14px 32px;
    border-radius: 100px;
    background: #ededed;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    color: #6e7073; }
    @media (max-width: 767px) {
      .hackathon-tabs .hackathon-tabs-nav .tab-btn {
        font-size: 16px;
        padding: 14px 24px;
        flex: 1;
        width: auto;
        min-width: auto; } }
    .hackathon-tabs .hackathon-tabs-nav .tab-btn.active {
      background: #be1621;
      color: #fff; }
.hackathon-tabs .hackathon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center; }
  @media (max-width: 1024px) {
    .hackathon-tabs .hackathon-grid {
      gap: 24px; } }
  @media (max-width: 767px) {
    .hackathon-tabs .hackathon-grid {
      grid-template-columns: 1fr; } }
  .hackathon-tabs .hackathon-grid img {
    width: 100%;
    border-radius: 10px; }
  .hackathon-tabs .hackathon-grid .hackathon-left {
    aspect-ratio: 696 / 500;
    width: 100%;
    overflow: hidden; }
    .hackathon-tabs .hackathon-grid .hackathon-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      overflow: hidden; }
.hackathon-tabs .tab-content {
  display: none;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px; }
  .hackathon-tabs .tab-content.active {
    display: block; }
  @media (max-width: 1024px) {
    .hackathon-tabs .tab-content {
      padding: 16px; } }
.hackathon-tabs .hackathon-right {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: "Manrope", Sans-serif;
  padding: 32px; }
  @media (max-width: 1024px) {
    .hackathon-tabs .hackathon-right {
      padding: 16px;
      font-size: 16px;
      line-height: 26px; } }
  .hackathon-tabs .hackathon-right h2 {
    color: #d81f26;
    margin-bottom: 10px;
    font-family: "Space Grotesk", Sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .hackathon-tabs .hackathon-right h2 {
        font-size: 32px; } }
  .hackathon-tabs .hackathon-right .hackathon-description {
    font-family: "Space Grotesk", Sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px; }
    @media (max-width: 1024px) {
      .hackathon-tabs .hackathon-right .hackathon-description {
        font-size: 20px; } }
  .hackathon-tabs .hackathon-right ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: start;
    padding: 0; }
  .hackathon-tabs .hackathon-right li {
    padding-left: 26px;
    background: url(../image/circle-half-dot.svg) left center no-repeat;
    background-size: 16px;
    list-style: none; }

.custom-filter-js .fake-select {
  position: relative;
  width: 240px; }
  .custom-filter-js .fake-select__toggle {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative; }
    .custom-filter-js .fake-select__toggle::after {
      content: "▼";
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 12px; }
  .custom-filter-js .fake-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    z-index: 999; }
  .custom-filter-js .fake-select.open .fake-select__dropdown {
    display: block; }
.custom-filter-js .fake-option {
  padding: 10px 14px;
  cursor: pointer; }
  .custom-filter-js .fake-option:hover {
    background: #f5f5f5; }

.global-talent-tabs {
  display: flex;
  gap: 32px;
  align-items: stretch; }
  @media (max-width: 1024px) {
    .global-talent-tabs {
      gap: 24px; } }
  @media (max-width: 767px) {
    .global-talent-tabs {
      flex-direction: column; } }
  .global-talent-tabs .gt-left {
    width: 45%;
    position: relative;
    display: flex; }
    .global-talent-tabs .gt-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity .35s ease; }
      .global-talent-tabs .gt-left img.active {
        opacity: 1; }
  .global-talent-tabs .gt-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .global-talent-tabs .gt-tab {
    padding: 24px;
    background: #FFF;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1; }
    @media (max-width: 1024px) {
      .global-talent-tabs .gt-tab {
        gap: 12px;
        padding: 16px; } }
    @media (max-width: 767px) {
      .global-talent-tabs .gt-tab {
        background: unset;
        padding: 0; } }
    .global-talent-tabs .gt-tab:hover .gt-title, .global-talent-tabs .gt-tab.active .gt-title {
      padding: 0 24px;
      color: #BE1621; }
      .global-talent-tabs .gt-tab:hover .gt-title:before, .global-talent-tabs .gt-tab:hover .gt-title:after, .global-talent-tabs .gt-tab.active .gt-title:before, .global-talent-tabs .gt-tab.active .gt-title:after {
        background-size: 14px; }
  .global-talent-tabs .gt-title {
    font-family: "Space Grotesk", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    transition: all 0.3s ease;
    position: relative;
    width: fit-content;
    color: #222222; }
    .global-talent-tabs .gt-title:before, .global-talent-tabs .gt-title:after {
      content: '';
      width: 14px;
      height: 28px;
      position: absolute;
      left: 0;
      background: url("../image/2397.svg") no-repeat center;
      background-size: 0;
      transition: all 0.3s ease; }
    .global-talent-tabs .gt-title:after {
      left: unset;
      right: 0;
      background: url("../image/2398.svg") no-repeat center;
      bottom: 0;
      background-size: 0; }
  .global-talent-tabs .gt-desc {
    font-family: "Manrope", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
    max-width: 612px; }
  .global-talent-tabs .gt-mobile-image {
    display: none; }
    .global-talent-tabs .gt-mobile-image img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 12px; }

/* MOBILE */
@media (max-width: 767px) {
  .global-talent-tabs {
    flex-direction: column;
    gap: 30px; }

  .global-talent-tabs .gt-left {
    display: none; }

  .global-talent-tabs .gt-right {
    width: 100%;
    gap: 24px; }

  .global-talent-tabs .gt-tab {
    background: none;
    padding: 0; }

  .global-talent-tabs .gt-mobile-image {
    display: block; } }

/*# sourceMappingURL=adamo.css.map */
