body {
    background-color: #FFFFFF;
}

.total--item {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
}

.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;
}

.training-program__box--img {
    position: relative;
    border-radius: 10px;
    height: 216px;
}

.training-program__box--img::before {
    content: "";
    position: absolute;
    background-color: rgba(40, 77, 156, 0.35);
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transform-origin: 0 50%;
}

.training-program__box--img:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.training-program__box--img img {
    border-radius: 10px;
    height: 216px;
}

.training-program--header-smal_title {
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 30px;
    background-color: #EEF4FF;
    color: #274D99;
    margin-bottom: 13px;
}

.training-program--header-main_title h2 {
    color: #0270D9;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.training-program--header-main_title span {
    font-size: 16px;
    font-weight: 400;
    color: #6D6C80;
}

.training-program--header--button {
    display: block;
    width: max-content;
    margin-top: 40px;
    padding: 16px 16px 16px 20px;
    border-radius: 10px;
    background-color: #274D99;
    border: transparent solid 1px;
}

.training-program--header--button a {
    color: #FFFFFF;
}

.training-program--header--button i {
    margin-left: 14px;
}

.training-program--content__frame {
    width: 100%;
    /* height: 288px; */
    background-image: url('../images/home-new2025/BG-frame-training-program.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.training-program--content__owlcarousel {
    padding: 0 60px;
}

.training-program--content__owlcarousel .owl-stage-outer {
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.training-program__box {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #00000040;
}

/* .training-program--content__owlcarousel .owl-item > div{ */
/* box-shadow: 0px 0px 20px 0px #00000040; */
/* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); */
/* } */

.training-program__box--title {
    color: #274D99;
    font-size: 18px;
    font-weight: 600;
}

.training-program__box-desc {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    height: 92px;

}

.training-program__box--button {
    margin-top: 30px;
    display: flex;
    justify-content: end;
}

.training-program__box--button a {
    color: #274D99;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    padding: 5px 12px;
    transition: all ease 0.3s;
}

.training-program__box:hover a,
.training-program__box--button a:hover {
    background-color: #EEF4FF;
}

.training-program__box--button i {
    color: #274D99;
    font-size: 14px;
}

.position-relative .slider-nav {
    position: absolute;
}

.position-relative .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.position-relative .slider-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ECF2FF;
    color: #000000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;

    outline: none;
    box-shadow: 0px 0px 20px 0px #00000040;
}

.slider-nav__prev {
    left: 32px;
}

.slider-nav__next {
    right: 32px;
}

.proficecncy--title {
    margin-bottom: 28px;
    color: #0270D9;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.proficiency-img {
    border-radius: 10px;
}

.proficiency-description h2 {
    font-size: 29.28px;
    font-weight: 700;
    line-height: 30.75px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(236, 96, 96, 1);
}

.proficiency-description p {
    margin: 0;
}

.proficiency-description a {
    /* margin-top: 30px; */
    background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
    border-radius: 22px;
    color: #fff;
    border: none;
    padding: 8px 12px;
    /* max-width: 120px; */
    text-align: center;
    transition: all 300ms;
}

.proficiency-description a:hover {
    background: #274D99;
}

.proficiency-description b {
    color: #212529;
    font-size: 18px;
    text-align: justify;
}

.proficiency-description > div i {
    font-size: 20px;
    color: #2196F3;
    margin-right: 10px;
}

.proficiency-description > div p {
    font-size: 18px;
    color: #777777;
    text-align: justify;
}

.proficiency-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 450px
}

.proficiency-detail .slider-nav__prev {
    left: 15px;
}

.proficiency-detail .slider-nav__next {
    right: 15px;
}

.proficiency-description--button {
    display: flex;
    justify-content: center;
}

.proficiencies--frame {
    padding: 30px;
    background-image: url('../images/home-new2025/BG-proficency.png');
    border-radius: 10px;
    margin-bottom: 20px;
}

.courses__block {
    border-radius: 20px;
    border: .5px solid var(--color-blue-a);
    padding: 10px;
}

.courses__block.--course--item * {
    transition: all ease 0.5s;
}

.courses__block--content--category p {
    color: var(--color-dark-5);
}

.courses__block--time,
.courses__block--student {
    width: 50%;
    margin: 5px 0px;
}

.courses__block--student {
    padding-left: 5px;
    border-left: 1px solid #F0F0F0;
}

.courses__block--content--data i {
    color: #254CAC;
}

.courses__block--content--data span {
    font-size: 12px;
    color: #6A6A6A;
    font-weight: 400;
}

h3.courses__block--title {
    display: -webkit-box;
    color: #274D99;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    height: 58px;
    min-height: 40px;
    overflow: hidden;
}

.course__block--item-footer .course-item__star {
    font-size: 12px;
}

.courses__block--readmore--register,
.courses__block--readmore {
    border-radius: 10px;
    padding: 5px 12px;
}

