body {
    background-color: #ecfbff;
}


html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.list-group-item {
    margin: 8px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {}

.video {
    margin-top: 4px;
    margin-bottom: 4px;
}

.service-box {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.blue {
    background-color: #1E90FF;
}

.green {
    background-color: #2E8B57;
}

.olive {
    background-color: #6B8E23;
}

.orange {
    background-color: #D2691E;
}

.service-box i {
    font-size: 30px;
    margin-bottom: 10px;
}


h2 {
    color: #D2691E;
    font-weight: 900;
}

.round-eds {
    border-radius: 10px;
}




.chuyengia .card-img-top {
    width: auto;
    aspect-ratio: 1;
    object-fit: cover;
    overflow: hidden;
}

.news2 .card-img-top {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.lichtruc img {
    display: inline;
    height: 6rem;
}

.lichtruc li {
    display: inline;
}



.thongbao li img {
    display: inline;
    height: 3rem
}


.newscard .badge {
    background-color: #008cba;
}


.news2 .list-group-item {
    border-radius: 1.3rem !important;
    overflow: hidden;
    padding: unset;
}

.news2 .list-group-item .card-body {
    margin: 10px;
}

.chuyengia .list-group-item {
    border-radius: 1.3rem !important;
    /* margin: 10px; */
    padding: unset;
    overflow: hidden;
}

.chuyengia .list-group-item .card-body {
    margin: 20px;
    /* padding: unset; */
}

h2.text-center {
    font-weight: 900;
    color: #008cba;
    text-align: center;
    /* Căn giữa text */
}

h2.text-center::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 10%;
    height: 1px;
    border: #bababa 2px solid;
}

button.btn {
    border-radius: 2rem;
    border: 2px solid #008cba;
    background-color: transparent;
    color: #008cba;
}

@media only screen and (max-width: 1000px) {
    .service-box {
        margin: 10px;
    }
}


.khoacard {
    margin: 10px 0 10px 0;
}