:root {
    --color-blue-900: #284D9C;
    --color-blue-700: #274D99;
    --color-blue-600: #254CAC;
    --color-blue-500: #0270D9;
    --color-blue-200: #EEF4FF;
}

body {
    background-color: #fff;
}

.btn-runtop {
    right: 10px;
    bottom: 150px;
}

.header__title {
    text-align: center;
    background-color: #12387A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    vertical-align: middle;
    height: 53px;
    color: #fff;
    align-content: center;
}

.Navigation .list-item-group.horizon {
    justify-content: center;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-2 {
    gap: .5rem !important;
}

.btn--see-more {
    width: 140px;
    max-height: 52px;
    border-radius: 5px;
    background: none;
    color: #274D99;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding: 12px 16px 12px 20px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #AEBFFF;
}

.cline-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mb-0 {
    margin-bottom: 0
}

.education__button {
    margin-top: 36px;
    margin-bottom: 80px;
    gap: 22px;
    justify-content: flex-start;
}

.button--see-detail {
    color: #fff;
    z-index: 99;
    border-radius: 22px;
    padding: 8px 20px;
    font-weight: 700;
    position: relative;
}

.button--see-detail:hover::before {
    opacity: 0;
}

.button--see-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transition: opacity 0.5s ease-in-out;
    background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
    z-index: -1;
}

.btn:hover {
    transition: all 0.5sease-in-out;
    border: 1px solid #0F2A51;
    color: var(--color-blue-900);
    background-color: #fff;
    border-color: var(--color-blue-900);
}

.section-total {
    padding-top: 35px;
    background-color: white;
}

.total--item__header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.total--item__header img {
    max-width: 231px;
    width: 100%;
    margin: 0;
}

.total--item__header--label {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 32px;
    left: 95px;
}

.total--item__content {
    position: absolute;
    top: 112px;
    left: 95px;
    max-width: 276px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}

.section-education {
    padding: 78px 0 105px;
    background-image: url("/assets/images/chuyen-trang-nguoi-dan/common/education/background.webp");
    background-repeat: no-repeat;
}

.section-education__wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 48px 10px 35px 10px;
    box-shadow: 0px 1px 4px 0px #00000040;
}

.section-education__title {
    color: var(--color-blue-700);
    font-weight: 500;
    font-size: 32px;
    line-height: 25.92px;
    text-align: center;
}

.section-education__tabs {
    margin: 24px auto;
    justify-content: space-around;
    border: none;
}

.section-education__tabs .owl-stage-outer .owl-item {
    padding: 4px;
}

.section-education__tabs .nav-item {
    padding: 0;
    /*    padding-right: 16px;*/
}

.section-education__tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-blue-700);
    box-shadow: 0px 1px 4px 0px #00000040;
    padding: 8px 12px;
}

.section-education__tabs .nav-link span {
    display: flex;
    /*    justify-content: center;*/
    margin-left: 40px;
    font-weight: 600;
    font-size: 26px;
    line-height: 41px;
    color: var(--color-blue-700);
    flex: 1;
}

.section-education__tabs-icon {
    height: 97px;
    width: 97px;
    align-content: center;
    flex-shrink: 0;
}

.section-education__tabs .nav-link:hover {
    border: none
}

.section-education__tabs .nav-link.active {
    border: 1px solid var(--color-blue-700);
    color: #fff;
}

.section-education__tabs-icon svg {
    margin-right: 4px;
    width: 32px;
    height: 32px;
}

.section-education__tabs .nav-link.active svg path {
    stroke: #FFFFFF;
}

.section-education__tab-content {
    padding-left: 0;
    margin: 0;
}

.section-education__tab-content li span {
    color: #6D6C80
}

.section-education__tab-content li:not(:last-child) {
    margin-bottom: 20px
}

.section-education__tab-content-title {
    margin-bottom: 28px;
    color: var(--color-blue-700);
    line-height: 41px;
    font-size: 32px;
    font-weight: 600;
}

#educationTabContent {
    margin: 32px 77px 0 58px;
}

#educationTabContent .tab-pane .btn--play-video {
    color: #1F3B64;
}

