﻿* {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bd-bottom {
    border-bottom: 1px solid #ccc;
}
.active-bd {
    border-bottom: 3px solid #0198FF;
}
.banner-home {
    position: relative;
    background-image: url(/Content/Image/Banner/bannerchinh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70vh;
}
.title-new {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner-home-text {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.banner-bomon {
    padding: 15px 0 15px 0;
    background-color: #F5F5F5;
}
.banner-bomon-list {
    padding-top: 50px;
    width: 100% !important;
}
.bantindaotao {
    margin-bottom: 78px;
}
.bantindaotao-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-top: 40px;
}
.bantindaotao-xemthem {
    font-size: 14px;
    display: flex;
    align-items: end;
    font-weight: 600;
    color: #BB0000;
}
.bantindaotao-name {
    font-size: 24px;
    position: relative;
}
    .bantindaotao-name::after {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 5px;
        left: 0;
        border-bottom: 10px solid rgba(230, 138, 138, 0.69);
    }
.bantindaotao-img {
    width: 100%;
    max-height:30vh;
}
.bantindaotao-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    font-size: 20px;
    overflow: hidden;
    margin-top: 15px;
}
.mgCommon {
    padding-bottom: 70px;
}
.bantindaotao-content-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    font-size: 16px;
    overflow: hidden;
}
.bantindaotao-content-list{
    padding-top: 25px;
}
.mgCommon-VanBan {
    background-color: #F8FBFE;
}
.mgCommon-ThongBao {

}
.mgCommon-ThongBao-list {
    margin-top: 8px;
   
}
.mgCommon-ThongBao-item {
}
.mgCommon-ThongBao-date {
    color: #0198FF;
    font-weight: 700;
}
mgCommon-ThongBao-month {
    opacity: 0.8;
    font-weight: 700;
}
.mgCommon-ThongBao-text {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:50px;
}
.mgCommon-ThongBao-file {
    color: #0198FF;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}
.phanmemquanly {
    padding: 70px 0;
}
.phanmemquanly-list {

}
.phanmemquanly-item {
    text-align: center;
    padding: 16px 0;
}
.phanmemquanly-item-icon i {
    background: #0198FF;
    border-radius: 50%;
    font-size: 30px ;
    color: #fff;
    padding: 15px 20px;
}
.phanmemquanly-item-name {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}

.hoatdong {
    padding: 70px 0;
}
.hoatdong-title {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.hoatdong-title-link {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 15px;
}
.hoatdong-list {
   
}
.hoatdong-item {
    margin-top: 20px;
}
.hoatdong-video,
.hoatdong-img {
    width: 100%;
    height: 30vh;
}
.hoatdong-title-link {
    cursor: pointer;

}
.footer-logo {
    float: left;
    margin-right: 30px;
    height: 120px;
}
@media only screen and (max-width: 991px) {
    .banner-bomon-list {
        padding-top: 85px;
    }
    .banner-bomon {
        padding: 0px 0 35px 0;
    }
    .footer-logo {
        margin: auto;
        height: 90px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-logo {
        margin: auto;
        margin-bottom: 15px;
    }
}