﻿body {
    background: url(../images/nen0.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0;
}

.boxMain {
    padding: 0px 0 30px 30px;
    height: 100vh;
}

.boxMain1 {
    padding: 60px 0 0px 0px;
    height: 100vh;
}

.boxContainer {
    display: flex;
    height: 100vh;
    gap: 60px;
}

.asideLeft {
    flex: 0 0 175px;
    max-width: 175px;
    position: relative;
}

.asideLeftCover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

    .asideLeftCover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.asideMenu {
    position: relative;
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    z-index: 99;
    height: 100%;
    /* padding: 45px 15px; */
}

    .asideMenu ul {
        margin: 0;
        display: flex;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: space-evenly;
        padding: 30px 15px;
        flex-direction: column;
        overflow-y: auto;
        box-sizing: border-box;
    }

        .asideMenu ul li {
            list-style: none;
            width: 100%;
            flex: 1 1 auto;
        }

            .asideMenu ul li a {
                cursor: pointer;
                text-align: center;
                height: 100%;
                display: block;
                text-decoration: none;
            }

        .asideMenu ul > li > a > .menuItem {
        }

            .asideMenu ul > li > a > .menuItem > .menuThumb {
                margin-bottom: 5px;
                text-align: center;
            }

                .asideMenu ul > li > a > .menuItem > .menuThumb > div {
                    width: 55px;
                    margin: auto;
                }

                .asideMenu ul > li > a > .menuItem > .menuThumb > .menuCover1 {
                    display: block;
                }

                .asideMenu ul > li > a > .menuItem > .menuThumb > .menuCover2 {
                    display: none;
                }

            .asideMenu ul > li > a > .menuItem.active > .menuThumb > .menuCover1 {
                display: none;
            }

            .asideMenu ul > li > a > .menuItem.active > .menuThumb > .menuCover2 {
                display: block;
            }

        .asideMenu ul li a .menuThumb img {
            width: 100%;
        }

    .asideMenu > ul > li > a > .menuItem > .menuName {
        font-weight: 600;
        font-size: 18px;
        color: #414141;
        text-transform: uppercase;
    }

    .asideMenu > ul > li > a > .menuItem.active > .menuName {
        color: #522209;
    }

.asideRight {
    flex: 100%;
    height: 100vh;
    overflow: hidden;
}

.asideScroll {
}

.asideScroll {
    max-height: 100vh;
    overflow: auto;
    padding-right: 0;
}

    .asideScroll::-webkit-scrollbar {
        width: 4px;
    }

    .asideScroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #630c0b;
        border-radius: 10px;
    }

    .asideScroll::-webkit-scrollbar-thumb {
        background: #630c0b;
    }

        .asideScroll::-webkit-scrollbar-thumb:hover {
        }


.mainBox1 {
    padding-top: 96px;
}

.mainBox1Bg {
    background: url(../images/nenLogo.png) center no-repeat;
    background-size: contain;
    width: 90%;
    height: 405px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

.mainBox1Logo {
    width: 163px;
    height: 244px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(16px, -114px);
}

    .mainBox1Logo img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.mainBox1Name {
    transform: translate(0px, -177px);
}

    .mainBox1Name div {
        font-size: 30px;
        font-weight: bold;
        color: #822200;
    }


.contaierBox {
}

.containerFlex {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
}

.mainBox2 {
    display: block;
    background: url(../images/bgIDP.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 50px 40px 70px;
    margin-bottom: 60px;
}

.mainBox2Col1 {
    flex: 0 0 45%;
    max-width: 45%;
}

    .mainBox2Col1 h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #822200;
        font-size: 30px;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3), -2px -2px 4px rgba(255,255,255,0.3);
        margin-top: 0;
    }

    .mainBox2Col1 p {
        font-size: 19px;
        font-weight: 300;
        color: #2b2b2b;
        text-align: justify;
        margin: 0 0 1em 0;
        letter-spacing: 0.05em;
        text-shadow: 2px 2px 4px rgb(8 8 8 / 30%), -2px -2px 4px rgba(255, 255, 255, 0.3);
    }

.mainBox2Col2 {
    flex: 0 0 55%;
    max-width: 55%;
}

.asideScroll .mainBox2:nth-child(3) .mainBox2Col1 {
    order: 2;
}

    .asideScroll .mainBox2:nth-child(3) .mainBox2Col1 .mainBox2Col1Conten {
        padding-left: 45px;
        padding-right: 0;
    }

.asideScroll .mainBox2:nth-child(3) .mainBox2Col2 {
    order: 1;
}

.mainBox3 {
    padding-top: 20px;
    padding-bottom: 90px;
    padding-right: 50px;
}

