﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
#carouselBanner{
    width:100%;
}
    #carouselBanner .carousel-inner {
        /*height:300px;*/
        height: 480px;
    }
    #carouselBanner .carousel-item {
        height:100%;
    }
        #carouselBanner .carousel-item .cnt-infor {
            position: absolute;
            top: 100px;
            width: 100%;
        }
            #carouselBanner .carousel-item .cnt-infor .name {
                background-color: #5C7EFA;
                font-size: 24px;
                color: #fff;
                padding: 10px 20px;
            }
            #carouselBanner .carousel-item .cnt-infor .notes {
                background-color: rgba(255, 255, 255, 0.7);
                padding: 5px 20px;
                margin-top: 2px;
            }
.carousel-indicators li {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #C9B6A8;
    margin: 0 8px;
}
.carousel-indicators .active {
    background-color: #7890aa;
}
.cnt-search-courses #input_search {
    height: 50px;
    line-height: 50px;
    background-color: #F2F1F7;
    color: #969694;
    font-style: italic;
    border-color: #ebebeb;
    width: calc(100% - 188px);
    float: left;
    padding-right: 55px;
    padding: 0px;
}
    .cnt-search-courses #input_search .ML__fieldcontainer {
        height:50px;
    }
    .cnt-search-courses #input_search .ML__fieldcontainer__field {
        height: 50px;
        padding-left: 8px;
        line-height: 42px;
    }
.cnt-search-courses .cnt-btnsearch-topic {
    width: 180px;
    float: left;
}
.cnt-search-courses button {
    line-height: 36px;
    background-color: #FF8A00;
    padding: 6px 35px 6px 35px;
    color: #fff;
}

.cnt-search-courses .btn-chevron-right {
    height: 50px;
    position: absolute;
    top: 0px;
    line-height: 50px;
    right: 0px;
    width: 50px;
    background-color: #FF6600;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.cnt-result-search-courses .item-search-courses {
    color: #3762EF;
    width: 100%;
    min-height: 200px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    /*display: table;*/
    /*padding-top: 60px;*/
    padding-bottom: 20px;
}

    .cnt-result-search-courses .item-search-courses .group-item {
        /*display: table-cell;*/
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        color: unset;
    }

        /*.cnt-result-search-courses .item-search-courses .group-item .item-1 {
            font-size: 70px;
        }*/
            .cnt-result-search-courses .item-search-courses .group-item .item-1 img{
                width:100%;
                border-top-left-radius:5px;
                border-top-right-radius:5px;
                height:150px;
                object-fit:cover;
            }

            .cnt-result-search-courses .item-search-courses .group-item .item-2 {
                font-size: 35px;
                font-weight: 600;
                line-height: 50px;
                margin-top:10px;
            }

        .cnt-result-search-courses .item-search-courses .group-item .item-3 {
            color: #000;
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }



.cnt-news .table-item {
    display: table;
    height: 220px;
}
    .cnt-news .table-item .table-cell-item {
        display: table-cell;
        vertical-align: middle
    }
        .cnt-news .table-item .table-cell-item img {
            width: 100%;
            height: 140px;
            object-fit: cover;
        }
        .cnt-news .table-item .table-cell-item a{
            text-decoration:none;
            color:#333;
        }
        .cnt-news .table-item .table-cell-item .small .time {
            color: #959595;
        }
        .cnt-news .date-create {
            color: #F7B227;
            width: 130px;
            height: 130px;
            border: 2px solid #F7B227;
            display: table
        }
.cnt-news .btn.btn-more,
#main_content .btn.btn-more {
    background-color: transparent;
    border: 1px solid #E1E1E1;
    width: 160px;
    height: 48px;
}

.cnt-news .btn.btn-more:hover,
#main_content .btn.btn-more:hover {
    background-color: var(--main-color);
    color: #fff;
}
/*.cnt-instructor-infor .carousel-control-prev-icon:after,
.cnt-instructor-infor .carousel-control-next-icon:after {
    color: #fff;
}*/
.cnt-instructor-infor .card,
.cnt-instructor-infor .card .card-footer {
    background-color: transparent;
}
.cnt-instructor-infor .card-author{
    color:#333 !important;
}
.cnt-instructor-infor .btn.btn-more {
    border: 1px solid #EBEBEB;
}
@media (min-width: 1680px) {
    #carouselBanner .carousel-inner {
        height: 400px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width:1199.98px) {
    .cnt-result-search-courses .item-search-courses .group-item .item-1 img {
        height: 130px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .cnt-result-search-courses .item-search-courses .group-item .item-1 img{
       height: 120px;
    }
}

@media (min-width: 567px) and (max-width: 767.98px) {
    .cnt-search-courses #input_search {
        width: calc(100% - 50px);
    }
    .cnt-search-courses .cnt-btnsearch-topic {
        width: 40px;
    }
    .cnt-search-courses button {
        display: none;
    }
    .cnt-search-courses .fa.fa-keyboard-o {
        right: 80px !important;
    }
    .cnt-search-courses .btn-chevron-right{
        right:-8px;
    }
}
@media (max-width: 566.98px) {
    .cnt-search-courses #input_search {
        width: calc(100% - 40px);
    }
    .cnt-search-courses .cnt-btnsearch-topic{
        width:40px;
    }
    .cnt-search-courses button{
        display:none;
    }
    .cnt-search-courses .fa.fa-keyboard-o{
        right:80px !important;
    }
    .cnt-news .table-item .table-cell-item {
        border-bottom: 1px solid #E1E1E1;
        padding-bottom: 35px;
    }
    #carouselBanner .carousel-inner{
        height:200px;
    }
}