@import url('https://hbr.edu.vn/templates/kaizen/fonts/font.css');

.kaizen-scope h2.title {
    font-family: 'UTM Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 51px;
    line-height: 1.3;
    text-align: center;
    color: #00285A;
}

.kaizen-scope .text-justify {
    text-align: justify;
}
.kaizen-scope .cursor-pointer{
    cursor: pointer;
}
.kaizen-scope #section-1 h1 {
    font-family: 'UTM Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 1.3;
    text-align: center;
    color: #F9F9F9;
}

.kaizen-scope #section-1 .alias {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.kaizen-scope #section-1 p {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.kaizen-scope #section-1 {
    background: url('https://hbr.edu.vn/templates/kaizen/images/courses/inhouse-training/bg1.webp') no-repeat center center;
    background-size: cover;
}

.kaizen-scope #section-2 .content {
    position: relative;
    border-radius: 5%;
    width: max-content;
    margin: auto;
    height: 100%;
    background: #fff;
    transform-style: preserve-3d;
    transition: 1s ease;
    animation: rotateY 4s;
    cursor: pointer;
}
.kaizen-scope #section-2 .box-content {
    width: 40%;
}

@keyframes rotateY {
    from {
        transform: rotateY(0deg);
        /* Bắt đầu ở góc quay 0 độ */
    }

    to {
        transform: rotateY(360deg);
        /* Kết thúc ở góc quay 360 độ */
    }
}

.kaizen-scope .card-front,.kaizen-scope  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    backface-visibility: hidden;
    padding: 2.5rem;
}

.kaizen-scope .card-front {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.kaizen-scope .card-back {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: justify;
    color: #FFFFFF;
}

.kaizen-scope #section-2 .box-content:hover .content {
    transform: rotateY(180deg);
}

.kaizen-scope .card-back {
    transform: rotateY(180deg);
}

.kaizen-scope #section-3,.kaizen-scope  #section-5 {
    background: url('https://hbr.edu.vn/templates/kaizen/images/courses/inhouse-training/bg4.webp') no-repeat center center;
    background-size: cover;
}

.kaizen-scope #section-3 .row {
    margin-top: 7rem;
}

.kaizen-scope #section-3 .box-content {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
}

.kaizen-scope #section-3 .box-content .text {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    color: #00285A;
    margin-top: 1.5rem;
}

.kaizen-scope #section-3 .box-content .image {
    /* background: url('https://hbr.edu.vn/templates/kaizen/images/courses/inhouse-training/bg-icon.webp') no-repeat center center;
    background-size: cover; */
    background: linear-gradient(306.95deg, #00285A 29.68%, #D39E42 105.5%);
    border-radius: 8px;
    width: 60%;
    min-height: 6rem;
    margin: auto;
    margin-top: -4rem;
}

.kaizen-scope #section-3 .box-content .image img {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kaizen-scope #section-4 {
    background: url('https://hbr.edu.vn/templates/kaizen/images/courses/inhouse-training/bg2.webp') no-repeat center center;
    background-size: cover;
}


.kaizen-scope #section-5 .box-title .title {
    box-sizing: border-box;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #00285A;
    border: 2px solid #D39E42;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 100%;
}

.kaizen-scope #section-5 .first,.kaizen-scope 
#section-5 .box-title .two div:last-child,.kaizen-scope 
#section-5 .box-content .two .inside div:last-child {
    width: 27%;
}

.kaizen-scope #section-5 .two,.kaizen-scope 
#section-5 .box-title .two div:first-child,.kaizen-scope 
#section-5 .box-content .two .inside div:first-child {
    width: 70%;
}

.kaizen-scope #section-5 .box-content .first {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 6px;

    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #00285A;
    text-align: center;
}

.kaizen-scope #section-5 .box-content .content .inside div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 6px;

    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.kaizen-scope #section-6 .box-content .slide-images.owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.kaizen-scope #section-6 .box-content .slide-images.owl-carousel .owl-nav{
    display: block;
}
.kaizen-scope #section-6 .box-content .slide-images .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.kaizen-scope #section-6 .box-content .slide-images .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
}
.kaizen-scope #section-6 .title-content{
font-family: 'Inter-Bold';
font-style: normal;
font-weight: 600;
font-size: 21.26px;
line-height: 1.2;
color: #1A2C59;
border-left: 3px solid #00285A;
margin-bottom: 1rem;
}
.kaizen-scope #section-7 .alias {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #00285A;
    width: 80%;
    margin: auto;
}

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

