/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}



@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/flatsome-child/fonts/Barlow-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/Barlow-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/flatsome-child/fonts/Barlow-SemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/Barlow-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/flatsome-child/fonts/Barlow-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/Barlow-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTM Nokia";
  src: url("/wp-content/themes/flatsome-child/fonts/UTMNokia.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/UTMNokia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/flatsome-child/fonts/Barlow-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/Barlow-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/flatsome-child/fonts/Barlow-ExtraBold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/Barlow-ExtraBold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/wp-content/themes/flatsome-child/fonts/BeVietnamPro-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/BeVietnamPro-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/wp-content/themes/flatsome-child/fonts/BeVietnamPro-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/BeVietnamPro-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-utm-nokia {
  font-family: UTM Nokia, ui-sans-serif, system-ui;
}
.font-utm-nokia p {
  font-family: UTM Nokia, ui-sans-serif, system-ui;
}
.font-utm-barlow {
  font-family: "Barlow", sans-serif;
}
.font-utm-barlow a {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    /* text-decoration: underline; */
    color: #2750A1;
    margin-top: 20px;
}

.font-utm-barlow a:hover {
   
   text-decoration: underline;
    
}
.icon-box-left, .icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}

body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Barlow", sans-serif;
}
.contest-span-2.contest-link-row a {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "UTM Nokia", sans-serif;
  font-weight: 400;
}

:root {
  --bg: #f9f9f9;
  --surface: #ffffff;
  --primary: #1f3193;
  --primary-600: #2750a1;
  --primary-300: #579cde;
  --accent: #55d79e;
  --accent-600: #5ecc73;
  --accent-300: #97dca5;
  --success: var(--accent-600);
  --error: #ff3b3b;
  --warning: #ffc107;
  --info: var(--primary-300);
  --text: #0f1c2e;
  --border: #a9dbdd;
  --link: var(--primary-600);
  --input: #e8f1f6;
  --bg-gray: var(--bg);
  --secondary: var(--surface);
  --foreground: var(--text);
}

