@charset "UTF-8";
.page-quhu {
  padding-top: var(--size-hd); }

.btn-main {
  height: 4.8rem; }
  .btn-main.center {
    margin: 0 auto;
    margin-top: 3.2rem; }

.title-pri {
  text-wrap: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (max-width: 1200px) {
  .gap-res {
    --row-gap: 1.2rem;
    --col-gap: 1.2rem; } }

.rows-3 .col {
  width: calc(100% / 3); }
  @media screen and (max-width: 768px) {
    .rows-3 .col {
      width: 50%; } }
  @media screen and (max-width: 380px) {
    .rows-3 .col {
      width: 100%; } }

:root {
  --pd-sec: 8rem; }

@media screen and (max-width: 1200px) {
  :root {
    --pd-sec: 4rem; } }

.page-numbers li > .page-numbers {
  border-radius: 100rem; }
  .page-numbers li > .page-numbers .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-numbers li > .page-numbers::after {
    background-color: rgba(0, 0, 0, 0.08); }
  .page-numbers li > .page-numbers.prev, .page-numbers li > .page-numbers.next {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1rem; }

.breadcrumb-item:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2rem; }

.ss-pd {
  padding: var(--pd-sec) 0; }

.ss-pd-t {
  padding-top: var(--pd-sec); }

.ss-pd-b {
  padding-bottom: var(--pd-sec); }