.courses__block--image img {
    width: 286px;
    height: 188px;
    border-radius: 10px;
    position: absolute;
    transition: 0.3s ease-in-out all;
    object-fit: cover;
}

.news__inner--header-desc {
    text-align: center;
}

.courses__block--image {
    position: relative;
    height: 188px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out all;
}

/* .courses__block--image a:hover img {
    transform: scale(1.15);
} */
.courses__block--image::before {
    content: "";
    position: absolute;
    background-color: rgba(40, 77, 156, 0.35);
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transform-origin: 0 50%;
}

.courses__block.--course--item:hover .courses__block--image::before,
.courses__block--image:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.courses__block--readmore--register {
    display: flex;
    justify-content: space-between;
}

.courses__block .courses__block--readmore--register a.courses__block--readmore:hover,
.courses__block--readmore:hover a {
    color: var(--color-blue-1);
    /* background: #84b9fb36; */
    transition: all ease 0.3s;
}

a.courses__block--register:hover {
    /* color: var(--theme-light-color);; */
    /* background: #0e76f7fa; */
    transition: all ease 0.3s;
}

.courses__block.--course--item:hover .courses__block--readmore--register,
.courses__block.--course--item:hover .courses__block--readmore,
.courses__block--readmore--register:hover,
.courses__block--readmore:hover {
    background-color: #EEF4FF;
}

.courses__block--readmore--register a,
.courses__block--readmore--register i,
.courses__block--readmore a,
.courses__block--readmore i {
    color: #274D99 !important;
    font-size: 16px;
}

.courses__title h2 {
    color: #0270D9;
}

section {
    margin-bottom: 65px;
}

section.total {
    padding-top: 46px;
}

.training-program--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.register-for-local__inner {
    background: url(/assets/images/home-new/Subtract.png) no-repeat right bottom;
    padding: 60px 0 100px 0;

}

.register-for-local h2.register-for-local__text--title {
    font-size: 30px;
    text-transform: uppercase;
    color: #0270D9;
    margin-bottom: 20px;
    padding-top: 30px;
    font-weight: 600;
}

.register-for-local p.register-for-local__text--desc {
    font-size: 18px;
    margin-bottom: 20px;
    color: #534D49;
}

.register-for-local .register-for-local__contact ul {
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: #534D49;
}

.register-for-local .register-for-local__form {
    padding: 30px 40px 50px 40px;
    background: #FFF;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.register-for-local p.register-for-local__form--title {
    font-size: 24px;
    /* text-transform: uppercase; */
    color: #636466;
    margin-bottom: 15px;
    font-weight: 700;
}

.register-for-local .register-for-local__form-group {
    border-radius: 5px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 0px;
}

.register-for-local input.form-control.register-for-local__form-group--input {
    background: transparent;
    border: 0;
}

.register-for-local input.form-control.register-for-local__form-group--input:focus {
    outline: none;
    box-shadow: none;
}

.register-for-local input.form-control.register-for-local__form-group--input:focus-visible {
    background: transparent;
    outline: none;
}

.register-for-local button.register-for-local__form-submit--btn {
    display: block;
    width: 377px;
    border-radius: 5px;
    background: #0071DB;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 10px;
    border: 0;
    color: #fff;
}

