h1 {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.2rem;
}

p {
    color: #131313;
    text-align: justify;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

h2 {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 2rem;
    font-style: normal;
    line-height: 1.4;
}

h2 span {
    font-family: 'Inter-Regular';
}
.w-max{
    width: max-content;
}
.lazy-bg {
    background-size: cover;
    background-position: center center;
}

.box-register .box-form {
    background-color: #fff;
}

.section-1 .box-introduce {
    background: linear-gradient(270deg, #001836 43%, rgba(115, 115, 115, 0.00) 100%);
    background-size: 50% 100%;
    /* Gradient chỉ chiếm 50% chiều ngang */
    background-repeat: no-repeat;
}
.section-1 .box-introduce .title{
    background: linear-gradient(180deg, #ccffff 0%, #02bfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.box-introduce .view-more{
    background: linear-gradient(180deg, #EE0F0F 0%, #90030C 100%);
    color: #fff;
}
.section-2{
    /* padding: 10rem 0; */
    background-size: 100% 100%;
}
.section-2 .title-image img{
    width: 45%;
}

.section-2 .view-more{
    background: linear-gradient(180deg, #EE0F0F 0%, #90030C 100%);
    color: #fff;
}
.section-3 .box-info .image{
    flex-basis: 40%;
}
.section-3 .box-info .box-text{
    flex-basis: 60%;
}
.section-3 .box-info .image img{
    margin-top: -2px;
}
.section-4 .box-title {
    border-bottom: 1px solid #fff;
}

.section-4 .box-list-jobs .title, .section-4 .box-list-company .title {
    color: #FFF;
    font-family: 'Inter-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.box-4 .course-banner{
    text-align: center;
    margin-top: -3rem;
    margin-bottom: 0.5rem;
}
.box-4 .owl-stage{
    display: flex;
    align-items: stretch;
}
.box-4 .courses-slide .item{
    height: 100%;
}
.box-4 .courses-slide .owl-item {
    padding-top: 3rem;
}
.box-4 .courses-slide .info {
    border-radius: 8px;
    padding: 10px;
    min-height: 19rem;
}
.box-4 .courses-slide .info i{
    color: #131313;
}
.box-4 .courses-slide h3 {
    font-weight: 400;
    font-size: 21px;
    font-family: OpenSans-Regular;
    color: #00285a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.box-4 .courses-slide .info ul{
    padding-top: 1rem;
    border-top: 1px solid #FA3200;
}
.box-4 .courses-slide .info ul li {
    color: #131313;
    list-style: none;
    margin-bottom: 10px;
    font-family: 'OpenSans-Regular';
}
.box-4 .courses-slide .info a.btn {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-weight: 800;
    border: 1px solid #00285A;
    color: #00285A;
    text-transform: uppercase;
    border-radius: 8px;
    width: max-content;
}
.box-4 .courses-slide .info a.btn i{
    color: #00285A;
}
.box-4 .courses-slide .course-banner img {
    border-radius: 8px
}

.section-4 .box-list-jobs .job-content {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.section-4 .box-list-jobs .logo {
    width: 15%;
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    height: max-content;
    max-height: 100%;
}

.section-4 .box-list-jobs .company-address{
    width: 70%;
}

.section-4 .box-list-jobs .name-job {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.section-4 .box-list-company .logo {
    width: 30%;
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
}

.view-all {
    background-color: #fff;
    height: max-content;
    font-family: 'Inter-Medium';
    color: #00285A;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    border: 1px solid #00285A;
}
.section-4 h2.title::after {
    content: '';
    height: 5px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.section-6 .box-medias .owl-stage{
    display: flex;
    align-items: stretch;
}
.section-6 .box-medias .card{
    height: 100%;
}
.section-6 .box-news .card .title-news {
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #00285A;
}

.section-6 .box-news .card .view-detail {
    border-radius: 0.3125rem;
    border: 1px solid var(--Utuber, #00285A);
    color: #00285A;
}

.section-6 .box-medias .card .logo {
    background-size: contain;
    min-height: 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    box-shadow: 1px 2px 10px -4px #33333391;
}

.section-6 .box-medias .card .title-news {
    color: #001836;
    font-family: "OpenSans-Regular";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-6 .box-medias .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.section-6 .box-medias .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
}

.section-6 .box-medias .owl-dots button.active {
    background-color: #00285A;
}
@media screen and (max-width:1199px) {
    .section-1 .box-introduce{
        background-size: cover;
    }
}
@media screen and (max-width:991px) {
    .section-2{
        background-size: cover;
    }
    .section-4 .box-list-jobs .company-address {
        width: 100%;
    }
}
@media screen and (max-width:575px) {
    h2{
        font-size: 1.5rem;
    }

    .section-2 .title-image img{
        width: auto;
    }
    .section-1 .box-introduce .box-content{
        text-align: center;
    }
    .section-3 .box-info .image {
        flex-basis: 20%;
    }
    .view-detail {
        border-radius: 0.5rem;
        width: max-content;
        color: #00285A;
    }
}