﻿.carousel-control-prev {
    left: -45px;
    width: 105px !important;
}

.carousel-control-next {
    right: -45px;
    width: 105px !important;
}

.toolbar-mobile {
    display: none;
}

.resp-logo {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 107px
}

@media (min-width: 1800px) {
    .navbar-header {
        padding: 0 60px;
    }

    .container {
        max-width: 1620px !important;
    }
    /* .toolbar{
    margin: 20px 0 20px 14%;
} */
    .school-container {
        margin: 0 0 0 14%;
    }
}


.btn-close {
    display: none !important
}

.mobile-input-wrapper {
    display: none
}

.posision-rlt {
    /*    position: relative;*/
    /*    top: -230px;*/
}


.club-wapper-mobile > div:first-child {
    padding-left: 120px
}




/* ======================================== */
.content {
    line-height: 1.6;
}

.btn-register {
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    width: fit-content;
}

    .btn-register:hover {
        background-color: #0056b3;
    }

.contact-info {
    margin-top: 20px;
}

    .contact-info p {
        margin: 5px 0;
    }

.infor-truong-soluong {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
}

.css-checkbox {
    display: none;
}

.css-checkbox {
    display: none;
}

    .css-checkbox:checked + .css-label .checkbox-icon {
        background-image: url('/img/Checkmark.png');
        width: 20px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Khi checkbox không được chọn, hiển thị ảnh cho checkbox không được chọn */
    .css-checkbox:not(:checked) + .css-label .checkbox-icon {
        background-image: url('/img/Checkmarkno.png');
        width: 20px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
    }

.content-check {
    display: flex;
    align-items: center;
}
.showContact {
    transition: all 0.3s linear;
}

#carousel-t2 .combo-item-sl2 {
    border-radius: 12px;
}

#carousel-t2 .card-img-mid-ct-2 {
    width: 50%;
    object-fit: cover;
    transition: 0.3s ease;
}

#carousel-t2 .img-slide-2 {
    width: 30px;
    height: 30px;
}

.nav-tabs .nav-link {
    border: none;
}

    .nav-tabs .nav-link.active {
        color: #2764E7 !important;
        border-bottom: 3px solid #2764E7 !important;
        border-color: white;
    }


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EBECEF;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #F5F6FA !important;
    color: #111827;
}
/* tr:nth-child(even) {
        background-color: #f2f2f2;
    } */
tr:hover {
    background-color: #ddd;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
}

.diem-nv1 {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #144BD626;
    width: 90px;
    text-align: center;
    color: #144BD6;
}

.diem-nv2 {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #FF9F2926;
    width: 90px;
    text-align: center;
    color: #FF9F29;
}


.swiper {
    width: 100%;

}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px !important;
    /* height: 300px !important; */
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1.73px 4px 0px !important
}

    .swiper-slide img {
        display: block;
        width: 100%;
        border-radius: 10px;
    }

.swiper-container {
    display: flex;
    justify-content: center;
}


.left-side-detail-mb {
    padding-right: 8px
}


.tabs-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.club-wapper-mobile .swiper-backface-hidden {
    padding: 12px !important
}

.background-image-ct-slide {
    padding: 80px 0px;
    margin-top: 50px
}

.line-blue {
    width: 4px;
    height: 28px;
    border-radius: 4px;
    background: #2764E7;
}


.section-detail-title {
    font-size: 36px;
    display: flex;
    justify-content:flex-start;
    align-items:center;
}

.title-clb{
    font-size: 32px;
    font-weight: 600;
}
.descrip-clb {
    width: calc(100% - 140px);
    color: #606060;
}
.btn-arrow {
    width: 54px;
    height: 50px;
    background-color: #2764E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.btn-arrow:hover {
    background-color: #FF7350;
}
    .btn-arrow img {
        width: 14px;
        height: 14px;
    }
.combo-item-sl2 {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #EBEDF0;
    overflow: hidden;
}

