@media (max-width: 1280px) {
  .ht-arr-slider .owl-nav {
    display: none;
  }

  .slider-taxonomi .owl-nav {
    display: block;
  }

  .col-features {
    padding: 0 40px;
  }

  .thumb-contact {
    padding: 60px 0;
  }

  .wrap-single-content {
    gap: 30px;
  }

  .l-single-content {
    width: calc(100% - 244px - 30px);
  }

  .wrap-footer {
    gap: 40px;
  }
  .menu-footer {
    gap: 60px;
  }
  .list_social li a {
    padding: 0;
  }
}

@media (max-width: 1170px) {
  .wrap-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-footer {
    width: 100%;
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .l-hero-accout {
    max-width: 420px;
  }

  .form-accout {
    max-width: 515px;
  }

  .ht-content-nganhnghe {
    width: calc(100% - 400px - 20px);
  }

  .wrap-nganhnghe {
    gap: 20px;
  }

  .sidebar-nganhnghe {
    width: 400px;
  }
  .list_social li a {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .wrap-article-cnghe-slider iframe {
    width: 100%;
  }
  .wrap-cnganh-single,
  .wrap-cnghe-single {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap-post-page {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap-filter .post-thumb {
    width: 100%;
    max-width: 263px;
  }
  .title-sidebar-single {
    padding: 16px 20px;
    display: inline-block;
  }

  .l-single-content,
  .r-single-content {
    width: 100%;
  }

  .ht-content-nganhnghe {
    width: 100%;
  }

  .wrap-nganhnghe {
    gap: 20px;
  }

  .youtobe-nganhnghe iframe {
    height: 57.87vw;
  }

  .sidebar-nganhnghe {
    width: 100%;
  }

  .l-hero-accout {
    max-width: 100%;
    width: 100%;
  }

  .hero-accout .container {
    gap: 40px;
  }

  .img-hero-accout img {
    display: block;
    margin: 0 auto;
  }

  .img-hero-accout {
    margin-bottom: 40px;
  }

  .form-accout {
    max-width: 100%;
  }

  .inner-info-contact,
  .thumb-contact {
    width: 100%;
  }

  .info-contact {
    gap: 40px;
  }

  .wrap-article-cnghe-slider .item {
    grid-template-columns: repeat(2, 1fr);
  }

  .wrap-slider-taxonomi {
    padding: 20px;
  }

  .ttl-h2 {
    padding: 12px 20px;
  }

  .ttl-h2 h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .ttl-h2 p {
    font-size: 14px;
    line-height: 20px;
  }

  .info-cnganh {
    width: calc(100% - 150px - 12px);
  }

  .thumb-cnganh {
    width: 150px;
  }

  .article-cnganh {
    margin: 40px 0;
  }

  .article-cnghe {
    margin: 0 0 40px;
    padding-top: 40px;
  }

  .article-post {
    padding: 40px 0;
  }

  .wrap-features {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 43px;
  }

  .col-features {
    padding: 20px 0;
  }

  .col-features:nth-child(2) {
    border-width: 2px 0 2px 0;
  }

  .cat-highlights a {
    font-size: 14px;
    line-height: 20px;
  }

  .cat-highlights {
    gap: 10px;
  }

  .title-cnganh a {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .name-cnganh {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .excerpt-cnganh {
    font-size: 12px;
    line-height: 16px;
  }

  .slider-taxonomi .ht-arr-slider .owl-prev,
  .slider-taxonomi .ht-arr-slider .owl-next {
    display: none;
  }

  .ttl-hero h1 {
    font-size: 48px;
    line-height: 1.3;
  }

  .mid-header {
    position: relative;
    padding: 15px 0;
  }

  .right-header {
    display: none;
  }

  .click-mobile {
    position: absolute;
    right: 30px;
    display: block;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }

  .lines {
    width: 16px;
    height: 2px;
    background: #000000d9;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }

  .line-1 {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  .line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .line-3 {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
  }

  .click-mobile.exit .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  .click-mobile.exit .line-2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
  }

  .click-mobile.exit .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }

  .menu-sp {
    padding: 50px 16px 24px;
    background: #ffffff;
    max-width: 240px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  .menu-sp.active {
    transform: translateX(0);
  }

  .search-form input {
    background: #9bc5ff66;
    border-radius: 40px;
    padding: 10px 10px 10px 40px;
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    color: #000;
    height: 44px;
    border: none;
    font-style: normal;
    background-image: url("../images/MagnifyingGlass-min.svg");
    background-repeat: no-repeat;
    background-position: center left 12px;
    margin-bottom: 40px;
  }

  .menu-header {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }

  .search-form input::placeholder {
    color: #605d62;
  }

  .menu-header li a {
    text-align: left;
  }

  .btn-login a {
    text-align: center;
  }

  .btn-login {
    /*position: absolute;
		left: 50%;
		bottom: 24px;
		transform: translateX(-50%);
		width: calc(100% - 32px);*/
    padding-top: 10px;
    transform: translateY(-4px);
  }

  .bg-menu {
    position: relative;
  }

  .bg-menu::after,
  .bg-menu .mid-header::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #00000066;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .site-header {
    z-index: 3;
  }

  .menu-sp {
    display: block;
    max-height: 100vh;
    overflow: auto;
  }

  #wrapper:before {
    display: none;
  }

  #wrapper {
    padding-top: 91px;
  }

  .menu-footer > li > a,
  .menu-footer .sub-menu li a,
  .social-footer .title-widget {
    font-size: 14px;
    line-height: 20px;
  }
  .logo-footer {
    margin-bottom: 40px;
  }

  .logo-footer {
    width: 275px;
  }

  .site-footer .container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .wrap-footer {
    padding: 20px 0;
  }

  .wrap-ttl-page {
    flex-wrap: wrap;
  }
  .address-info,
  .tax-info {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-header .sub-menu {
    width: 100%;
  }
  .menu-header .menu-item-has-children .sub-menu {
    position: static;
    background: #ffff;
    padding-left: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .menu-header .menu-item-has-children.active > .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .menu-header .sub-menu li {
    border-bottom: 1px solid #ffff;
  }
  .menu-header .sub-menu li {
    padding-left: 8px;
  }

  .menu-header .sub-menu a:hover {
    transform: none;
  }
  .menu-header .menu-item-has-children:not(.active) > a .arrow {
    transform: rotate(0deg);
  }
}
@media (max-width: 928px) {
  .right-footer {
    max-width: 780px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .wrap-cnghe-page article.chuyen_nghe iframe {
    margin-bottom: 0;
    height: 300px;
  }

  .arr-taxanomi {
    display: none;
  }

  .hero-section::before,
  .icon-hero3 {
    display: none;
  }

  .cont-post-page {
    flex-direction: column;
  }

  .wrap-filter {
    order: 2;
    width: 100%;
  }
  .wrap-filter .post-info {
    width: calc(100% - 360px - 16px);
  }
  .wrap-cate {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .wrap-post-page {
    grid-template-columns: 1fr;
  }
  .wrap-filter .post-thumb {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .verify-email {
    padding: 24px 26px;
  }

  .verify-email h2 span {
    padding: 12px 24px;
    font-size: 24px;
    line-height: 28px;
  }

  .youtobe-nganhnghe .name-cnganh {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .email-vetify {
    padding: 8px 16px;
  }

  .cont-verify-email img {
    width: 100px;
  }

  .content-top-post h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .wrap-cnganh-single,
  .wrap-cnghe-single {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .info-personal {
    gap: 20px;
  }

  .wrap-single-content .post-info {
    padding: 0;
  }

  .row_tag ul {
    padding: 9px 0 !important;
    gap: 12px;
  }

  .l-single-content article.post {
    margin-bottom: 0;
  }

  .entry-content {
    padding-bottom: 0;
  }

  .row_tag {
    padding-bottom: 28px;
  }

  .single .entry-content p {
    margin-bottom: 28px;
  }

  .single .entry-content ul {
    margin: 0 0 28px 0;
  }

  .youtobe-nganhnghe h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .show-more {
    display: none;
  }

  .inner-content-nganhnghe {
    display: block;
  }

  .info-post-sidebar .name-cnganh {
    font-size: 12px;
    line-height: 18px;
  }

  .meta-post-sidebar {
    flex-wrap: wrap;
  }

  .info-post-sidebar h3 a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .ttl2-h2 {
    font-size: 24px;
    line-height: 28px;
  }

  #comments {
    margin-bottom: 0;
    margin-top: 0;
  }

  .highlights-single {
    padding: 0 0 20px;
  }

  .podcast,
  .info-post-cnghe {
    width: 100%;
  }

  .wrap-cnghe-page article.chuyen_nghe iframe {
    height: 57.87vw;
  }

  .wrap-cnghe-page {
    gap: 32px;
  }

  .wrap-cate ul li a {
    text-align: center;
  }

  .wrap_breadcrumbs .breadcrumbs {
    padding: 20px 0;
  }

  .post-desc p {
    margin-bottom: 0;
  }

  .post-thumb {
    margin-bottom: 0;
    width: 100%;
  }

  .post-info {
    width: 100%;
    padding: 0 12px;
  }

  .post-desc {
    margin-bottom: 30px;
  }

  .wrap-post-page {
    padding-top: 0;
  }

  .wrap-post-page {
    gap: 32px;
  }

  .wrap-post-page article .inner-post {
    padding: 0;
  }

  .page-navigation {
    margin-top: 20px;
  }

  .wrap-filter {
    padding-top: 28px;
  }

  .page-numbers {
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    height: 36px;
  }

  .wrap-ttl-page {
    flex-wrap: wrap;
  }

  .contact,
  .gallery {
    padding: 40px 0;
  }

  .wrap-contact {
    padding: 40px 16px;
  }

  .ttl-contact h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .form-row {
    gap: 0;
  }

  .form-row p {
    margin-bottom: 12px;
  }

  .form-row {
    flex-wrap: wrap;
  }

  .form-row .form-group {
    width: 100%;
  }

  .ttl-contact p {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-cate ul {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }

  .wrap-ttl-page.m-40 {
    margin: 28px 0 20px;
  }

  .wrap-features {
    padding: 40px 43px 0;
  }

  .hero-section {
    padding: 30px 0 45px;
  }

  .social-hero ul li {
    padding: 0;
  }

  .icon-contact2 {
    top: 10px;
    right: 10px;
  }

  .icon-contact3 {
    display: none;
  }

  .icon-contact1 {
    left: 0;
  }

  .col-features .number-features {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .col-features h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .col-features p {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-hero1 {
    width: 140px;
  }

  .icon-hero2 {
    width: 70px;
  }

  .social-hero ul li a img {
    width: 40px;
  }

  .content-hero p {
    font-size: 14px;
    line-height: 20px;
  }
  .after-section-text-hero,
  .after-section-text-cnghe {
    margin: 0 18px 40px;
  }
  .after-section-text-hero p,
  .after-section-text-cnghe p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 18px 40px;
  }
  .hero-section .container {
    padding: 0 22px;
  }

  .ttl-hero h1,
  .ttl-hero.career-hero-content h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  
  .content-hero {
    margin: 0 18px 40px;
  }

  .wrap-slider-taxonomi {
    padding: 20px 10px;
  }

  .slider-taxonomi h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .slider-taxonomi a {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-highlights {
    flex-wrap: wrap;
  }

  .slider-taxonomi a img {
    width: 16px !important;
  }

  .hero-section::after {
    width: 100%;
    height: 500px;
    bottom: 50px;
    background-image: url("../images/bg.png");
    top: auto;
  }

  .ttl-article a {
    display: none;
  }

  .item-highlights {
    gap: 12px;
  }

  .wrap-article-cnganh-slider .item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .wrap-article-cnghe-slider .item {
    grid-template-columns: repeat(1, 1fr);
  }

  .col-features:nth-child(2) {
    border-width: 1px 0 1px 0;
  }

  .wrap-article-post-slider .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ttl-article {
    margin-bottom: 20px;
  }

  .highlights {
    padding-top: 20px;
  }

  .wrap-highlights {
    gap: 12px;
  }

  .dots-article .owl-dots {
    margin-top: 20px;
  }

  .thumb-cnganh {
    width: 128px;
  }

  .info-cnganh {
    width: calc(100% - 128px - 12px);
  }

  .wrap-cnghanh-page {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .page-template-chuyen-nganh .wrap-filter {
    padding-top: 0;
    margin-bottom: 0;
  }

  .m-40 {
    margin: 20px auto;
  }

  .highlights-page {
    padding-top: 0;
  }

  .info-contact {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .thumb-contact {
    padding: 40px 0;
  }

  .thumb-contact .social-hero {
    margin-bottom: 0;
  }

  .hero-accout {
    padding: 0 !important;
  }

  .l-hero-accout .social-hero {
    margin-bottom: 0;
  }

  .social-hero ul {
    gap: 20px;
  }

  .form-accout {
    padding: 40px 16px;
  }

  .lwa-bones .pixelbones .lwa-links label {
    font-size: 14px 20px;
  }

  .hero-accout .container-accout {
    padding: 20px 15px 68px;
  }

  .img-hero-accout img {
    max-width: 281px;
  }

  .wrap-form-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .hero-accout .container-register {
    padding-bottom: 0;
  }
  .ttl-gallery h2,
  .ttl-features h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .gallery-tagline > *,
  .features-tagline > * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 618px) {
  .right-footer {
    justify-content: left;
    gap: 40px;
  }
  .footer-info {
    text-align: center;
  }
}
@media (max-width: 490px) {
  .site-content .entry-header .entry-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .site-brand a {
    width: 109px;
  }

  .cat-highlights a {
    padding: 4px;
  }

  .menu-footer > li > a {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .copyright,
  .title-widget {
    font-size: 14px;
    line-height: 20px;
  }

  #wrapper {
    padding-top: 60px;
  }

  .header-sticky .site-brand img {
    width: 100%;
  }
  .wrap-filter .post-thumb {
    margin: 0 auto;
  }
  .article-post .highlights .ttl-highlights {
    white-space: unset;
  }
  .wrap-filter .post-info {
    width: unset;
  }
  .wrap-footer {
    justify-content: start;
  }
  .right-footer {
    gap: 20px;
    justify-content: unset;
    margin: 0;
  }
  .right-footer .title-widget {
    text-align: unset;
  }
  .footer-info {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .progress-item .progress-text {
    display: none;
  }
  .test-quiz h1,
  .test-quiz h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .progress-item.active .progress-text {
    display: block;
  }
  .ranking-group-main {
    flex-direction: column;
  }

  .ranking-group-main > div {
    text-align: center;
  }

  .ranking-details-link {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    padding: 8px;
    border-radius: 8px;
  }
  .result-card-header {
    padding: 27px 100px 24px 24px;
  }
}
.career-introduction {
  margin: 0;
}
@media (max-width: 640px) {
  .btn-start-test {
    font-size: 14px;
    line-height: 18px;
  }
  .ranking-desc ul{
  padding-left: 11px;
  }
  .ranking-table-new th{
  	font-size: 16px;
  }
  .ranking-score .score-number, .ranking-score .score-max{
  font-size: 16px;
  }
  .ranking-title{
  font-size: 14px;
  }
  .ranking-table-new td:last-child {
    padding: 11px;
  }
  .progress-item.active .progress-text {
    font-weight: 500;
  }
  .career-intro-content h2,
  .essentials-wrapper h2,
  .career-modal .modal-title {
    font-size: 22px;
    line-height: 24px;
  }
  .intro-desc,
  .essentials-desc li {
    font-size: 14px;
    line-height: 22px;
  }
  .ttl-contact h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .career-start-note .entry-paragraph {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
  }
  .career-introduction {
    padding: 0;
    background: none;
  }
  .career-intro-content h2 {
    margin-bottom: 20px;
  }
  .essentials-desc li {
    margin-bottom: 12px;
  }
  .age-option {
    padding: 13px 17px;
    font-size: 16px;
    line-height: 24px;
  }
  .btn-confirm-age {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 39px;
  }
  .career-modal .career-modal-title {
    margin: 0;
  }
  .career-modal-content.aos-init.aos-animate {
    margin: 0 15px;
    padding: 30px 15px;
  }
  .age-selection {
    margin-top: 28px;
    margin-bottom: 40px;
  }
  .career-modal .modal-title {
    padding: 12px 0;
  }
  .test-step-1 .test-description ul ul li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
  }
  .quiz-note.quiz-note-error {
    align-items: self-start;
    margin: 0 30px 10px 30px;
  }
  .test-step-1 .test-description p,
  .test-step-1 .test-description ul li,
  .test-step-1 .test-description ol li {
    font-size: 14px;
    line-height: 18px;
  }

  .score-max {
    margin: 0;
    padding: 0;
  }
  .ranking-details-link {
    padding: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .test-step .test-title,
  .test-step:not(.test-step-1) .test-title {
    font-size: 24px;
    line-height: 28px;
  }
  .test-step:not(.test-step-1) .test-description {
    font-size: 20px;
    line-height: 24px;
  }
  .quiz-question {
    gap: 4px;
  }
  .question-text,
  .question-number {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .test-quiz h1,
  .test-quiz h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .result-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .guide-steps > * {
    font-size: 14px;
    line-height: 18px;
  }
  .guide-title {
    margin-bottom: 20px;
  }
  .guide-box {
    margin-bottom: 0;
    padding: 0 0 20px 0;
  }
  .result-grid-3 {
    margin-top: 20px;
  }
  .result-section-ranking {
    padding: 40px 0;
  }
  .result-section-ranking h2.section-title {
    margin-bottom: 20px;
  }
  .post-card-excerpt {
    padding-bottom: 30px;
  }
  .result-container {
    padding: 40px 24px 40px;
  }
  .ranking-desc li {
    color: #171a1f;
  }
  .progress-bar {
    padding: 0 24px;
  }
  .ranking-table-new th:not(:last-child),
  .ranking-table-new td:not(:last-child) {
    padding: 15px 8px;
  }
  .ranking-table-new th:nth-child(1) {
    width: 30%;
  }
  .ranking-table-new th:nth-child(2) {
    width: 20%;
  }
  .ranking-table-new th:nth-child(3){
  width: 50%;}
  .ranking-table-new{
  table-layout: fixed;
  }
}

@media (max-width: 580px) {
  .ranking-table-new td:nth-child(1) {
    position: relative;
    padding-bottom: 50px;
  }
  .ranking-table-new td:nth-child(1) .ranking-details-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 8px;
  }

  .btn-start-test {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
    font-weight: 600;
  }
  .hero-section {
    padding: 30px 0 180px;
  }
  .career-introduction {
    margin-top: -103px;
  }
  .intro-desc {
    padding: 0;
  }
  .career-intro-wrapper {
    gap: 0;
  }
  .after-section-text-hero {
    padding: 0 18px 20px;
  }
  .career-hero-section .ttl-hero h1 {
    font-family: "SVN-Nexa";
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 20px;
  }
  .career-hero-section .content-hero {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 40px;
  }
  .essentials-wrapper h2 {
    margin-bottom: 20px;
  }
  .career-start-section .contact {
    padding: 0;
  }
  .career-start-section .wrap-contact.career-start-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-essentials {
    margin-bottom: 20px;
  }
  .career-start-section {
    padding-top: 0;
  }
  .career-start-section .container {
    margin: 0 14px;
  }
  .career-hero-section .content-hero {
    max-width: 450px;
  }
  .career-start-box .ttl-contact {
    margin-bottom: 20px;
  }
  .btn-start-test-career {
    font-size: 14px;
  }
  .career-modal .modal-title {
    font-size: 20px;
  }
  .career-modal .career-modal-title {
    border-radius: 30px;
  }
  .age-option {
    border-radius: 10px;
    font-family: "Be Vietnam Pro";
  }
  .btn-confirm-age {
    font-family: "Be Vietnam Pro";
  }
  .test-step-1 .test-description ul ul li {
    font-size: 14px;
  }
}
.career-introduction p {
  text-align: left;
  margin: 0 0 0;
}
.career-introduction .intro-desc > * {
  padding-bottom: 16px;
}


@media (min-width: 580px) {
  .career-hero-section .ttl-hero h1 {
    text-transform: uppercase;
  }
  .ranking-desc ul > li{
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .career-start-section .ttl-contact h2 {
    max-width: 284px;
    margin: 0 auto;
  }

  .career-intro-content h2,
  .essentials-wrapper h2,
  .career-modal .modal-title {
    font-size: 20px;
  }
  .career-introduction {
    padding: 0 9px 20px;
  }
  .career-essentials {
    margin: 0 9px 20px;
  }
  .career-hero-section .content-hero {
    max-width: 310px;
  }
  .test-step-1 .test-content {
    padding: 25px 24px 40px;
  }

  .test-step-1 .test-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .test-step-1 .test-description p,
  .test-step-1 .test-description ul li,
  .test-step-1 .test-description ol li {
    font-size: 14px;
    line-height: 18px;
  }

  .test-step-1 .test-description > ul > li {
    padding-left: 12px;
  }
  .test-step-1 .test-description ul ul {
    margin-top: 0;
  }
  .test-step-1 .test-description ul ul li {
    margin-bottom: 0;
  }
  .test-step-1 .btn-next {
    max-width: 155px;
    width: 100%;
    padding: 12px 30px;
    border-radius: 10px;
  }

  .test-step:not(.test-step-1) .test-title {
    max-width: 225px;
    margin: 0 auto 12px;
  }
  .test-step:not(.test-step-1) .test-description {
    text-align: start;
    margin: 0 auto 20px;
  }
  .progress-text {
    font-size: 10px;
    font-weight: 500;
  }
  .question-text,
  .question-number {
    font-family: "Be Vietnam Pro";
    font-size: 14px;
  }

  .quiz-question {
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .quiz-container {
    padding: 0;
    margin: 0;
  }
  .test-age-16-22 .quiz-options {
    gap: 0 18px;
  }
  .quiz-item {
    margin: 0 auto 12px;
    min-height: none;
  }
  .quiz-note.quiz-note-error {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    font-style: normal;
    text-align: start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quiz-footer {
    margin-top: 8px;
  }
  .test-content .btn-next {
    background: linear-gradient(
      89.95deg,
      #0448f2 0.04%,
      #0454f1 27.9%,
      #0467f1 51.44%,
      #0474f1 73.54%,
      #048ef0 99.96%
    );
    border-radius: 10px;
    font-size: 14px;
    padding: 11px 48px;
  }
  .test-quiz {
    padding: 13px 24px 36px;
  }
  .career-start-note {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .test-quiz br {
    display: block;
  }
  .test-step .test-title,
  .test-step:not(.test-step-1) .test-title {
    font-size: 20px;
    line-height: 24px;
  }
  .test-step:not(.test-step-1) .test-description {
    font-size: 16px;
    line-height: 24px;
  }

  .test-quiz h1,
  .test-quiz h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .result-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .guide-steps > * {
    font-size: 12px;
    line-height: 16px;
  }
  .ranking-table-new th:not(:last-child),
  .ranking-table-new td:not(:last-child) {
    padding: 15px 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
  .ranking-table-new td:not(:last-child) {
  	padding: 15px 11px;
  }
  .ranking-table-new th:nth-child(2){
  	padding: 15px 0;
  }
  .ranking-table-new td:last-child{
  	padding: 11px;
  }
  .ranking-table-new thead {
    text-align: center;
    align-items: center;
  }

  .quiz-question {
    gap: 0;
  }
}
