body {
    background-color: #FFFFFF;
    font-family: Inter;
}

.form-group__field input,
.form-group__field select {
    width: calc(100% - 50px);
    margin-left: 1rem;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

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

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

/*New style*/
section.total {
    position: relative;
    top: -100px;
    z-index: 10;
    margin-bottom: 0;
}

.total__container {
    background: rgba(255, 255, 255, 0.87);
    border: 1px solid #E6EDFF;
    border-radius: 12px;
    padding:20px;
    text-align: center;
}

.total__item {
    display: flex;
    gap:24px;
    justify-content: center;
    align-items: self-start;
}
.total__desc {
    margin-top: 20px;
}
.total__number h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    line-height: 90px;
    color: #284D9C;
    margin-bottom: 0;
    text-align: left;
}
.total__number p {
    margin-top: 0;
    text-align: left;
}
/* Training program*/
.training-program {
    padding-bottom: 36px;
    position: relative;
    top: -50px;
}
.training-program--header {
    text-align: center;
}

.ot-menu-scroll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    gap: 24px;
}
/* item */
.ot-item {
    display:flex; 
    align-items:center;
    color: #FFFFFF;
    border-radius:16px; 
    padding:14px 18px;
    text-decoration:none; transition:.15s;
    background: #EEF4FF;
    color:#274D99;
    padding-left: 10px;
    padding-right: 10px;
}
.ot-item:hover{ 
    transform: translateY(-6px); 
}

.ot-item.first,
.ot-item.last {
  font-size: 16px;
  width: 60%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ot-item:not(.first):not(.last):not(.center) {
  font-size: 18px;
  width: 80%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight:600;
}

.ot-item.center {
    font-size:20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius:28px;
    width: 100%;
    font-weight:500;
}

.ot-item.active {
 background: #284D9C; 
 color:#fff; 
}

.otBanner {
    max-height: 510px;
    object-fit: cover;
    border-radius: 20px;
}
/* icon */
.ot-icon {
  margin-right: 16px;
}
.training-program--header-smal_title {
    margin-bottom: 24px;
}
.training-program--header-smal_title span {
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #EEF4FF;
    color: #274D99;
}

.training-program--header-main_title h2 {
   font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #284D9C;
    margin-bottom: 12px;
}

.training-program--header-main_title span {
    font-size: 16px;
    font-weight: 400;
    color: #6D6C80;
}
.training-program--btn-seemore {
    width: fit-content;
    background: #fff;
    margin-left: auto;
    border-radius: 10px;
    color: #274D99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    gap:8px;
}

/* Solution */
.solutions {
    background: #FAFAFA;
    padding-top: 32px;
    padding-bottom: 80px;
}
.solutions__title .solutions__block--title {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #284D9C;
    margin-bottom: 36px;
}
.solutions__block  {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 55px;
}
.solutions__block--title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color:#1F3B64;
}
.solutions__block--desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #636466;
    margin-top: 16px;
    margin-bottom: 0;
}

/* Đội ngũ chuyên gia */
.section-10__wrapper-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #284D9C;
    position: relative;
    top: -80px;
}
.section-10 {
  background-image: url("https://cdn.vtcnetviet.vn/netviet/home_page/assets/images/home-v2/section-10/background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-10 .wrap {
  background: url("https://cdn.vtcnetviet.vn/netviet/home_page/assets/images/home-v2/section-10/wrap-bg.webp") right bottom no-repeat;
  background-size: contain;
  background-size: 20%;
  /* padding: 50px 0; */
}

.section-10__container {
  padding: 50px 0;
}
.section-10__expert-name {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color:#284D9C;
}
.section-10 .box-title {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 10px 24px 10px 24px;
  border-radius: 8px 0 0 8px;
  gap: 10px;
  width: 50%;
  font-size: 40px;
  font-weight: bold;
  transform: translateX(100%);
}

.section-10 ul {
  line-height: 150%;
  padding-left: 0;
}

.section-10 ul li {
  list-style: disc;
  margin-bottom: 16px;
}

.section-10 .desktop .bow-bg {
  background: url("https://cdn.vtcnetviet.vn/netviet/home_page/assets/images/home-v2/section-10/bow.webp") top left no-repeat;
  background-size: contain;
  height: 732px;
  padding-top: 116px;
  position: relative;
}

.section-10 .desktop .bow-bg .item-1 {
  left: 200px;
  top: -26px;
}

.section-10 .desktop .bow-bg .item-2 {
  left: 46px;
  top: 54px;
}

.section-10 .desktop .bow-bg .item-3 {
  left: -35px;
  top: 206px;
}

.section-10 .desktop .bow-bg .item-4 {
  left: -40px;
  top: 382px;
}

.section-10 .desktop .bow-bg .item-5 {
  left: 40px;
  top: 544px;
}

.section-10 .desktop .bow-bg .item-6 {
  left: 186px;
  top: 636px;
}

.section-10 .desktop .bow-bg .item {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.section-10 .desktop .bow-bg .item img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  position: relative;
}

.section-10 .desktop .pipeline {
  top: 200px;
  right: -24px;
  position: absolute;
}

.section-10 .circle {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  right: 6px;
  position: absolute;
}

.section-10 .circle img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-top: 20px;
}