#educationTabContent .tab-pane .button--see-detail,
#educationTabContent .tab-pane .btn--play-video {
    width: 177px;
    height: 39px;
}

.section-benefit {
    margin-top: 80px;
    padding-bottom: 56px;
}

.section-benefit__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-blue-900);
}

.section-benefit__content {
    margin-top: 100px;
}

.section-benefit__image {
    max-width: 462px;
}

.benefit-content__item {
    gap: 16px;
}

.benefit-content__item:not(:last-child) {
    margin-bottom: 28px;
}

.benefit-content__item img {
    width: 58px;
    height: 66px;
    flex-shrink: 0;
}

.benefit-content__item p {
    font-size: 20px;
    line-height: 30px;
    color: #5B5B5B;
}

.section-courses {
    background: #274D9917;
    padding-top: 42px;
    padding-bottom: 46px;
}

.section-courses__title h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-blue-500);
    margin-bottom: 32px;
}

.section-courses .--course--item {
    padding: 12px;
    border: 0.5px solid #D2D2D2;
    border-radius: 10px;
    background-color: white;
}

.section-courses .courses__block--time i,
.section-courses .courses__block--student i {
    margin-right: 4px;
}

.section-courses .courses__block--image img {
    border-radius: 10px;
    height: 100%;
}

.section-courses .courses__block--content {
    margin: 16px 0 32px;
}

.section-courses .courses__block--content--data {
    justify-content: space-between;
}

.section-courses .courses__block--title {
    font-size: 16px;
    color: var(--color-blue-700);
    line-height: 24px;
    font-weight: 600;
    min-height: 48px;
}

.section-courses .course-item__star i {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.section-courses .courses__block--readmore {
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.5s;
}

.section-courses .courses__block--readmore:hover {
    cursor: pointer;
    background-color: var(--color-blue-200);
}

.section-courses .courses__block--readmore i {
    color: var(--color-blue-700)
}

.section-courses .courses__block--register {
    color: var(--color-blue-700);
    font-size: 16px;
}

.courses__block--image {
    height: 188px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.courses__block--time span,
.courses__block--student span {
    font-size: 14px;
    font-weight: 400;
    color: #6A6A6A;
}

.courses__block--time i,
.courses__block--student i {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-blue-600);
}

.section-share {
    padding-top: 80px;
    padding-bottom: 200px;
}

.section-share__list {
    margin-top: 64px;
}

.section-share__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: var(--color-blue-900);
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-share__description {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.share-item__desc {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    height: 120px;
}

.share-item__user-group {
    margin: 0 auto;
    margin-top: 36px;
    max-width: 258px;
}

.share-item__user-desc {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.share-item__user-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}

.share-item__user-desc p:first-child {
    font-weight: 600;
    color: #344054;
}

.share-item__user-desc p:last-child {
    color: #667085;
}

.section-unit {
    background: linear-gradient(rgba(39, 77, 153, 0.6), rgba(39, 77, 153, 0.6)),
    url('/assets/images/chuyen-trang-nguoi-dan/common/unit/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 36px 0 68px;
}

.section-unit__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    color: white;
}

.section-unit__list {
    margin-top: 102px
}

.section-faq {
    margin-top: 80px;
}

.section-faq__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    color: var(--color-blue-900);
    text-align: left;
}

#section-faq__accordion {
    margin-top: 48px;
}

.faq-accordion__item {
    min-height: 72px;
    border-bottom: 1px solid #1A1A1A;
    padding-bottom: 16px;
}

.faq-accordion__item:not(:last-child) {
    margin-bottom: 32px;
}

#faq-form {
    border-radius: 6px;
    padding: 30px 36px 52px 40px;
    box-shadow: 5px 5px 20px 0px #00000026;
    background: #274D9917;
}

.faq-form__fields .form-group {
    margin-bottom: 20px;
}

.faq-form__field {
    background: #F8F8F8;
    padding-left: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    min-height: 42px;
}

.faq-form__field-input {
    background: transparent;
    border: none;
    width: 100%;
    padding-left: 0;
}

.faq-form__field-textarea {
    max-height: 115px;
}

