@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
body {
    font-family: "Lexend", sans-serif;
    font-size: var(--fs-14);
    color: var(--Light_mode-Gray_Scale-5);
    background: #f7f7fb;
}
.c-form-border {
    transition: border-color 0.3s ease-in-out;
    background: var(--Light_mode-Gray_Scale-100);
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid var(--Light_mode-Gray_Scale-70);
}
.c-form-border .c_input {
    padding: var(--sp-20) var(--sp-24);
    transition: 0.5s;
    height: 100%;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 300;
    border-radius: 50px;
}
.c-form-border .c_input:disabled {
    background: var(--Light_mode-Gray_Scale-90);
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--Light-Primary-50);
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    transition: 0.5s;
}
.c-form-border--label:not(.is-empty) .c_label,
.c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--Light-Primary-50);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--Light-Primary-50);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 0px 2px 0px #52b8ff;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    box-shadow: 0 0 2px 0 #eb2813;
    border-color: #eb2813;
    background-color: #fef4f3;
}
.c-form-editor.is-error {
    border-radius: 20px 20px 40px 40px;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon + .c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon + .c_error > span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input + .c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}
.c-form-border i {
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--Light_mode-Gray_Scale-70);
    cursor: pointer;
}
.c-form-border .ts-control {
    border: none !important;
    padding: 10px var(--sp-12) !important;
}
.c-form-border .ts-control input::placeholder {
    color: #999;
}
.c-form-border .multi .ts-control::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
}
.c-form-border .ts-control .remove {
    padding: 0 5px 5px 5px !important;
}
.form-box {
    margin-bottom: var(--sp-24);
}
.form-box label {
    margin-bottom: var(--sp-8);
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: var(--Light-Primary-20);
}
.form-box label > span {
    color: #eb2813;
}
.form-box .form-error {
    color: #eb2813;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 300;
}
.form-box .form-back {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #f7f7f7;
    padding: 11px;
    border-radius: 32px;
}
.form-role {
    display: flex;
    gap: var(--sp-32);
}
.form-button {
    margin-top: var(--sp-32);
}
textarea {
    border-radius: var(--radius-8);
    border: none;
    display: block;
    padding: var(--sp-16);
    width: 100%;
    outline: none;
    transition: 0.5s;
}
textarea:focus {
    border-color: var(--Light-Primary-50);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 0px 2px 0px #52b8ff;
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label > span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: var(--Light-Primary-50);
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: "";
    display: block;
    border-radius: 100%;
    background-color: var(--Light-Primary-50);
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type="radio"] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type="radio"]:checked ~ .c_tick {
    border-color: var(--Light-Primary-50);
    opacity: 1;
}
.c-radio input[type="radio"]:checked ~ .c_tick::before {
    opacity: inherit;
}
.c-radio input[type="radio"]:checked + .c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type="radio"][disabled] ~ .c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type="radio"][disabled] ~ .c_tick::before {
    opacity: inherit;
}

