


/*banner courses*/

.banner-courses{
    background-color: var(--primary-color);
    padding: 115px 0px 90px 0px;
    position: relative;
}

.courses-title.sit-title h2{
    color: #fff !important;
    text-align: center;
}

.courses-title.sit-title {
    margin-bottom: 0px;
}

.all-courses-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    text-align: center;
}

.courses-subtitle h4{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.3;
}

.courses-text h6{
   color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.courses-text h5{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

/*banner courses*/


/*choose course*/


.choose-course .container{
    max-width: calc(0.85* 1170px);
}


.choose-course{
    padding: 133px 0px 75px 0px;
}

.choose-course .sit-title{
    margin-bottom: 130px;
}

.each-course-row{
    justify-content: center;
}

.each-course-media{
    flex: 1 1 55%;
    max-width: 55%;
}

.each-course-info{
    z-index: 12;
    flex: 1 1 45%;
    max-width: 45%;
    justify-content: center;
    background-color: #bde1f4;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 69px -85px 100px 0px;
    padding: 40px 60px 40px 60px;
    min-width:523px;



}

.course-code{
    align-self: center;
}

.course-code span{
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #66738d;
}

.course-title{
    align-self: center;
}


.course-title h4{
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.course-row-reverse .each-course-media{
    flex: 1 1 55%;
    max-width: 55%;
}

.course-row-reverse .each-course-info{
    z-index: 12;
    flex: 1 1 45%;
    max-width: 45%;
    justify-content: center;
    margin: 69px 0px 100px -85px;
    padding: 40px 60px 40px 60px;
}

.each-course-row{
    margin-bottom: 80px;
}

.each-course-img{
    width: 100%;
    height: 504px;
}

.each-course-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*choose course*/





/*responsive*/

@media screen and (max-width: 1199px){


}

@media screen and (max-width: 991px){

    .each-course-info {
        flex: 1 1 50%;
        max-width: 50%;
        margin: 0 !important;
        min-width: unset;
    }
    .each-course-media {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .each-course-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .course-title h4 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .each-course-row {
        margin-bottom: 80px;
        align-items: center;
    }

    .course-row-reverse .each-course-info {
        z-index: 12;
        flex: 1 1 50%;
        max-width: 50%;
    }

    .course-row-reverse .each-course-media {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .form-title h4 {
        font-size: 30px;
    }

}

@media screen and (max-width: 767px){

    .each-course-img img {
         object-fit: unset;
    }
    .each-course-img {
        width: 100%;
        height: 363px;
    }
    .each-course-media {
        padding: 0;
    }

    .each-course-row {
        margin-bottom: 80px;
        align-items: center;
        flex-direction: column;
    }

    .each-course-row.course-row-reverse {
        flex-direction: column-reverse;
    }

    .course-row-reverse .each-course-info {
        z-index: 12;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .each-course-info {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contact-page-form {
        flex: 1 1 100%;
        max-width: 100%;
    }


}

@media screen and (max-width: 575px){

    .form-title h4 {
        font-size: 26px;
    }

    .contact-page-form form {
        padding: 42px 20px;
    }

    .contact-page-form .form-item.form-line {
        flex-direction: column;
    }

    .course-row-reverse .each-course-info {
        padding: 31px 22px 31px 22px;
    }

    .each-course-info {
        padding: 31px 22px 31px 22px;
    }

    .each-course-media {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .course-row-reverse .each-course-media {
        flex: 1 1 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 425px){

    .course-title h4 {
        font-size: 25px;
    }
}

@media screen and (max-width: 375px){


}

@media screen and (max-width: 320px){


}