#faq-form .form-control:focus,
#formContact .form-control:focus {
    background-color: unset;
    border-color: unset;
    box-shadow: unset;
}

.faq-form__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    color: #636466;
}

.faq-form__btn-submit {
    width: 377px;
    height: 41px;
    margin: 0 auto;
    background: #0071DB !important;
    border-radius: 5px !important;
}

.section-news {
    margin-top: 80px;
    background: #fff;
}

.section-news .news__inner--header-title {
    background-color: var(--color-blue-200);
    border-radius: 30px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.92px;
    color: var(--color-blue-700);
}

.section-news .news__inner--header-desc {
    margin: 10px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    color: var(--color-blue-700);
    text-transform: uppercase;
}

.news--home-carousel {
    margin: 42px 0;
}

.news--item:hover {
    background-color: #ECF2FF;
}

.news--item {
    display: flex;
    padding: 10px;
    background-color: #F9FAFB;
    border-radius: 10px;
    transition: allease 0.5s;
}

.news--item__img {
    border-radius: 10px;
    height: 230px;
}

.news--item * {
    transition: allease 0.5s;
}

.news--item__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 15px;
}

.news--item:hover .news--item__content--header--title,
.news--item:hover .news--item__content--button a span {
    color: var(--color-blue-900);
}

.news--item__content--header--title {
    color: #534D49;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 72px;
}

.news--item__img:hover img {
    transform: scale(1.15);
}

.news--item__content--footer {
    display: flex;
    justify-content: flex-end;
}

.news--item__content--header--date {
    color: #666666;
    font-size: 13px;
    font-weight: 30;
    text-align: justify;
}

.news--item__img img {
    border-radius: 10px;
    height: 230px;
    object-fit: cover;
}

.news__more a:hover {
    color: var(--color-blue-1) !important;
    background-color: #84b9fb36 !important;
    transition: 0.3s all;
}

.section-news .news__more a {
    border-radius: 5px;
    background: none;
    color: var(--color-blue-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding: 12px 16px 12px 20px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #AEBFFF;
}

.register-share {
    margin-top: 80px;
    background-color: #F3F9FF;
    padding-top: 60px;
    padding-bottom: 100px;
}

.register-share__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--color-blue-500);
}

.register-share__desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #534D49;
    min-height: 153px;
}

.register-share__contact {
    display: flex;
    gap: 20px;
}

.register-share__contact ul {
    max-width: 410px;
}

.register-share__contact ul li:not(:last-child) {
    margin-bottom: 6px;
}

.register-share__contact ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #534D49;
}

#formContact {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 20px 0px #00000026;
    padding: 30px 40px;
}

.form-contact__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    color: #636466;
}

.footer__content {
    background-color: #EFF4F7;
    padding: 46px 0;
}

.footer__content-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    color: #1F3B64;
}

.footer__content-item {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.footer__item-image {
    margin-right: 6px;
}

.footer__item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1F3B64;
    letter-spacing: 1px;
}

.footer__license {
    color: white;
    background: #12387A;
    padding: 20px 0;
}

.footer__license-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.footer__license img {
    width: 130px;
    height: auto;
}

.footer__license .container div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__license-wrapper {
    flex-direction: column;
}

