/* ----------------css chung-------------- */

@font-face {
    font-family: Merriweather;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Regular.ttf);
}

@font-face {
    font-family: MerriweatherBlack;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Black.ttf);
}

@font-face {
    font-family: Inter;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('../fontfamily/Inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: NotoSerifMedium;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/noto-serif/NotoSerif-Medium.ttf);
}

.TitDM a {
    color: rgb(26 80 152);
}

.MerriweatherBlack {
    font-family: MerriweatherBlack !important;
}

.NotoSerifMedium {
    font-family: NotoSerifMedium !important;
}

.colorTiT4 {
    color: rgb(77 77 77);
    line-height: 1.625;
}

.Inter {
    font-family: Inter !important;
}

.TitDM {
    border-bottom: 2px solid #edf2f6;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

.colorTiT3 {
    color: rgb(25, 25, 25);
}

.fs17px {
    font-size: 17px;
}

.Merriweather {
    font-family: Merriweather !important;
}

.otime {
    color: #595959;
    --webkit-transform: matrix(1, 0, 0, 0.85, 0, 0);
    padding-right: 40px;
}

.dashstyle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}

.backgray {
    background-color: #e6e6e6;
}

.backlighgray {
    background-color: #F3F6FB;
    border: 1px solid #E2E7ED;
}

.borderlight {
    border: 1px solid #E2E7ED;
}

.borderradi {
    border-radius: 5px;
}

.h-98 {
    height: 99%;
}

.text-jutify {
    text-align: justify !important;
}

.fs15px {
    font-size: 15px;
}


/* --------------------c2----------------- */

.div-titlee {
    height: 47px;
    background-image: url(../img/nenbng.png);
    background-size: 100% 100%;
}

    .div-titlee .homelink {
        width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #194c8e;
    }

.Albumitem .divtit {
    min-height: 84px;
}

    .Albumitem .divtit p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        --webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

.divimg2:hover img {
    transform: scale(1.2);
}

.divimg2 img {
    transition: transform .5s ease;
}

.item-img img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}

.divimg2 {
    overflow: hidden;
}

a.page-link {
    border-radius: 0;
    margin: 15px 5px;
    padding: 10px 20px;
    color: rgb(26 80 152);
}

.star {
    font-size: 24px;
    color: #d3d3d3;
    cursor: pointer;
    transition: color 0.2s;
}

    .star.selected,
    .star.hovered {
        color: rgba(56, 146, 229, 1);
    }


/* ------------albumanh-------------- */


/*---------------------x-------------------------*/

.content-img-show .content-img ul {
    text-decoration: none;
}

    .content-img-show .content-img ul li:first-child {
        margin-top: 30px;
    }

    .content-img-show .content-img ul li {
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        list-style: none;
    }

