:root {
    --color-blue-900: #284D9C;
    --color-white: #ffff;
    --bs-btn-hover-color: var(--color-blue-900);
    --bs-btn-hover-bg: var(--color-white);
    --bs-btn-hover-border-color: var(--color-blue-900);
    --color-title: #4B4B4B;
    --color-description: #949495;
}

.--font-w-600 {
    font-weight: 600;
}

.--font-w-500 {
    font-weight: 500;
}

.--font-size-20 {
    font-size: 20px;
}
.--font-size-24 {
    font-size: 24px;
}

.--font-size-14 {
    font-size: 14px;
}

.--text-color-dark {
    color: var(--color-title);
}

.--text-color-gray {
    color: var(--color-description);
}

.--pt-1 {
    padding-top: 1rem;
}

.text-14 {
    font-size: 14px
}

.text-20 {
    font-size: 20px
}

.text-30 {
    font-size: 30px
}

.text-color-primary {
    color: #247289
}
.outline-none{
    border:0;
    border-radius: 10px;
    outline: none;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #ccc;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 8px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #247289;
}

.courses {
    background-image: url('/assets/images/landing-page/courses-background.png');
    background-size: cover;
    background-position: center;
}

.courses__list {
    padding-top: 180px;
    padding-bottom: 50px;
}

.courses__item a {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.form__register-wrapper {
    background-image: url('/assets/images/landing-page/form-background.png');
    background-size: cover;
    background-position: center;
    max-height: 634px;
}

.form__register-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#registerFormLandingPage {
    margin: 0 auto;
    max-width: 594px;
    padding: 180px 0;
}

#registerFormLandingPage .form-group__field input,
#registerFormLandingPage .form-group__field select {
    border: 1px;
    height: 53px;
    border-radius: 10px;
}

#registerFormLandingPage .form-control:focus {
    outline: none;
    border: none;
    box-shadow: unset;
}

.button--see-detail-primary::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;
}

.button--see-detail-primary {
    font-family: 'Inter', sans-serif;
    color: #fff;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    border-radius: 22px;
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    font-size: 24px;
    height: 57px;
}

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

.footer__content {
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
}

.images_of_courses {
    background-image: url('/assets/images/landing-page/student-feedback-bg.png');
    background-size: cover;
    background-position: center;
    padding: 81px 0;
}

.images_of_courses__list {
    margin-top: 48px;
}

.section-9 {
    background-image: url('/assets/images/landing-page/student-feedback-bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px 0 86px;
}

#section-9-owl-carousel .video {
    cursor: grab;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: 0 0;
}

#section-9-owl-carousel {
    margin-top: 65px;
}

#section-9-owl-carousel img {
    border-radius: 8px;
}

.video img {
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px !important;
    height: 50px !important;
}

#section-9-owl-carousel .video iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.course__detail .btn-join {
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.close-img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: auto;
}
#customfield_quy_mo_cong_ty,
#customfield_chuc_vu {
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  height: 53px;
  border-radius: 10px;
  appearance: none;
  background-image: url('https://cdn.vtcnetviet.vn/netviet/home_page/assets/images/home-v2/icon/select-arrow-down.webp');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  color: #999999;
}

#customfield_quy_mo_cong_ty.rotated,
#customfield_chuc_vu.rotated {
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 53px;
    border-radius: 10px;
    appearance: none;
    background-image: url('../images/home-v2/icon/select-arrow-up.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

#errorModal .modal-header {
    border-bottom: none !important;
}

#errorModal {
    z-index: 1056 !important;
}

#successModal .modal-header {
    border-bottom: none !important;
}
.banner__mobile {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width: 991.98px) {
    .courses__list {
        padding-top: 35px;
        padding-bottom: 112px;
    }

    .courses__item {
        margin: 40px 0;
    }

    .course__detail .btn-join {
        bottom: 12px;
        width: 145px;
        height: 45px;
    }
    
    .course__detail .btn-join img{
        width: 100%;
        height: 100%;
    }

    .courses {
        background-image:
            url('/assets/images/landing-page/mobile/courses-background.png'),
            url('/assets/images/landing-page/mobile/courses-overlay.png');
        background-size: cover, cover;
        background-position: center, center;
        background-repeat: no-repeat, no-repeat;
    }

    #registerFormLandingPage {
        padding: 120px 0 126px;
        max-width: 268px;
    }

    #registerFormLandingPage .form-group__field input, #registerFormLandingPage .form-group__field select {
        height: 40px;
    }

    .form__field-note {
        height: 54px !important
    }

    .section-9 {
        padding: 40px 0
    }

    .student-feeback-title img,
    .images_of_courses_title img {
        width: 250px !important;
        margin: 0 auto;
    }

    #section-9-owl-carousel {
        margin-top: 35px
    }

    .images_of_courses {
        padding: 40px 0
    }

    .images_of_courses__list {
        margin-top: 26px
    }

    .images_of_courses__list img {
        width: 162px;
        height: 97px;
    }

    .form-group__field.first-form-group {
        margin-top: 50px;
    }

    #registerForm .row{
        flex-direction: column;
        width: 100%;
    }
    .banner__mobile {  bottom: 20px}
}
#modalRegisterCooperate .form-group__field input,
#modalRegisterCooperate .form-group__field select {
    width: calc(100% - 50px);
    border: 0;
    outline: none;
    box-shadow: none;
    height: 53px;
    border-radius: 10px;
}
@media(max-width: 767.98px) {
    .form__register-wrapper {
        background-image: url('/assets/images/landing-page/mobile/form-background.png');
        background-size: cover;
        background-position: center;
    }
    .banner__mobile {  bottom: 84px;}
}