﻿/*Keybroad*/
/*PopupWait*/
/*Desktop*/
/*Video*/
/* vietnamese */
@font-face {
    font-family: 'Oswald-Regular';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url(../fonts/Oswald-Regular.ttf) format('woff2');
}

@font-face {
    font-family: 'Oswald-Bold';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url(../fonts/Oswald-Bold.ttf) format('woff2');
}


body {
    background: url(../images/bg1.jpg) #351b0a top center no-repeat;
    position: relative;
    overflow: hidden;
}

:root {
    --sk-size: 40px;
    --sk-color: #f9b103;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999
}

#status {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both
}



.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}



.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s
}



.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s
}



.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s
}



.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s
}



.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s
}



.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}



.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s
}



.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s
}



.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s
}



.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s
}



.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s
}



@keyframes sk-chase {

    100% {
        transform: rotate(360deg)
    }
}



@keyframes sk-chase-dot {

    80%, 100% {
        transform: rotate(360deg)
    }
}



@keyframes sk-chase-dot-before {

    50% {
        transform: scale(.4)
    }

    100%, 0% {
        transform: scale(1)
    }
}


.sk-chase {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-chase 2.5s infinite linear both
}



.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both
}


@font-face {
    font-family: SVN-Aptima;
    src: url(../fonts/SVN-Aptima.ttf);
}

.contaiCus {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}

a {
    cursor: pointer;
}

.ftMenu {
    /* transform: translate(0, -25px); */
    padding: 8px 0 12px;
}

    .ftMenu ul {
        padding: 0;
        list-style: none;
        display: flex;
        /* gap: 10px; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        /* display: grid; */
        /* grid-template-columns: repeat(6, 1fr); */
        /* grid-gap: 30px; */
        margin: 0;
        padding: 0;
        align-items: end;
    }

        .ftMenu ul li {
            text-align: center;
        }

            .ftMenu ul li a {
                text-decoration: none;
            }

                .ftMenu ul li a:hover {
                    color: #FFC069;
                }

.ftImage {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    max-width: 55px;
}

    .ftImage img {
        max-width: 100%;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.ftImage2 {
    display: none;
}

    .ftImage2 img {
    }

.ftName {
    font-size: 1em;
    font-weight: bold;
    color: #9c9c9c;
    margin-top: 5px;
    font-family: SVN-Aptima;
}

.ftTop {
    background: #160404;
}

.ftBottom {
    height: 120px;
    background: url(../images/bg3.jpg) center center no-repeat;
}

.footer {
    position: relative;
    width: 100%;
    /* bottom: 0; */
    height: auto;
}

.headTop {
    padding-top: 1.5%;
}

.headMain {
    margin-bottom: 5px;
}

.headMainGrid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .headMainGrid .item {
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
        /* overflow: hidden; */
    }

.headTopBar {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
    display: none;
}

.headTopBarGr {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.headTopBar span {
    height: 2px;
    background: white;
    width: 100%;
}

    .headTopBar span:last-child {
    }

.headSearchBox {
    width: calc(100% - 0px);
    position: relative;
}

.headName {
    color: white;
    font-family: 'Oswald-Bold';
    font-size: 2.2em;
}

.headSearchForm {
    background: transparent;
    border: 1px solid #FFC069;
    padding: 0.4%;
    z-index: 9999999;
    position: relative;
}

    .headSearchForm input {
        background: #A58446;
        border: none;
        width: 100%;
        color: white;
        outline: none;
        padding: 7px 14px;
    }

        .headSearchForm input::placeholder {
            color: #e5e5e5;
        }

    .headSearchForm a {
        background: url(../images/iSearch.png) center center no-repeat;
        width: 38px;
        height: 38px;
        position: absolute;
        background-size: 19px;
        right: 5px;
    }

.headBottom {
}

.headBotName {
    color: white;
    font-size: 1.2em;
    padding-left: 3px;
    font-family: SVN-Aptima;
}

.mainBox {
    /*  padding-top: 1.3em;
    padding-bottom: 3%;*/
}

.mBox {
    margin: 30px 0;
    padding: 3%;
    background: hsl(0deg 69% 5% / 30%);
    position: relative;
    display: grid;
    overflow-y: scroll;
}

    .mBox:before {
        content: "";
    }

    .mBox:after {
        content: "";
    }

.mBoxHeading {
}

.mBoxHeading {
}

    .mBoxHeading a {
        gap: 50px;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: END;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.5em;
        text-decoration: none;
    }

    .mBoxHeading span {
        font-family: 'Oswald-Bold';
        color: #FFC069;
        font-size: 1.8em;
    }

    .mBoxHeading b {
        content: "";
        background: #A58446;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        opacity: 1;
        position: relative;
        transform: translate(0, -9px);
    }

    .mBoxHeading h1:after {
        content: "";
    }

.mBoxList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 60px;
}

.mBoxItem {
    cursor: pointer;
}

.mBoxItemBox {
    display: flex;
    flex-wrap: wrap;
}

.mBoxThumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 50%;
    margin-bottom: 0;
    overflow: hidden;
    height: 315px;
    position: relative;
    background: #000000;
}

    .mBoxThumb img {
        position: absolute;
        top: 0;
        width: auto;
        height: auto;
        object-fit: cover;
        max-width: 100%;
        margin: auto;
        display: block;
        left: 0;
        right: 0;
        max-height: 100%;
        bottom: 0;
    }

