* {
    margin: 0;
    padding: 0;
}

body a {
    font-family: Inter;
}



.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

th,
td,
tr,
span,
p {
    /* font-family: Inter; */
    margin-bottom: 0px;
}

.divimg img,
.divimg52 img {
    width: 100%;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: Merriweather;
    /* src: url(~/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Merriweather/Merriweather-Regular.ttf);
}

@font-face {
    font-family: MerriweatherLight;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Merriweather/Merriweather-Light.ttf);
}

@font-face {
    font-family: MerriweatherBlack;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Merriweather/Merriweather-Black.ttf);
}

@font-face {
    font-family: Roboto;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoMedium;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoLight;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: RobotoBlack;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoBold;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: Inter;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('/_content/SharedUI/fontfamily/Inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: InterMedium;
    src: url('/_content/SharedUI/fontfamily/Inter/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: InterSemibold;
    src: url(/_content/SharedUI/fontfamily/Inter/Inter-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: MerriweatherBold;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('/_content/fontfamily/Inter/Merriweather-Bold.woff2') format('woff2');
}

@font-face {
    font-family: NotoSerif;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/noto-serif/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: NotoSerifMedium;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/noto-serif/NotoSerif-Medium.ttf);
}

@font-face {
    font-family: NotoSerifBold;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/noto-serif/NotoSerif-Bold.ttf);
}

@font-face {
    font-family: RobotoMedium;
    /* src: url(/_content/SharedUI/fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(/_content/SharedUI/fontfamily/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: MerriweatherBold;
    src: url(/_content/SharedUI/fontfamily/Inter/Merriweather-Bold.woff2) format('woff2');
}

.colred {
    color: rgb(247, 76, 76);
}

.Inter {
    font-family: Inter !important;
}

.InterSemibold {
    font-family: InterSemibold !important;
}

.InterMedium {
    font-family: InterMedium !important;
}

.MerriweatherBold {
    font-family: MerriweatherBold !important;
}

.NotoSerifMedium {
    font-family: NotoSerifMedium !important;
}

.RobotoMedium {
    font-family: RobotoMedium !important;
}

.Roboto {
    font-family: Roboto !important;
}

.RobotoBold {
    font-family: RobotoBold !important;
}

.Merriweather {
    font-family: Merriweather !important;
}

.fs11px {
    font-size: 11px !important;
}

.fs13px {
    font-size: 13px !important;
}

.fs14px {
    font-size: 14px;
}

.fs15px {
    font-size: 15px;
}

.fs17px {
    font-size: 17px;
}

.fs18px {
    font-size: 18px;
}

.fs19px {
    font-size: 19px;
}

.fs20px {
    font-size: 20px;
}

.fs23px {
    font-size: 23px;
}

.fs31px {
    font-size: 31px;
}

.text-black2 {
    color: #232323;
}

.h-98 {
    height: 99%;
}

.borderradi {
    border-radius: 5px;
}

.bordergray {
    border-bottom: 1px solid lightgray;
}

.colorTiT {
    color: rgb(80, 130, 179);
}

.colorTiT2 {
    color: white;
}

.colorTiT25 {
    color: #184e96;
}

.colorTiT3 {
    color: rgb(25, 25, 25);
}

.colorTiT4 {
    color: rgb(77 77 77);
    line-height: 1.625;
}

.text-jutify {
    text-align: justify !important;
}

.nentrong {
    background-color: #00000054;
}

.backgray {
    background-color: #e6e6e6;
}

.borderbotwhite {
    border-bottom: 1.5px solid white;
}

.borderright {
    border-right: 2px solid rgb(177, 177, 177);
}

.backg05 {
    background-color: rgb(80, 130, 179);
}

.dashstyle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}

div .w-65 {
    width: 65%;
}

div .w-35 {
    width: 35%;
}

div.w-63 {
    width: 63%;
}

div.w-37 {
    width: 37%;
}

div.w-45 {
    width: 45%;
}

div.w-55 {
    width: 55%;
}

.divimg2 img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.divimg52 img {
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.minisize35 {
    width: 43px;
    height: 43px;
    object-fit: cover;
    margin-top: -6px;
}

.minisize26 {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-top: -6px;
}

.minisize8x {
    width: 83px;
    height: 83px;
    object-fit: cover;
    margin-top: 10px;
}

.text-white1 {
    color: white;
}

.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;
}

.text-last {
    text-align-last: center;
}

.vmenu {
    background: var(--theme-color-forTitDM);
    height: 48px;
    z-index: 100;
}

.danhmuc-box,
.information-box {
    z-index: 102;
}

    .danhmuc-box a {
        border: 1px solid rgba(255, 255, 255, .3);
        box-sizing: border-box;
        border-radius: 4px;
        padding: 8.5px 12px;
        display: flex;
        cursor: pointer;
        align-items: center;
        height: 32px;
    }

    .information-box a {
        height: 48px;
        overflow: hidden;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        padding: 16px 12px;
        display: flex;
        align-items: center;
        font-family: RobotoBold;
    }

    .information-box img {
        width: auto;
        height: 15px;
        margin-right: 10px;
    }

.vbanner {
    padding-top: 60px;
}

.danhmuc-box a:hover,
.information-box a:hover {
    background: var(--theme-color-forc2-hover);
    border-color: var(--theme-color-forc2-hover);
    color: white !important;
}

.webtime-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6c757d;
    font-family: Inter;
}

.webtime-box a {
    color: black;
    text-transform: uppercase;
    padding: 0px 15px;
    position: relative;
}

.webtime-box ul li a {
    font-family: InterSemibold;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-left: 15px;
}

.webtime-box a::before {
    content: "";
    clip-path: polygon(80% 0, 100% 0%, 20% 100%, 0% 100%);
    background-color: black;
    width: 5px;
    height: 10px;
    position: absolute;
    right: -2px;
    top: 4px;
}

.webtime-box ul li:last-child a::before {
    content: unset;
}

.webtime-box {
    border-bottom: 4px double lightgray;
}

.tinhotngang img {
    width: 100%;
}

.divimgnews img {
    aspect-ratio: 3/1.7;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid lightgray;
}

.tinhotngang p.tit {
    color: #000;
    margin-top: 20px;
    font-family: MerriweatherBold;
    font-size: 17px;
}

.tinhotngang p.time {
    font-size: 14px;
    font-family: Inter !important;
    color: #414141;
    margin-bottom: 5px !important;
}

.colorTiT {
    color: var(--theme-color-forTitDM);
}

.TitCauhoi a::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 3px;
    bottom: -8px;
    left: 0;
    background-color: var(--theme-color-forc2);
}

.emagazine-left .longformimg {
    width: 30px !important;
    height: 30px;
    background-color: white;
    border-radius: 50%;
}

.longformimg {
    width: 20px !important;
    height: 20px;
    margin-top: -1px;
    margin-bottom: unset !important;
    margin-right: 5px;
}

.emagazine-left a p.tit {
    color: #212529;
    font-family: MerriweatherBold;
    font-size: 17px;
    text-align: justify;
}

.rank3 img,
.rank2 img,
.e-magazine-content img {
    width: 100%;
}

.emagazine-right img {
    height: 403px;
    object-fit: cover;
}

.emagazine-right .longformimg {
    width: 55px !important;
    height: 55px;
    background-color: white;
    border-radius: 50%;
}

.emagazine-right p.tit {
    color: #212529;
    font-size: 17px;
    line-height: 28px;
    font-family: MerriweatherBold;
    font-weight: bold;
}

.rank2 ul li a div.divimage {
    width: 30%;
    padding-left: 0px;
}

.rank2 ul li a div {
    width: 70%;
    padding-left: 15px;
}

    .rank2 ul li a div p.titCM {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #6c757d;
        font-family: InterSemibold;
        margin-bottom: 0px;
    }

    .rank2 ul li a div p.tit {
        font-weight: 600;
        font-size: 17px;
        line-height: 26px;
        color: #000;
        padding-top: 4px;
        font-family: MerriweatherBold;
        margin-bottom: 4px;
    }

    .rank2 ul li a div p.des {
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        color: #888;
        margin-top: 4px;
        max-height: 90px;
        font-family: Inter;
        overflow-y: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0px;
    }

.rank2 ul li a {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgray;
}

.rank3 ul li a {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #343a40;
    padding-top: 8px;
    font-family: MerriweatherBold;
    font-weight: 600;
}

.borderdost1 {
    border-bottom: 1px dashed lightgray;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.infographic-content ul li:last-child {
    border-bottom: unset;
}


/* -----------------paging---------------------- */

a.page-link {
    border-radius: 0;
    margin: 15px 5px;
    padding: 10px 20px;
    color: var(--theme-color-forc2);
}

#pagination .active > .page-link {
    background-color: var(--theme-color-forc2);
    border: 1px solid var(--theme-color-forc2);
}


