@font-face
{
font-family: 'VNE2 Medium';
src: url("../../libs/fonts/VNE2 Medium.ttf");
}
@font-face
{
font-family: 'SVN Oscine';
src: url("../../libs/fonts/SVN-Oscine.otf") format('opentype');
}
@font-face
{
font-family: 'SVN Oscine';
src: url("../../libs/fonts/SVN-OscineBold.otf") format('opentype');
font-weight: bold;
}
@font-face
{
font-family: '85 NTD Gilroy';
src: url("../../libs/fonts/85 NTD Gilroy SemiBold.otf") format('opentype');
}

body {
    /* background-image: url(images/bg2.jpg); */
    object-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-family: 'SVN Oscine';
    overflow: hidden;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(90, 172, 197, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.biabao {
    opacity: 1;
}
.biabao img {
    padding: 10px;
    background:#fff;
    box-shadow: 3px 5px 10px #00000075;
}

.title {
    font-weight: 700;
}
.title h2 {
    color: #ff0000;
    font-family: 'VNE2 Medium';
    font-size: 2.2em;
}
.title h1 {
    color: #2E3192;
    font-family: '85 NTD Gilroy';
    font-size: 2.5em;
}
.highline span {
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 1.2em;
}

.title p {
    color:#2E3192;
    font-weight: 400;
    margin-top: -8px;
}

.subtitle {
    color: #2E3192;
    font-family: 'SVN Oscine';
    font-weight: 700;
    font-size: 1.3em;
}

.tieudiem {
    padding: 12px 75px 6px 75px;
}

.tieudiem .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.tieudiem .col-md-4 img {
    box-shadow: 1px 1px 8px #00000050;
    object-fit: cover;
    aspect-ratio: 16/11;
    object-position: top;
    border: 5px solid #fff;
}
.datbao, .datbao a {
    color:#2E3192;
}

 /* ------- trang ----------*/
.left, .right {
    max-height: 100vh;
}
.right .row {
    padding-left: 15px;
    width: 100%;
    justify-content: center;
    margin-left: 0;
}
.left .tieude h2 {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: 700;
}
.left .tieude h3 {
    color:#2E3192;
    font-size: 1.8em;
    font-family: '85 NTD Gilroy';
}
.left .tieude p {
    color: #2E3192;
    font-weight: 400;
    margin-top: -8px;
    font-size: 0.9em;
}
.menu {
    padding-right: 15px;
    height: calc(100% - 100px);
    overflow-x: hidden;
    visibility: hidden;
}
.scrollbox, .menu:hover, .menu:focus {
    visibility: visible;
}

ul, li {
    list-style-type: none;
    position: relative;
}
ul {
    padding-inline-start: 0;
}
li {
    padding-inline-start: 15px;
}

.menu li.categories {
    color:#ff0000;
    /* text-transform: uppercase; */
    font-size: 1em;
    line-height: 1.2;
    margin-top: 10px;
    padding-inline-start: 0;
}
.menu li.categories:first-of-type {
    margin-top: 0;
}
.menu li.categories:first-child {
    margin-top: 0;
}
.menu li.items a {
    color:#2E3192;
    text-transform: none;
    font-size: 0.9em;
    line-height: 1.2;
}
.menu li.items:before {
    content: '‣';
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 2em;
    position: absolute;
    top: -12px;
    left: 0;
    color: #ff0000;
}
#page {
    padding: 30px 0;
    margin-top: 30px;
}

.trangbao, .pagebox {
    max-height: calc(100vh - 90px);
    overflow: hidden;
}
.trangbao img {
    max-width: 100%;
    height: auto;
    width: 100%;
    /* max-height: calc(100vh - 90px); */
    object-fit: cover;
    object-position: top;
    /* clip-path: inset(0px 00px 38% 0px); */
}

.actived, .items.actived:before {
    color: #000 !important;
    font-weight: 700;
}

.logo {
    position: absolute;
    top: 8px;
    right: 0;
    width: 125px;
}

/* ---------media screen -----------*/
@media (max-width: 720px) {
    body {
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .tieudiem {
        padding: 0 6px;
    }
    .tieudiem .col-md-4 {
        padding: 8px;
    }
    #page {
        padding: 0;
        margin-top: 15px;
    }
    .datbao {
        padding-left: 0 !important;
    }
    .right .row {
        padding-left: 0;
    }
    .trangbao, .pagebox {
        max-height: calc(100vh - 400px);
        overflow: hidden;
        height: calc(100vh - 400px);
    }
}