/*
Theme Name: Code by Icccollege
Theme URI: https://icccollege.edu.vn
Author: Admin-Icccollege
Author URI: https://icccollege.edu.vn
Description: Website Edit by icccollege
Version: 1.1
License: Nothing
License URI: Nothing
Tags: Nothing

*/

@media(min-width: 768px) and (max-width: 1240px) {
    .header-content {
        width: 100% !important;
    }
    .is-sticky .header-content{
        width: 100% !important;
    }
}

@media(min-width: 1240px) and (max-width: 1500px) {
    .header-content {
        width: 95% !important;
    }
    .is-sticky .header-content{
        width: 100% !important;
    }
}

.header-content {
    width: 80%;
    margin: 0 auto;
    box-shadow: none;
}
.is-sticky .header-content{
    width: 100%;
}
.copyright {
    font-style: italic;
    padding-top: 5px;
    text-align: center;
}
.custom_admissions {
    padding: 10px 0;
}
.custom_admissions .row{
    display: ruby-base-container;
}
/*.stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 50px;*/
/*    flex-wrap: wrap;*/
/*    margin-top: 20px;*/
/*}*/

/*.stat-item {*/
/*    text-align: center;*/
/*    max-width: 200px;*/
/*}*/

.stat-item img {
    width: 120px;
    height:120px;
}

.stat-item .number {
    font-size: 30px;
    font-weight: bold;
    color: #003366;
    transition: color 0.5s;
}
.stat-item .number-last {
    font-size: 30px;
    font-weight: bold;
    color: #003366;
    transition: color 0.5s;
}

.stat-item p {
    text-align: center;
    font-size: 18px;
    color: #003366;
}