.section-10 .right-col .box {
  background: #fff;
  padding: 40px;
  min-height: 500px;
  border-radius: 10px;
}

.section-10 .right-col .box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: justify;
}

/* Courses */
section.courses {
    padding: 80px 0;
    background-color: #FAFAFA;
}
.courses__title h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #12387A;
    margin-bottom: 40px;
}
.courses__block.--course--item {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #00000040;
}
.courses__content .owl-carousel.owl-drag .owl-item {
    border-radius: 10px;
    padding: 6px;
}
.courses__block--image {
    position: relative;
    height: 250px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out all;
    object-fit: cover;
}
.courses__block--time, .courses__block--student {
    width: 50%;
    margin: 5px 0px;
}
.courses__block.--course--item * {
    transition: all ease 0.5s;
}
.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: 24px;
    font-weight: 600;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.courses__block--readmore--register, 
.courses__block--readmore {
    border-radius: 10px;
    padding: 5px 12px;
}
.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__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;
}

/* Training local */
.training-local {
    background: #FAFAFA;
    padding-bottom: 80px;
}
.training-local__carousel {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 6px;
}
.training-local--title {
    font-family: Inter;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-size: 30px;
    color: #0270D9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.training-local--title span {
    font-size: 50px;
    color: #284D9C;
}

/* Register for local */
.register-for-local__inner {
    background: #F3F9FF;
    padding-top: 32px;
    padding-bottom: 48px;
    background-image: url("/assets/home-2025-v2/images/subtract.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.register-for-local__text--title {
    color: #0270D9;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.register-for-local__text--desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #534D49;
    margin-bottom: 36px;
}
.register-for-local .register-for-local__form-group {
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 1px solid #D2D2D2;
}
.register-for-local input.form-control.register-for-local__form-group--input {
    background: transparent;
    border: 0;
}
.register-for-local .form-control:focus {
    box-shadow: unset !important;
}
.register-for-local__form-submit {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.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;
    border-radius: 10px;
}
.register-for-local--left-col {
    padding-right: 48px;
}

/* Success story */
.success-story-lg-avt .ts-decor {
  position: absolute;
  top: 38px; 
  left: 28px;
  width: 100%; 
  height: 100%;
  object-fit: contain; 
  z-index: 1;
}
.success-story-lg-avt .ts-main {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.success-story-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color:#274D99;
    margin-bottom: 48px;
}
.success-story-avatar img {
    padding: 4px;
    border: 2px solid transparent;
}
.success-story-avatar.active img {
    border-color:#2196F3;
}
.success-story-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#363230;
    margin-bottom: 24px;
}
.success-story-name {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
}
.success-story-role {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    margin-top: 4px;
    color: #545454;
}
.ts-right-col {
    padding-left: 100px;
}
.ts-users {
    display: flex;
    gap: 36px;
}
/* News */
.news-section {
    background-image: url("/assets/home-2025-v2/images/mask-group.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 80px;
}
.news-section-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.92px;
    color: #274D99;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #EEF4FF;
    width: fit-content;
}
.news-left-col {
    padding-right: 100px;
}
.news-left-col-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-title{
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    color: #12387A;
}
.news-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6D6C80;
}
.btn--seemore-news {
    padding: 16px 20px;
    color:#274D99;
    border: 1px solid #AEBFFF;
    border-radius: 10px;
    font-weight: 500;
    font-family: Inter;
    width: fit-content;
}
.font-weight-600{font-weight:600}

.news-card{
    overflow:hidden;
    transition: all ease 0.5s;
    padding: 10px;
    border: 1px solid #D2D2D2;
    border-radius:10px;
    cursor: pointer;
}
.news-card:hover {
    background-color: #ECF2FF;
}
.news-card:hover .news-card-title, 
.news-card:hover .btn--seedetail {
    color: #284D9C;
}
.news-card .btn--seedetail{
    display: inline-flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.news-card-img{
  height: 232px;             
  object-fit:cover;
  border-radius: 10px;
}
.news-card-date {
    margin-top: 16px;
    font-family: Inter;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
}
.news-card-title{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #534D49;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
    margin-top: 16px;
    height: 44px;
}
.news-card .btn-link{
  text-decoration:none;
}
.news-card .btn-link:hover{
  text-decoration:underline;
}
#news-prev {
    margin-right: 20px;
}
.owl-nav-circ{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #274D99;
  border: 1px solid #AEBFFF;
  background: #fff;
}