.mainBox3Heading {
    gap: 1px;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

    .mainBox3Heading span:first-child {
        background: url(../images/line1.png) center left no-repeat;
        display: block;
        flex: 1;
        height: 20px;
    }

    .mainBox3Heading .mainBox3HeadingText0 .mainBox3HeadingText1 {
        text-transform: uppercase;
        font-size: 32px;
        color: #822200;
        font-weight: 700;
        /* width: 100%; */
    }

    .mainBox3Heading span:last-child {
        background: url(../images/line2.png) center right no-repeat;
        display: block;
        flex: 1;
        height: 20px;
    }

.mainBox2Col1Conten {
    padding-right: 45px;
}

.mainBox3Category {
    margin-top: 50px;
}

.mainBox3CategoryGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.categoryItem {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.categoryThumb {
}

.categoryCover {
    position: relative;
    padding-top: 114.99%;
}

    .categoryCover img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        transition: all 500ms;
    }

.categoryContent {
    background: #3D1200;
    position: absolute;
    bottom: 0;
    padding: 12px 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.categoryTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

    .categoryTitle a {
        font-size: 22px;
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        text-decoration: none;
    }

.categoryText1 {
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    text-align: center;
    max-width: 90%;
    height: 48px;
}

    .categoryText1:before {
        content: "";
        background: url(../images/ar1.png) center center no-repeat;
        width: 20px;
        height: 11px;
        display: block;
        flex: 0 0 auto;
        background-size: 20px;
        transform: rotate(-180deg);
    }

    .categoryText1:after {
        content: "";
        background: url(../images/ar2.png) center center no-repeat;
        width: 20px;
        height: 11px;
        display: block;
        flex: 0 0 auto;
        background-size: 20px;
    }

.categoryItem:hover .categoryThumb {
}

.categoryItem:hover .categoryCover {
}

    .categoryItem:hover .categoryCover img {
        transform: scale(1.1);
    }

.categoryItem:hover .categoryTitle {
}

    .categoryItem:hover .categoryTitle a {
    }

.categoryText1Box {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
}


.mainFlipBox {
    max-width: 1482px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .mainFlipBox #htmlBook {
    }

    .mainFlipBox #pnItem {
        max-height: 664px;
        position: relative;
    }



.pagi {
    background: #822200;
}

.page-content:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 46px;
}

.pagi {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    color: white;
    order: 3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-size: .95em;
    margin-top: 24px;
    position: absolute;
}

.page .page-content {
    position: relative;
    padding-bottom: 60px;
}

.page.--left .pagi {
    bottom: 0;
    left: 0;
}

.page.--right .pagi {
    bottom: 0;
    right: 0;
}

.fancybox__html5video, .fancybox__iframe {
    outline: none;
}

.page.--left {
    border-top-right-radius: 60px;
}

.page.--right {
    border-top-left-radius: 60px;
}

    .page.--right .xPageCategory {
    }

        .page.--right .xPageCategory span {
            text-align: right;
            display: block;
        }

.boxPage {
    padding: 30px 0 0 0;
    height: 100vh;
}

.mainPageHeading {
    transform: translate(-32px, -29px);
    margin-bottom: 30px;
}

