:root {
    --accent: #F3BD72;
    --accent-dark: #C2975B;
    --track: #FFF8F2;
    --thumb-radius: 10px;
}


body {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--track);
}

    .custom-scroll::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background: var(--track);
        border-radius: 12px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background: var(--accent);
        border-radius: var(--thumb-radius);
        border: 3px solid var(--track);
        min-height: 40px;
    }

        .custom-scroll::-webkit-scrollbar-thumb:hover {
            background: var(--accent-dark);
        }

.boxPriScroll {
    overflow-x: hidden;
    height: 100vh;
}

.hidden {
    display: none !important;
}

img {
    max-width: 100%;
}

.boxPri {
}

.boxHead {
}

.boxHead1 {
}

.Logo {
    background: url(../images/bgLogo.png) no-repeat;
    width: 1000px;
    height: 230px;
    margin: auto;
    position: relative;
    background-position-x: 22px;
}

    .Logo span {
        background: url(../images/logo1.gif) no-repeat;
        width: 193px;
        height: 193px;
        position: absolute;
        background-size: 193px;
        left: 0;
        right: 0;
        margin: auto;
        transform: translate(-2px, -20px);
    }

.boxHead2 {
    margin: 0 auto;
    text-align: center;
    margin-top: -70px;
}

    .boxHead2 span {
    }

.boxHead3 {
    padding: 10px 0;
}

    .boxHead3 span {
    }

        .boxHead3 span img {
            width: 100%;
        }


.boxMain1 {
    padding: 40px 0;
    background: rgb(183 79 53 / 90%);
}