.mBoxContent {
    padding-top: 1.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 50%;
}

.mBoxContentBox {
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    padding: 40px 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mBoxTitle { /* margin-bottom: 30px; */
}

    .mBoxTitle a {
        font-family: SVN-Aptima;
        font-weight: bold;
        display: block;
        font-size: 1.2em;
        color: white;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-decoration: none;
    }

        .mBoxTitle a span {
            display: block;
        }

.mBoxCounter {
    color: white;
    font-size: 1.1em;
    font-family: SVN-Aptima;
    padding: 0 30px;
    margin-bottom: 12px;
}

.mBoxRead {
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #A58446;
    width: 100%;
    height: 40px;
}

    .mBoxRead a {
        font-family: 'Oswald-Bold';
        font-size: 1em;
        color: black;
        text-decoration: none;
    }

.mBoxTitleBox {
    padding: 0 30px;
    height: calc(100% - 81px);
    display: flex;
    flex-wrap: wrap;
}

.mBoxGroup {
    height: 82px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.popBox {
    background: black;
    padding: 60px;
    /* min-width: 1200px; */
}

.popItem {
}

.popHeading {
    font-family: 'Oswald-Bold';
    color: #FFC069;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.popItem {
    display: flex;
    gap: 0 80px;
}

.popThumb {
    border-radius: 0.5em;
    margin-top: 75px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #000000;
    width: 100%;
}

    .popThumb img {
        position: RELATIVE;
        top: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 100%;
        bottom: 0;
        border-radius: 5px;
    }

.popContent {
    max-width: 65%;
    min-width: 65%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.5em;
    overflow: hidden;
    max-height: calc(100vh - 200px);
    position: relative;
    text-align: center;
}

.popContentVetical {
    height: 100%;
    overflow-y: auto;
    color: white;
    font-size: 18px;
    font-family: SVN-Aptima;
    text-align: justify;
    padding-right: 50px;
}

    .popContentVetical::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .popContentVetical::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #A58446;
        border-radius: 10px;
    }

    /* Handle */
    .popContentVetical::-webkit-scrollbar-thumb {
        background: #FFC069;
    }

        /* Handle on hover */
        .popContentVetical ::-webkit-scrollbar-thumb:hover {
        }

.popupRead {
    text-align: right;
    margin-top: 10px;
}

    .popupRead a {
        font-family: SVN-Aptima;
        color: #FFC069;
        font-size: 20px;
        text-align: center;
        margin-bottom: 1.3em;
        background: url(../images/right.png) no-repeat;
        padding-right: 23px;
        background-position-x: 100%;
        background-position-y: 8px;
        background-size: 16px;
        text-decoration: none;
    }

.ftNav.active .ftName {
    color: #FFC069;
}

.modal.show {
    display: flex !important;
    align-items: center;
}
/*Keybroad*/
#write {
    color: white;
}

#keyboard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

#keyboard li {
    /* float: left; */
    /* margin: 0 5px 5px 0; */
    width: 40px;
    /* width: 0.75em; */
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.capslock, .tab, .left-shift {
    clear: left;
}

#keyboard .tab, #keyboard .delete {
    width: 70px;
}

#keyboard .capslock {
    width: 80px;
}

#keyboard .return {
    width: 77px;
}

#keyboard .left-shift {
    width: 95px;
}