.img-background-after {
    position: absolute;
    background: rgb(0 0 0 / 56%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-img-show .img-child {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.content-img-show #img-main-big {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: cover;
    display: block;
}

.flex-img {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.content-img-show .main-img-show {
    flex: 1;
    width: 80%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.content-img-show .col-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    background: rgb(36, 36, 36, 1);
    height: 100vh;
    align-items: flex-start;
}

.content-img-show .content-img {
    width: 100vw;
    position: fixed;
    height: 100vh;
    top: 0;
}

.action-change {
    position: absolute;
    left: 101%;
    top: 50%;
    color: white;
}

.img-icon-change {
    width: 50px;
    height: 50px;
    background: rgba(255, 0, 0, 0.3);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}

.content-img-show p.Title-img {
    font-family: Roboto;
    font-style: italic;
    font-size: 13px;
    line-height: 19px;
    color: gray;
    margin-top: 15px;
}

.list-img-next {
    margin-top: 30px;
}

.content-img-show .list-btn-action {
    padding: 10px;
    color: white;
    font-weight: bold;
    margin-top: 40px;
}

.item-img {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.info-container {
    display: flex;
    background: #f2f2f2;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .info-container p {
        flex: 0 0 80%;
        /* Chiếm 80% chiều rộng */
        margin: 0;
        display: flex;
        align-items: center;
        /* Căn giữa theo chiều dọc */
    }

div .active > .page-link,
div .page-link.active {
    background-color: #2964ab;
}


/* ----------thongbao-------- */

.box-thongtin {
    background-image: url(../img/Nen_thongbao.png);
    background-size: 100% 100%;
    height: 610px;
    border-top: 3px solid rgba(56, 146, 229, 1);
    border-left: 1px dashed rgba(56, 146, 229, 1);
    border-right: 1px dashed rgba(56, 146, 229, 1);
    border-bottom: 1px dashed rgba(56, 146, 229, 1);
    border-radius: 0px 0px 10px 10px;
}

    .box-thongtin ul {
        height: 500px;
        overflow-y: auto;
    }

    .box-thongtin ul {
        padding: 0px 15px;
    }

        .box-thongtin ul a {
            color: black;
            font-family: Merriweather;
            line-height: 1.7;
            display: block;
            text-align: justify;
        }

    .box-thongtin li {
        border-bottom: 2px solid #d3d3d3;
        padding: 15px 0px;
    }

    .box-thongtin a:hover {
        color: rgba(56, 146, 229, 1) !important;
    }

    .box-thongtin ul::-webkit-scrollbar {
        background: #00000000;
        width: 5px;
        right: 0px;
    }

    .box-thongtin:hover ul::-webkit-scrollbar-thumb {
        background: rgba(56, 146, 229, 1);
    }

    .box-thongtin ul::-webkit-scrollbar-thumb {
        background: #00000000;
        border-radius: 10px;
        width: 5px;
    }

    .box-thongtin .TitNB {
        height: 45px;
    }


/* ------------video--------------- */

div .btn-success {
    background-color: #2964ab;
    border: 1px solid #2964ab;
}

.danhsachketqua ul a::before {
    content: "";
    background-color: red;
    clip-path: circle(50% at 50% 50%);
    width: 6px;
    height: 6px;
    position: absolute;
    left: -16px;
    top: 9px;
}


/* -------------x------------------- */

.TitVB {
    height: 44px;
    border-radius: 5px;
    color: white;
    background-color: #f2f2f2;
}

    .TitVB.active {
        background-color: #0068b4;
    }

        .TitVB.active a {
            color: white;
        }

.searchboxvb {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.CodeClass {
    width: 13%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.EpitomizeClass {
    width: 47%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.ViewClass {
    width: 20%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.DateOfIssuedClass {
    width: 15%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.content-vanban tr td {
    border: 1px solid #E2E7ED;
}

.viewmoerebttn {
    color: #1259A0;
    width: 142px;
    border: 1px solid #719BC6;
    height: 40px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    background: white;
}

    .viewmoerebttn:hover {
        color: white;
        background-color: #1259A0;
    }

.box-menuvb {
    background: #FFFFFF;
    border-top: 2px solid #1259A0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    .box-menuvb li {
        padding: 10px 15px 10px 20px;
    }

        .box-menuvb li.active {
            background-color: #1259A0;
        }

            .box-menuvb li.active a {
                color: white;
            }

table {
    border: 1px solid #E2E7ED;
}

    table tbody {
        /*display: inline-block;*/
        width: 100%;
        border-left: 1px solid #eeeeee;
        overflow: auto;
    }

.vb-khac ul a::before {
    content: "";
    background-color: red;
    clip-path: circle(50% at 50% 50%);
    width: 6px;
    height: 6px;
    position: absolute;
    left: -16px;
    top: 7px;
}

.CodeClassdt {
    width: 5%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.EpitomizeClassdt {
    width: 60%;
    border: 1px solid #E2E7ED;
    background: #F3F6FB;
    height: 50px;
}

.downloadfiledt {
    width: 113px;
    border: 1px solid #719BC6;
    height: 40px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: white;
    background-color: #1259A0;
}


/* --------------------------------------------------- */

.UIHoiDapSearchBox {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #E2E7ED;
    background: url(/img/bg-trongdong.png) no-repeat center #F3F6FB;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.atimkiem {
    padding: 12px 31px 12px 36px;
    gap: 0px;
    border-radius: 60px;
    background: #1259A0;
    border: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
}

.TitNBcolor {
    color: rgb(23 90 172) !important;
}

.imgpaper {
    width: 20px;
    height: 20px;
}

.imgavatar {
    width: 64px;
    height: 64px;
}

.xemct {
    padding: 8px 20px !important;
    border-radius: 4px !important;
    border: 1px solid #719bc6 !important;
}

.Khoihoidap {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 11%) 0px 6px 13px 0px, rgb(0 0 0 / 4%) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.borstyle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.timkiemmini {
    /* height: 368px; */
    margin-bottom: 20px;
    /* background: #FFF8DE; */
    padding: 20px;
    border: 1px solid #E2E7ED;
    background: url(/img/bg-trongdong.png) no-repeat center #F3F6FB;
    box-shadow: var(--box-category);
    border-radius: 4px;
}

.bgtrongdong {
    background: url(/img/bg-trongdong.png) no-repeat center #F3F6FB;
    border: 1px solid #E2E7ED;
}

.truycap p:first-child::before {
    content: "";
    background-color: red;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -16px;
    top: 9px;
}


/* -----------------------------chitiettin------------------------- */

.Khoighim {
/*    position: sticky;
    top: 77%;
    display: block;
    height: 5px;
    z-index: 4;*/
}

.social-container img {
    width: 25px;
    height: 25px;
}

.social-container a:hover img {
    transform: scale(1.08);
    z-index: 100;
}

.kquangc {
    position: sticky;
    top: 0;
}

.social_pin .social-container {
    border-top: 1px solid #F2F2F2;
}

.social-container i {
    font-size: 30px;
}

.social-container a {
    display: block;
}

.social-container li {
    margin: 10px 0px;
}

    .social-container li i {
        font-size: 25px;
    }

.social_pin {
/*    position: absolute;
    left: -48px;
    bottom: 0px;*/
}

    .social_pin ul li a,
    .social_pinv2 ul li a {
        border: 1px solid #f2f2f2;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        height: 37px;
        width: 37px;
        align-items: center;
        cursor: pointer;
    }

.divdetail-icon {
    padding: 6px;
    background: #fff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-align: center;
}

.social-container li a:hover {
    border: 2px solid #2d67ad;
}

.divdetail-icon a:hover svg path {
    color: #e40913;
    fill: #e40913;
}

#gop-y-tin-tuc {
    font: 400 16px/150% arial;
    border: none;
    width: 100%;
    color: #4f4f4f !important;
    background: #F7F7F7;
    padding: 5px 37px 0 15px;
    height: 76px;
    overflow: hidden;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    resize: none;
    background: #F7F7F7;
    border-radius: 4px;
    position: relative;
    border-left: 2px solid #0067c4;
}

.KhoiBinhLuan input {
    width: calc(100%);
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #4f4f4f;
    padding: 0 8px;
    background-color: #F7F7F7;
}

.tindocnhieu-temp ul li a p {
    line-height: 22px;
    color: #182940;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 70px;
}

.KhoiBinhLuan .btn {
    padding: 8px 14px;
}

    .KhoiBinhLuan .btn:hover,
    .div-titlee .btn:hover {
        background-color: #4284d4;
        border-color: #2964ab;
    }

.fs32px {
    font-size: 32px;
}

.content-chitiet-tintuc p.tit {
    color: #031739;
}

.content-chitiet-tintuc p.info-created span.otime {
    color: #7D92AE;
    font-weight: 400;
}

.content-chitiet-tintuc p.info-created strong {
    color: #3B4E68;
}

.item-imgtinkhac img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid #eeeeee;
    height: 175px;
}

.tinkhac-item {
    row-gap: 10px;
    column-gap: 20px;
    grid-template-columns: 280px auto;
    grid-template-rows: 60px 105px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 6px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
}

    .tinkhac-item p.tit {
        line-height: 25px;
        color: #212529;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .tinkhac-item p.des {
        line-height: 20px;
        text-align: left;
        color: #484848;
    }

.boxsadow {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.xemthem-btn {
    display: block;
    width: 100%;
    border: 1px solid #EEEEEE;
    background: #F9F9F9;
    color: #7D92AE;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 0;
    cursor: pointer;
    margin: 20px 0;
}

.footer {
    background-image: url(../img/bannerfooter2.png);
    background-size: 100% 100%;
}