/* END c-radio */
.c-button-1 {
    padding: var(--sp-12) var(--sp-24);
    font-size: var(--fs-14);
    font-weight: 400;
    color: #fff;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: var(--Gradient-1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}
.c-button-1:hover {
    background: var(--Gradient-2);
}
.c-button-2 {
    padding: var(--sp-12) var(--sp-24);
    font-size: var(--fs-14);
    font-weight: 400;
    border-radius: 100px;
    border: 1px solid var(--Light-Primary-20);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    background-color: #fff;
    color: var(--Light-Primary-20);
}
.c-button-2:hover {
    background: var(--Gradient-1);
    color: #fff;
}
header {
    transition: 0.5s;
    z-index: 999;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 99999;
}
header.scroll-up {
    border-bottom: 1px solid #f5f5f5;
}
header.scroll-up .header-logo img {
    width: 80px;
}
header.scroll-down {
    transform: translateY(-100px);
}
header.active {
    background-color: var(--Light-Primary-50);
}
.header-logo img {
    width: 120px;
    transition: 0.5s;
}
header.active .header-logo img {
    filter: brightness(0) invert(1);
}

.header-top {
    display: flex;
    align-items: center;
    padding: var(--sp-16) 0;
}
.header-link {
    margin: 0 auto;
    transition: 0.5s;
}
header.active .header-link {
    opacity: 0;
    visibility: hidden;
}
.header-link li {
    display: inline-block;
    margin-left: var(--sp-48);
}
.header-link li a {
    color: var(--Light_mode-Gray_Scale-5);
    font-size: 14px;
    position: relative;
    transition: 0.3s;
    padding: var(--sp-12);
}
.header-link li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: var(--Light-Primary-50);
    transition: 0.3s;
}
.header-link li a:hover,
.header-link li.is-active a {
    color: var(--Light-Primary-50);
}
.header-link li a:hover::before,
.header-link li.is-active a::before {
    transform: translate(-50%, -50%) scale(1);
}

.header-frame {
    display: none;
    margin-left: var(--sp-20);
}
.header-toggle {
    cursor: pointer;
}

