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: #00285A;
    text-align: justify;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

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

h2.title::after {
    content: '';
    height: 5px;
    width: 100%;
    background: #B00;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.section-1 {
    background: #F8FDFF;
}

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

.box-1 .image {
    border: 1px solid rgba(0, 40, 90, 0.20);
    background: #FFF;
    padding: 8px;
}

.box-1 .view-more {
    width: max-content;
    color: #fff;
    background-color: #c32027;
    font-family: 'Inter-Medium';
    border-radius: 8px;
    padding: 2px 15px;
}

.box-2 .box-content img {
    height: 3.5rem;
    width: auto;
}
.box-2 .box-content .mx-auto{
    width: max-content;
}

.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 {
    border-radius: 0.5rem;
    width: max-content;
    border: 1px solid #00285A;
    color: #00285A;
}

.box-3 .partner-slide .item .name {
    color: #FFF;
    font-family: 'Inter-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
}

.box-4 .view-detail {
    background-color: #DA0000;
}

.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: 3rem 0.5rem 0.5rem;
}

.box-4 .courses-slide .owl-nav .owl-prev {
    left: -1rem;
}

.box-4 .courses-slide .owl-nav .owl-next {
    right: -1rem;
}

.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, .section-4 {
    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 .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);
}

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

.section-6 .courses-slide .owl-nav button i,
.transformation-story .owl-nav button i {
    color: #00285a;
}

.transformation-story .owl-item {
    transform: scale(0.75);
}

.transformation-story .owl-item.active.center {
    transform: scale(1);
}

.transformation-story .owl-item {
    transition: transform 1.5s cubic-bezier(.4, 0, .2, 1);
}

.transformation-story .owl-item .item img {
    border-radius: 10px;
}

.box-9 .client-logo {
    border: 1px solid #00285a;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}

.box-9 .client-logo img {
    height: 50px;
    width: auto;
}

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

    h2 {
        font-size: 1.25rem;
    }

    p {
        font-size: 14px !important;
    }

    .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;
    }
    .transformation-story .owl-item {
        transform: scale(0.85);
    }
    .box-4 .courses-slide .owl-nav .owl-next {
        right: 0rem;
    }
    .box-4 .courses-slide .owl-nav .owl-prev {
        left: 0rem;
    }
    .box-2 .box-content .mx-auto{
        width: auto;
    }
}