.carouselItem {
    display: block;
}

.carouselItem::after {
    content: '';
    display: block;
    padding-top: 36%;
}

.banner-one {
    margin-bottom: 100px;
}

.introduct {
    margin-bottom: 100px;
}

.intro-info:hover .intro-info-line{
    width: 30%;
}

.intro-info-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #005587;
    margin-bottom: 10px;
    cursor: pointer;
}

.intro-info-line {
    height: 3px;
    width: 10%;
    background: #005587;
    margin-bottom: 50px;
    transition: 3s;
}


.intro-info-summary {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #333333;
}

.intro-info-btn {

}

a.intro-img {
    display: block;
}

.intro-img::after {
    content: '';
    display: block;
    padding-top: 59%;
}

.card-course {
    margin-bottom: 100px;
}

a.card-course-item {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2),
                0px 1px 18px rgba(0, 0, 0, 0.12),
                0px 6px 10px rgba(0, 0, 0, 0.14);

    border-radius: 5px;
    border-left: 5px solid #F37026;
    padding: 20px 75px 20px 30px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.5s;
}

a.card-course-item:hover {
    transform: translateY(-10px);
}

a.card-course-item:hover .card-course-item-num {
    color: #F37026;
}

a.card-course-item:hover .card-course-item-title {
    color: #F37026;
}

.card-course-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #005587;
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
    transition: 0.2s;
}

.card-course-item-summary {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #828282;
    height: 42px;
    overflow: hidden;
}

.card-course-item-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #E0E0E0;
    transition: 0.2s;
}

.course {
    margin-bottom: 100px;
    position: relative;
}

.course:hover .course-title {
    color: #F37026;
}

.banner-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.banner-2::after {
    content: '';
    display: block;
    padding-top: 28%;
    background: linear-gradient(0deg, rgba(0, 85, 135, 0.8), rgba(0, 85, 135, 0.8));
}

.course-main {


}

.course-title {
    padding: 50px 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s;
}

.course-option {
    display: flex;
    justify-content: center;
}


.vid {

}

.vid-background {
    position: relative;
}

.vid-background::after {
    content: '';
    display: block;
    padding-top: 28%;
    background: linear-gradient(
            270deg,
            rgba(243, 112, 38, 0.5) 0%,
            rgba(0, 85, 135, 0.5) 100%);
}

.vid-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
}

a.vid-btn {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    transition: 0.2s;
}

a.vid-btn:hover {
    transform: scale(1.1);
}


a.vid-btn img{
    width: 80px;
    height: 80px;
}

.vid-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    white-space: nowrap;
}


.newsnEvent {
    margin-bottom: 80px;
}

.news-title {
    margin-bottom: 30px;
}

.news-title:hover .news-title-line{
    width: 30%;
}

.news-title-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #005587;
    margin-bottom: 5px;
}

.news-title-line {
    height: 3px;
    width: 10%;
    background: #005587;
    margin-bottom: 50px;
    transition: 3s;
}

.news-item {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #E0E0E0;
}

.news-item-left {
    width: 20%;
    flex-shrink: 0;
    margin-right: 20px;
}

a.news-item-img {
    width: 100%;
    display: block;
}

a.news-item-img::after {
    content: '';
    display: block;
    padding-top: 100%;
}

.news-item-right {

}

a.news-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.news-item-time {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.news-item-right .news-item-time {
    margin-bottom: 10px;
}

.news-item-summary {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}

.event {

}

.event-title {
    margin-bottom: 30px;
}

.event-title:hover .event-title-line{
    width: 30%;
}

.event-title-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #005587;
    margin-bottom: 5px;
    white-space: nowrap;
}

.event-title-line {
    height: 3px;
    width: 10%;
    background: #005587;
    margin-bottom: 50px;
    transition: 3s;
}

.event-item {
    padding: 20px 0;
}

a.event-item-img {
    margin-bottom: 10px;
    display: block;
}

a.event-item-img::after {
    content: '';
    display: block;
    padding-top: 53%;
}

.event-item-time {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    margin-bottom: 5px;
}

a.event-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    display: block;
    text-decoration: none;
}

.book {
    background: #005587;
    margin-bottom: 100px;
    padding: 50px 0;
}

.book-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.book-main {
    position: relative;
}

.book-item {

}

a.book-item-img {
    margin-bottom: 10px;
    display: block;
}
a.book-item-img::after {
    content: '';
    display: block;
    padding-top: 150%;
}

a.book-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #fff ;
    text-decoration: none;
    height: 42px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
}

.book-item-price {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.book-main .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 110%;
    color: #fff !important;
}

.book-main button {
    padding: 20px !important;
    font-size: 24px;
    outline: none;
}

.book-main button:hover {
    background: transparent !important;
    color: #fff !important;
    outline: none;
}
.book-main button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px !important;
    transform: translateY(-50%);
}

.book-main button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px !important;
    transform: translateY(-50%);
}


@media only screen and (min-width: 1900px) {
    .banner-2::after {
        padding-top: 22%;
    }
}

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

    .banner-one {
        margin-bottom: 50px;
    }

    .introduct {
        margin-bottom: 50px;
    }

    .intro-info-line {
        margin-bottom: 15px !important;
    }

    .intro-info {
        margin-bottom: 15px;
    }

    .intro-info-summary {
        font-size: 14px;
    }

    a.card-course-item {
        margin-bottom: 15px;
    }

    .card-course {
        margin-bottom: 50px;
    }

    .banner-2::after {
        padding-top: 73%;
    }

    .course {
        margin-bottom: 50px;
    }

    .teacher-title-main {
        padding: 0 20px;
        font-size: 18px;
        white-space: nowrap;
    }

    .vid-background::after {
        padding-top: 65%;
    }

    .news-title-line {
        margin-bottom: 15px;
    }

    .news {
        margin-bottom: 30px;
    }

    .event-title-line {
        margin-bottom: 15px;
    }

    .newsnEvent {
        margin-bottom: 50px;
    }

    .book {
        margin-bottom: 50px;
    }

    .partner-title {
        margin-bottom: 30px;
    }

    .partner-title-content {
        padding: 0 20px;
        font-size: 18px;
        white-space: nowrap;
    }
}

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

}