.register-for-local__form-submit {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.register-for-local .register-for-local__img-group {
    height: 100%;
}

.register-for-local .register-for-local__img-group img {
    position: absolute;
    top: calc(50% - 120px);
    right: 60px;
}

.register-for-local .register-for-local__text {
    position: relative;
    height: 100%;
}

.register-for-local .register-for-local__contact {
    position: absolute;
    bottom: 60px;
}

.register-for-local {
    background-color: #EFF4F7;
}

.training-local {
    padding: 0px 0 50px 0;
}

.home__block-header {
    margin-bottom: 30px;
}

/* .training-local h3.home__block-header--title {
    font-size: 23px;
} */
.training-local h3.home__block-header--title span.--text-lg {
    color: #284D9C;
    font-size: 50px;
    font-weight: 700;
    margin-right: 10px;
}

h2.home__block-header--title {
    color: #0270D9;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;

}

h2.solutions__block--title {
    font-size: 32px;
    font-weight: 600;
    color: #0270D9;
    line-height: 37.3px;
    margin-bottom: 30px;
    /* margin-top: 42px; */
    text-transform: uppercase;
}

.solutions__block--desc {
    color: #636466;
    font-size: 18px;
    display: -webkit-box;
    height: 78px;
    min-height: 40px;
    overflow: hidden;
    text-align: justify;
    text-align-last: center;
}

h3.solutions__block--title {
    color: #1F3B64;
    font-size: 21px;
    font-weight: 700;
}

.solutions {
    background-color: #F5F6FC;
}

.solutions__block {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.solutions__block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
    background-image: url('../images/home-new2025/solution/BG.png');
}

.solutions__block:hover:before {
    height: 100%;
}

.solutions__block * {
    transition: all 0.35s ease-in-out;
}

.solutions__block--image {
    width: 90px;
    height: 90px;
    background-color: #ECF2FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.solutions__block--image img {
    max-width: 59px;
    max-height: 59px;
}

.solutions__block:hover .solutions__block--image {
    background-color: #FFFFFF;
}

.solutions__block:hover .solutions__block--title,
.solutions__block:hover .solutions__block--desc,
.solutions__block:hover i,
.solutions__block a {
    color: #fff;
}

.solutions__block a {
    position: relative;
    padding: 0 12px 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
}

.solutions__block:hover i {
    right: -40px;
}

.solutions__block a i {
    position: absolute;
    content: "";
    z-index: 1;
    right: 25%;
    transform: translate(-50%, -12%);
    transition: .5s;
}

.solutions__block i {
    color: #0270D9;
    font-size: 30px;
}

.solutions__inner {
    padding: 60px 0 30px 0;
}

/* .solutions__block:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
} */

.join-us__inner {
    background-image: url('https://cdn.vtcnetviet.vn/netviet/home_page/home2025/BG-joinUs.png');
    padding: 40px 0;
}

.join-us__left .join-us__text--link a {
    background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
    border-radius: 22px;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: max-content;
    transition: all 300ms;
    margin-bottom: 20px;
}

.training-program--header--button:hover {
    background-color: transparent;
    border: #274D99 solid 1px;
    color: #274D99;
    transition: all 0.5s;
}

.training-program--header--button:hover a {
    color: #274D99;
}

.join-us__text--title {
    color: #0270D9;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.join-us__text--desc {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}

.join-us__left a:hover {
    background: #274D99;
}

.join-us__left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.join-us .join-us__teacher {
    position: relative;
    border-radius: 5px;
    background: aliceblue;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.join-us .join-us__teacher::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.1882352941);
}

.join-us .join-us__teacher img {
    object-fit: cover;

}

.join-us .join-us__teacher-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
    background-color: rgb(0 0 0 / 35%);
    transition-duration: 0.5s;
    transform-origin: 0 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transition-duration: 0.5s;

}

.join-us__teacher:hover .join-us__teacher-content,
.join-us .join-us__teacher-content:hover {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.join-us h5.join-us__teacher--name {
    margin-bottom: 0;
}

.join-us .join-us__teachers,
.join-us .join-us__teachers > .row,
.join-us .join-us__teachers > .row > div,
.join-us .join-us__teacher,
.join-us .join-us__teacher img {
    height: 100%;
}

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

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

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

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

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

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

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

.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__content--header--title {
    color: #534D49;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 72px;
}

.news--item:hover .news--item__content--header--title,
.news--item:hover .news--item__content--button a span {
    color: #284D9C;
}

.news--item__content--button a span {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.news--item__content--button a span:hover {
    transition: 0.3s ease-in-out all;
    text-decoration: underline;
    color: #284D9C;
}

.news .news__more a {
    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: 15px;
    border: 1px solid #AEBFFF;
}

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

h2.news__inner--header-title {
    font-weight: 600;
    font-size: 32px;
    color: #284D9C;
}

.news__inner--header-small-title {
    background-color: #EFEEFE;
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #274D99;
    width: max-content;
}

.news__inner--header-desc {
    color: #6D6C80;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.banner {
    padding-top: 50px;
    max-height: 660px;
    background-image: url('https://cdn.vtcnetviet.vn/netviet/home_page/home2025/bg-mic-mobile.png');
}

@media (min-width: 769px) {
    .banner {
        background-image: url('https://cdn.vtcnetviet.vn/netviet/home_page/home2025/Banner-home.png');
    }
}

section.home__block.register-for-local {
    margin-bottom: 0px;
}

.join-us__teachers--carousel.owl-carousel,
.join-us__teachers--carousel.owl-carousel .owl-stage-outer,
.join-us__teachers--carousel .owl-stage,
.join-us__teachers--carousel .owl-item {
    height: 100%;
}

.banner_img {
    position: relative;
    display: inline-block;
}

.banner__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.banner__overlay {
    position: absolute;
    top: 22%;
    left: 25%;
    transform: translate(-22%, -30%);
    z-index: 2;
    width: 90%;
}

.banner__text--title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}

.banner__text--title span {
    text-transform: none;
}

.banner__text--desc {
    border: 1px solid #0066F9;
    border-radius: 10px;
    padding: 8px;
    width: max-content;
    margin: 30px 4px 0 0;
}

.banner__text--logo img {
    max-width: 170px;
    margin-bottom: 16px;
}

.banner__text--logo {
    margin-bottom: 16px;
}

.banner__text .--font-size-18,
.banner__text--desc {
    font-size: 12px;
}