#keyboard .right-shift {
    width: 109px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

#keyboard .space {
    clear: left;
    width: 681px;
}

.on {
    display: none;
}

#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}

.keyBoxEx {
    background-color: #d2d4d7;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    height: 260px;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 275px;
    display: none;
}

.keyBox {
    max-width: 90%;
    margin: 0 auto;
}

.popContentVetical img {
    max-width: 100%;
    height: auto !important;
}
/*Keybroad*/
.mBoxReadAll {
    text-align: center;
    margin-top: 2em;
    display: flex;
    justify-content: center;
}

    .mBoxReadAll a {
        padding: 0 40px;
        text-decoration: none;
    }

        .mBoxReadAll a span {
            color: white;
            font-size: 1.4em;
            font-family: SVN-Aptima;
        }

.mBoxK {
    margin-bottom: 60px;
}

.mBox {
}

    .mBox::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .mBox::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #A58446;
        border-radius: 10px;
    }

    /* Handle */
    .mBox::-webkit-scrollbar-thumb {
        background: hsl(0deg 69% 5% / 40%);
    }

        /* Handle on hover */
        .mBox ::-webkit-scrollbar-thumb:hover {
        }

/*btn Animation*/
.btnNext span {
    display: block;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #D2A785;
    border-right: 2px solid #D2A785;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.btnNext {
    position: relative;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.btnPrev span {
    display: block;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #D2A785;
    border-right: 2px solid #D2A785;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.btnPrev {
    position: relative;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.ftBottom {
    height: 25px;
    background: url(../images/bg3.jpg) center center no-repeat;
    position: relative;
    display: block;
}

.headResult {
}
/*btn Animation*/

.ftNav.active .ftImage {
    display: none;
}

.ftNav.active .ftImage2 {
    display: block;
}

.popThumbGr {
    width: 100%;
}

.popupDesc {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}

.popClose {
    width: 35PX;
    height: 35PX;
    background: url(../images/close.png) no-repeat;
    background-size: 35PX;
    right: 2%;
    position: absolute;
    z-index: 999;
    top: 2%;
    cursor: pointer;
}



.searchBox {
    top: 100%;
    bottom: unset;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 999999;
    border: 1px solid #FFC069;
    border-top: 0;
    background: hsl(0deg 69% 5%);
    padding: 10px;
    display: none;
}

    .searchBox.activeSearchbox {
        display: block;
    }

.searchGrid {
    /* position: relative; */
}

.searchItem {
}

    .searchItem a {
        clear: both;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.2em;
        color: white;
        text-decoration: none;
    }

.search-box {
    top: 0;
    bottom: unset;
    gap: 64px;
    max-height: 300px;
    overflow-y: auto;
    background: #ECECEC;
}

.searchResult {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    position: relative;
    align-items: center;
}

.keyBoxEx.activeK {
    display: flex;
    align-items: center;
}

.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}

    .backdrop__body-backdrop___1rvky.active {
        transition: opacity .5s ease;
        visibility: visible;
        opacity: 1;
    }

/*PopupWait*/
#popWait {
}

    #popWait::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    #popWait::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #A58446;
        border-radius: 10px;
    }

    /* Handle */
    #popWait::-webkit-scrollbar-thumb {
        background: hsl(0deg 69% 5% / 40%);
    }

        /* Handle on hover */
        #popWait::-webkit-scrollbar-thumb:hover {
        }

    #popWait .modal-dialog {
        height: 100vh;
        background: black;
    }

    #popWait .modal-content {
        height: 100vh;
    }

    #popWait .waitHeading {
        font-family: 'Oswald-Bold';
        color: #FFC069;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1.3em;
    }

    #popWait .waitDescription {
        color: white;
        font-size: 1.1em;
        font-family: SVN-Aptima;
        text-align: justify;
    }

.waitClose {
    width: 35PX;
    height: 35PX;
    background: url(../images/close.png) no-repeat;
    background-size: 35PX;
    right: 2%;
    position: absolute;
    z-index: 999;
    top: 2%;
    cursor: pointer;
}

.waitBox {
    position: relative;
    height: calc(100vh - 480px);
}

.waitContent {
    background: black;
    padding: 3%;
    width: 100%;
}

.waitContentVetical {
    overflow-y: hidden;
    color: white;
    font-size: 1.1em;
    font-family: SVN-Aptima;
    text-align: justify;
    padding-right: 50px;
}