.page-wrapper {
  padding: var(--pd-sec) 0;
  gap: var(--pd-sec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.bg-gray {
  background-color: #f5f5f5; }

*:has(.swiper-gr) {
  position: relative; }

.form-ip input {
  height: 5.4rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #D9D9D9;
  width: 100%;
  border-radius: 100rem;
  font-size: 1.6rem; }
  .form-ip input::-webkit-input-placeholder {
    font-size: 1.6rem; }
  .form-ip input::-moz-placeholder {
    font-size: 1.6rem; }
  .form-ip input::-ms-input-placeholder {
    font-size: 1.6rem; }
  .form-ip input::placeholder {
    font-size: 1.6rem; }
  @media screen and (max-width: 800px) {
    .form-ip input {
      height: 4.8rem; } }

.form-ip .btn-main {
  width: 100%; }

.h-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem; }
  @media screen and (max-width: 768px) {
    .h-heads {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      margin-bottom: 3.2rem; }
      .h-heads .h-news-tags {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.h-title {
  font-weight: 700;
  font-family: var(--font-pri); }
  .h-title span {
    color: #96171A; }
  .h-title.center {
    text-align: center; }
  .h-title.fz-48 {
    --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
    font-size: var(--f-sz); }

.h-news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem; }

.h-news-tag {
  height: 4.8rem;
  padding: 0 2rem;
  border-radius: 100rem;
  border: 0.1rem solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1; }
  @media screen and (min-width: 1025px) {
    .h-news-tag:hover {
      background-color: #96171A;
      border-color: #96171A;
      color: white; } }
  .h-news-tag.is-active {
    background-color: #96171A;
    border-color: #96171A;
    color: white; }
  @media screen and (max-width: 768px) {
    .h-news-tag {
      height: 4rem; } }

.h-newsdt-tt {
  --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 600;
  color: #96171A;
  font-family: var(--font-thr); }

.h-newsdt-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
  margin-bottom: 2.4rem; }

.h-newsdt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .h-newsdt-info:first-child {
    font-weight: 500; }

.h-newsdt-theme {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 0.1rem solid #D9D9D9; }
  .h-newsdt-theme .txt {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500; }

.h-newsdt-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem; }

.h-newsdt-tag {
  padding: 1rem 2rem;
  height: 3.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1;
  background-color: #f5f5f5;
  border-radius: 100rem;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (min-width: 1025px) {
    .h-newsdt-tag:hover {
      background-color: #f5e8e8;
      color: #96171A; } }

.h-newsdt-f {
  --side: 38.4rem; }

.h-newsdt-main {
  width: calc(100% - var(--side)); }

.h-newsdt-side {
  width: var(--side); }
  .h-newsdt-side .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    position: sticky;
    top: calc(var(--size-hd) + 2.4rem); }

.h-newsdt-block .tt {
  --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 600;
  margin-bottom: 2.4rem; }

.h-newsdt-block .h-news-tag {
  background-color: #f5f5f5;
  border: none; }
  @media screen and (min-width: 1025px) {
    .h-newsdt-block .h-news-tag:hover {
      background-color: #96171A; } }

.h-newsdt-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #D9D9D9;
  --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .h-newsdt-course:first-child {
    padding-top: 0; }
  .h-newsdt-course img {
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media screen and (min-width: 1025px) {
    .h-newsdt-course:hover {
      color: #96171A; } }
  .h-newsdt-course::after {
    content: "\f054";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    font-family: "Font Awesome 6 Pro";
    margin-left: auto; }

.h-newsdt-banner .img {
  overflow: hidden;
  border-radius: 1.2rem;
  display: block; }
  .h-newsdt-banner .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block; }

@media screen and (max-width: 992px) {
  .h-newsdt-banner {
    display: none; } }

@media screen and (max-width: 992px) {
  .h-newsdt-main {
    width: 100%; }
  .h-newsdt-side {
    width: 100%; } }

.h-contact.hadvise {
  overflow: visible; }

.h-contact .select2-container .select2-selection--single {
  background-color: white !important; }

.h-contact .title-pri {
  --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
  font-size: var(--f-sz); }

.h-contact .hadvise-col .title-pri {
  --f-sz: clamp(3rem, calc(0.2rem + 3.5vw), 4.4rem);
  font-size: var(--f-sz); }

.h-contact-box {
  overflow: hidden;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05); }

.h-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.h-contact-ctn {
  width: 50%; }
  .h-contact-ctn .wrapper {
    padding: 5rem; }

.h-map-flex {
  --side: 48.8rem;
  --col-gap: 1.6rem;
  --row-gap: 1.6rem; }
  @media screen and (max-width: 992px) {
    .h-map-flex {
      --side: 30rem; } }

.h-map-iframe {
  width: calc(100% - var(--side)); }
  .h-map-iframe .map {
    display: block;
    padding-top: calc((450 / 808) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 2.4rem; }
    .h-map-iframe .map iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }

.h-map-cs {
  width: var(--side); }
  .h-map-cs .wrapper {
    background-color: white;
    border-radius: 2.4rem;
    -webkit-box-shadow: 0px 4px 35.3px rgba(18, 27, 44, 0.08);
    box-shadow: 0px 4px 35.3px rgba(18, 27, 44, 0.08);
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .h-map-cs-it .inner {
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0.8rem;
    cursor: pointer; }
    .h-map-cs-it .inner .tt {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-weight: 700; }
    .h-map-cs-it .inner .add-it {
      color: #5a5a5a; }
      .h-map-cs-it .inner .add-it .bold {
        font-weight: 700; }
      .h-map-cs-it .inner .add-it-val {
        word-break: break-word; }
      .h-map-cs-it .inner .add-it:not(:first-child) {
        margin-top: 1rem; }
    .h-map-cs-it .inner .link {
      color: #5a5a5a;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-weight: 700;
      text-decoration: underline;
      text-underline-position: under; }
      @media screen and (min-width: 1025px) {
        .h-map-cs-it .inner .link:hover {
          color: #96171A; } }
  .h-map-cs-it.active .inner {
    background-color: #f5f5f5; }

@media screen and (max-width: 620px) {
  .h-map-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .h-map-iframe {
    width: 100%; }
  .h-map-cs {
    width: 100%; } }

.h-map-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding-right: 0.8rem; }
  .h-map-scroll::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 0; }
  .h-map-scroll::-webkit-scrollbar-track {
    background-color: #fafafc; }

.btn-trans {
  border: transparent;
  background-color: transparent; }
  .btn-trans .txt {
    color: #2c2c2c !important; }

.hasWave {
  position: relative; }
  .hasWave::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(76 / 1728 * 100vw);
    background-color: var(--bg);
    -webkit-mask-image: url("../../assets/images/section-mask.svg");
    mask-image: url("../../assets/images/section-mask.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2;
    left: 0;
    bottom: 0; }

:root {
  --pdBot: calc(76 / 1728 * 100vw); }

.pdBot {
  padding-bottom: calc(var(--pd-sec) + var(--pdBot)); }

.pdBotmin {
  padding-bottom: calc(var(--pdBot) + 3rem); }

.exam-bn {
  padding-top: calc(var(--size-hd) + 4rem);
  background-color: #fff4f5;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .exam-bn {
      padding-top: 4rem; } }
  .exam-bn-slide .swiper {
    overflow: visible; }
    .exam-bn-slide .swiper-slide {
      overflow: visible; }
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-bn-tt .char {
        -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
        transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-bn-btn,
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-bn-des,
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-ava {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: 0.8s;
        transition: 0.8s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-bn-des {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-bn-btn {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-ctn .exam-ava {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .dcor-img {
        -webkit-transform: scale(0);
        transform: scale(0); }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.8s;
        transition: 0.8s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .circles .circle .circle-in {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.8s;
        transition: 0.8s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .circles .circle:nth-child(1) .circle-in {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .circles .circle:nth-child(2) .circle-in {
        -webkit-transition-delay: 1s;
        transition-delay: 1s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .exam-bn-numw .exam-bn-num {
        -webkit-transition: 0.8s;
        transition: 0.8s;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .exam-bn-numw:nth-child(1) .exam-bn-num {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .exam-bn-numw:nth-child(2) .exam-bn-num {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .exam-bn-numw:nth-child(3) .exam-bn-num {
        -webkit-transition-delay: 1s;
        transition-delay: 1s; }
      .exam-bn-slide .swiper-slide-active .exam-bn-images .exam-bn-numw:nth-child(4) .exam-bn-num {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s; }
  .exam-bn-slide .exam-bn-ctn .exam-bn-tt .char {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  .exam-bn-slide .exam-bn-ctn .exam-bn-btn,
  .exam-bn-slide .exam-bn-ctn .exam-bn-des,
  .exam-bn-slide .exam-bn-ctn .exam-ava {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
    opacity: 0; }
  .exam-bn-slide .exam-bn-images .dcor-img {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .exam-bn-slide .exam-bn-images .img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .exam-bn-slide .exam-bn-images .circles .circle-in {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .exam-bn-slide .exam-bn-images .exam-bn-num {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .exam-bn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .exam-bn-ctn {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: calc(76 / 1728 * 100vw); }
  .exam-bn-images {
    width: 60%; }
    .exam-bn-images .imgs {
      padding-top: calc(789 / 829 * 100%);
      position: relative; }
      .exam-bn-images .imgs .circle {
        position: absolute;
        width: 75%;
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -2; }
        .exam-bn-images .imgs .circle:nth-child(2) {
          width: 40%;
          left: 35%;
          z-index: -1; }
          .exam-bn-images .imgs .circle:nth-child(2) .circle-in {
            background-color: #feaec0; }
        .exam-bn-images .imgs .circle-in {
          border-radius: 100rem;
          background-color: #96171A;
          height: 100%;
          width: 100%; }
      .exam-bn-images .imgs .dcor-img {
        width: 13%;
        position: absolute;
        aspect-ratio: 1/1; }
        .exam-bn-images .imgs .dcor-img:nth-child(1) {
          bottom: 20%;
          left: -5%;
          -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); }
        .exam-bn-images .imgs .dcor-img:nth-child(2) {
          top: -5%;
          right: 0%;
          -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); }
      .exam-bn-images .imgs .dcor-in {
        height: 100%;
        width: 100%; }
        .exam-bn-images .imgs .dcor-in img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          -webkit-animation: DownUp 4s linear infinite;
          animation: DownUp 4s linear infinite; }
      .exam-bn-images .imgs .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .exam-bn-images .imgs .img-inner {
          display: block;
          padding-top: calc((789 / 829) * 100%);
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 100%; }
          .exam-bn-images .imgs .img-inner img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            display: block; }
      .exam-bn-images .imgs .exam-bn-numw {
        position: absolute; }
        .exam-bn-images .imgs .exam-bn-numw:nth-child(1) {
          top: 0;
          left: 0; }
        .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
          right: -30%;
          top: 10%; }
          @media screen and (max-width: 1700px) {
            .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
              right: -20%; } }
          @media screen and (max-width: 1600px) {
            .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
              right: -10%; } }
          @media screen and (max-width: 1450px) {
            .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
              right: -5%; } }
        .exam-bn-images .imgs .exam-bn-numw:nth-child(3) {
          bottom: 30%;
          left: 10%; }
        .exam-bn-images .imgs .exam-bn-numw:nth-child(4) {
          bottom: 25%;
          right: -5%; }
        @media screen and (max-width: 1400px) {
          .exam-bn-images .imgs .exam-bn-numw:nth-child(1) {
            top: 10%; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
            right: 0;
            top: 40%; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(3) {
            bottom: 30%;
            left: 10%; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(4) {
            bottom: 25%;
            right: 0; } }
        .exam-bn-images .imgs .exam-bn-numw .exam-bn-num {
          font-size: 1.5vw;
          padding: 0.8vw;
          border-radius: 1vw; }
          @media screen and (max-width: 768px) {
            .exam-bn-images .imgs .exam-bn-numw .exam-bn-num {
              font-size: 1.6rem;
              padding: 1rem;
              border-radius: 1rem; } }
        @media screen and (max-width: 768px) {
          .exam-bn-images .imgs .exam-bn-numw:nth-child(1) {
            top: 0;
            left: -8rem; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
            right: -8rem;
            top: 30%; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(3) {
            bottom: 30%;
            left: -8rem; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(4) {
            right: -6rem; } }
        @media screen and (max-width: 390px) {
          .exam-bn-images .imgs .exam-bn-numw:nth-child(1) {
            left: -6rem; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(2) {
            right: -6rem; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(3) {
            left: -6rem; }
          .exam-bn-images .imgs .exam-bn-numw:nth-child(4) {
            right: -6rem;
            bottom: 10%; } }
  .exam-bn-tt {
    font-size: 6rem;
    line-height: 1;
    -webkit-text-stroke: 1rem white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    paint-order: stroke;
    padding-left: 1%; }
    .exam-bn-tt .pri {
      font-weight: 700;
      color: #96171A;
      font-size: 8.8rem;
      position: relative; }
      .exam-bn-tt .pri::after {
        content: '';
        position: absolute;
        aspect-ratio: 1/1;
        background-image: url("../../assets/images/decor.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 7%;
        bottom: 66%;
        right: 7%; }
    @media screen and (max-width: 1200px) {
      .exam-bn-tt {
        font-size: 4rem;
        -webkit-text-stroke: 0.5rem white; }
        .exam-bn-tt br {
          display: block; }
        .exam-bn-tt .pri {
          font-size: 6rem; } }
  .exam-bn-des {
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz);
    font-weight: 500;
    color: #475569; }
  .exam-bn-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      .exam-bn-btn .btn-pri {
        height: 4rem; }
        .exam-bn-btn .btn-pri .icon {
          width: 2rem;
          height: 2rem; }
        .exam-bn-btn .btn-pri .txt {
          font-size: 1.4rem; } }
  .exam-bn-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
  .exam-bn-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 1.6rem;
    --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
    font-size: var(--f-sz); }
    .exam-bn-num img {
      width: 1em;
      height: 1em; }
    .exam-bn-num .ctn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: 1; }
      .exam-bn-num .ctn .num {
        font-size: 1em;
        font-weight: 700; }
      .exam-bn-num .ctn .des {
        color: #475569;
        font-size: 0.5em; }
  @media screen and (max-width: 820px) {
    .exam-bn-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .exam-bn-ctn {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    .exam-bn-images {
      max-width: 40rem;
      margin: 0 auto; } }

.exam-ava {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .exam-ava-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .exam-ava-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1; }
    .exam-ava-right .name {
      --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
      font-size: var(--f-sz);
      font-weight: 600; }
    .exam-ava-right .des {
      font-weight: 500; }
  .exam-ava-it {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 100rem;
    overflow: hidden;
    border: 0.2rem solid white; }
    .exam-ava-it:not(:first-child) {
      margin-left: -1rem; }
    .exam-ava-it img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.exam-course {
  position: relative;
  overflow: hidden; }
  .exam-course-it {
    height: 100%; }
    .exam-course-it .inner {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #fff4f5;
      border-radius: 1.6rem;
      padding: 3.2rem;
      text-align: center;
      gap: 1rem;
      -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
      box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05); }
      .exam-course-it .inner .icon {
        width: 6rem;
        height: 6rem;
        margin-bottom: 0.5rem; }
        .exam-course-it .inner .icon img {
          width: inherit;
          height: inherit; }
      .exam-course-it .inner .tt {
        --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
        font-size: var(--f-sz);
        font-weight: 700;
        color: #96171A;
        line-height: 1; }
      .exam-course-it .inner .des {
        font-family: var(--font-thr);
        color: #13193e; }
  @media screen and (max-width: 768px) {
    .exam-course-flex .col:last-child {
      width: 100%; } }

.exam-cl {
  --pd: 1.6rem;
  margin-top: 3.2rem;
  overflow: hidden;
  padding-left: 8.4rem; }
  @media screen and (max-width: 600px) {
    .exam-cl {
      --pd: 0.5rem; } }
  .exam-cl-item {
    border: 0.1rem solid #D9D9D9;
    border-radius: var(--pd);
    padding: var(--pd);
    position: relative; }
    .exam-cl-item:not(:first-child) {
      margin-top: 2.4rem; }
    .exam-cl-item.active .collapse-head .icon i:nth-child(1) {
      -webkit-transform: scale(0);
      transform: scale(0); }
    .exam-cl-item.active .collapse-head .icon i:nth-child(2) {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .exam-cl-item .icons {
      width: 5.2rem;
      height: 5.2rem;
      position: absolute;
      right: calc(100% + 3.2rem);
      top: calc(-1 * var(--pd));
      top: 0; }
      .exam-cl-item .icons img {
        width: inherit;
        height: inherit; }
      @media screen and (max-width: 600px) {
        .exam-cl-item .icons {
          width: 3rem;
          height: 3rem;
          right: calc(100% + 2rem); } }
    .exam-cl-item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: calc(100% + 3.2rem + 2.4rem);
      width: 0.4rem;
      height: calc(100% + 2.5rem);
      background-color: #eaeaea;
      top: 0;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        .exam-cl-item:not(:last-child)::after {
          width: 0.2rem;
          right: calc(100% + 3.5rem); } }
  .exam-cl-head {
    cursor: pointer; }
    .exam-cl-head .des {
      color: #13193e;
      --f-sz: 1.6rem;
      font-size: var(--f-sz); }
      @media screen and (max-width: 800px) {
        .exam-cl-head .des {
          --f-sz: 1.4rem; } }
    .exam-cl-head .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
      .exam-cl-head .inner .txt {
        --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
        font-size: var(--f-sz);
        color: #2B3789;
        font-weight: 700; }
      .exam-cl-head .inner .icon {
        width: 2.4rem;
        height: 2.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        position: relative; }
        .exam-cl-head .inner .icon i {
          -webkit-transition: 0.4s;
          transition: 0.4s;
          position: absolute; }
          .exam-cl-head .inner .icon i:nth-child(1) {
            -webkit-transform: scale(1);
            transform: scale(1); }
          .exam-cl-head .inner .icon i:nth-child(2) {
            -webkit-transform: scale(0);
            transform: scale(0); }
  .exam-cl-body {
    font-family: var(--font-thr);
    color: #1e1e1e; }
  @media screen and (max-width: 600px) {
    .exam-cl {
      padding-left: 5rem; } }

.cl-bodies {
  display: none; }

.small-cl {
  margin-top: var(--pd); }
  .small-cl-item {
    background-color: #f2f3f5;
    padding: var(--pd);
    border-radius: var(--pd);
    cursor: pointer; }
    .small-cl-item:not(:first-child) {
      margin-top: var(--pd); }
    .small-cl-item.active .small-cl-head .right .icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .small-cl-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1; }
    .small-cl-head .txt {
      --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
      font-size: var(--f-sz);
      font-weight: 700;
      color: #2B3789; }
    .small-cl-head .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
    .small-cl-head .icon {
      width: 2.4rem;
      height: 2.4rem;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.3rem; }
    @media screen and (max-width: 500px) {
      .small-cl-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0.5rem; }
        .small-cl-head .right {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%; } }
  .small-cl-body ul {
    padding: var(--pd);
    margin-top: var(--pd);
    background-color: white;
    border-radius: var(--pd); }
    .small-cl-body ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .small-cl-body ul li:not(:first-child) {
        margin-top: 1rem; }
      .small-cl-body ul li::before {
        content: "";
        width: 1em;
        height: 1em;
        background-image: url("../../assets/images/ic-check.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        margin-top: 0.2em;
        margin-right: 1rem; }

.exam-dcor {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  left: 0;
  top: 0; }
  .exam-dcor .dcor-img {
    aspect-ratio: 1;
    position: absolute;
    min-width: 13rem;
    -webkit-animation: Spinner 100s linear infinite;
    animation: Spinner 100s linear infinite; }
    @media screen and (max-width: 1200px) {
      .exam-dcor .dcor-img {
        display: none; } }
    .exam-dcor .dcor-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .exam-dcor .dcor-img:nth-child(1) {
      top: 0;
      left: 0; }
    .exam-dcor .dcor-img:nth-child(2) {
      top: 0;
      right: 0; }
    .exam-dcor .dcor-img:nth-child(3) {
      top: 50%;
      right: 2.3rem; }

.exam-achive {
  background-color: #fff4f5;
  overflow: hidden; }
  .exam-achive > .container {
    max-width: 140rem; }
  .exam-achive-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .exam-achive-images {
    width: 45%; }
  .exam-achive-models .imgs {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff4f5; }
    .exam-achive-models .imgs .starGroup {
      aspect-ratio: 1;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      mix-blend-mode: screen;
      pointer-events: none; }
      .exam-achive-models .imgs .starGroup img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .exam-achive-models .imgs .dcor {
      pointer-events: none; }
      .exam-achive-models .imgs .dcor-img {
        aspect-ratio: 1;
        width: 10%;
        position: absolute;
        -webkit-animation: DownUp 4s linear infinite;
        animation: DownUp 4s linear infinite; }
        .exam-achive-models .imgs .dcor-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
        .exam-achive-models .imgs .dcor-img:nth-child(1) {
          top: 3rem;
          left: 0; }
        .exam-achive-models .imgs .dcor-img:nth-child(2) {
          top: 0;
          right: 1rem; }
    .exam-achive-models .imgs::after {
      content: '';
      position: absolute;
      aspect-ratio: 1/1;
      width: 150%;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%) translateY(70%);
      transform: translateX(-50%) translateY(70%);
      border-radius: 100rem;
      background-color: #d3262e; }
    .exam-achive-models .imgs .img {
      width: 90%;
      margin-top: auto;
      position: relative;
      z-index: 2; }
      .exam-achive-models .imgs .img-inner {
        display: block;
        padding-top: calc((768 / 648) * 100%);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .exam-achive-models .imgs .img-inner img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          display: block; }
  .exam-achive-ctn {
    width: 55%;
    position: relative;
    z-index: 2; }
  .exam-achive-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .exam-achive-it:not(:first-child) {
      margin-top: 2.4rem; }
    .exam-achive-it img {
      width: 6rem;
      height: 6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .exam-achive-it .ctn {
      font-family: var(--font-thr);
      color: #3f0a0b; }
      .exam-achive-it .ctn bold {
        font-weight: 700; }
  @media screen and (max-width: 1200px) {
    .exam-achive-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .exam-achive-images {
      width: 100%; }
      .exam-achive-images .imgs {
        max-width: 50rem;
        margin: 0 auto; }
    .exam-achive-ctn {
      width: 100%; }
      .exam-achive-ctn .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .exam-achive-ctn .title-pri {
        text-align: center; }
      .exam-achive-ctn .exam-achive-it {
        max-width: 70rem; }
      .exam-achive-ctn .btn-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }

.item-toeic .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #96171A;
  gap: 1rem;
  position: relative; }
  .item-toeic .inner .img-inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(115.04deg, #fffbeb 0.53%, #ffeaeb 111.44%);
    border-radius: 1.2rem; }
    .item-toeic .inner .img-inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .item-toeic .inner .img-tag {
    position: absolute;
    width: 23%;
    aspect-ratio: 97/143;
    z-index: 2;
    left: 0.5rem;
    top: 0.5rem; }
    .item-toeic .inner .img-tag img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .item-toeic .inner .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
    .item-toeic .inner .info-tt {
      text-align: center;
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-weight: 700;
      color: white;
      display: block; }
    .item-toeic .inner .info-points {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem; }
      @media screen and (max-width: 900px) {
        .item-toeic .inner .info-points {
          gap: 0.5rem; } }
    .item-toeic .inner .info-point {
      width: calc(100% / 4 - (1rem - (1rem / 4)));
      background-color: white;
      padding: 1.2rem 0.5rem;
      border-radius: 0.8rem;
      text-align: center;
      --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
      font-size: var(--f-sz); }
      .item-toeic .inner .info-point .name {
        font-size: 0.5em;
        color: #5a5a5a; }
      .item-toeic .inner .info-point .des {
        font-weight: 600;
        line-height: 1; }
      @media screen and (max-width: 900px) {
        .item-toeic .inner .info-point {
          --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
          font-size: var(--f-sz);
          width: calc(100% / 4 - (0.5rem - (0.5rem / 4)));
          padding: 0.5rem; } }
      @media screen and (max-width: 600px) {
        .item-toeic .inner .info-point {
          --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
          font-size: var(--f-sz);
          width: calc(100% / 2 - (0.5rem - (0.5rem / 2))); } }
  @media screen and (max-width: 1200px) {
    .item-toeic .inner {
      padding: 1rem; } }

.exam-award {
  position: relative; }
  .exam-award-slide {
    position: relative; }
    @media screen and (max-width: 600px) {
      .exam-award-slide .rows-3 .col {
        width: 65%; } }
  .exam-award-wrap {
    position: relative; }
  @media screen and (max-width: 1200px) {
    .exam-award .dcor {
      display: none; } }
  .exam-award .dcor-img {
    aspect-ratio: 1;
    width: 10%;
    min-width: 13rem;
    position: absolute;
    -webkit-animation: DownUp 4s linear infinite;
    animation: DownUp 4s linear infinite; }
    .exam-award .dcor-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .exam-award .dcor-img:nth-child(1) {
      left: 0;
      top: 0; }
    .exam-award .dcor-img:nth-child(2) {
      right: 0;
      top: 0; }
    .exam-award .dcor-img:nth-child(3) {
      left: 1rem;
      bottom: 10%;
      width: 5%; }
    .exam-award .dcor-img:nth-child(4) {
      right: 1rem;
      bottom: 5%; }

.exam-feel {
  background-color: #fff4f5; }
  .exam-feel > .container {
    max-width: 144.6rem; }
  .exam-feel-wrap {
    position: relative; }
    .exam-feel-wrap .dcor-img {
      aspect-ratio: 1;
      width: 20%;
      min-width: 13rem;
      position: absolute;
      top: -6rem;
      left: 0;
      z-index: 2;
      -webkit-animation: DownUp 4s linear infinite;
      animation: DownUp 4s linear infinite; }
  .exam-feel-l {
    --col-gap: 2.4rem;
    --row-gap: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .exam-feel-l {
        --col-gap: 1.2rem;
        --row-gap: 1.2rem; } }
    @media screen and (max-width: 600px) {
      .exam-feel-l {
        --col-gap: 0.6rem;
        --row-gap: 0.6rem; } }

@-webkit-keyframes aniSlideX {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(calc(-50% + var(--width)));
    transform: translateY(calc(-50% + var(--width))); } }

@keyframes aniSlideX {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(calc(-50% + var(--width)));
    transform: translateY(calc(-50% + var(--width))); } }

@keyframes aniSlideX {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(calc(-50% + var(--width)));
    transform: translateY(calc(-50% + var(--width))); } }

@-webkit-keyframes aniSlideXI {
  0% {
    -webkit-transform: translateY(calc(-50% + var(--width)));
    transform: translateY(calc(-50% + var(--width))); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes aniSlideXI {
  0% {
    -webkit-transform: translateY(calc(-50% + var(--width)));
    transform: translateY(calc(-50% + var(--width))); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
  .exam-feel-line {
    width: 20%;
    height: 100%; }
    .exam-feel-line .inner {
      -webkit-animation: aniSlideX var(--speedGrid) linear infinite alternate;
      animation: aniSlideX var(--speedGrid) linear infinite alternate;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: var(--col-gap);
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
    .exam-feel-line:nth-child(even) .inner {
      -webkit-animation: aniSlideXI var(--speedGrid) linear infinite alternate;
      animation: aniSlideXI var(--speedGrid) linear infinite alternate; }
  .exam-feel-fback {
    padding-top: calc(710 / 1446 * 100%);
    overflow: hidden;
    position: relative; }
    .exam-feel-fback::after, .exam-feel-fback::before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      aspect-ratio: 1446/24;
      z-index: 2;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 244, 245, 0)), color-stop(51.5%, #fff4f5), to(#fff4f5));
      background: linear-gradient(to top, rgba(255, 244, 245, 0) 0%, #fff4f5 51.5%, #fff4f5 100%); }
    .exam-feel-fback::after {
      top: 0; }
    .exam-feel-fback::before {
      bottom: -0.1rem;
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1); }
  .exam-feel-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .exam-feel-it .img {
    border-radius: 1.2rem;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15)); }
    @media screen and (max-width: 1200px) {
      .exam-feel-it .img {
        border-radius: 0.8rem; } }
    .exam-feel-it .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }

.bg-grid {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1; }
  .bg-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

.exam-table {
  position: relative; }
  .exam-table .dcor {
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .exam-table .dcor {
        display: none; } }
    .exam-table .dcor-img {
      aspect-ratio: 1;
      width: 10%;
      min-width: 13rem;
      position: absolute;
      -webkit-animation: Spinner 30s linear infinite;
      animation: Spinner 30s linear infinite; }
      .exam-table .dcor-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .exam-table .dcor-img:nth-child(1) {
        left: 0;
        top: 0; }
      .exam-table .dcor-img:nth-child(2) {
        right: 0;
        top: 0; }
      .exam-table .dcor-img:nth-child(3) {
        left: 0;
        bottom: 0;
        width: 5%; }
      .exam-table .dcor-img:nth-child(4) {
        right: 0;
        bottom: 0;
        width: 5%; }

.table-tag {
  padding: 0.8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600; }
  .table-tag::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    background-image: url("../../assets/images/ic-hot.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .table-tag.hot {
    background-color: rgba(211, 38, 46, 0.1);
    color: #96171A; }
  .table-tag.sale {
    background-color: rgba(211, 136, 38, 0.1);
    color: #d38826; }
    .table-tag.sale::before {
      background-image: url("../../assets/images/ic-sale.svg"); }
  .table-tag.new {
    background-color: rgba(69, 180, 65, 0.1);
    color: #45b441; }
    .table-tag.new::before {
      background-image: url("../../assets/images/ic-new.svg"); }

.exam-tables {
  border-radius: 1.6rem;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  overflow-x: auto;
  position: relative;
  z-index: 2; }
  .exam-tables table {
    min-width: 67rem;
    width: 100%; }
    .exam-tables table td,
    .exam-tables table th {
      padding: 0.8rem 1.6rem;
      vertical-align: middle;
      color: #5a5a5a;
      white-space: nowrap; }
      .exam-tables table td strong,
      .exam-tables table th strong {
        font-weight: 700; }
      .exam-tables table td a,
      .exam-tables table th a {
        color: #3b82f6;
        text-decoration: underline;
        text-underline-position: under;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (min-width: 1025px) {
          .exam-tables table td a:hover,
          .exam-tables table th a:hover {
            color: #96171A; } }
    .exam-tables table th {
      background-color: #96171A;
      color: white;
      text-align: left; }
    .exam-tables table tr:not(:last-child) td {
      border-bottom: 0.1rem solid #D9D9D9; }
    .exam-tables table tr {
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (min-width: 1025px) {
        .exam-tables table tr:hover {
          background-color: #f5f5f5; } }

.page-regis {
  background: linear-gradient(115.04deg, #fffbeb 0.53%, #ffeaeb 111.44%); }

.hsign-wrap {
  max-width: 121.5rem;
  margin: 0 auto;
  padding-top: calc(var(--size-hd) + var(--pd-sec));
  --rds: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .hsign-wrap {
      padding-top: 0; } }

.hsign-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hsign-box {
  border-radius: var(--rds);
  background: white;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05); }

.hsign-box .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }

.hsign-form .form-col.per5 {
  width: 50%; }

.hsign-form .form-col.per3 {
  width: calc(100% / 3); }

.hsign-form .form-col:has(.btn-main) {
  width: 100%; }

.hsign-form .form-col .select2-container .select2-selection--single {
  background-color: transparent !important;
  border-radius: 0.8rem !important; }

.hsign-form .form-lb {
  color: black; }

.hsign-form .form-ip {
  position: relative; }
  .hsign-form .form-ip input {
    background-color: #f5f5f5;
    border-radius: 0.8rem !important;
    border-color: transparent; }
    .hsign-form .form-ip input:focus {
      border-color: #96171A; }
  .hsign-form .form-ip:has(.signPW) input {
    padding-right: 4rem; }
  .hsign-form .form-ip .signPW {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .hsign-form .form-ip .signPW img {
      height: 100%;
      width: 100%; }
      .hsign-form .form-ip .signPW img:nth-child(2) {
        display: none; }
    .hsign-form .form-ip .signPW.clicked img:nth-child(1) {
      display: none; }
    .hsign-form .form-ip .signPW.clicked img:nth-child(2) {
      display: block; }

.hsign-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem 2.4rem; }

.hsign-form .form-link {
  color: #4eabe9;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (min-width: 1025px) {
    .hsign-form .form-link:hover {
      color: #96171A; } }

.hsign-form .form-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%; }
  .hsign-form .form-with .text {
    text-align: center;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    gap: 1rem; }
    .hsign-form .form-with .text::before, .hsign-form .form-with .text::after {
      content: "";
      display: block;
      height: 0.1rem;
      width: 100%;
      background-color: #D9D9D9; }
  .hsign-form .form-with-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem; }
  .hsign-form .form-with-item {
    width: 3.2rem;
    height: 3.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (min-width: 1025px) {
      .hsign-form .form-with-item:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); } }
    .hsign-form .form-with-item img {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      height: 100%;
      width: 100%;
      display: block; }

.hsign-form .form-account {
  text-align: center; }
  .hsign-form .form-account .link {
    color: #96171A;
    margin-left: 0.8rem;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (min-width: 1025px) {
      .hsign-form .form-account .link:hover {
        color: #4eabe9; } }

.hsign-ctn {
  width: 50%; }
  .hsign-ctn .wrapper {
    padding: 4rem; }
    @media screen and (max-width: 992px) {
      .hsign-ctn .wrapper {
        padding: 2rem; } }

.hsign-img {
  width: 50%; }
  .hsign-img .imgs {
    background: linear-gradient(202.43deg, #ff363f -27.14%, #870000 102.59%);
    height: 100%;
    padding-top: 100%;
    border-radius: 0 var(--rds) var(--rds) 0;
    position: relative; }
    @media screen and (max-width: 600px) {
      .hsign-img .imgs {
        border-radius: 0 0 var(--rds) var(--rds); } }
    .hsign-img .imgs .dcor-img {
      aspect-ratio: 1;
      width: 15%;
      position: absolute;
      min-width: 7rem;
      z-index: 2; }
      .hsign-img .imgs .dcor-img:nth-child(1) {
        left: 0;
        top: 5%; }
      .hsign-img .imgs .dcor-img:nth-child(2) {
        right: 2%;
        top: 0; }
      .hsign-img .imgs .dcor-img:nth-child(3) {
        left: -10%;
        bottom: 0; }
      .hsign-img .imgs .dcor-img:nth-child(4) {
        right: -6%;
        bottom: 5%;
        width: 10%; }
      @media screen and (max-width: 600px) {
        .hsign-img .imgs .dcor-img:nth-child(1) {
          left: 0%; }
        .hsign-img .imgs .dcor-img:nth-child(2) {
          right: 0%; }
        .hsign-img .imgs .dcor-img:nth-child(3) {
          left: 0%; }
        .hsign-img .imgs .dcor-img:nth-child(4) {
          right: 0%; } }
    .hsign-img .imgs .img {
      position: absolute;
      width: 110%;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 600px) {
        .hsign-img .imgs .img {
          width: 100%; } }
      .hsign-img .imgs .img-inner {
        display: block;
        padding-top: calc((617 / 683) * 100%);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .hsign-img .imgs .img-inner img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          display: block; }

@media screen and (max-width: 600px) {
  .hsign-ctn {
    width: 100%; }
  .hsign-img {
    width: 100%; } }

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d; }
  .checker .sqr {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-top: -0.1rem; }
    .checker .sqr::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../../assets/images/check-empty.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      left: 0;
      top: 0; }
  .checker .circle {
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block; }
    .checker .circle::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../../assets/images/radio-empty.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      left: 0;
      top: 0; }
  .checker .txt {
    display: block;
    color: black; }
    @media screen and (max-width: 500px) {
      .checker .txt {
        font-size: 1.4rem; } }
    .checker .txt-link {
      font-weight: 600;
      text-decoration: underline; }
  .checker .num {
    margin-left: auto; }
  .checker input {
    display: none; }
  .checker input:checked ~ .sqr::after {
    background-image: url("../../assets/images/check-fill.svg"); }
  .checker input:checked ~ .circle::after {
    background-image: url("../../assets/images/radio-fill.svg"); }

.page-account {
  padding-top: calc(var(--size-hd));
  --pd4: 3rem 4rem; }
  @media screen and (max-width: 1200px) {
    .page-account {
      --pd4: 2rem; } }
  @media screen and (max-width: 500px) {
    .page-account {
      --pd4: 0.8rem; }
      .page-account .exam-it .b-if .b-box .icon {
        display: none; }
      .page-account .pac-head .t-head .t-title {
        gap: 0.4rem; } }
  .page-account .pac-head .t-head {
    padding: 0;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1200px) {
      .page-account .pac-head .t-head {
        padding-bottom: 2rem; } }
    @media screen and (max-width: 500px) {
      .page-account .pac-head .t-head {
        padding-bottom: 0.8rem; } }
  .page-account .pac-his-arr .b-item .b-inner {
    padding: 0; }
  .page-account .pac-his-ans .b-ctn {
    padding: 2rem 0; }
  .page-account .pac-his-ans .b-head {
    padding: 2rem 0; }
  @media screen and (max-width: 768px) {
    .page-account .pac-his-score .row {
      --col-gap: 1.2rem;
      --row-gap: 1.2rem; } }
  .page-account .pac-his-score .b-box {
    padding: 2.4rem;
    background: #eff6ff;
    height: 100%; }
    @media screen and (max-width: 500px) {
      .page-account .pac-his-score .b-box {
        padding: 1.2rem 0.6rem; } }

.haccount-form .form-ip input {
  border-color: #D9D9D9;
  background-color: transparent;
  height: 4.8rem; }

.haccount-form .form-ip .select2-container .select2-selection--single {
  height: 4.8rem !important; }

@media screen and (max-width: 600px) {
  .haccount-form .form-col.per3 {
    width: 50%; } }

@media screen and (max-width: 420px) {
  .haccount-form .form-col.per3 {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .haccount-form .form-col:has(.btn-pri) {
    width: 100%; }
    .haccount-form .form-col:has(.btn-pri) .btn-pri {
      width: 100%; } }

.haccount-box {
  overflow: hidden;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 4px 32px rgba(26, 26, 28, 0.1);
  box-shadow: 0px 4px 32px rgba(26, 26, 28, 0.1); }

.haccount-ctrls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.haccount-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 2.4rem;
  width: 50%;
  background-color: rgba(150, 23, 25, 0.2);
  font-weight: 600;
  cursor: pointer; }
  .haccount-ctrl img {
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .haccount-ctrl.active {
    background-color: #96171A;
    color: white; }
    .haccount-ctrl.active img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  @media screen and (max-width: 620px) {
    .haccount-ctrl {
      padding: 1rem 2rem; } }

.haccount-panel .heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--pd4);
  border-bottom: 0.1rem solid #D9D9D9; }
  .haccount-panel .heads .tt {
    --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
    font-size: var(--f-sz);
    font-weight: 600; }
  @media screen and (max-width: 620px) {
    .haccount-panel .heads {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.haccount-panel .bodies {
  padding: var(--pd4); }
  .haccount-panel .bodies-f {
    --w: 28rem;
    margin-top: 3.2rem; }
    .haccount-panel .bodies-f-avatar {
      width: var(--w); }
    .haccount-panel .bodies-f-form {
      width: calc(100% - var(--w)); }
    .haccount-panel .bodies-f .note {
      text-align: center;
      font-size: 1.2rem;
      margin-top: 2rem; }
    @media screen and (max-width: 900px) {
      .haccount-panel .bodies-f-avatar {
        width: 100%; }
        .haccount-panel .bodies-f-avatar .haccount-upload {
          max-width: 30rem;
          margin: 0 auto; }
      .haccount-panel .bodies-f-form {
        width: 100%; } }
  @media (min-width: 501px) and (max-width: 900px) {
    .haccount-panel .bodies-item .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .haccount-panel .bodies-item .inner img {
        width: 3rem;
        height: 3rem; } }
  @media screen and (max-width: 500px) {
    .haccount-panel .bodies-item {
      width: 100%; } }

.haccount-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem; }
  @media screen and (max-width: 620px) {
    .haccount-btns {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.haccount-btn {
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 17rem;
  border: 0.1rem solid #96171A;
  border-radius: 100rem;
  color: #96171A;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (min-width: 1025px) {
    .haccount-btn:hover {
      background-color: #96171A;
      color: white; } }
  @media screen and (max-width: 620px) {
    .haccount-btn {
      height: 4rem;
      min-width: unset;
      width: calc(50% - 0.6rem); } }

.haccount-upload {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  cursor: pointer; }
  .haccount-upload input {
    display: none; }
  .haccount-upload-ava .img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .haccount-upload-ava .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .haccount-upload-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    height: 6rem;
    background-color: #96171A;
    border-radius: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white; }
    .haccount-upload-btn img {
      width: 2.4rem;
      height: 2.4rem; }

.bodies-item {
  width: calc(100% / 3);
  --gap: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .bodies-item {
      --gap: 1rem; } }
  .bodies-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--gap);
    gap: var(--gap);
    border-radius: 0.8rem;
    height: 100%;
    -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05); }
    .bodies-item .inner img {
      width: 6rem;
      height: 6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .bodies-item .inner .ctn .name {
      --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
      font-size: var(--f-sz);
      font-weight: 700; }
    .bodies-item .inner .ctn .val {
      color: #525252; }
  .bodies-item.yel .inner {
    background-color: #fff7ed; }
  .bodies-item.blue .inner {
    background-color: #eff6ff; }
  .bodies-item.green .inner {
    background-color: #f0fdf4; }

.bodies-table {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 0.1rem solid #D9D9D9;
  overflow-x: auto; }
  .bodies-table table {
    width: 100%;
    min-width: 62rem; }
    .bodies-table table th,
    .bodies-table table td {
      padding: 1.3rem;
      text-align: center; }
      .bodies-table table th .link,
      .bodies-table table td .link {
        text-decoration: underline;
        text-underline-position: under;
        color: #757575; }
        @media screen and (min-width: 1025px) {
          .bodies-table table th .link:hover,
          .bodies-table table td .link:hover {
            color: #96171A; } }
      @media screen and (max-width: 768px) {
        .bodies-table table th,
        .bodies-table table td {
          padding: 0.5rem; } }
    .bodies-table table td {
      border-bottom: 0.1rem solid #D9D9D9; }
      .bodies-table table td:first-child {
        white-space: nowrap; }
    .bodies-table table tr:last-child td {
      border-bottom: none; }
    .bodies-table table td.first {
      background-color: #96171A;
      color: white; }
    .bodies-table table td.blue {
      color: #2563eb; }
    .bodies-table table td.complete {
      color: #16a34a; }
    .bodies-table table td.cancel {
      color: #dc2626; }
    .bodies-table table thead th {
      background-color: #262626;
      color: white; }

@media screen and (max-width: 1200px) {
  .hgallery-slider {
    gap: 1.2rem; } }

@media screen and (max-width: 1200px) {
  .hgallery-slider .splide {
    --col-gap: 1.2rem;
    --row-gap: 1.2rem; } }

.set-ex-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1rem; }
  .set-ex-ftr-it {
    cursor: pointer; }
    .set-ex-ftr-it .inner {
      padding: 0.8rem 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
      font-size: var(--f-sz);
      font-weight: 700;
      line-height: 1;
      border-radius: 100rem; }
    .set-ex-ftr-it input:checked ~ .inner {
      background-color: #96171A;
      color: white; }

.set-ex-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 4rem;
  border-bottom: 0.1rem solid #D9D9D9; }

.set-ex-bodies .pagination-mona {
  margin-top: 3.2rem; }

.set-ex-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }
  .set-ex-small .inner {
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #5a5a5a;
    font-weight: 500; }
    .set-ex-small .inner::after {
      content: '';
      position: absolute;
      bottom: -0.1rem;
      height: 0.2rem;
      width: 0%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background-color: #96171A;
      transition: 0.4s; }
  .set-ex-small input:checked ~ .inner {
    color: #1e1e1e; }
    .set-ex-small input:checked ~ .inner::after {
      width: 100%; }

.set-item {
  --gap: 1.6rem;
  height: 100%; }
  @media screen and (max-width: 500px) {
    .set-item {
      --gap: 1rem; } }
  .set-item .inner {
    height: 100%;
    padding: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 1.2rem; }
    @media screen and (min-width: 1025px) {
      .set-item .inner:hover {
        -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
        box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05); } }
    .set-item .inner .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0.5rem;
      font-family: var(--font-thr); }
      .set-item .inner .info-name {
        --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
        font-size: var(--f-sz);
        font-weight: 600; }
      .set-item .inner .info-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .set-item .inner .info-it {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.6rem;
        font-size: 1.4rem; }
        .set-item .inner .info-it img {
          width: 2rem;
          height: 2rem;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .set-item .inner .info-it .txt {
          color: #8c94a3;
          line-height: 1; }
          .set-item .inner .info-it .txt-bold {
            font-weight: 500;
            color: #4e5566;
            margin-right: 0.5rem; }
    .set-item .inner .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 1rem 2rem;
      margin-top: auto; }
      .set-item .inner .bottom-three {
        width: 2.4rem;
        height: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .set-item .inner .bottom-three img {
          width: inherit;
          height: inherit; }

.set-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem; }

.set-tag {
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: rgba(211, 38, 46, 0.1);
  color: #96171A;
  font-weight: 500; }
  .set-tag.free {
    background-color: #ebebff;
    color: #342f98; }

.set-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  height: 4.4rem;
  padding: 1.2rem;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .set-btn img {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .set-btn .txt {
    font-weight: 700;
    line-height: 1; }
  @media screen and (min-width: 1025px) {
    .set-btn:hover {
      background-color: #96171A; }
      .set-btn:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
      .set-btn:hover .txt {
        color: white; } }

.block-des {
  height: unset; }
  .block-des-inner {
    height: 100%; }

.student-slider {
  overflow: hidden; }

#highlight-editor {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  left: 50vw;
  padding: 0.8rem;
  border-radius: 0.4em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.6rem;
  margin-top: 0.4rem;
  z-index: 10; }
  #highlight-editor .remove-icon .icon {
    background: rgba(150, 23, 26, 0.7);
    color: #fff; }
  #highlight-editor .icon {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-pri);
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    border-radius: 0.2rem;
    font-size: 1.4rem; }

.highlighted {
  cursor: pointer;
  font-weight: 500; }

.underlined {
  text-decoration: underline; }

.color-option {
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #fff;
  cursor: pointer;
  display: inline-block; }

/* Màu cho các option */
.color-option[data-color="yellow"] {
  background-color: yellow; }

.color-option[data-color="lightblue"] {
  background-color: lightblue; }

.color-option[data-color="lightgreen"] {
  background-color: lightgreen; }

.color-option[data-color="pink"] {
  background-color: pink; }

.color-option[data-color="orange"] {
  background-color: orange; }

.underlined {
  text-decoration: underline; }

.no-selection .highlighted::-moz-selection {
  background-color: transparent !important;
  color: inherit; }

.no-selection .highlighted::selection {
  background-color: transparent !important;
  color: inherit; }

/*# sourceMappingURL=quhu.css.map */