@media (max-width: 991px) {
    .training-program-item-title {
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        color: #274D99;
        margin: 16px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-transform: uppercase;
    }
    .solutions {
        padding-bottom: 32px;
    }
    .solutions__title .solutions__block--title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33px;
        text-align: center;
        text-transform: uppercase;
        color: #0270D9;
    }
    .courses__title h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #0270D9;
    }
    .section-10 .box-title {
        margin-bottom: 24px;
        background-color: unset;
        color: #284D9C;
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        transform: unset;
        text-align: center;
        padding-bottom: 32px;
  }

  .section-10 .mobile .bow-bg {
    background: url("https://cdn.vtcnetviet.vn/netviet/home_page/assets/images/home-v2/section-10/up-bow.webp") top center no-repeat;
    background-size: contain;
    padding-top: 45px;
    position: relative;
    max-width: 355px;
    margin: 0 auto;
  }

  .section-10 .mobile {
    padding: 16px 0;
    background-color:  #fff;
  }
  .section-10 ul {
    padding-left: 24px;
  }
  .section-10 .mobile .bow-bg .item {
    position: absolute;
    z-index: 10;
  }

  .section-10 .mobile .bow-bg .item-1 {
    left: -12px;
    top: 90px;
  }

  .section-10 .mobile .bow-bg .item-2 {
    left: 24px;
    top: 16px;
  }

  .section-10 .mobile .bow-bg .item-3 {
    left: 100px;
    top: -30px;
  }

  .section-10 .mobile .bow-bg .item-4 {
    left: 184px;
    top: -30px;
  }

  .section-10 .mobile .bow-bg .item-5 {
    right: 24px;
    top: 16px;
  }

  .section-10 .mobile .bow-bg .item-6 {
    right: -12px;
    top: 90px;
  }

    .section-10 .mobile .bow-bg .item img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: relative;
    }

    .section-10 .mobile .circle {
        width: 220px;
        height: 220px;
        position: relative;
        margin: 0 auto;
    }

    .section-10 .mobile .pipeline {
        text-align: center;
        margin-top: -5px;
    }

    .section-10 .mobile .box {
        padding: 26px 16px;
    }

    .section-10 .mobile .box .box-header h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #247289;
    }

    .section-10 .mobile .circle img {
        width: 180px;
        height: 180px;
    }

    .section-10 .mobile .box .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: justify;
    }
    .training-program {
        padding-bottom: 0;
    }
    .training-program-content {
        margin-top: 16px;
        background: #5F99FF4D;
        padding: 20px;
        border-radius: 10px;
    }
    .training-program-item {
        padding: 16px 10px;
        background: #fff;
        border-radius: 10px;
    }

    .training-program-seemore {
        margin-top: 12px;
        color: #274D99;
        text-align: center;
    }
    .solutions-content {
        flex-direction: column-reverse;
    }

    .training-local__carousel .owl-item img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin: 0 auto;
    }

    .solutions__block {
        margin-bottom: 16px;
        flex-direction: column;
        padding: 16px 10px;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }
    .solutions__block--title {
        color: #1F3B64;
        font-weight: 700;
    }
    .solutions-img {
        margin-bottom: 46px;
    }
    
    section.courses {
        margin-top: 24px;
        padding: 40px 0;
        padding-top: 16px;
        background: #fff;
    }
    .courses__block.--course--item {
        box-shadow: unset;
        border: 1px solid #D2D2D2;
    }
    .courses__block--image {
        height: 210px;
    }
    .courses__block--image img {
        height: 210px;
        object-fit: cover;
    }
    .training-local {
        background: #fff;
        padding-bottom: 32px;
    }
    .training-local--title {
        display: block;
        color: #284D9C;
    }
    .success-story-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #0270D9;
        margin-bottom: 24px;
    }
    .success-story-lg-avt .ts-decor {
        left: 20px;
        width: 320px;
        top: 20px;
    }
    .success-story-desc {
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .register-for-local__inner {
        background-image: unset;
        background: #EFF4F7;
    }
    .news-section {
        padding-top: 0;
        padding-bottom: 40px;
        background-image: unset;
    }
    .news-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        text-transform: uppercase;
        color: #0270D9;
    }
    .news-desc {
        color: #6D6C80;
        text-align: center;
    }
    .footer__license .container div {
        flex-direction: column;
        margin-bottom: 24px;
        align-items: self-start;
    }
    .footer__content {
        padding-top: 42px;
    }
    #formContact {
        background: #fff;
        padding: 30px 16px;
        border-radius: 4px;
        box-shadow: 5px 5px 20px 0px #00000026;
    }
    #formContact .formContact-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: #636466;
        margin-bottom: 16px;
    }
    .register-for-local .register-for-local__form-group {
        background: #F8F8F8;
    }
    .total__item {
        width: 216px;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between;
    }
    .total__number h3 {
        line-height: normal;
        text-align: left;
    }
    .total__number p {
        color: #697077;
    }
    .total__item img {
        width: 60px;
        height: 60px;
    }
}

@media(max-width: 767.98px) {
    #header__btn-login {
        border-radius: 99.98px !important;
        border: 1px solid #284D9C;
        color :#284D9C;
        font-weight: 700;
    }
    .success-story-lg-avt .ts-main {
        width: 290px;
        height: 290px;
    }
    .success-story-lg-avt .ts-decor {
        top: 50px;
    }
    .banner {
        background-image: url('https://cdn.vtcnetviet.vn/netviet/home_page/home2025/Banner-home.png');
    }

} 