@media (max-width: 767px) {
    .footer__license-wrapper {
        flex-direction: row;
    }

    .news--item {
        flex-direction: column;
    }

    .section-total {
        margin: 40px 0;
    }

    .section-courses {
        padding: 60px 0;
    }

    .footer__license .container div {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .section-education__tabs .nav-link {
        justify-content: unset;
    }
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 24px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 45px;
}

.Navigation .Navigation-item .Navigation-auth .Navigation-auth-avatar img {
    width: 34px;
    height: 34px;
    border: 1px solid #AEBFFF
}

@media (min-width: 768px) {
    .footer__license {
        text-align: center;
    }
}

@media (max-width: 1300px) {
    .section-benefit__content {
        margin-top: 40px;
    }

    .share-item__desc {
        height: fit-content;
    }

    .section-share {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .footer__content-title {
        height: 72px;
    }

    .footer__content-item {
        align-items: start;
    }

    .footer__item-image {
        margin-top: 6px
    }
}

@media (max-width: 1140px) {
    .Navigation .list-item-group.horizon {
        max-height: 0;
        overflow: hidden;
        transition: .5s;
        position: absolute;
        top: 100%;
        margin: 0;
        background: white;
        height: 100vh;
        width: 100%;
        left: 0;
        padding: 0 40px;
        z-index: 10;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: start;
        box-sizing: border-box;
        transition-duration: .3s;
        transition-property: all;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        padding: 0 12px;
        padding-top: 18px;
    }

    .Navigation-item {
        align-items: center;
    }

    .Navigation-item .button-bars {
        display: block;
        margin-left: 10px;
    }

    .Navigation-action {
        flex: 2;
        display: flex;
        justify-content: flex-end;
    }

    .fixed.Navigation .list-item-group.horizon.active {
        max-height: calc(100vh - 66px);
        max-width: calc(100vh - 66px - 0px);
        transform: translate3d(0, 0, 0);
    }

    .Navigation .list-item-group.horizon .list-item {
        padding: 0;
        width: 100%;
        margin: 0;
        height: fit-content;
    }

    .Navigation .list-item-group.horizon .list-item:first-child {
        margin-left: 0;
    }

    .Navigation .list-item-group.horizon .list-item .list-item-link {
        padding: .5rem 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 7px 10px;
        border-radius: 8px;
        margin-bottom: 5px;
        font-size: 16px;
        color: black;
        transition: .5s;
    }

    .Navigation .Navigation-item .Navigation-auth {
        flex: 1;
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    .section-total {
        padding-top: 0;
    }

    .section-education__wrapper {
        background-color: unset;
        box-shadow: unset;
        padding: 20px 10px 0 10px;
    }

    #educationTabContent {
        margin: 0;
    }

    .education__button {
        margin: 0;
        margin-top: 24px;
        justify-content: center;
    }

    #educationTabContent .tab-pane .row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .tab-content__image {
        margin: 0 auto;
        margin-bottom: 24px;
        display: block;
    }

    .section-education {
        margin-top: 40px;
        padding: 20px 0 0;
        background-size: cover;
    }

    .section-education__tab-content-title {
        font-size: 24px;
        line-height: 41px;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-education__tab-content li span {
        font-size: 18px
    }

    .section-education__tabs {
        margin-top: 48px;
        margin-bottom: 0;
    }

    .section-education__tabs-icon {
        width: 80px
    }

    .section-education__tabs .nav-link span {
        line-height: unset;
        font-size: 18px;
        margin-left: 16px
    }

    .section-benefit {
        margin-top: 40px;
    }

    .section-benefit__content {
        margin-top: 20px;
    }

    .section-benefit__image {
        max-width: 100%;
    }

    .section-benefit__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section-benefit .container .row {
        flex-direction: column-reverse;
    }

    .section-courses__title h2 {
        font-size: 24px;
        color: var(--color-blue-900)
    }

    .section-share {
        padding: 20px;
    }

    .section-share__title {
        font-size: 24px;
    }

    .section-share__list {
        margin-top: 12px;
    }

    .register-share__desc {
        min-height: unset;
        height: fit-content;
    }

    .section-faq {
        margin-top: 40px;
    }

    .section-faq__title {
        font-size: 24px;
        text-align: center;
    }

    #faq-form {
        margin-top: 40px;
        padding: 30px 10px;
    }

    .faq-form__btn-submit {
        width: 100%;
    }

    .section-news {
        margin-top: 40px;
    }

    .news--home-carousel {
        margin-top: 24px;
    }

    .register-share {
        margin-top: 40px;
        padding: 20px 16px 30px 16px;
    }

    .register-share__title {
        font-size: 24px;
        text-align: center;
    }

    #formContact {
        padding: 30px 16px 50px 16px;
    }

    .footer__license .container div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer__license-wrapper {
        margin-bottom: 16px;
    }

    button.btn-runtop {
        right: 12px;
    }
}

@media (max-width: 767.98px) {
    .footer__license .container div {
        align-items: start;
    }
}