.boxMain1Heading {
    text-align: center;
    margin-bottom: 40px;
}

    .boxMain1Heading span {
        position: relative;
        font-size: 44px;
        text-transform: uppercase;
        color: white;
        padding-bottom: 20px;
        font-weight: bold;
    }

        .boxMain1Heading span:after {
            content: "";
            background: url(../images/line1.png);
            width: 374px;
            height: 17px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

.boxMain1Con {
    padding: 0 100px;
}

.boxMain1Grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.boxMain1Content {
}

.boxMain1Text {
    font-size: 36px;
    color: #FFBB27;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.boxMain1Readmore {
}

    .boxMain1Readmore a {
        background: url(../images/readmore1.png) no-repeat;
        width: 293px;
        height: 53px;
        position: relative;
        display: block;
    }

.boxMain1Image {
}

    .boxMain1Image img {
    }


.boxMain2 {
    padding: 90px 0;
}

.boxMain2Con {
    padding: 0 70px;
}

.boxMain2Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.boxMain2Item {
    background: hsl(0deg 95% 8% / 50%);
    padding-bottom: 30px;
}

    .boxMain2Item a {
        text-decoration: none;
        color: unset;
    }

.boxMain2Text1 {
    background: url(../images/hinh2.png) no-repeat;
    width: 368px;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: translate(0px, -33px);
}

    .boxMain2Text1 span {
        font-size: 32px;
        color: #6D0303;
        text-transform: uppercase;
        font-weight: bold;
    }

.boxMain2Text2 {
    font-weight: 700;
    font-size: 56.78px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient( 90deg, #FFCD45 18%, #FFC62A 34%, #FFE136 52%, #FFC62A 64%, #FFB400 79% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.boxMain2Text3 {
    background: url(../images/line3.png) center center no-repeat;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 47px;
}


.boxMain3 {
}

.boxMain3Con {
}

.boxMain3Grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.boxMain3Item {
    position: relative;
    border-bottom: 25px solid rgb(248 195 0 / 70%);
}

.boxMain3Thumb {
}

.boxMain3Cover {
    padding-top: 158.85%;
    position: relative;
    overflow: hidden;
}

    .boxMain3Cover img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.boxMain3Content {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.boxMain3Title {
    font-size: 36px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.boxMain3Text1 {
    font-weight: 700;
    font-size: 56.78px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #FFCD45 18%, #FFC62A 34%, #FFE136 52%, #FFC62A 64%, #FFB400 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
}

.boxMain3Heading {
    text-align: center;
    margin-bottom: 30px;
}

    .boxMain3Heading span {
        position: relative;
        font-size: 44px;
        text-transform: uppercase;
        color: white;
        padding-bottom: 20px;
        font-weight: bold;
        display: block;
    }

        .boxMain3Heading span:after {
            content: "";
            background: url(../images/line1.png);
            width: 374px;
            height: 17px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }


.boxMain4 {
    padding: 85px 0;
}

    .boxMain4 .boxMain3Heading {
        margin-bottom: 60px;
    }

.boxMain4Con {
}

.boxMain4Grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.boxMain4Item {
    border-bottom: 3px solid #9c0000;
}
    .boxMain4Item a{
        text-decoration:none;color:unset;
    }

    .boxMain4Thumb {
    }

.boxMain4Cover {
    padding-top: 138.24%;
    position: relative;
    overflow: hidden;
}

    .boxMain4Cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 500ms;
    }

.boxMain4Content {
    background: #400903;
    padding: 30px 0;
    text-align: center;
    border-bottom: 5px solid #c18b01;
}

.boxMain4Text1 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #FFCD45 18%, #FFC62A 34%, #FFE136 52%, #FFC62A 64%, #FFB400 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
}

.boxMain4Text2 {
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 40px;
}

.boxMain4Text3 {
    font-size: 16px;
    color: white;
}


.boxMain5 {
}

    .boxMain5 .boxMain3Heading {
    }

.boxMain5Con {
    padding: 75px;
    background: rgb(183 79 53 / 90%);
}

.boxMain5Scroll {
    height: 300px;
    overflow-x: auto;
    padding-right: 15px;
}

    .boxMain5Scroll p {
        margin: 0 0 5px;
        font-size: 24px;
        color: white;
    }

    .boxMain5Scroll ul {
    }

        .boxMain5Scroll ul li {
        }


.boxMain6 {
    padding: 40px 0;
}

.boxMain6Con {
}

.boxMain6Grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.boxMain6Item {
    background: rgb(39 1 1 / 80%);
}

.boxMain6Thumb {
}

.boxMain6Cover {
    padding-top: 69.73%;
    position: relative;
    overflow: hidden;
}

    .boxMain6Cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 500ms;
    }

.boxMain6Content {
    padding: 15px 0;
}

.boxMain6Title {
}

    .boxMain6Title span {
        background: url(../images/line4.png) center center no-repeat;
        width: 100%;
        color: #6D0303;
        font-size: 24px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

.boxMain6Item a {
    text-decoration: none;
    color: unset;
}

.boxMain7 {
    padding: 0px 0 40px;
}

.boxMain7Con {
}

.boxMain7Grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.boxMain7ReadMore:before {
    content: "";
    background: linear-gradient(270deg, #FFD02B 12%, #D67A24 50%, #FFD02B 100%);
    width: 100%;
    height: 2px;
    display: block;
}

.boxMain7ReadMore:after {
    content: "";
    background: linear-gradient(270deg, #FFD02B 12%, #D67A24 50%, #FFD02B 100%);
    width: 100%;
    height: 2px;
    display: block;
}

.boxMain7ReadMore {
    display: flex;
    width: 100%;
    gap: 80px;
    align-items: center;
}

    .boxMain7ReadMore a {
        background: url(../images/xemvideo.png);
        min-width: 306px;
        height: 60px;
        display: block;
        position: relative;
    }

        .boxMain7ReadMore a:after {
            content: "";
            background: url(../images/iClick.png) no-repeat;
            width: 45px;
            height: 45px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translate(0px, 28px);
        }



h1 {
    font-size: 64px;
    font-weight: bold;
    background: linear-gradient(90deg, #FFC62A 0%, #FFCD45 50%, #FFE136 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px transparent;
    background-clip: text;
    position: relative;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}

.alt {
    background: linear-gradient(90deg, #983618 0%, #D49622 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Page1Box {
}

.Page1Heading {
    margin-top: 20px;
    margin-bottom: 25px;
}

    .Page1Heading span {
        display: block;
        text-align: center;
        background: url(../images/line5.png) bottom center no-repeat;
        padding-bottom: 20px;
    }


.pageAbout1 {
    background: rgb(255 255 255 / 90%);
    padding: 50px 105px;
}

.cons {
    gap: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.pageAbout1Content {
}

    .pageAbout1Content .title {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .pageAbout1Content .info {
        font-size: 24px;
    }

        .pageAbout1Content .info p {
            margin: 0 0 10px;
        }

    .pageAbout1Content .read {
        margin-top: 20px;
    }

        .pageAbout1Content .read a {
            background: url(../images/readmore1.png) left center no-repeat;
            width: 239px;
            height: 53px;
            position: relative;
            display: block;
        }

.pageAbout1Image {
}

    .pageAbout1Image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pageAbout1:nth-child(2n) {
}

.boxPriScroll .pageAbout1:nth-child(2n) .cons {
}

    .boxPriScroll .pageAbout1:nth-child(2n) .cons .pageAbout1Content {
        order: 2;
    }

    .boxPriScroll .pageAbout1:nth-child(2n) .cons .pageAbout1Image {
        order: 1;
    }

.pageAbout2 {
    padding: 50px 0;
}

.pageAbout2Heading {
}

    .pageAbout2Heading span {
        font-size: 42px;
        color: white;
        font-weight: 700;
        background: url(../images/line1.png) center bottom no-repeat;
        padding-bottom: 20px;
        display: block;
        text-align: center;
    }

.pad30 {
    padding: 90px;
}

#backBtn {
    background: url(../images/btnBack.png) no-repeat;
    position: absolute;
    width: 304px;
    height: 54px;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    cursor:pointer;
}


.pageAbout2Grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.pageAbout2Item {
}

.pageAbout2Thumb {
    overflow: hidden;
}

.pageAbout2Cover {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

    .pageAbout2Cover img {
        transition: all 500ms;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pageAbout2Item:hover .pageAbout2Cover img {
    transform: scale(1.1);
}


.pageAbout2 .cons {
    padding: 50px 90px;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.title-wrapper {
    position: relative;
    width: 90%;
    max-width: 1200px;
}

.title-svg {
    width: 100%;
    height: auto;
    overflow: visible;
    margin-bottom: 6px;
}


.gold-text {
    font-weight: 700;
    font-size: 33px;
    stroke: url(#gold-stroke);
    stroke-width: 4px;
    paint-order: stroke fill;
    fill: url(#gold-fill);
    filter: drop-shadow(0px 2px 0px #BC4800) drop-shadow(0px 4px 2px rgba(0,0,0,0.25));
    text-shadow: inset 0px 2px 2px rgba(255,255,255,0.2);
}

.Page2Box {
    margin-top: 35px;
    padding: 0 60px;
}

    .Page2Box .cons {
        padding: 75px;
        background: rgb(255 255 255 / 90%);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        font-size: 24px;
    }

.Page2BoxContent {
}

    .Page2BoxContent p {
        margin: 0 0 10px;
    }


.Page2BoxInfo {
    max-height: 600px;
    overflow: auto;
    padding-right: 40px;
}

.Page2Main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 27px;
    margin-bottom: 30px;
}

.page2MainLeft {
}

    .page2MainLeft div:nth-child(1) {
        font-weight: bold;
        font-family: 'Times New Roman';
        margin-bottom: 5px;
    }

    .page2MainLeft div:nth-child(2) {
    }

.page2MainRight div:nth-child(1) {
    text-align: right;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-style: italic;
}

.page2MainRight div:nth-child(2) {
    text-align: right;
    margin-top: 13px;
}

.Page3Category {
}

.Page3CategoryHeading {
}

.page3Text1 {
    margin-top: 30px;
}

.page3Text2 {
}

.Page3Cons {
    margin-top: 50px;
}

    .Page3Cons .cons {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        max-width: 1500px;
        margin: auto;
    }

.Page3Grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.page3Item {
}

.page3Thumb {
}

.page3Cover {
}

    .page3Cover img {
    }

.page3Item:hover {
}

    .page3Item:hover .page3Cover img {
    }

.page3Text1 .gold-text {
    font-weight: bold;
    font-size: 25px;
    stroke: none;
}

.page3Text1 .title-svg {
    margin-bottom: -5px;
}

.page3Text2 .gold-text {
    font-weight: bold;
    font-size: 35px;
    stroke: none;
    text-transform: uppercase;
}


.Page3Sign {
    margin-top: 20px;
}


    .Page3Sign .page3Text2 {
        background: url(../images/line5.png) bottom center no-repeat;
        padding-bottom: 15px;
    }


    .Page3Sign .page3Text3K {
        background: url(../images/line5.png) bottom center no-repeat;
        padding-bottom: 35px;
    }

        .Page3Sign .page3Text2 .gold-text {
            font-weight: bold;
            font-size: 32px;
            stroke: none;
            text-transform: uppercase;
        }


.page3SignRelate {
    margin-top: 40px;
}

.page3SignRelateHeading {
}

    .page3SignRelateHeading span {
        position: relative;
        font-size: 44px;
        text-transform: uppercase;
        color: white;
        padding-bottom: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
    }

        .page3SignRelateHeading span:after {
            content: "";
            background: url(../images/line1.png);
            width: 374px;
            height: 17px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

.page3SignRelate .cons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 50px 70px;
}

.page3SignRelateGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.page3ReItem {
}

    .page3ReItem a {
        text-decoration: none;
    }

.page3ReItemThumb {
}

.page3ReItemCover {
    position: relative;
    width: 100%;
    padding-top: 75.99%;
}

    .page3ReItemCover img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.page3ReItemContent {
    padding: 10px 0;
    text-align: center;
}

.page3ReItemTitle {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
}


.page3SignContent {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .page3SignContent .cons {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        background: rgb(255 255 255 / 90%);
    }

.page3SignInfo {
    padding: 40px 70px;
}

.page3SignText {
}

    .page3SignText p {
        /* color:white; */
        margin: 0 0 5px;
        font-size: 24px;
    }

    .page3SignText ul li {
        font-size: 24px;
    }

.f-caption {
    font-family: 'MarkaziText', serif;
    font-size: 24px;
    font-weight: bold;
}

.Page4Box {
    margin-top: 40px;
}

    .Page4Box .cons {
        display: flex;
        max-width: 1200px;
        margin: auto;
        align-items: stretch;
        gap: 10px;
    }

.Page4BoxAvatar {
    width: 387px;
    /* flex: 0 0 auto; */
    /* flex: 1; */
}

.Page4BoxThumb {
    display: block;
}

.Page4BoxCover {
    height: 534px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .Page4BoxCover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.Page4BoxInfo {
    background: rgb(22 13 4 / 70%);
    border-bottom: 5px solid rgb(248 195 0 / 70%);
    padding: 24px 0;
    text-align: center;
    display: block;
}

.Page4BoxText1 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #FFCD45 18%, #FFC62A 34%, #FFE136 52%, #FFC62A 64%, #FFB400 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}

.Page4BoxText2 {
    font-size: 21px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.Page4BoxText3 {
    color: #B4B4B4;
    font-size: 20px;
}
.Page4BoxContentText table{}
.Page4BoxContentText td{    padding: 5px;}
.Page4BoxContent {
        background: rgb(255 255 255 / 90%);
    width: 100%;
    flex: 1;
    padding: 35px 35px 35px 35px;
}

.Page4BoxContentText h2{    
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #FFCD45 18%, #FFC62A 34%, #FFE136 52%, #FFC62A 64%, #FFB400 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   

}

.Page4BoxContentText {    max-height: 583px;
    overflow-x: auto;
padding-right: 30px;
}
.Page4BoxContentText p{
       font-size: 24px;
    margin: 0 0 15px 0px;
}


.gold-text1 {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient( to bottom, #ffcd45 18%, #ffc62a 34%, #ffe136 52%, #ffc62a 64%, #ffcd45 79% );
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #b06a17; 
    text-shadow: 0 1px 1px #fff4cc, 0 2px 2px rgba(0, 0, 0, 0.15);
}


.gold-text3 {
    stroke-width: 4px;
    paint-order: stroke fill;
    fill: url(#gold-fill);
    filter: drop-shadow(0px 2px 0px #BC4800) drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
    font-weight: bold;
    font-size: 25px;
    stroke: none;
    text-transform: uppercase;
}

.page3ReItemContentVideo {
    padding: 10px 0;
    text-align: center;
    background: #711000;
    border-bottom: 2px solid #ffd247;
}
.page3ReItemTitleVideo {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page3ReItemVideo {
    margin: 0 auto;  
    flex: 0 0 25%;  

}
.page3SignRelateGridVideo {
    display: flex;
    align-items: stretch;
}

.page3ReItemVideo a{
    text-decoration:none;
    color:unset;
}