.banner-item {
    min-height: 500px;
}
.position-relative {
    position: relative;
}
.img-right {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.position-absolute {
    position: absolute;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
}
.text-white {
    color: #fff;
}
.text-white.ck-content {
    max-width: 560px; 
    font-size: 18px; 
    line-height: 26px
}
h2.font-weight-bold {
    font-weight: 600;
    color: #334d6e;  
    margin: 0;
}
.f-22 {
    font-size: 22px;
}
.justify-content-between {
    justify-content: space-between;
    margin-bottom: 1.5rem;    
}
.d-flex {
    display: flex;
}
.btn-more {
    border: 1px solid #d2d5de;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #334d6e;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-more:hover {
    background: #b3154c;
    color: #fff;
    border-color: #b3154c;
}
.round-4 {
    border-radius: 4px;
}
.list-item .courses .cou-info .cou-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #334d6e;
    display: -webkit-box;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.color_text2 {
    color: #90a0b7;
}
.list-item .courses .cou-info .cou-rating {
    display: flex;
}
.mr-3, .mx-3 {
    margin-right: 1rem;
}
.font-weight-bold {
    font-weight: 600;
}
.mb-0, .my-0 {
    margin-bottom: 0 ;
    margin-top: 0;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem;
}
.mt-3, .my-3 {
    margin-top: 1rem;
}
.mb-1, .my-1 {
    margin-bottom: .25rem;
}
.mt-1, .my-1 {
    margin-top: .25rem;
}
.color_label {
    color: #334d6e;
}
.list-categories .list-items .list-item .courses .cou-info .cou-rating .review-count strong {
    color: #334d6e;
}
.list-categories .list-items .list-item .courses .cou-info .cou-rating .review-count {
    color: #90a0b7;
}
.list-courses {
	margin-top: 30px;
    margin-bottom: 60px;
}
.line-through {
    text-decoration: line-through;
}
.list-categories .list-items .scroll-flex-item {
    width: 290px;
}
.list-item .courses img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.list-categories .row-categories li:first-child
{
    margin-left: 0;
}
.list-categories .row-categories li {
    margin: 0 1rem;
}
.pointer {
    cursor: pointer;
}
.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.p-3 {
    padding: 1rem;
}
.list-categories .list-categories-head {
    border-bottom: 1px solid #dde1ee;
}
.mt-4, .my-4 {
    margin-top: 1.5rem;
}

.list-categories .list-categories-head .row-categories li.active, .list-categories .list-categories-head .row-categories li:hover {
    border-bottom: 4px solid #d91b5c;
    color: #334d6e;
}
.text-center {
    text-align: center;
}
.mt-5, .my-5 {
    margin-top: 3rem ;
}
.pt-4, .py-4 {
    padding-top: 1.5rem;
}
.pb-5, .py-5 {
    padding-bottom: 3rem;
}
.about-content {
    background: linear-gradient(0deg, rgba(47, 128, 237, .05), hsla(0, 0%, 100%, 0)), linear-gradient(0deg, #fff, #fff);
    padding: 15px 0;
}

.logo-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.logo-carousel img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.8;
  transition: 0.3s ease;
}
.logo-carousel img:hover {
  opacity: 1;
}

.logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
#scrollLogoBiz{
	margin-bottom: 3rem;
}
.about-content .scroll-flex .scroll-flex-item {
    width: 200px;
}

@media (min-width: 992px) {
    .f-lg-34 {
        font-size: 34px;
        line-height: 40px;
    }
	.f-lg-30 {
        font-size: 30px !important;
    }
}
@media (max-width: 599px) {
	.list-item .courses img{
		height: 230px;
	}
}