.header-toggle span {
    font-size: var(--fs-16);
    color: var(--Light-Primary-50);
    font-weight: 500;
    transition: 0.5s;
}
.header-toggle.active span {
    color: #fff;
}
.header-toggle__btn {
    width: 50px;
    display: inline-block;
    margin-left: var(--sp-8);
}
.header-toggle__btn::before,
.header-toggle__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--Light-Primary-50);
    transition: 0.5s;
}
.header-toggle__btn::before {
    margin-bottom: var(--sp-8);
}
.header-toggle.active .header-toggle__btn::before {
    transform: rotate(10deg) translateY(5px);
    background-color: #fff;
}
.header-toggle.active .header-toggle__btn::after {
    transform: rotate(-10deg) translateY(-5px);
    background-color: #fff;
}
.header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: var(--sp-40) var(--sp-98);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    z-index: 99999;
}
.header-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: var(--Light-Primary-50);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}
.header-menu.active {
    pointer-events: visible;
}
.header-menu.active::before {
    height: 100%;
}
.header-menu__infor,
.header-menu__social {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}
.header-menu.active.active .header-menu__infor,
.header-menu.active.active .header-menu__social {
    opacity: 1;
    pointer-events: visible;
    transform: translateY(0);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.header-menu__infor p {
    font-size: var(--sp-18);
    color: #fff;
    font-weight: 300;
}
.header-menu__infor div {
    margin: var(--sp-20) 0;
    display: flex;
    justify-content: flex-end;
    gap: var(--sp-20);
}
.header-menu__infor div span {
    font-size: var(--fs-34);
    font-weight: 600;
}
.header-menu__infor div img {
    cursor: pointer;
}
.header-menu__social {
    display: flex;
    gap: var(--sp-16);
}
.header-menu__social a {
    transition: 0.5s;
    font-size: var(--fs-20);
}
.header-menu__social a:hover {
    transform: translateY(-10px);
}
.header-menu__social img {
    width: 26px;
}
.header-menu__right li {
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
}
.header-menu.active .header-menu__right li {
    transition: 0.5s;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(0);
}
.header-menu.active .header-menu__right li:first-child {
    transition-delay: 0.5s;
}
.header-menu.active .header-menu__right li:nth-child(2) {
    transition-delay: 0.7s;
}
.header-menu.active .header-menu__right li:nth-child(3) {
    transition-delay: 0.9s;
}
.header-menu.active .header-menu__right li:nth-child(4) {
    transition-delay: 1.1s;
}
.header-menu__right li a {
    overflow: hidden;
    position: relative;
    /* width: 300px; */
    height: 50px;
    display: block;
    margin-top: var(--sp-24);
    text-align: right;
    font-size: 22px;
    font-weight: 400;
}

.header-button {
    display: flex;
    align-items: center;
    gap: var(--sp-12);
}
.header-button-login {
    padding: var(--sp-12) var(--sp-24);
    font-size: var(--fs-14);
    font-weight: 400;
    transition: 0.3s;
    color: var(--Light-Primary-50);
}
.header-button-login:hover {
    color: var(--Light-Primary-20);
}
.header-user {
    position: relative;
    margin-left: var(--sp-32);
}
.header-user_infor {
    display: flex;
    gap: var(--sp-12);
    cursor: pointer;
}
.header-user_thumb {
    /* width: 40px; */
    /* height: 40px; */
}
.header-user_thumb img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.header-user_name p {
    margin-bottom: 0;
}
.header-user_dropdown {
    position: absolute;
    right: 0;
    width: 160px;
    border-radius: var(--radius-20);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 2px 4px 0px rgba(0, 39, 65, 0.2);
    padding: var(--sp-8);
    top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.header-user_dropdown li {
    margin-bottom: var(--sp-4);
}
.header-user_dropdown li a {
    display: flex;
    align-items: center;
    gap: var(--sp-8);
    padding: var(--sp-4) var(--sp-8);
    transition: 0.3s;
}
.header-user_dropdown li a:hover {
    background-color: var(--Light_mode-Gray_Scale-95);
}
.header-user_dropdown li a i {
    transform: translateY(1px);
}
.header-user_dropdown.active {
    top: 50px;
    opacity: 1;
    pointer-events: visible;
}
@media (min-width: 992px) {
    .header-menu__infor .c-button-1 {
        display: none;
    }
}
@media (max-width: 1259px) {
    .header-link li {
        margin-left: 32px;
    }
}
@media (max-width: 991px) {
    .header-frame {
        display: block;
    }
    .header-logo {
        margin-right: auto;
    }
    .header-link {
        display: none;
    }
    .header-menu {
        flex-direction: column;
        gap: var(--sp-32);
        padding: 0px var(--sp-16) 30px;
    }
    .header-menu__infor p {
        text-align: right;
    }
    .header-button a:last-child {
        display: none;
    }
    .header-button .header-button-login {
        padding: var(--sp-8) var(--sp-16);
        font-size: var(--fs-14);
        font-weight: 400;
        color: #fff;
        border-radius: 100px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        background: var(--Gradient-1);
    }
}
@media (max-width: 575px) {
    .header-toggle span {
        display: none;
    }
    .header-logo img {
        width: 80px;
    }
    .header-menu__right li a {
        margin-top: 12px;
    }
    .header-menu__right li a span {
        font-size: 24px;
    }
    .header-user_name h3 {
        font-size: 14px;
    }
    .header-user_thumb img {
        height: 35px;
        width: 35px;
    }
    .header-toggle__btn {
        width: 40px;
    }
    header.active .header-user_name h3 {
        color: #fff;
    }
    header.active .header-user_name p {
        color: #ffffff6e;
    }
}
/* --------------------------------FOOTER----------------------------- */
.footer-call {
    position: relative;
}
.footer-infor {
    background: linear-gradient(267deg, #0071e3 -3.93%, #1235ae 101.92%);
    border-radius: var(--sp-24);
    padding: var(--sp-64);
    margin-bottom: var(--sp-36);
    min-height: var(--sp-64);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-16);
    margin-bottom: -110px;
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}
.footer-infor::before {
    content: "";
    display: block;
    position: absolute;
    top: -178px;
    right: -60px;
    width: 370px;
    height: 370px;
    border-radius: 300px;
    background: linear-gradient(52deg, rgba(11, 79, 168, 0) 26.59%, #2e80ed 94.34%);
}
.footer-infor::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -85px;
    right: 445px;
    width: 181px;
    height: 200px;
    border-radius: 300px;
    transform: rotate(-85.79deg);
    background: linear-gradient(52deg, rgba(19, 82, 164, 0) 26.59%, #2178ea 94.34%);
}
.footer-decor {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 179px;
    height: 202px;
    border-radius: 300px;
    transform: rotate(-85.79deg);
    background: linear-gradient(52deg, rgba(19, 82, 164, 0) 26.59%, #2178ea 94.34%);
}
.footer-infor_text {
    font-size: var(--fs-34);
    font-weight: 600;
    color: #fff;
    display: block;
    width: 46%;
    position: relative;
    z-index: 1;
}

.footer-infor_btn {
    display: inline-block;
    background: #fff;
    color: var(--Light-Primary-50);
    font-weight: 600;
    border-radius: var(--sp-24);
    padding: var(--sp-12) var(--sp-24);
    text-decoration: none;
    font-size: var(--fs-16);
    transition: background 0.18s, color 0.18s;
    margin-left: var(--sp-16);
    white-space: nowrap;
    position: relative;
}
.footer-infor_btn:hover {
    background: #e9f2ff;
    color: #0b51a1;
}

.footer-infor_img {
    position: absolute;
    top: -90px;
    right: 153px;
}
.footer-infor_img img {
    width: 148px;
}

.footer-main {
    padding-top: 180px;
    background: var(--Light_mode-Gray_Scale-5);
}
.footer-main .row {
    margin-bottom: 0;
}

.footer-logo img {
    width: 125px;
    margin-bottom: 40px;
}
.footer-contact ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-contact ul li {
    margin-bottom: var(--sp-24);
    display: flex;
}
.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: var(--fs-14);
    transition: color 0.18s;
    display: flex;
    gap: var(--sp-8);
}
.footer-contact a:hover {
    color: #b5d1fb;
}
.footer-contact i {
    color: #1683f5;
    margin-right: var(--sp-8);
    font-size: 1.12em;
}
.footer-contact-branch {
    margin-left: var(--sp-26);
    font-size: var(--fs-14);
    margin-bottom: var(--sp-24);
}
.footer-note {
    font-size: var(--fs-12);
    color: var(--Light_mode-Gray_Scale-70);
    font-weight: 300;
    margin-top: var(--sp-4);
}

.footer-title {
    font-weight: 700;
    font-size: var(--fs-20);
    margin-bottom: var(--sp-24);
    color: #fff;
}
.footer-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-list li {
    margin-bottom: var(--sp-24);
}
.footer-list li a {
    color: var(--Light_mode-Gray_Scale-70);
    text-decoration: none;
    font-size: var(--fs-14);
    transition: color 0.17s;
    line-height: var(--line-height-20);
}
.footer-list li a:hover {
    color: #79a6ee;
}
.footer-socials a {
    display: inline-block;
    margin-right: var(--sp-16);
    color: #fff;
    font-size: var(--fs-20);
    transition: color 0.18s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    background: #292a3d;
}
.footer-socials a:hover {
    background: #585a75;
}

.footer-bottom {
    border-top: 1px solid #26282c;
    margin-top: var(--sp-24);
    padding-top: var(--sp-24);
    padding-bottom: var(--sp-24);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: var(--fs-14);
    gap: var(--sp-8);
    color: var(--Light_mode-Gray_Scale-70);
    font-weight: 300;
}

@media (max-width: 991px) {
    .footer-infor_img {
        display: none;
    }
    .footer-infor {
        padding: var(--sp-20);
        display: block;
        text-align: center;
        margin-top: 60px;
    }
    .footer-infor_text {
        width: 100%;
        font-size: var(--fs-20);
        margin-bottom: var(--sp-20);
    }
}
@media (max-width: 575px) {
    .footer-infor {
        margin-top: 60px;
    }
}
.form-filter {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    border-radius: 1000px;
    background: #f5f7ff;
    padding: 4px;
    position: relative;
    z-index: 9999;
    margin-top: var(--sp-32);
}
.form-filter.mrb {
    margin-bottom: 80px;
}
.form-filter .c-form-border {
    border: none;
}
.form-filter .form-box {
    margin-bottom: 0;
    width: calc(100% / 3 - 16px);
    position: relative;
    z-index: 9999999;
}
.form-filter .form-box:first-child,
.form-filter .form-box:nth-child(2) {
    border-right: 1px solid #091b5714;
}
.form-filter .form-box:last-child {
    width: 20%;
}
.form-filter__frame {
    display: flex;
    align-items: center;
    gap: var(--sp-16);
    border-radius: 100px;
    padding: 0px;
    width: 100%;
    padding-left: 12px;
}
.form-filter__frame::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 82%;
    height: 90%;
    border-radius: 100px;
    background-color: #ffffff;
}
.form-filter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-20);
}
.form-filter__button {
    width: 20%;
}
.select img {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.select .ts-control {
    padding-left: 40px !important;
    background-color: transparent;
}
.focus .ts-control {
    background-color: #f7f7f7 !important;
    border-radius: 50px;
    box-shadow: none;
}
.ts-control .item {
    display: -webkit-box;
    white-space: nowrap;
}
.ts-control {
    flex-wrap: nowrap;
}
.form-filter button {
    padding: 20px 30px;
}
@media (max-width: 1260px) {
    .form-filter {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .form-filter__frame {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        padding: 6px;
    }
    .form-filter__frame::after {
        width: 98%;
        height: 97%;
        border-radius: 18px;
    }
    .form-filter .form-box {
        width: calc(100% / 2 - 16px) !important;
        border-right: none !important;
        z-index: unset;
    }
    .form-filter button {
        padding: 12px 0;
        width: 100%;
        justify-content: center;
        position: relative;
        z-index: 1;
        transform: translateY(-4px);
    }
    .form-filter {
        border-radius: 18px;
    }
}
@media (max-width: 767px) {
    .form-filter .form-box {
        width: 100% !important;
    }
}
@media (max-width: 575px) {
    .form-filter.mrb {
        margin-bottom: 40px;
    }
}
.headline {
    text-align: center;
    margin-bottom: var(--sp-48);
    position: relative;
}
.headline .title {
    font-size: var(--fs-48);
    color: var(--Light-Primary-50);
    margin-bottom: var(--sp-16);
}
.headline .sub-title {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid var(--Light-Primary-50);
    background-color: #f3f5fb;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: var(--sp-32) 0;
    color: var(--Light-Primary-50);
    gap: 8px;
}
.headline .sub-title i {
    color: var(--Light-Primary-50);
}
.headline .sub-title span {
    background: var(--Gradient, linear-gradient(180deg, #0071e3 0%, #1235ae 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.headline p {
    font-size: 18px;
    width: 55%;
    margin: 0 auto;
    line-height: var(--line-height-24);
    color: var(--Light-Primary-20);
}
@media (max-width: 767px) {
    .headline p {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .headline {
        margin-bottom: 24px;
    }
    .headline .title {
        font-size: 32px;
    }
    .headline .sub-title {
        font-size: 12px;
    }
}
.headline-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
    align-items: center;
}
.headline-2 h2 {
    font-size: var(--fs-48);
    font-weight: 700;
    color: var(--Light-Primary-50);
}
.headline-2 a {
    border-radius: 100px;
    border: 1px solid var(--Light-Primary-20);
    display: flex;
    padding: 12px 24px 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}
.headline-2 a:hover {
    background: var(--Light-Primary-50);
    color: #fff;
}
@media (max-width: 991px) {
    .headline-2 h2 {
        font-size: 32px;
    }
    .headline-2 {
        margin-bottom: 32px;
    }
    .headline-2 a {
        display: none;
    }
}
.card-job {
    display: block;
    background-color: #fff;
    padding: var(--sp-24) 40px;
    border-radius: 24px;
    border: 1px solid var(--Light-Primary-50);
    box-shadow: 4px 4px 0 0 rgba(18, 53, 174, 0.16);
    transition: 0.3s;
    margin-bottom: var(--sp-24);
}
.card-job_row {
    display: flex;
    justify-content: space-between;
}
.card-job_row.center {
    align-items: center;
}
.card-job_col:first-child {
    width: 70%;
}
.card-job_col:last-child {
    width: 30%;
    text-align: right;
}
.card-job_company {
    display: flex;
    align-items: center;
    gap: var(--sp-12);
}
.card-job_company img {
    width: 32px;
}
.card-job_company h4 {
    font-size: var(--fs-16);
    font-weight: 400;
    color: var(--Light-Primary-20);
}
.card-job_infor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: var(--sp-4);
}
.card-job_infor img {
    width: 20px;
}
.card-job_infor span {
    color: var(--Light-Primary-50);
    font-weight: 500;
}
.card-job_address {
    color: var(--Light_mode-Gray_Scale-40);
    font-weight: 400;
}
.card-job_title {
    font-size: var(--fs-20);
    margin: var(--sp-12) 0 var(--sp-24);
    color: var(--Light-Primary-20);
    transition: 0.3s;
}
.card-job_certi li {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid var(--Light_mode-Gray_Scale-40);
    padding: 4px 16px;
    margin-right: 12px;
    font-weight: 500;
}
.card-job_certi li.active {
    border-radius: 100px;
    border: 2px solid rgba(235, 41, 19, 0.3);
    background: linear-gradient(180deg, #ff7f7e 0%, #eb2813 100%);
    color: #fff;
}
.card-job:hover {
    background-color: #f6f8ff;
}
.card-job:hover .card-job_title {
    color: var(--Light-Third-50);
}
@media (max-width: 767px) {
    .card-job {
        padding: 16px;
    }
}
@media (max-width: 575px) {
    .card-job {
        padding: 12px;
        margin-bottom: 16px;
        border-radius: 16px;
    }
    .card-job_company h4 {
        font-size: 12px;
    }
    .card-job_title {
        font-size: 16px;
        margin: 12px 0 10px;
    }
    .card-job_certi li {
        padding: 2px 8px;
        font-size: 12px;
        margin-right: 0px;
    }
    .card-job_date {
        display: none;
    }
    .card-job_infor,
    .card-job_address {
        font-size: 12px;
    }
    .card-job_company img {
        display: none;
    }
}
.bg-inner {
    position: relative;
    padding-top: 120px;
    background: #f7f7fb;
}
.bg-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, #f7f7fb99 0%, rgba(19, 80, 207, 0.55) 100%), url(../img/bg/bg-4.png);
    background-size: cover;
}
@media (max-width: 991px) {
    .bg-inner {
        padding-top: 32px;
    }
}
.job-button {
    margin-top: 32px;
    text-align: center;
}
/* Style cho card */
.card-user {
    border-radius: var(--radius-24);
    overflow: hidden;
    transition: 0.3s;
    padding: 24px;
    background: #fff;
    display: block;
    margin-bottom: 32px;
    box-shadow: 4px 4px 0 0 rgba(18, 53, 174, 0.16);
    border: 1px solid var(--Light-Primary-50);
}

/* Style cho thumbnail */
.card-user_thumb {
    text-align: center;
}

.card-user_thumb > img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 24px;
}
.card-user_tag {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Gradient-1);
    width: 37px;
    height: 56px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 50% 85%, 0 100%);
    right: 40px;
    top: 0;
}
.card-user_tag img {
    width: 50%;
    height: auto;
}
.card-user_tag:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* Title */
.card-user_title {
    font-size: var(--fs-20);
    font-weight: 600;
    text-align: center;
    margin: var(--sp-12) 0;
    color: var(--Light-Primary-20);
}

