.divimgtintuc img,
.divimgtin2 img,
.divimgvideophu img,
.divimgvideo img {
    width: 100%;
}

.divimgtintuc img {
    height: 182px;
    object-fit: cover;
    border-radius: 0px 0px 11px 11px;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-59 {
    width: 59%;
}

.w-20 {
    width: 20%;
}

.w-23 {
    width: 23%;
}

.w-54 {
    width: 54%;
}

.w-41 {
    width: 41%;
}

.w-67 {
    width: 67%;
}

.w-33 {
    width: 33%;
}

.w-61 {
    width: 61%;
}

.w-39 {
    width: 39%;
}

.w-73 {
    width: 74%;
}

.w-27 {
    width: 27%;
}

.w-57 {
    width: 57%;
}

.w-43 {
    width: 43%;
}

.w-19 {
    width: 19%;
}

.fs165px {
    font-size: 16.5px;
}

.fs35px {
    font-size: 35px;
}

.fs30px {
    font-size: 30px;
}

.fs32px {
    font-size: 32px;
}

.fs24px {
    font-size: 24px;
}

.fs26px {
    font-size: 26px;
}

.fs25px {
    font-size: 25px;
}

.fs42px {
    font-size: 42px;
}

.fs265px {
    font-size: 26.5px;
}

.fs21px {
    font-size: 21px;
}

.fakecol {
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: var(--bs-gutter-y);
}

.fakerow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: -15px;
    margin-left: -15px;
}

.top47 {
    top: 46.5% !important;
}

.text-gray2 {
    color: #606368;
    font-weight: 500;
}

.candeujusti {
    text-align: justify;
    text-align-last: center;
}

.pb11px {
    padding-bottom: 11px;
}

.phankhoi {
    margin-bottom: 50px;
}

.bluestyle {
    color: #075fad;
}

.lheight36 {
    line-height: 36px;
}

.lheight25 {
    line-height: 25px;
}

.lheight18 {
    line-height: 18px;
}

.iconmedia {
    width: 25px;
    height: max-content;
}

.bggray {
    background-color: #efefef;
}

.bgdichvu {
    background-image: url(../img/dichvubanner.png);
    background-size: 100% auto;
}


/* ----------------------------------------x----------------------------- */

.NoiDungTrang .contenttrang {
    background-image: url(../img/hotnercenter.png);
    background-size: 100% auto;
}

.viewmortop {
    background-color: white;
    padding: 10px 25px 8px 25px;
    border-radius: 7px;
}

.he550 {
    height: 550px;
}

.TitDM {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .TitDM a {
        color: #003883;
        font-size: 27px;
        text-transform: uppercase;
        font-family: InterSemibold;
    }

.Khoidv {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 0px;
}

    .Khoidv img {
        width: 65px;
        height: 65px;
        object-fit: cover;
    }

    .Khoidv p.tit {
        background: linear-gradient(180deg, #3480c1 0%, #0d3a94 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: inherit;
    }

    .Khoidv a.chitiet {
        color: white;
        padding: 4px 15px;
        background-color: #0062c1;
        font-size: 14px;
    }

.divimgtintuc p {
    background-image: url(../img/num.png);
    width: 43px;
    height: 39px;
    color: white;
    text-align: center;
    font-size: 27px;
    font-family: InterSemibold;
}

.tintucitem a.chitiet {
    color: #2835de;
    padding: 4px 12px 3px 12px;
    background-color: #d4d4d4;
    font-size: 14px;
}

a.viewmoretintuc {
    color: white;
    padding: 5px 16px 4px 16px;
    background-color: #0062c1;
    font-size: 16px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 211px;
    overflow: hidden;
}

    .image-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/tron2.png);
        background-size: 71% auto;
        background-repeat: no-repeat;
        background-position: center top;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.5s ease;
        z-index: 0;
        height: 211px;
    }

    .image-container:hover::before {
        transform: rotate(120deg);
    }

.imgdichvu {
    height: 211px;
    background-image: url(../img/tron2.png);
    background-size: 71% auto;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
}

    .imgdichvu:hover {
        transform: rotate(360deg);
    }

    .imgdichvu img {
        width: 33%;
    }

.tableVB th {
    background-color: #e5f5ff !important;
    border: 2px solid #d0edff;
    border-width: 0px 2px !important;
}

.tableVB td {
    border: 2px solid #d0edff;
    border-width: 2px 2px !important;
}

.tableVB tbody {
    height: 300px;
    overflow-y: auto;
    display: table-caption;
    border-bottom: 2px solid #d0edff;
}

    .tableVB tbody::-webkit-scrollbar {
        background: #ffffff;
        width: 0px;
        right: 0px;
    }

    .tableVB tbody::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 10px;
        width: 0px;
    }

.tableVB th p {
    text-transform: uppercase;
    color: #002f7d;
    font-family: InterSemibold;
    font-size: 17px;
}

.tableVB td a {
    font-size: 16px;
    font-family: RobotoMedium !important;
}

.tableVB td img {
    margin-top: -5px;
}

.color444 {
    color: #002f7d;
}

.slickbanner img {
    width: 100%;
}

.tailieudt {
    background-image: url(../img/vien.png);
    background-size: 100% 100%;
    height: 120px;
}

.TitDM a::before {
    content: "";
    position: absolute;
    background-image: url(../img/centerTit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 18px;
    top: 40px;
}

.tailieudt img {
    width: 15%;
    height: max-content;
}

.tailieudt p {
    width: 85%;
    color: #002f7d;
}

.tailieudt {
    padding: 0px 44px;
    margin: 10px;
}

.footer {
    background: linear-gradient(0deg, rgb(18 59 109) 0%, rgb(31 111 209) 100%);
}

.bordertopbot {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.lienketws select {
    width: 280px;
    height: 40px;
    padding-left: 15px;
    border-radius: 5px;
}

.centerbannertop {
    margin-top: 102px;
}

.tintucitem {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.tintucbox {
    margin-left: -15px;
    margin-right: -15px;
}

.slickcenter img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.center-slider .slick-slide {
    background-color: unset;
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

    .center-slider .slick-slide,
    .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        transform: scale(0.8, 0.8);
        transition: all 0.4s ease-in-out;
    }

.center-slider .slick-center {
    transform: scale(1.1);
    background-color: #00000000;
}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
    background-color: unset;
}

.slick-content-midrow div {
    padding: 5px 0px;
}

.slickbanner .slick-prev {
    left: 0px;
    z-index: 5;
}

.slickbanner .slick-next {
    right: 25px;
}

    .slickbanner .slick-prev:before,
    .slickbanner .slick-next:before {
        font-size: 46px;
    }

.slickdichvu .slick-track {
    width: 100% !important;
}
.Khoidv .des{
    max-width:60%;
}

.text-2lines {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-3lines {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-4lines {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-5lines {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