.mainPageBackground {
    background: url(../images/nenPage.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 133px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.mainPageName {
    color: #822200;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    transform: translate(0px, -29px);
}

.xPageList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
}

.xPageCategory {
    padding-bottom: 7px;
    margin-bottom: 13px;
    border-bottom: 1px solid #efefef;
}

.xPageCategory {
    border-bottom: 1px solid #442305;
    text-transform: uppercase;
    color: #636363;
    font-size: 18px;
}

.boxMain .boxPage .asideRight {
    overflow: visible;
}

.xPageListItem {
    margin-bottom: 10px;
}

.xPageListThumb {
    width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}

.xPageListImage {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

    .xPageListImage img {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }

.xPageListContent {
}

.xPageListTitle {
    margin-bottom: 7px;
}

    .xPageListTitle a {
        color: #3D1200;
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.xPageListText1 {
    color: rgb(101 113 119);
    margin-bottom: 6px;
    font-size: .95em;
    font-family: 'Lato-Regular', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: none;
}

.xPageListReadMore {
}

    .xPageListReadMore a {
        color: #D16F16;
        text-decoration: none;
        font-family: Lato,sans-serif;
        font-weight: bold;
        font-size: 13px;
    }

.xPageListItem:hover .xPageListImage img {
}

.xPageSignProImage {
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

    .xPageSignProImage img {
        max-width: 500px;
        max-height: 400px;
        object-fit: contain;
        margin: auto;
    }




.pagi {
}

.page-content:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 46px;
}

.pagi {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    color: white;
    order: 3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-size: .95em;
    margin-top: 24px;
    position: absolute;
}

.page .page-content {
    position: relative;
    padding-bottom: 60px;
}

.page.--left .pagi {
    bottom: 85px;
    left: 8px;
}

.page.--right .pagi {
    bottom: 75px;
    right: 8px;
}

.resultPage {
    max-width: 200px;
    position: absolute;
    padding: 10px 30px;
    background: white;
    border-radius: 40px;
    color: black;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.1em;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: translate(0px, -2px);
}

    .resultPage .resultCount {
    }

.page-total {
    margin: 0 5px;
}

.page.--left .pagi {
    bottom: 85px;
    left: 8px;
}

.page.--right .pagi {
    bottom: 85px;
    right: 8px;
}

.xSignProDetailx {
    padding-top: 40px;
}

.idpReadMore {
}

    .idpReadMore a {
        color: #575757;
        text-decoration: none;
        font-weight: 600;
        font-size: 19px;
    }

.mainBox7 {
    padding: 40px 50px 40px 70px;
}

.mainBox7Contai {
}

.mainBox7Box {
    text-align: center;
}

    .mainBox7Box img {
        max-width: 835px;
    }

.mainBox8 {
    max-width: 1267px;
    margin: auto;
    margin-bottom: 60px;
}

.mainBox8Ground {
    background: url(../images/bgNhatky.png) no-repeat;
    padding: 40px 60px;
    background-size: 100% 100%;
}

.mainBox8Item {
    display: flex;
    gap: 50px;
}

.mainBox8Thumb {
    flex: 0 0 35%;
    max-width: 45%;
}

.mainBox8Cover {
    height: 100%;
    width: 100%;
}

    .mainBox8Cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mainBox8Content {
}

.mainBox8Title {
    text-transform: uppercase;
    font-weight: bold;
    color: #822200;
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);
    margin-top: 0;
}

.mainBox8Text {
}

    .mainBox8Text strong {
        display: block;
        font-weight: 600;
        color: #414141;
        text-align: justify;
        margin: 0 0 15px 0;
        letter-spacing: 0.05em;
        text-shadow: 2px 2px 4px rgb(8 8 8 / 30%), -2px -2px 4px rgba(255, 255, 255, 0.3);
        text-transform: uppercase;
    }

    .mainBox8Text p {
        font-size: 17px;
        font-weight: 400;
        color: #2b2b2b;
        text-align: justify;
        margin: 0 0 1em 0;
        letter-spacing: 0.05em;
        /* text-shadow: 2px 2px 4px rgb(8 8 8 / 30%), -2px -2px 4px rgba(255, 255, 255, 0.3); */
    }

.mainBox8Read {
}

    .mainBox8Read a {
        color: #575757;
        text-decoration: none;
        font-weight: 600;
        font-size: 19px;
    }

.mainBox9 {
    max-width: 1267px;
    margin: auto;
    margin-bottom: 60px;
}

.mainBox9Ground {
    background: url(../images/bgNhatky.png) no-repeat;
    padding: 40px 60px;
    background-size: 100% 100%;
}

.mainBox9Heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #822200;
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);
    margin-top: 0;
    text-align: center;
}

.mainBox9VideoBox {
}

.mainBox9Video {
}

    .mainBox9Video a {
        cursor: pointer;
        display: block;
        position: relative;
    }

    .mainBox9Video img {
        width: 100%;
    }

.main9BoxPlayVideo {
    width: 114px;
    height: 95px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background: url(../images/playPhim.png);
}

.mainBox10 {
    margin: auto;
    margin-bottom: 60px;
    padding: 40px 50px 40px 70px;
}

.mainBox10Heading {
    gap: 1px;
    align-items: end;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

    .mainBox10Heading span:first-child {
        background: url(../images/linev1.png) center left no-repeat;
        display: block;
        flex: 1;
        height: 20px;
    }

    .mainBox10Heading span:last-child {
        background: url(../images/linev2.png) center right no-repeat;
        display: block;
        flex: 1;
        height: 20px;
    }

.mainBox10HeadingText {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
}

    .mainBox10HeadingText img {
        /* max-width: 250px; */

        margin: auto;
    }

    .mainBox10HeadingText b {
        color: #822200;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 28px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);
        margin-top: 0;
        text-align: center;
        transform: translate(0px, 9px);
    }

.mainBox10Gird {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mainBox10Item {
}

    .mainBox10Item a {
        color: #575757;
        text-decoration: none;
    }

.mainBox10Thumb {
    position: relative;
}

.mainBox10Cover {
    padding-top: 75%;
    position: relative;
}

    .mainBox10Cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

.mainBox10Play {
    background: url(../images/playdanchung.png) center center no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainBox10Content {
}

.mainBox10Title {
    font-size: 28px;
    font-weight: 700;
    margin: 7px 0;
}

.mainBox10Text1 {
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: justify;
    font-family: 'Lato';
    word-spacing: 4px;
}

.postPlayPDF {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .postPlayPDF:hover {
    }

.hidden {
    display: none;
}

.postSignContentGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.postSignContent {
    height: 100%;
    margin: auto;
    padding: 20px;
    background: #874e1dc7;
    border-radius: 20px;
}

    .postSignContent p {
        font-size: 22px;
        font-weight: 300;
        color: white;
        margin: 0 0 1em 0;
        letter-spacing: 0.05em;
        text-align: justify;
    }

.postSignContentX {
    padding-right: 50px;
}

.pageVideoBoxx {
    padding-right: 50px;
}