.img-school {
    height: 230px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.card-img-top-clb {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: transform 0.3s ease-in-out;
    position: relative;
}
.club-card {
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    padding: 20px 24px 30px 24px;
}

@media (min-width: 1400px) {
    .container-clb {
        max-width: 1100px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1400px !important;
    }
}

.combo-item-sl2:hover > .img-school > img {
    transform: scale(1.1);
    transition: transform 0.8s;
}

.carousel-control-prev.ds-clb {
    display: block;
    position: absolute;
    width: 50px !important;
    left: auto;
    right: 74px;
    height: 50px;
    opacity: 1;
    top: unset;
}

.carousel-control-next.ds-clb {
    display: block;
    position: absolute;
    width: 50px !important;
    left: auto;
    right: 12px;
    height: 50px;
    opacity: 1;
    top: unset;
}

@media screen and (max-width: 767px) {
    .equipment .swiper-slide {
        width: 85% !important
    }

    .section-detail-title {
        font-size: 20px;
    }


    .background-image-ct-slide {
        padding: 20px 0px;
        margin-top: 12px
    }
        .background-image-ct-slide .row>* {
            padding-left: 0px;
        }

        .toolbar {
            display: none !important
        }

    .btn-close {
        display: flex !important
    }


    .navbar-toggler {
        display: block !important;
    }

    .navbar-header {
        height: auto !important;
        display: flex;
        flex-direction: row !important;
        padding: 12px;
        background-color: #4942BD !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }

        .navbar-header .button-group {
            display: none
        }



    .navbar-collapse {
        position: fixed !important;
        width: 100vw !important;
        height: 100vh;
        top: 0 !important;
        left: 0 !important;
        z-index: 1050;
        background-color: #fff;
        overflow-y: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        display: block !important;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        margin-left: 0 !important
    }

        .navbar-collapse.show {
            transform: translateX(0);
        }

        .navbar-collapse .nav-item {
            width: 100%;
            border-bottom: 1px solid #EBEDF0;
        }

        .navbar-collapse .nav-link {
            padding: 16px;
            color: #0F2239 !important;
            font-size: 16px !important;
        }

        .navbar-collapse .navbar-close-button {
            padding: 0.5rem;
            float: right;
            margin-top: 10px;
            margin-right: 10px;
            display: block;
        }


    .mobile-nav {
        font-size: 14px !important;
        padding-left: 12px !important;
        height: fit-content !important;
    }

        .mobile-nav > div {
            margin-top: 0px !important;
        }

        .mobile-nav .alink {
            margin: 0 !important;
            margin-right: 0 !important;
        }


    .mobile-input-wrapper {
        display: flex;
        padding-left: 12px !important;
        margin-top: 21px;
    }


        .mobile-input-wrapper.row > * {
            padding-right: 0px !important
        }

    .navbar-dark .navbar-toggler {
        border: none;
        position: absolute;
        top: 4px;
        right: -2px
    }

    .custome-select-mb {
        background-color: transparent !important;
        border: none;
        padding-left: 12px;
        font-size: 16px;
    }

    .custome-search-mb {
        display: flex !important;
        flex-direction: row !important;
        background-color: #fff;
        border-radius: 8px
    }

    .custome-btn-mb {
        background-color: #FF7350;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 7px 19px;
        cursor: pointer;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin: 6px 9px;
        font-size: 14px;
        line-height: 18px;
    }


    .item-card-mb {
        width: 50% !important
    }

    .side-detail-mb {
        width: 100% !important;
    }

    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .custom-mobile {
        padding: 0 !important;
        border-radius: unset !important
    }

        .custom-mobile .myTabContent table {
            margin: 0 !important;
        }

    #diemChuanTable {
        margin-top: 12px !important
    }

    .notification-card1 {
        margin-left: 8px ;
        margin-right: 8px;
    }


    .club-wapper-mobile {
        display: flex !important;
        flex-direction: column !important
    }

        .club-wapper-mobile > div:first-child {
            padding-left: 8px;
            width: 100% !important
        }

        .club-wapper-mobile > div:last-child {
            width: 100% !important
        }

        .club-wapper-mobile .swiper-slide {
            width: 320px !important
        }
}
.table-diem-chuan th{
    width: 30% 
}
.select2-container, .select2-container > .selection {
    height: 100%;
    display: block;
}

.select2-selection {
    height: 100% !important;
    border: none !important;
    display: flex !important;
    align-items: center;
}

.select2-selection__arrow, .select2-results__option.select2-results__message {
    display: none
}

.select2-selection__placeholder {
    color: #1E1E1E !important;
    padding: 10px !important;
    font-size: 18px !important;
    font-family: Roboto;
}

.select2-results__option--highlighted {
    background-color: #6740EA !important;
}

.select2-selection__clear {
    margin-left: 8px
}

.select2-search__field {
    outline: none !important
}

.select2-selection__rendered {
    color: #1E1E1E !important
}

.select-wrapper-mobile > .select2-container {
    width: 100% !important;
    height: 48px;
}