/* ------------------------footer------------------- */

.footer {
    background-color: var(--theme-color-forc2);
}

.box-menubottom {
    height: 45px;
}

.footer .borderbot {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.iconmini2 {
    width: 14px;
}

.login-box {
    position: absolute;
    top: 10px;
    right: 0px;
}

.footercontainer {
    background: linear-gradient(0deg, rgba(216, 215, 212, 1) 0%, rgba(254, 254, 254, 1) 73%);
}

    .footercontainer img {
        width: 32px;
        margin-top: -2px;
    }

.nguonwweb {
    background: linear-gradient(0deg, rgb(120 3 4) 0%, rgb(191 32 36) 73%);
}

.LienKetFooter select {
    width: 100%;
    height: 37px;
    border: 1px dashed #b80000;
    border-radius: 5px;
    padding-left: 15px;
    color: #3e4144;
    font-size: 13px;
}

    .LienKetFooter select > * {
        font-size: 13px;
    }

.Contentthongke {
    height: 84%;
}

.contenttrang * {
    scrollbar-width: none;
    /* Firefox */
}
.noidungtt img{
    width:100%;
}
@media (max-width:500px) and (min-width:300px){
    .vbanner {
        display:none;
    }
}
.banner-info .img-banner-infor {
    height: 350px;
    object-fit: cover;
}

.banner-info .title {
    font-size: 70px;
    top: 33%;
}