.section-3 {
  background: linear-gradient(to bottom, #3b82f6, #1d4ed8);
}

.arr-left {
  position: absolute;
  transform: rotate(180deg);
  z-index: 9;
  left: -5%;
  top: -3%;
}

.arr-right {
  position: absolute;
  right: -5%;
  top: -3%;
}

.w-center .col-inner {
  margin: 0 auto !important;
}

.section-4 .title .col-inner {
  background: linear-gradient(to bottom, #17e5da, #50d58d, #7ac954, #8bc53f);
  clip-path: polygon(
    28px 0,
    calc(100% - 28px) 0,
    100% 28px,
    100% calc(100% - 28px),
    calc(100% - 28px) 100%,
    28px 100%,
    0 calc(100% - 28px),
    0 28px
  );
  padding-top: 60px;
  padding-bottom: 60px;
}

.uav-section {
  position: relative;
  padding: 15px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uav-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 160px;
  margin-top: 32px;
}

.uav-item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uav-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.uav-label-wrap {
  position: absolute;
  left: -40px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.uav-label {
  width: 243px;
  height: 305px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4px;
  background: linear-gradient(180deg, #0059b2, #10237b, #170d64);
  clip-path: polygon(
    28px 0,
    calc(100% - 28px) 0,
    100% 28px,
    100% calc(100% - 28px),
    calc(100% - 28px) 100%,
    28px 100%,
    0 calc(100% - 28px),
    0 28px
  );
}

.uav-label h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: Barlow, ui-sans-serif, system-ui;
}

.uav-main {
  position: relative;
  width: 320px;
  height: 384px;
  overflow: visible;
}

.uav-image {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 20;
  pointer-events: none;
}

.uav-image--left {
  width: 372px;
  height: 225px;
}

.uav-image--right {
  width: 465px;
  height: 211px;
}

.uav-panel {
  position: relative;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10;
  clip-path: polygon(
    28px 0,
    calc(100% - 28px) 0,
    100% 28px,
    100% calc(100% - 28px),
    calc(100% - 28px) 100%,
    28px 100%,
    0 calc(100% - 28px),
    0 28px
  );
}

.uav-panel--left {
  background: linear-gradient(180deg, #00dcab, #00ccad, #006dbd, #0047c4);
}

.uav-panel--right {
  background: linear-gradient(180deg, #00dcab, #5dcc62, #8bc53f);
}

.uav-content {
  color: #fff;
}

.uav-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.uav-line {
  position: absolute;
  top: -20%;
  left: 48%;
  transform: translateX(-50%);
  display: flex;
  z-index: 0;
  pointer-events: none;
}

.uav-line img {
  width: 163px;
  height: 364px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1199px) {
  .uav-grid {
    gap: 80px;
  }
}

@media (max-width: 991px) {
  .section-4 .title .col-inner {
     
      clip-path: inherit !important;
  }
  .uav-section {
    padding: 32px 16px;
  }

  .uav-grid {
    flex-direction: column;
    gap: 64px;
    margin-top: 16px;
  }

  .uav-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .uav-main {
    width: 288px;
    height: 384px;
  }


  .uav-label {
    width: 210px;
    height: 280px;
  }

  .uav-label h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: Barlow, ui-sans-serif, system-ui;
    font-weight: 700;
  }

  .uav-image--left {
    width: 320px;
    height: auto;
    top: -66px;
  }

  .uav-image--right {
    width: 350px;
    height: auto;
    top: -66px;
  }

  .uav-panel {
    padding: 28px 24px;
  }

  .uav-content p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.event-date {
  margin: 0 0 8px;
  color: #2750a1;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.event-title {
  margin: 0;
  color: #2750a1;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 850px) {
  .event-date {
    font-size: 36px;
  }

  .event-title {
    font-size: 18px;
  }
}
.list-timeline .icon-box-text.last-reset .text.nen {
  background: linear-gradient(to right, #00dcab, #5dcc62, #8bc53f);
  padding-left: 15px;
}
.list-timeline .icon-box-text.last-reset .text.nen {
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.ban-giam-khao .box-text.text-center {
  background-image: linear-gradient(
    180deg,
    #1b47b9 0%,
    #153fae 55%,
    #0a2e7e 100%
  );
  width: 75%;
  margin: 0 auto;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
  margin-top: -35px;
}

.font-be-vietnam-pro {
  font-family: "Be Vietnam Pro", sans-serif;
}

.opacity-90 {
  opacity: 90%;
}

.ban-giam-khao h4.uppercase {
  display: none;
}

.ban-giam-khao .box-image .image-cover {
  background: #55d79e;
}

.can-chinh-1 img {
  transform: translateY(30px);
  overflow: unset;
}

/* section form */

.contest-register {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}

.contest-frame {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contest-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
}

.contest-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #10237b 0%, #0047c4 60%, #579cde 100%);
  opacity: 0.78;
}

.contest-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 160px;
  z-index: 3;
  display: none;
}

.contest-side-left {
  left: 0;
  background: linear-gradient(to right, #8bc53f, #5dcc62, #00dcab);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.contest-side-right {
  right: 0;
  background: linear-gradient(to left, #8bc53f, #5dcc62, #00dcab);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.contest-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.contest-head-shape {
  width: clamp(320px, 84vw, 980px);
  min-height: 86px;
  padding: 18px 26px;
  background: linear-gradient(to bottom, #1ad897, #7bbf6e);
  clip-path: polygon(0 100%, 10% 0, 90% 0, 100% 100%);
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contest-head-text {
  transform: rotate(180deg);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "UTM Nokia", Arial, sans-serif;
}

.contest-form {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1280px;
  margin: 170px auto 0;
  padding: 0 28px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 120px;
  row-gap: 30px;
}

.contest-field-wrap-left {
  position: relative;
  left: -120px;
}

.contest-field-wrap-right {
  position: relative;
  left: 40px;
}

.contest-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
}

.contest-label {
  flex: 0 0 205px;
  height: 52px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #8bc53f 0%, #5dcc62 50%, #00dcab 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 2;
}

.contest-label span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.contest-input {
  height: 52px !important;
  min-width: 320px;
  width: 100% !important;
  max-width: 360px !important;
  margin-left: -28px;
  padding: 0 20px 0 48px !important;
  border: 0 !important;
  outline: none;
  background: #fff;
  color: #8a92a6 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}

.contest-input::placeholder {
  color: #aeb5c3;
}

.contest-span-2 {
  grid-column: 1 / -1;
}

.contest-captcha-row {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.contest-captcha-box {
  width: 330px;
  height: 82px;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.contest-captcha-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-size: 14px;
}

.contest-captcha-check {
  width: 30px;
  height: 30px;
  border: 2px solid #6d6d6d;
  background: #fff;
}

.contest-captcha-right {
  text-align: center;
  color: #70757a;
  font-size: 10px;
  line-height: 1.2;
}

.contest-captcha-right strong {
  display: block;
  font-size: 14px;
  color: #5f6368;
  margin-bottom: 2px;
}

.contest-submit-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.contest-submit-btn {
  width: 48% !important;
  min-height: 64px !important;
  padding: 14px 26px !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  background: linear-gradient(to bottom, #00dcab, #5dcc62, #8bc53f) !important;
  clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
  transition: 0.2s ease !important;
}

.contest-submit-btn:hover {
  background: linear-gradient(to bottom, #14f0c4, #6fe07b, #a0d85b);
}

.contest-submit-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: none;
  background: linear-gradient(to bottom, #00dcab, #5dcc62, #8bc53f);
}

.contest-submit-deco.left {
  left: 23%;
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
}

.contest-submit-deco.right {
  right: 25%;
  clip-path: polygon(0% 0%, 30% 0%, 100% 100%, 70% 100%);
}

.contest-link-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding-bottom: 14px;
  position: relative;
}

.contest-link-row a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.contest-link-row a:hover {
  text-decoration: underline;
}

.contest-link-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 30px;
  display: none;
  background: linear-gradient(to bottom, #00dcab, #5dcc62, #8bc53f);
}

.contest-link-deco.left {
  left: 34%;
  top: 5%;
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
}

.contest-link-deco.right {
  right: 34%;
  top: 5%;
  clip-path: polygon(0% 0%, 30% 0%, 100% 100%, 70% 100%);
}

/* tablet */
@media (max-width: 1024px) {
  .contest-form {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
    max-width: 760px;
  }

  .contest-field-wrap-left,
  .contest-field-wrap-right {
    left: 0;
  }

  .contest-field {
    justify-content: center;
  }

  body .contest-submit-btn {
    width: 78% !important;
  }
}
.hero-title {
  text-align: center;
  margin: 0;
  padding: 24px 16px;
  line-height: 1.1;
}

.hero-title span {
  display: inline-block;
  color: #55d79e;
  font-size: clamp(2rem, 6vw, 4.5rem); /* responsive */
  font-weight: 700;
  letter-spacing: 0.5px;
  word-break: break-word;
}
/* mobile */
@media (max-width: 640px) {
  .contest-frame {
    min-height: 760px;
  }

  .contest-head {
    top: 0px;
  }

  .contest-head-shape {
    width: 78vw;
    min-height: 82px;
    padding: 14px 18px;
    clip-path: polygon(0 100%, 12% 0, 88% 0, 100% 100%);
  }

  .contest-head-text {
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: 0.6px;
  }

  .contest-form {
    margin-top: 155px;
    padding: 0 16px 20px;
    row-gap: 22px;
  }

  .contest-field {
    justify-content: center;
    min-height: 42px;
  }

  .contest-label {
    flex: 0 0 126px;
    height: 42px;
    padding: 0 16px;
  }

  .contest-label span {
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .contest-input {
    height: 42px !important;
    min-width: 0 !important;
    width: 220px !important;
    max-width: 220px !important;
    margin-left: -22px !important;
    padding: 0 12px 0 36px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
  }

  .contest-captcha-row {
    margin-top: 8px;
  }

  .contest-captcha-box {
    width: 300px;
    height: 76px;
    padding: 0 12px;
  }

  .contest-captcha-left {
    gap: 10px;
    font-size: 12px;
  }

  .contest-captcha-check {
    width: 28px;
    height: 28px;
  }

  .contest-captcha-right strong {
    font-size: 13px;
  }

  .contest-submit-row {
    margin-top: 16px;
  }

  .contest-submit-btn {
    width: 300px;
    min-height: 64px;
    padding: 12px 18px;
    font-size: 17px;
    line-height: 1.25;
    clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
  }

  .contest-link-row {
    margin-top: 0;
    padding-bottom: 24px;
  }

  .contest-link-row a {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.25;
  }
}

/* very small mobile */
@media (max-width: 390px) {
  .contest-head-shape {
    width: 82vw;
  }

  .contest-head-text {
    font-size: 15px;
  }

  .contest-form {
    padding: 0 12px 18px;
  }

  .contest-label {
    flex: 0 0 118px;
    height: 40px;
  }

  .contest-label span {
    font-size: 11px;
  }

  .contest-input {
    width: 206px;
    max-width: 206px;
    height: 40px;
    font-size: 11px;
  }

  .contest-captcha-box {
    width: 286px;
  }

  .contest-submit-btn {
    width: 286px;
    font-size: 15px;
  }

  .contest-link-row a {
    font-size: 15px;
  }
}

/* desktop large */
@media (min-width: 1280px) {
  .contest-side,
  .contest-submit-deco,
  .contest-link-deco {
    display: block;
  }

  .contest-field-wrap-left {
    left: -180px;
  }

  .contest-field-wrap-right {
    left: 70px;
  }
}

.contest-register input {
  margin-bottom: 0px;
}

section.contest-register {
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2026/03/DangKyThamGiaBackground.webp);
}

span.wpcf7-spinner {
  display: none;
}

.contest-span-2.contest-submit-row {
  margin-bottom: 20px;
}

/* CSStab */

.tabbed-content ul li:nth-child(1) a {
  font-family: "Barlow", sans-serif;
  width: 360px;
  padding: 0.5rem;
  z-index: 50;
  color: white;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  cursor: pointer;

  background: linear-gradient(to right, var(--primary), var(--accent));
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 40px) 100%, 40px 100%);
  color: #fff;
}

.tabbed-content ul li:nth-child(2) a {
  font-family: "Barlow", sans-serif;
  width: 360px;
  padding: 8px;
  z-index: 50;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  cursor: pointer;
  transform: rotate(180deg); /* xoay lại để chữ không bị ngược */
  background-color: #374151; /* gray-700 */
  transform: rotate(180deg);
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 40px) 100%, 40px 100%);
}

.tabbed-content ul li:nth-child(2) a span {
  transform: rotate(180deg);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  object-fit: cover;
}

.section-5 .col-inner {
  clip-path: polygon(
    35px 0,
    calc(100% - 35px) 0,
    100% 35px,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    35px 100%,
    0 calc(100% - 35px),
    0 35px
  );
  background: linear-gradient(135deg, #21c589 0%, #17b3c6 50%, #1f3193 100%);
  padding: 8px;
  margin-bottom: 20px;
}

.section-5 .col-inner .tabbed-content {
  padding: 15px;
  background: #fff;
  clip-path: polygon(
    35px 0,
    calc(100% - 35px) 0,
    100% 35px,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    35px 100%,
    0 calc(100% - 35px),
    0 35px
  );
}

.custom-footer {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  padding: 3rem 0;
  background: linear-gradient(to bottom, #2f80ff, #1c5ed6, #10c85b);
}

.custom-footer {
  background: linear-gradient(to bottom, #2f80ff, #1c5ed6, #10c85b);
}

table.contact-table td {
  color: #fff !important;
  opacity: 1 !important;
  border: none;
}

.absolute-footer {
  display: none;
}

.mb-0 p {
  margin-bottom: 0px;
}

.mb-0 p {
  margin-bottom: 0px;
  line-height: 1;
}

.text.fw-700.mb-0 {
  margin-top: 20px;
}

.text-justify p {
  text-align: justify;
}

.section-acc .accordion-item a.accordion-title {
  background-image: linear-gradient(to bottom, #1f3193, #2750a1);
  outline: none;
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.5); /* blue-200/50 */
  margin-top: 20px;
  width: 100%;
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem;
  padding-top: 1.4rem; /* py-4 */
  padding-bottom: 1.4rem;
  border-radius: 0.75rem; /* rounded-xl */
  text-align: left;
  transition: all 0.2s ease;
}

.section-acc .accordion-title {
  border: none;
  /* color: #fff; */
}

.section-acc .accordion-title span {
  color: #fff;
  font-size: 1.25rem;
}

.section-acc .accordion .toggle {
  left: inherit !important;
  right: 10px !important;
  opacity: 1 !important;
}

.section-acc .accordion .toggle {
  top: 0.8em !important;
}

.section-acc .accordion-title.plain.active {
  background: linear-gradient(to bottom, #55d79e, #97dca5);
}

.section-acc .accordion-item p a {
  font-family: inherit;
}

.section-acc .item-3 table tr th {
  background-color: #239345;
  color: #fff;
  padding: 0.75rem;
}

.section-acc .item-3 table tr td {
  padding: 0.75rem;
}

.section-acc .item-3 table tr:nth-child(1) td,
.section-acc .item-3 table tr:nth-child(3) td,
.section-acc .item-3 table tr:nth-child(10) td,
.section-acc .item-3 table tr:nth-child(11) td {
  background-color: #8bc540;
  font-weight: 700;
  color: #334155;
}

.section-acc .item-3 table tr td {
  color: #334155;
}

.section-acc .item-3 table {
  border: 1px solid #ececec;
  border-color: #d1d5db;
}

.section-acc .item-3 table td {
  font-size: 1em;
}

.mission-board {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;

  background: #ffffff;
}

.mission-board__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #263b63;
  font-size: 15px;
}

.mission-board__table th,
.mission-board__table td {
  border: 1px solid #bcc4c9;
  padding: 14px 12px;
  vertical-align: middle;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
}

.mission-board__table thead th {
  background: #209542;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

.mission-board__table thead th:nth-child(2),
.mission-board__table thead th:nth-child(3),
.mission-board__table thead th:nth-child(4),
.mission-board__table tbody td:nth-child(2),
.mission-board__table tbody td:nth-child(3),
.mission-board__table tbody td:nth-child(4) {
  text-align: center;
}

.mission-board__section td {
  background: #8bc53f;
  color: #1f3f74;
  font-weight: 700;
  padding: 12px;
}

.mission-board__row td {
  background: #efefef;
}

.mission-board__total td {
  background: #8bc53f;
  color: #1f3f74;
  font-weight: 700;
}

.mission-board__total-text {
  text-align: left !important;
}

.mission-board__total-point {
  text-align: right !important;
  white-space: nowrap;
}

/* desktop */
.mission-board__table col:nth-child(1) {
  width: 49%;
}
.mission-board__table col:nth-child(2) {
  width: 28%;
}
.mission-board__table col:nth-child(3) {
  width: 13%;
}
.mission-board__table col:nth-child(4) {
  width: 10%;
}

/* tablet */
@media (max-width: 768px) {
  .tabbed-content ul li:nth-child(1) a, .tabbed-content ul li:nth-child(2) a {
      width: 280px;
      padding: 0px;
      margin: 0px;
      height: auto;
  }
  .tabbed-content ul{
    flex-flow: nowrap !important;
  }
  .section-acc .accordion-title span {
    color: #fff;
    font-size: 0.875rem;
  }
  .mission-board {
    padding: 8px;
  }

  .mission-board__table {
    font-size: 14px;
  }

  .mission-board__table th,
  .mission-board__table td {
    padding: 12px 10px;
  }

  .mission-board__table col:nth-child(1) {
    width: 41%;
  }
  .mission-board__table col:nth-child(2) {
    width: 25%;
  }
  .mission-board__table col:nth-child(3) {
    width: 16%;
  }
  .mission-board__table col:nth-child(4) {
    width: 18%;
  }
}

/* mobile giống ảnh bạn gửi */
@media (max-width: 480px) {
  .mission-board {
    padding: 0;
  }

  .mission-board__table {
    font-size: 12px;
  }

  .mission-board__table th,
  .mission-board__table td {
    padding: 12px 10px;
    line-height: 1.7;
  }

  .mission-board__table col:nth-child(1) {
    width: 40%;
  }
  .mission-board__table col:nth-child(2) {
    width: 24%;
  }
  .mission-board__table col:nth-child(3) {
    width: 17%;
  }
  .mission-board__table col:nth-child(4) {
    width: 19%;
  }

  .mission-board__table thead th {
    font-size: 11px;
    padding: 12px 8px;
  }

  .mission-board__section td,
  .mission-board__total td {
    padding: 10px;
  }

  .mission-board__total-point {
    white-space: normal;
  }
}

.arena-info {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;

  background: #ffffff;
}

.arena-info__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  color: #2b456f;
}

.arena-info__table col:first-child {
  width: 20%;
}

.arena-info__table col:last-child {
  width: 80%;
}

.arena-info__table th,
.arena-info__table td {
  border: 1px solid #bcc4c9;
  padding: 10px 12px;
  vertical-align: middle;
  line-height: 1.55;
  word-break: break-word;
  overflow-wrap: break-word;
}

.arena-info__table thead th {
  background: #009245;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

/* Tablet */
@media (max-width: 768px) {
  .arena-info {
    padding: 8px;
  }

  .arena-info__table {
    font-size: 14px;
  }

  .arena-info__table th,
  .arena-info__table td {
    padding: 10px;
  }

  .arena-info__table col:first-child {
    width: 28%;
  }

  .arena-info__table col:last-child {
    width: 72%;
  }
}

/* Mobile giống kiểu bạn muốn: co lại, tự xuống dòng */
@media (max-width: 480px) {
  .arena-info {
    padding: 0;
  }

  .arena-info__table {
    font-size: 12px;
  }

  .arena-info__table th,
  .arena-info__table td {
    padding: 9px 8px;
    line-height: 1.7;
  }

  .arena-info__table thead th {
    font-size: 11px;
  }

  .arena-info__table col:first-child {
    width: 32%;
  }

  .arena-info__table col:last-child {
    width: 68%;
  }
}

.arena-info__table td {
  color: #334155;
}

.obstacle-spec {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;

  background: #ffffff;
}

.obstacle-spec__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  color: var(--color-slate-700, #334155);
}

.obstacle-spec__table col:nth-child(1) {
  width: 6%;
}

.obstacle-spec__table col:nth-child(2) {
  width: 25%;
}

.obstacle-spec__table col:nth-child(3) {
  width: 69%;
}

.obstacle-spec__table th,
.obstacle-spec__table td {
  border: 1px solid #bcc4c9;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.55;
  word-break: break-word;
  overflow-wrap: break-word;
}

.obstacle-spec__table thead th {
  background: #009245;
  color: #ffffff;
  font-weight: 700;
}

.obstacle-spec__table tbody td:first-child {
  text-align: left;
}

/* Tablet */
@media (max-width: 768px) {
  .obstacle-spec {
    padding: 8px;
  }

  .obstacle-spec__table {
    font-size: 14px;
  }

  .obstacle-spec__table th,
  .obstacle-spec__table td {
    padding: 10px 9px;
  }

  .obstacle-spec__table col:nth-child(1) {
    width: 8%;
  }

  .obstacle-spec__table col:nth-child(2) {
    width: 27%;
  }

  .obstacle-spec__table col:nth-child(3) {
    width: 65%;
  }
}

/* Mobile: co bảng giống ảnh mẫu */
@media (max-width: 480px) {
  .obstacle-spec {
    padding: 0;
  }

  .obstacle-spec__table {
    font-size: 12px;
  }

  .obstacle-spec__table th,
  .obstacle-spec__table td {
    padding: 9px 8px;
    line-height: 1.7;
  }

  .obstacle-spec__table thead th {
    font-size: 11px;
  }

  .obstacle-spec__table col:nth-child(1) {
    width: 10%;
  }

  .obstacle-spec__table col:nth-child(2) {
    width: 25%;
  }

  .obstacle-spec__table col:nth-child(3) {
    width: 65%;
  }
}

.obstacle-spec__table td {
  color: #334155;
}
.violation-table__main td{
      color: #334155;
}
.violation-table {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 10px;
      box-sizing: border-box;
     
      background: #ffffff;
    }

    .violation-table__main {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      font-size: 15px;
      color: var(--color-slate-700, #334155);
    }

    .violation-table__main col:first-child {
      width: 61%;
    }

    .violation-table__main col:last-child {
      width: 39%;
    }

    .violation-table__main th,
    .violation-table__main td {
      border: 1px solid #bcc4c9;
      padding: 10px 10px;
      vertical-align: middle;
      text-align: left;
      line-height: 1.6;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .violation-table__main thead th {
      background: #009245;
      color: #ffffff;
      font-weight: 700;
    }



    /* Tablet */
    @media (max-width: 768px) {
      .violation-table {
        padding: 8px;
      }

      .violation-table__main {
        font-size: 14px;
      }

      .violation-table__main th,
      .violation-table__main td {
        padding: 10px 9px;
      }

      .violation-table__main col:first-child {
        width: 58%;
      }

      .violation-table__main col:last-child {
        width: 42%;
      }
    }

    /* Mobile */
    @media (max-width: 480px) {
      .violation-table {
        padding: 0;
      }

      .violation-table__main {
        font-size: 12px;
      }

      .violation-table__main th,
      .violation-table__main td {
        padding: 9px 8px;
        line-height: 1.7;
      }

      .violation-table__main thead th {
        font-size: 11px;
      }

      .violation-table__main col:first-child {
        width: 60%;
      }

      .violation-table__main col:last-child {
        width: 40%;
      }
    }


/* header */

:root {
        --header-primary: var(--primary, #0f4f86);
        --header-primary-700: var(--primary-700, #0a3760);
        --header-accent: var(--accent, #17e5da);
        --header-accent-mid: var(--accent-mid, #50d58d);
        --header-accent-mid-2: var(--accent-mid-2, #7ac954);
        --header-accent-700: var(--accent-700, #8bc53f);
        --header-white: #ffffff;
        --header-text: #0f172a;
        --header-divider: #cbd5e1;
        --header-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
        --header-transition: 0.2s ease;
        --header-font-nav: UTM Nokia, ui-sans-serif, system-ui;
      }
header.site-header{
  height: 86px;
}
.site-header,
.site-header * {
  box-sizing: border-box;
}
.home main{
  margin-top: -22px;
}
header.site-header.site-header--sticky {
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  
}

.site-header--stickyr{
  height: 86px;
}
.site-header a,
.site-header button {
  font: inherit;
}

.site-header__mobile {
  display: block;
  background: linear-gradient(
    to bottom,
    var(--header-primary),
    var(--header-primary-700)
  );
}

.site-header__mobile-inner {
  position: relative;
  height: 64px;
  padding: 0 12px;
}

.site-header__mobile-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header__brand-frame {
  display: flex;
  align-items: center;
  height: 32px;
}

.site-header__logo {
  display: block;
  width: 80px;
  height: auto;
  object-fit: cover;
}

.site-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header__mobile-register,
.site-header__menu-button,
.site-header__desktop-register {
  transition:
    filter var(--header-transition),
    background var(--header-transition),
    color var(--header-transition);
}

.site-header__mobile-register,
.site-header__desktop-register,
.site-header__menu-button {
  background: linear-gradient(
    to bottom,
    var(--header-accent),
    var(--header-accent-mid),
    var(--header-accent-mid-2),
    var(--header-accent-700)
  );
}

.site-header__mobile-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 9999px;
  color: var(--header-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  color: var(--header-white);
  cursor: pointer;
}

.site-header__menu-icon {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.site-header__desktop {
  display: none;
}

.site-header__desktop-inner {
  position: relative;
  height: 139px;
}

.site-header__desktop-bg {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 139px;
  background: url("https://uavcup.vn/images/logo/header-bg.png") center / 100% 139px no-repeat;
  pointer-events: none;
}

.site-header__logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
}

.site-header__brand--desktop {
  pointer-events: auto;
}

.site-header__logo--desktop {
  width: 170px;
}

.site-header__contact-strip {
  --cut-size: 30px;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: var(--header-white);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--cut-size) 100%,
    0 calc(100% - var(--cut-size))
  );
}

.site-header__contact-wrap {
  width: 100%;
}

.site-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 30px;
  gap: 8px;
  padding: 0 48px;
}

.site-header__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--header-text);
  font-size: 12px !important;
  line-height: 1;
  text-decoration: none;
  transition: color var(--header-transition);
  pointer-events: auto;
  white-space: nowrap;
}



.site-header__contact-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.site-header__contact-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-header__contact-value {
  font-weight: 600;
}

.site-header__divider {
  color: var(--header-divider);
}

.site-header__desktop-register {
  position: absolute;
  top: 20px;
  right: 19%;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 40px;
  padding: 0 16px;
  border: 0;
  color: var(--header-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-50%);
  overflow: visible;
  box-shadow: var(--header-shadow);
  clip-path: polygon(0 0, 100% 0, 100% 0, 85% 100%, 0 100%, 15% 100%);
  pointer-events: auto;
}

.site-header__nav-bar {
  position: absolute;
  top: 66.666667%;
  right: 0;
  z-index: 10;
  width: 83.333333%;
  height: 64px;
  margin-top: 8px;
  background: linear-gradient(
    to bottom,
    var(--header-accent),
    var(--header-accent-700)
  );
  transform: translateY(-75%);
}

.site-header__nav-inner {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 64px;
}

.site-header__nav {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  max-width: max-content;
}

.site-header__nav-list-wrap {
  position: relative;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 0 112px;
  padding: 0;
  list-style: none;
}

.site-header__nav-item {
  position: relative;
}

.site-header__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--header-white);
  font-family: var(--header-font-nav) !important;
  font-size: 12px !important;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--header-transition);
}

.site-header__nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-header__nav-viewport {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
}

.site-header__mobile-register:hover,
.site-header__desktop-register:hover,
.site-header__menu-button:hover {
  filter: brightness(1.08);
}

@media (min-width: 1024px) {
  .site-header__mobile {
    display: none;
  }

  .site-header__desktop {
    display: block;
  }
}

@media (min-width: 1280px) {
  .site-header__logo {
    width: 170px;
  }

  .site-header__logo--desktop {
    width: 240px;
  }

  .site-header__contact-list {
    gap: 16px;
  }

  .site-header__desktop-register {
    right: 16%;
    width: 200px;
    font-size: 16px;
  }

  .site-header__nav-link {
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1536px) {
  .site-header__contact-wrap {
    width: 100%;
  }

  .site-header__contact-list {
    gap: 48px;
  }

  .site-header__desktop-register {
    right: 15%;
    width: 350px;
  }

  .site-header__nav-bar {
    margin-top: 8px;
  }

  .site-header__nav-inner {
    margin-left: 128px;
  }

  .site-header__nav-list {
    gap: 48px;
  }

  .site-header__nav-link {
    letter-spacing: 0.1em;
  }
}

.site-header__nav-item {
    margin-bottom: 0px;
}
a.site-header__desktop-register {
    /* font-size: 16px; */
    font-weight: 700;
    /* line-height: 48px; */
}
a.site-header__desktop-register {
    color: #fff !important;
}
@media (max-width: 1023px) {
  aside#site-mobile-drawer ul.site-header__nav-list.site-header__nav-list--mobile {
      flex-wrap: wrap !important;
  }
  a.site-header__mobile-register {
      font-weight: 700;
      font-size: 14px;
  }
  a.site-header__mobile-drawer-register {
    font-size: 12px;
    font-weight: 600;
    font-family: "UTM Nokia", sans-serif;
}

  body .site-header__nav-link {
      
      font-size: 14px !important;
      
  }
    button.site-header__menu-button {
      margin: 0px;
  }
  .site-header__nav-list li {
      width: 100%;
      text-align: left;
  }
  .site-header__mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    z-index: 9998;
  }

  .site-header__mobile-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  .site-header__mobile-drawer {
    position: fixed;
    top: 64px;
    right: 0;
    width: min(385px, 100%);
    height: 100vh;
    background: #f2f2f2;
    transform: translateX(100%);
    transition: transform .42s cubic-bezier(.22, .61, .36, 1);
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .12);
  }

  .site-header__mobile-drawer.is-active {
    transform: translateX(0);
  }

  .site-header__mobile-drawer-inner {
    min-height: 100%;
    padding: 18px 18px 28px;
  }

  .site-header__mobile-drawer-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  .site-header__mobile-close {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #132238;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .site-header__nav-list--mobile {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .site-header__nav-list--mobile .site-header__nav-item {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #A9DBDD;
  }

  .site-header__nav-list--mobile .site-header__nav-link {
    display: block;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none;
    color: #152237;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: .2px;
  }

  .site-header__mobile-drawer-register {
    display: block;
    margin: 18px 0 16px;
    padding: 14px 16px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(180deg, #2fdedb 0%, #85c83f 100%);
  }

  .site-header__mobile-contact {
    padding: 0 8px;
  }

  .site-header__mobile-contact-title {
        margin-bottom: 16px;
        color: #0F1C2E;
        font-size: 12px;
        text-transform: uppercase;
  }

  span.site-header__mobile-contact-icon svg {
      width: 18px;
      height: 18px;
  }

  span.site-header__mobile-contact-icon {
      width: 18px;
      height: 18px;
  }

  .site-header__mobile-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #263243;
    text-decoration: none;
    font-size: 15px;
  }

  .site-header__mobile-contact-icon {
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
  }

  body.site-header--drawer-open {
    overflow: hidden;
  }
}

@media (min-width: 1023px) {
  .site-header__mobile-overlay,
  .site-header__mobile-drawer {
    display: none;
  }
}

@media (max-width: 1023px) {
  .site-header__mobile-overlay,
  .site-header__mobile-drawer {
    display: block !important;
  }
}


.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Quan trọng nhất */
  display: block;
}


/* responsive */

/* <= 1200px */
@media (max-width: 1200px) {
  .section-3 .pb-0.w-center .col-inner{
      max-width: 1024px !important;
  }
  .site-header__desktop-register {
      font-size: 12px !important;
      min-width: auto !important;
  }

  ul.site-header__nav-list {
      flex-wrap: nowrap !important;
  }
}

/* <= 1023px */
@media (max-width: 1023px) {
    button.site-header__menu-button {
        margin: 0px;
    }
}
/* <= 992px */
@media (max-width: 992px) {
    .tabbed-content ul li:nth-child(1) a {
      border-radius: 0.5rem !important;
      clip-path: border-box;
    }

    .tabbed-content ul li:nth-child(2) a {
      border-radius: 0.5rem !important;
      clip-path: border-box;
    }
    .arr-left{
      display: none;
    }
    .arr-right{
      display: none;
    }

    .site-header__menu-button {
        margin: 0px;
    }
    
}

/* <= 768px */
@media (max-width: 768px) {
  
  
}

/* <= 576px (mobile) */
@media (max-width: 576px) {
  .section-4 .title .col-inner {
    background: linear-gradient(to bottom, #17e5da, #50d58d, #7ac954, #8bc53f);
    clip-path: polygon(
      28px 0,
      calc(100% - 28px) 0,
      100% 28px,
      100% calc(100% - 28px),
      calc(100% - 28px) 100%,
      28px 100%,
      0 calc(100% - 28px),
      0 28px
    );
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .tabbed-content ul li:nth-child(1) a, body .tabbed-content ul li:nth-child(2) a {
        width: 180px;
        padding: 10px;
        margin: 0px;
        height: auto;
        font-size: 20px;
    }
 body .contest-submit-btn {
    
    font-size: 16px !important;
    width: 77% !important;
    /* padding: 0px !important; */
    margin: 0px !important;
    /* height: auto !important; */
    min-height: auto !important;
  }

  body .uav-awards-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 95%;
      width: 40%;
      z-index: 0;
      pointer-events: none;
  }
}

@media (max-width: 480px) {

  .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    text-decoration: none;
  }

  .accordion-title > span {
    flex: 1;
    min-width: 0;
    padding-right: 8px;
    line-height: 1.4;
  }

  .accordion-title .toggle {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .accordion-title .accordion-icon {
    width: 14px;
    height: 14px;
    display: block;
  }

  
}

/* Mobile */
  @media (max-width: 430px) {
    body .tabbed-content ul li:nth-child(1) a, body .tabbed-content ul li:nth-child(2) a {
        width: auto;
        padding: 10px;
        margin: 0px;
        height: auto;
        font-size: 16px;
    }
    .accordion-title {
      align-items: flex-start;
      gap: 10px;
    }

    .accordion-title > span {
      font-size: 14px;
      line-height: 1.5;
      padding-right: 0;
    }

    .accordion-title .toggle {
      flex: 0 0 28px;
      width: 28px;
      height: 28px;
      margin-top: 2px;
    }

    .accordion-title .accordion-icon {
      width: 12px;
      height: 12px;
    }
  }