.kaizen-scope .sucesstories .owl-item {
    transform: scale(0.65);
}



.kaizen-scope .sucesstories .owl-item.active.center {
    transform: scale(1);
    z-index: 1;
}

.kaizen-scope .sucesstories .owl-carousel .owl-item img {
    border-radius: 8px;
}

.kaizen-scope .sucesstories .owl-carousel .video {
    top: 0;
    left: 0;
    position: absolute;
}

.kaizen-scope .sucesstories .item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.kaizen-scope .sucesstories .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.kaizen-scope .sucesstories .owl-item .video {
    display: none;
}

.kaizen-scope .sucesstories .center .video {
    display: block;
}

.kaizen-scope .sucesstories .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1rem;
}

.kaizen-scope .sucesstories .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
}

@media screen and (max-width:1199px) {
    .kaizen-scope #section-2 .box-content{
        width: 45%;
    }
}
@media screen and (max-width:991px) {
    .kaizen-scope #section-1 h1{
        font-size: 100px;
    }
    .kaizen-scope #section-2 .box-content {
        width: auto;
    }
    .kaizen-scope #section-7 .alias{
        width: 100%;
    }
    .kaizen-scope .sucesstories .owl-item.active:not(.center) {
        filter: none;
    }
    .kaizen-scope #section-3 .row .col-12.col-md-6:last-child,.kaizen-scope 
    #section-3 .row .col-12.col-md-6:nth-child(3){
        margin-top: 4rem;
    }
}

@media screen and (max-width:576px) {
    .kaizen-scope #section-1 h1 {
        font-size: 60px;
    }
    .kaizen-scope #section-1 .alias{
        font-size: 20px;
    }
    .kaizen-scope p,.kaizen-scope 
    #section-5 .box-content .content .inside div{
        font-size: 16px !important;
    }
    .kaizen-scope h2.title{
        font-size: 40px;
    }
    .kaizen-scope #section-3 .row .col-12.col-md-6:last-child,.kaizen-scope 
    #section-3 .row .col-12.col-md-6:nth-child(3),.kaizen-scope 
    #section-3 .row .col-12.col-md-6:nth-child(2){
        margin-top: 4rem;
    }
    .kaizen-scope #section-3 .box-content .image{
        width: 20%;
        border-radius: 50%;
    }
    .kaizen-scope #section-5 .box-title .title,.kaizen-scope 
    #section-5 .box-content .first{
        font-size: 16px;
        line-height: 1.3;
    }
    .kaizen-scope #section-6 .title-content{
        font-size: 18px;
    }
}

@media screen and (max-width:480px){
    .kaizen-scope .card-front{
        font-size: 28px;
    }
    .kaizen-scope #section-3 .box-content .image{
        width: 25%;
    }
    .kaizen-scope #section-7 .alias{
        font-size: 15px;
        line-height: 1.2;
    }
    .kaizen-scope .sucesstories .owl-item {
        transform: scale(0.8);
    }
    .kaizen-scope .sucesstories .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    
    .kaizen-scope .sucesstories .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}
@media screen and (max-width:400px){
    .kaizen-scope .card-front{
        font-size: 24px;
    }
    .kaizen-scope #section-3 .box-content .image {
        width: 30%;
    }
    .kaizen-scope #section-3 .row{
        margin-top: 5rem;
    }
    .kaizen-scope #section-5 .box-title .title,.kaizen-scope  #section-5 .box-content .first {
        font-size: 14px;
        line-height: 1.3;
    }
    .kaizen-scope h2.title {
        font-size: 34px;
    }
    .kaizen-scope .button-regis img{
        width: 60%;
        margin: auto;
    }
}
@media screen and (max-width:320px){
    .kaizen-scope #section-1 h1 {
        font-size: 44px;
    }
    .kaizen-scope .card-back{
        font-size: 14px;
    }
    .kaizen-scope #section-3 .box-content .image{
        min-height: 5rem;
    }
}