:root {
    --primary-color: #00285A;
}

h1 {
    color: var(--primary-color);
    font-family: 'Inter-Bold';
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2rem;
}

p {
    color: #00285A;
    text-align: justify;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

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

h3.form-title {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.section-1 {
    background: #F8FDFF;
}
.box-1 h1::after{
    content: '';
    height: 3px;
    width: 28%;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
}
.box-1 .box-contents .contents {
    flex-basis: 50%;
}

.box-1 .box-contents .contents.contents-2 {
    transform: translateY(2rem);
}

.box-1 .box-contents .contents .content {
    padding: 2rem 0;
    font-size: 22px;
    color: var(--primary-color);
    flex-basis: 45%;
}

.box-1 .box-contents .contents .content:not(.bg-linear) {
    background-color: var(--primary-color);
}

.box-1 .box-contents .contents .content.bg-linear {
    background: linear-gradient(180deg, rgba(1, 100, 167, 0) -0.99%, #0164A7 92.58%);
}

.box-1 p {
    font-size: 22px;
}


.box-2 .title {
    color: #00285A;
    text-align: justify;
    font-family: 'Inter-Bold';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 150% */
}

.box-2 .highlight-number {
    font-size: 3rem;
    font-weight: bold;
    color: #00cfff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* bóng chữ */
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
}

.box-2 .row {
    background-color: #f8fdff21;
}

.box-2 .row .col-sm-6 {
    border: 1px solid #F8FDFF;
}

.box-3 .box-title {
    border-bottom: 1px solid #FFF;
}

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

.view-detail {
    background: #c30000;
    /* đỏ đậm */
    color: var(--primary-color);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.box-3 .partner-slide .item img {
    box-shadow: 8px 8px 12px -5px #00285A;
    border-radius: 50%;
}

.box-3 .partner-slide .item .name {
    color: var(--primary-color);
    font-family: 'Inter-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
    text-align: center;
}

.box-4 h2::after {
    content: '';
    background-color: #00285A;
    height: 3px;
    width: 30%;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
}

.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: 1px solid #00285a;
    border-radius: 8px;
    padding: 10px;
    min-height: 19rem;
}

.box-4 .courses-slide .info i {
    color: #00285a;
}

.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: 5px;
    border-top: 1px solid #00285A;
}

.box-4 .courses-slide .info ul li {
    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;
    text-transform: uppercase;
    border-radius: 8px;
    width: max-content;
}

.box-4 .courses-slide .course-banner img {
    border-radius: 8px
}

.section-3 .box-title {
    border-bottom: 1px solid #00285A;
}

.section-3 .main-post .post-title {
    color: #00285A;
    text-align: center;
    font-family: 'Inter-Medium';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.section-3 .right-list-post .post-title {
    color: #00285A;
    font-family: 'Inter-Medium';
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.section-2 {
    background-size: cover;
    background-position: top center;
}

.box-5 .upcoming-programs .item {
    background: linear-gradient(180deg, #0c4286 0, #001e43 100%);
    border-radius: 8px;
    margin-left: 40px;
    position: relative;
    margin-bottom: 50px;
    padding-right: 10px;
    border: 1px solid #fff;
}

.box-5 .upcoming-programs .item .detail {
    margin-top: 12px;
    width: 86%;
}

.box-5 .upcoming-programs .diamond {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    margin-left: -40px
}

.box-5 .upcoming-programs .diamond:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color .3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color .3s;
    transform: rotate(45deg);
    border-radius: 8px;
    background: #fff
}

.box-5 .upcoming-programs .diamond .opening-time {
    position: relative;
    margin-top: 10px
}

.box-5 .upcoming-programs .opening-time .day-range {
    font-family: 'UTM Bebas';
    font-size: 32px;
    color: #00285a
}

.box-5 .upcoming-programs .opening-time .month {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #00285a
}

.box-5 .upcoming-programs .diamond .opening-time:hover .day-range, .box-5 .upcoming-programs .diamond .opening-time:hover .month {
    color: #c32027
}

.box-5 .upcoming-programs .detail span {
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    display: inline;
    border: none;
    color: #fff
}

.box-5 .upcoming-programs .detail span img#time {
    width: 1.2rem;
    height: 1.2rem
}

.box-5 .upcoming-programs .detail span img#location {
    width: 1rem;
    height: 1.2rem
}

.box-5 .upcoming-programs .detail span img#user {
    width: 1rem;
    height: 1.2rem
}

.box-5 .upcoming-programs .workshop-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Inter-Medium';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: flex
}

.box-5 .upcoming-programs .workshop-title a {
    color: #fff
}

.box-5 .upcoming-programs .workshop-title strong {
    color: #e5c58e;
    white-space: nowrap
}

.box-5 #video p {
    font-family: 'Inter-Bold';
    font-size: 16px;
    color: #fff;
}

.box-5 .list-videos ul.all-videos li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'OpenSans-Regular';
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: start;
    gap: 5px;
}

.box-6 h2::after {
    content: '';
    background-color: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-6 .box-title {
    border-bottom: 1px solid #fff;
}

.box-6 .box-list-jobs .title, .box-6 .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-6 .box-list-jobs .job-content {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.box-6 .box-list-jobs .logo {
    width: 15%;
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
}

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

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

.box-7 .box-title {
    border-bottom: 1px solid #00285A;
}

.box-7 .card-item {
    flex-basis: 23%;
    border-radius: 0.75rem;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news-slide.owl-carousel .owl-stage-outer .owl-item {
    padding: 1rem;
}

.news-slide .owl-item h3 {
    font-family: 'Inter-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--primary-color);
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 3rem;
    }

    .box-1 p {
        font-size: 20px;
    }

    .box-2 .title,
    .section-3 .main-post .post-title {
        font-size: 1.25rem;
    }

    .section-3 .right-list-post .post-title {
        font-size: 16px;
    }

    .box-5 .upcoming-programs .item .detail {
        margin-top: 12px;
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .box-1 .box-contents .contents .content{
        font-size: 18px;
        padding: 2rem 0.5rem;
    }
    .box-5 .upcoming-programs .item .detail {
        width: 100%;
    }

    .box-5 .upcoming-programs .item {
        margin-left: 0;
        padding: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .box-2 .title, .section-3 .main-post .post-title {
        font-size: 16px;
    }

    .view-all {
        margin-bottom: 3px;
    }

    .box-5 .upcoming-programs .item .detail {
        margin-top: 0;
    }

    footer h3 {
        font-size: 1.5rem;
    }

    .box-7 .items .owl-item {
        padding: 1rem;
    }
}

@media screen and (max-width:575px) {
    h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    h2 {
        font-size: 1.25rem;
    }

    p {
        font-size: 16px;
    }
    .box-1 .box-contents .contents .content{
        font-size: 16px;
    }
    .view-detail{
        width: max-content;
    }
    .box-6 .box-list-jobs .name-job {
        font-size: 1rem;
    }

    .box-title h2 {
        max-width: 65%;
    }

    .box-title .view-all {
        font-size: 14px;
    }

    .box-1 p {
        font-size: 18px;
    }

    .box-title {
        border: none !important;
    }

    .box-5 .upcoming-programs .workshop-title {
        display: block;
    }
}