.waitContent p {
}

.waitContent img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}
/*PopupWait*/
/*Video*/
.mVideoList {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    display: grid;
}

.mBoxVideo {
}

    .mBoxVideo a {
        text-decoration: none;
        position: relative;
    }

    .mBoxVideo .mBoxVideoThumb:before {
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        background: url(../images/viplay.png) center center no-repeat;
        background-size: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

.mBoxVideoThumb {
    position: relative;
}

    .mBoxVideoThumb img {
        width: 100%;
    }

.mBoxVideoContent {
    text-align: center;
}

.mBoxVideoTitle {
    width: 85%;
    display: block;
    text-align: center;
    padding: 11px 87px;
    background: #CFCFCF;
    margin: 0 auto;
    color: black;
    font-weight: bold;
    font-family: SVN-Aptima;
    font-size: 20px;
    transform: translate(0, -55px);
}
/*Video*/
.modal-dialog {
    max-width: 100%;
    padding: 0 5%;
    margin: 1.75rem auto;
    overflow: hidden;
}

.ftBottomBox {
    padding: 5px 0;
    background: #1f0d01;
}
/*Desktop*/
@media screen and (max-width: 1366px) {
    .mBoxThumb {
        height: 240px;
    }

    .ftBottom {
        height: 60px;
        background: url(../images/bg3.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .modal.show {
        align-items: start;
    }

    .modal-dialog {
        margin: 0rem auto;
    }
}

@media screen and (min-width: 1366px) {
    .modal-dialog {
        height: 100vh;
    }

    .popBox {
        height: 100vh;
    }

    .modal.show {
        align-items: start;
    }



    .modal-dialog {
        margin: 0rem auto;
    }
}

@media screen and (min-width: 2000px) {
    .backdrop__body-backdrop___1rvky {
        visibility: hidden;
        position: fixed;
        opacity: 0;
        width: 100%;
        height: calc(100% - 22vh);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.55);
        z-index: 9999;
        transition: opacity .5s ease;
    }

    #keyboard li {
        /* float: left; */
        /* margin: 0 5px 5px 0; */
        width: 80px;
        /* width: 0.75em; */
        font-size: 20px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: #fff;
        border: 1px solid #f9f9f9;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .keyBoxEx {
        background-color: #d2d4d7;
        padding: 10px 0;
        position: fixed;
        bottom: 0;
        height: 22vh;
        z-index: 99;
        width: 100%;
        display: flex;
        align-items: center;
        max-height: 22vh;
        display: none;
    }

    .searchItem a {
        clear: both;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
        font-size: 40px;
        color: white;
    }

    .popupDesc {
        color: white;
        text-align: center;
        font-size: 33px;
        margin-top: 15px;
    }

    .popClose {
        width: 80px;
        height: 80px;
        background: url(../images/close.png) no-repeat;
        background-size: 80px;
        right: 2%;
        position: absolute;
        z-index: 999;
        top: 2%;
        cursor: pointer;
    }

    .popThumbGr {
        width: 100%;
    }

    .popupDesc {
        color: white;
        text-align: center;
        font-size: 33PX;
    }

    .modal-content {
        height: calc(100vh - 420px);
    }

    .modal-dialog {
        height: 90%;
        min-height: calc(100% -(1.75rem* 2));
    }

    .modal-content {
    }

    .popBox {
        height: 100vh;
    }

    .contaiCus {
    }

    a {
    }

    .ftMenu {
    }

        .ftMenu ul {
        }

            .ftMenu ul li {
                text-align: center;
            }

                .ftMenu ul li a {
                }

                    .ftMenu ul li a:hover {
                    }

    .ftImage {
        width: 100%;
        max-width: 204px;
    }

        .ftImage img {
            width: 100%;
        }

    .ftImage2 {
    }

        .ftImage2 img {
        }

    .ftName {
        font-size: 40px;
        margin-top: 35px;
    }

    .ftTop {
    }

    .ftBottom {
    }

    .footer {
    }

    .headTop {
    }

    .headMain {
    }

    .headMainGrid {
    }

        .headMainGrid .item {
        }

    .headTopBar {
    }

    .headTopBarGr {
    }

    .headTopBar span {
    }

        .headTopBar span:last-child {
        }

    .headSearchBox {
        position: relative;
    }

    .headName {
        font-size: 94px;
    }

    .headSearchForm {
    }

        .headSearchForm input {
        }

            .headSearchForm input::placeholder {
            }

        .headSearchForm a {
            width: 44px;
            height: 44px;
            background-size: 44px;
            top: 33px;
            right: 33px;
        }

    .headBottom {
    }

    .headBotName {
        font-size: 48px;
    }

    .mainBox {
        padding-top: 55px;
    }

    .mBox {
    }

        .mBox:before {
            content: "";
        }

        .mBox:after {
            content: "";
        }

    .mBoxHeading {
    }

    .mBoxHeading {
    }

        .mBoxHeading a {
        }

        .mBoxHeading span {
            font-size: 64px;
        }

        .mBoxHeading b {
            content: "";
        }

        .mBoxHeading h1:after {
            content: "";
        }

    .mBoxList {
        grid-gap: 200px 298px;
    }

    .mBoxItem {
    }

    .mBoxItemBox {
    }

    .mBoxThumb {
        height: 595px;
    }

        .mBoxThumb img {
        }

    .mBoxContent {
    }

    .mBoxContentBox {
    }

    .mBoxTitle {
    }

        .mBoxTitle a {
        }

    .mBoxCounter {
        font-size: 32px;
    }

    .mBoxRead {
        font-size: 40px;
        padding: 22px 35px;
        height: auto;
    }

        .mBoxRead a {
        }

    .mBoxTitleBox {
        height: calc(100% - 245px);
    }

    .mBoxGroup {
    }

    .popBox {
    }

    .popItem {
    }

    .popHeading {
    }

    .popItem {
    }

    .popThumb {
    }

        .popThumb img {
        }

    .popContent {
        max-height: 1326px;
    }

    .popContentVetical {
        font-size: 33px;
    }

        .popContentVetical::-webkit-scrollbar {
        }

        /* Track */
        .popContentVetical::-webkit-scrollbar-track {
        }

        /* Handle */
        .popContentVetical::-webkit-scrollbar-thumb {
        }

            /* Handle on hover */
            .popContentVetical ::-webkit-scrollbar-thumb:hover {
            }

    .popupRead {
        text-align: right;
    }

        .popupRead a {
            font-size: 33px;
            background: url(../images/right.png) no-repeat;
            background-size: 34px;
            background-position-x: 100%;
            background-position-y: 8px;
            padding-right: 43px;
        }

    .ftNav.active .ftName {
        font-size: 40px;
        margin-top: 35px;
    }

    .modal.show {
    }
    /*Keybroad*/
    #write {
        height: 100px;
        font-size: 40px;
    }

    #keyboard ul {
    }

    #keyboard li {
    }

    .capslock, .tab, .left-shift {
    }

    #keyboard .tab, #keyboard .delete {
    }

    #keyboard .capslock {
    }

    #keyboard .return {
    }

    #keyboard .left-shift {
    }

    #keyboard .right-shift {
    }

    .lastitem {
    }

    .uppercase {
    }

    #keyboard .space {
    }

    .on {
    }

    #keyboard li:hover {
    }

    .keyBoxEx {
    }

    .keyBox {
    }

    .popContentVetical img {
    }
    /*Keybroad*/
    .mBoxReadAll {
    }

        .mBoxReadAll a {
        }

            .mBoxReadAll a span {
            }

    .mBoxK {
        margin-bottom: 60px;
    }

    .mBox {
        height: calc(100vh - 37vh);
        max-height: unset;
        z-index: 9;
    }

        .mBox::-webkit-scrollbar {
            width: 2px;
        }

        /* Track */
        .mBox::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #A58446;
            border-radius: 10px;
        }

        /* Handle */
        .mBox::-webkit-scrollbar-thumb {
            background: hsl(0deg 69% 5% / 40%);
        }

            /* Handle on hover */
            .mBox ::-webkit-scrollbar-thumb:hover {
            }

    /*btn Animation*/
    .btnNext span {
    }

    .btnNext {
    }

    .btnPrev span {
    }

    .btnPrev {
    }

    .ftBottom {
        height: 120px;
    }



    .mBoxTitle a {
        font-size: 56px;
    }

    .modal-dialog {
        min-width: 90%;
        max-width: 90%;
    }

    .popHeading {
        font-size: 64px;
    }

    .popContent {
    }

    .mBoxTitle {
    }
}