/* Certification list */
.card-user_certi {
    text-align: center;
}
.card-user_certi li {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid var(--Light_mode-Gray_Scale-40);
    padding: 4px 16px;
    margin-right: 8px;
    font-weight: 500;
    margin-bottom: 8px;
}
.card-user_certi li.active {
    border-radius: 100px;
    border: 2px solid rgba(235, 41, 19, 0.3);
    background: linear-gradient(180deg, #ff7f7e 0%, #eb2813 100%);
    color: #fff;
}

/* Description */
.card-user_desc {
    font-size: var(--fs-16);
    margin: var(--sp-16) 0 var(--sp-32);
    text-align: center;
    font-weight: 300;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card-user .c-button-1 {
    width: 100%;
    justify-content: center;
}
@media (max-width: 767px) {
    .card-user {
        padding: 16px;
    }
}
@media (max-width: 575px) {
    .card-user {
        padding: 8px;
    }
    .card-user_thumb > img {
        width: 100px;
        height: 100px;
    }
    .card-user_certi li {
        padding: 4px 8px;
        font-size: 12px;
        margin-right: 4px;
    }
    .card-user_desc {
        margin: 12px 0 16px;
        font-size: 14px;
    }
    .card-user .c-button-1 {
        padding: 8px 12px;
    }
    .card-user_title {
        font-size: 16px;
    }
}
.noti {
    position: fixed;
    top: 20px;
    right: -100px;
    z-index: 9999;
    width: 280px;
    transition: 0.5s;
    border-radius: var(--radius-8);
    padding: var(--sp-16);
    opacity: 0;
    transition: 0.5s;
}
.noti.active {
    right: 20px;
}
.noti.success {
    border: 1px solid var(--Light-Seventh-50);
    background: var(--Light-Seventh-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%));
}
.noti_top {
    display: flex;
    align-items: center;
    margin-bottom: var(--sp-8);
    gap: var(--sp-8);
}
.noti_top i:first-child {
    color: var(--Light-Seventh-50);
    font-size: var(--fs-20);
}
.noti h3 {
    color: var(--Light-Seventh-50);
    font-weight: 600;
    font-size: var(--fs-14);
}
.noti p {
    color: var(--Light_mode-Gray_Scale-40);
    font-size: var(--fs-12);
    line-height: var(--line-height-16);
    letter-spacing: var(--letter-spacing-12);
    margin-bottom: 0;
}
.noti.active {
    right: 20px;
    opacity: 1;
}
.c-modal .c-modal-box {
    max-width: 480px;
}
.c-modal .c-modal-group {
    border-radius: 15px;
}
.c-modal .c_body {
    padding: var(--sp-32);
}
.c-modal .c_close {
    top: 10px;
    right: 12px;
}
.confirm_infor {
    display: flex;
    align-items: center;
    gap: var(--sp-8);
    margin-bottom: var(--sp-16);
}
.confirm_infor h3 {
    color: var(--Light_mode-Gray_Scale-5);
    font-size: 18px;
}
.confirm_button {
    text-align: right;
}
.confirm_reset {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #1a1a1a;
    background-color: #fff;
}
.confirm_remove {
    border-radius: 8px;
    background: var(--Light_mode-Gray_Scale-5);
    color: #fff;
    padding: 8px 30px;
    margin-left: 8px;
}
/* Tooltip base */
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 10px;
    color: #fff !important;
    font-weight: 300;
    text-transform: none;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
/* BEGIN c-tooltip */
.c-tooltip {
    position: absolute;
    z-index: 99999999;
    max-width: 200px;
    padding: 10px;
    font-size: 13px;
    color: #222;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.c-tooltip::after {
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-tooltip.show {
    opacity: 1;
    transform: translate(0, 0);
}
.c-tooltip.top::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
}
.c-tooltip.bottom::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -4px;
    left: 50%;
}
.c-tooltip.left::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
}
.c-tooltip.right::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
    top: 50%;
    left: -4px;
}

/* END c-tooltip */
