@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');

@font-face {
    font-family: God_Word;
    src: url('../../vendors/fonts/UTM-God_s-WordBold.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ God\'s\ WordBold.eot') format('embedded-opentype'), url('../../vendors/fonts/UTM-God_s-WordBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: God_WordR;
    src: url('../../vendors/fonts/AnyConv.com__UTM\ God\'s\ WordR.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ God\'s\ WordR.eot') format('embedded-opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ God\'s\ WordR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: iCiel_font;
    src: url('../../vendors/fonts/ICIELBCCUBANO-NORMAL.OTF') format('opentype'), url('../../vendors/fonts/ICIELBCCUBANO-NORMAL.eot') format('embedded-opentype'), url('../../vendors/fonts/ICIELBCCUBANO-NORMAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: alberta;
    color: #0b0c49;
    background-color: #686a5e;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #686a5e !important;
}

/* ---------------------------------------- */

/* -----------------REUSEABLE-------------- */

/* ---------------------------------------- */

.text-center {
    text-align: center;
}

.desktop {
    display: flex;
}

.flex {
    display: flex;
}

.mobile {
    display: none;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

ul,
li {
    list-style: none;
}

ul {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

.background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.sticky-menu {
    position: sticky;
    top: 50px;
}

.disabled {
    pointer-events: none;
}

/* ---------------------------------------- */

/* -----------------WRAP------------------- */

/* ---------------------------------------- */

.warp {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background-color: #FBFFE5;
    margin: 0 auto;
}

.wrap img {
    max-width: 100%;
}

.aside-left {
    top: 200px;
    right: 20px;
    width: 78px;
    position: fixed;
    z-index: 10;
}

/* -----------------HEADER------------------- */

.header {
    background: url('../images/bg_sc1.jpg') no-repeat;
    width: 100%;
    height: 865px;
}

#bgvid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.header .logo {
    width: 320px;
    height: 170px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 5;
}

.header .logo img {
    width: 100%;
}

.header .header-nav {
    background: url('../images/bg-logo.png') no-repeat;
    background-position: 2px center;
    width: 310px;
    height: 48px;
    position: absolute;
    top: 190px;
    left: 30px;
    z-index: 5;
}

.header .header-nav ul {
    align-items: center;
}

.header .header-nav ul li {
    padding: 0 10px 0 10px;
    line-height: 15px;
}

.header .header-nav ul li:hover a {
    color: rgb(18, 113, 133);
}

.header .header-nav ul li:nth-child(1) {
    border-right: 2px solid rgb(9, 39, 44);
}

.header .header-nav ul li a {
    font-family: 'Bungee', cursive;
    color: rgb(9, 39, 44);
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        width: 20.667vw;
        height: 12.167vw;
        position: absolute;
        top: 1vw;
        left: 1.5vw;
        z-index: 5;
    }

    .header .header-nav {
        background-position: 2px center;
        width: 20vw;
        height: 3.2vw;
        position: absolute;
        top: 12.5vw;
        left: 2vw;
        z-index: 5;
    }

    .header .header-nav ul li:nth-child(1) {
        border-right: 0.3vw solid rgb(9, 39, 44);
    }

    .header .header-nav ul li {
        padding: 0 1vw 0 1vw;
        line-height: 1vw;
    }

    .header .header-nav ul li a {
        font-family: 'Bungee', cursive;
        color: rgb(9, 39, 44);
        font-size: 1.3vw;
    }
}

@media only screen and (max-width: 375px) {
    .header .header-nav ul li {
        padding: 0 1vw 0 1vw;
        line-height: 0.1vw;
        height: 1.5vw;
    }
}

@keyframes shake {
    from {
        transform: translateY(-7px);
    }

    to {
        transform: translateY(7px);
    }
}

@keyframes scale {
    from {
        transform: scale(0.85);
    }

    to {
        transform: scale(0.95);
    }
}

@keyframes circle1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes circle2 {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* -----------------CONTENT------------------- */

.content {
    background: url('../images/bg_content.png') repeat-y;
    background-position: top center !important;
    width: 100%;
    min-height: 260vh;
    margin-top: 0px;
}

.list_tab_header {
    top: 0;
    left: 0;
}

.list_tab_header_item {
    animation: bellshake 5s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top;
}

.list_tab_header_item:nth-child(1) {
    animation-delay: 0.3s;
}

.list_tab_header_item:nth-child(2) {
    animation-delay: 0.1s;
}

.list_tab_header_item:nth-child(3) {
    animation-delay: 0.5s;
}

.list_tab_header_item:nth-child(4) {
    animation-delay: 0.7s;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.gioi_thieu {
    background: url('../images/gt.png');
    width: 252px;
    height: 343px;
    top: 500px;
    left: 327px;
    cursor: pointer;
}

.gioi_thieu:hover {
    background: url('../images/gt_active.png');
    width: 252px;
    height: 343px;
    top: 500px;
    left: 327px;
}

.the_le {
    background: url('../images/tl.png');
    width: 252px;
    height: 343px;
    top: 305px;
    left: 685px;
    cursor: pointer;
}

.the_le:hover {
    background: url('../images/tl_active.png');
    width: 252px;
    height: 343px;
    top: 305px;
    left: 685px;
}

.phan_thuong {
    background: url('../images/pt.png');
    width: 252px;
    height: 343px;
    top: 383px;
    left: 1030px;
    cursor: pointer;
}

.phan_thuong:hover {
    background: url('../images/pt_active.png');
    width: 252px;
    height: 343px;
    top: 383px;
    left: 1030px;
}

.quy_tac {
    background: url('../images/qt.png');
    width: 252px;
    height: 343px;
    top: 350px;
    left: 1495px;
    cursor: pointer;
}

.quy_tac:hover {
    background: url('../images/qt_active.png');
    width: 252px;
    height: 343px;
    top: 350px;
    left: 1495px;
}

.content_item_1 {
    background: url('../images/bg-nl-xt.png');
    width: 651px;
    height: 967px;
    top: 42%;
    left: 13%;
}

.c_item_1_btn {
    background: url('../images/btn_detail.png');
    width: 138px;
    height: 138px;
    bottom: 220px;
    left: 240px;
    cursor: pointer;
    animation: scale 1s alternate infinite linear;
}

.c_item_1_btn:hover {
    filter: brightness(1.15) drop-shadow(0px 0px 5px #ffd2b3);
}

.content_item_2 {
    background: url('../images/bg-clptt.png');
    width: 651px;
    height: 967px;
    top: 58%;
    left: 55%;
}

.c_item_2_btn {
    background: url('../images/btn_detail.png');
    width: 138px;
    height: 138px;
    bottom: 285px;
    left: 275px;
    cursor: pointer;
    animation: scale 1s alternate infinite linear;
}

.c_item_2_btn:hover {
    filter: brightness(1.15) drop-shadow(0px 0px 5px #ffd2b3);
}


/* ---------------------------------------- */

/* -----------------MODAL------------------- */

/* ---------------------------------------- */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-dialog {
    max-width: unset !important;
}

.modal-content {
    width: 1140px !important;
    height: auto !important;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #FAFFE5 !important;
    background-clip: padding-box;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: 3px;
    outline: 0;
    padding: 15px;
}

.modal_top_bar {
    width: 1255px;
    top: -15px;
    left: -47px;
}

.modal_top_bar img {
    width: 100%;
}

.modal_bot_bar {
    width: 1255px;
    bottom: -45px;
    left: -47px;
}

.modal_bot_bar img {
    width: 100%;
}

.modal-content p {
    font-size: 20px;
    font-family: God_WordR;
}

.modal-content h1 {
    font-family: God_Word;
    position: relative;
    z-index: 1;
}

.modal-content h2 {
    font-family: God_Word;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.modal-content h3 {
    font-family: God_WordR;
    padding-left: 20px;
    font-size: 25px;
    position: relative;
    z-index: 1;
}

.modal-content h4 {
    font-family: God_WordR;
    padding-left: 30px;
    font-size: 25px;
    position: relative;
    z-index: 1;
}

.modal-content h5 {
    font-family: God_WordR;
    padding-left: 40px;
    font-size: 25px;
    position: relative;
    z-index: 1;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    margin-bottom: 0px;
    border-bottom: none;
}

.modal-header .close {
    font-size: 40px;
}

.modal-header .close:focus {
    outline: none;
}

.modal-body {
    min-height: 50vh;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    flex: 1;
    font-family: God_Word;
    font-size: 30px;
}

.phanthuong_image {
    top: 106px;
    right: 35px;
    width: 430px;
    z-index: 0;
}

.phanthuong_image img {
    width: 100%;
}



@media only screen and (max-width: 468px) {}

/* ---------------------------------------- */

/* -----------------FOOTER----------------- */

/* ---------------------------------------- */

footer {
    background-color: rgb(22 24 36);
    background-position: center top;
    background-size: cover;
}

.footer-info {
    padding: 50px 0 20px 0;
}

.app {
    margin: 7px 0 0 0;
}

.app img {
    width: 100%;
}

.information p {
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.information {
    margin: 0px 0px 0px 0px;
}

.location p {
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 20px;
}

.location {
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 900px) {
    footer {
        background-color: rgb(22 24 36);
        background-position: center top;
        background-size: cover;
        text-align: center;
    }

    .app {
        margin: 7px 0 10px 0px;
    }

    .footer-info {
        padding: 1vw 0 1vw 0;
    }
}

@media only screen and (max-width: 1920px) {
    .warp {
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #FBFFE5;
        margin: 0 auto;
    }

    .header {
        background: url(../images/bg_sc1.jpg) no-repeat;
        width: 100%;
        height: 45.06vw;
    }

    .content {
        background: url(../images/bg_content.png) repeat-y;
        background-position: top center !important;
        width: 100%;
        min-height: 127.5vw;
    }

    .gioi_thieu {
        width: 13.01vw;
        height: 17.71vw;
        top: 25.7vw;
        left: 16.8vw;
        cursor: pointer;
    }

    .gioi_thieu:hover {
        width: 13.01vw;
        height: 17.71vw;
        top: 25.7vw;
        left: 16.8vw;
        cursor: pointer;
    }

    .the_le {
        background: url(../images/tl.png);
        width: 13.01vw;
        height: 17.71vw;
        top: 16vw;
        left: 35.5vw;
        cursor: pointer;
    }

    .the_le:hover {
        width: 13.01vw;
        height: 17.71vw;
        top: 16vw;
        left: 35.5vw;
        cursor: pointer;
    }

    .phan_thuong {
        width: 13.01vw;
        height: 17.71vw;
        top: 19.7vw;
        left: 53.2vw;
        cursor: pointer;
    }

    .phan_thuong:hover {
        width: 13.01vw;
        height: 17.71vw;
        top: 19.7vw;
        left: 53.2vw;
        cursor: pointer;
    }

    .quy_tac {
        width: 13.01vw;
        height: 17.71vw;
        top: 18vw;
        left: 77.3vw;
        cursor: pointer;
    }

    .quy_tac:hover {
        width: 13.01vw;
        height: 17.71vw;
        top: 18vw;
        left: 77.3vw;
        cursor: pointer;
    }

    .content_item_1 {
        background: url(../images/bg-nl-xt.png);
        width: 33.61vw;
        height: 49.93vw;
        top: 42%;
        left: 13%;
    }

    .c_item_1_btn {
        background: url(../images/btn_detail.png);
        width: 7.13vw;
        height: 7.13vw;
        bottom: 11.5vw;
        left: 12.4vw;
        cursor: pointer;
    }

    .content_item_2 {
        background: url(../images/bg-clptt.png);
        width: 33.61vw;
        height: 49.93vw;
        top: 58%;
        left: 55%;
    }

    .c_item_2_btn {
        background: url(../images/btn_detail.png);
        width: 7.13vw;
        height: 7.13vw;
        bottom: 14.6vw;
        left: 14.2vw;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1300px) {
    .modal_top_bar {
        width: 96.54vw;
        top: -1vw;
        left: -3.5vw;
    }

    .modal_bot_bar {
        width: 96.54vw;
        bottom: -4vw;
        left: -3.5vw;
    }

    .modal-title img {
        max-width: 50%;
    }

    .modal-header .close {
        font-size: 4vw;
        padding: 1vw;
        margin: -1vw -1vw -1vw auto;
    }

    .modal-content {
        width: 87.7vw !important;
        height: auto !important;
        margin: 0 auto;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #FAFFE5 !important;
        background-clip: padding-box;
        box-shadow: 5px 5px 10px 0px #000000;
        border-radius: 3px;
        outline: 0;
        padding: 1vw;
    }

    .modal-content h1 {
        font-size: 30px;
    }

    .modal-content h2 {
        font-size: 25px;
    }

    .modal-content h3 {
        font-size: 20px;
    }

    .modal-content h4 {
        font-size: 20px;
    }

    .modal-content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .header {
        background: url(../images/bg_sc1.jpg) no-repeat;
        width: 100%;
        height: 45.06vw;
    }

    .content {
        background: url(../images/bg_content.png) repeat-y;
        background-position: top center !important;
        width: 100%;
        min-height: 150.5vw;
    }

    .content_item_1 {
        background: url(../images/bg-nl-xt.png);
        width: 44.61vw;
        height: 65.93vw;
        top: 33%;
        left: 6%;
    }

    .c_item_1_btn {
        background: url(../images/btn_detail.png);
        width: 9.13vw;
        height: 9.13vw;
        bottom: 15vw;
        left: 16.5vw;
        cursor: pointer;
    }

    .content_item_2 {
        background: url(../images/bg-clptt.png);
        width: 44.61vw;
        height: 65.93vw;
        top: 54%;
        left: 50%;
    }

    .c_item_2_btn {
        background: url(../images/btn_detail.png);
        width: 9.13vw;
        height: 9.13vw;
        bottom: 19.6vw;
        left: 19vw;
        cursor: pointer;
    }

    .phanthuong_image {
        top: 7vw;
        right: 2vw;
        width: 39vw;
    }
}

@media only screen and (max-width: 768px) {
    .app img {
        width: 50%;
    }

    .modal-title img {
        max-width: 30%;
    }

    #ngoaLongModal .modal-title img {
        max-width: 50%;
    }

    #phiLongModal .modal-title img {
        max-width: 50%;
    }

    .modal-header .close {
        font-size: 5vw;
        padding: 1vw;
        margin: -1vw -1vw -1vw auto;
    }

    .modal-content h1 {
        font-size: 25px;
    }

    .modal-content h2 {
        font-size: 20px;
    }

    .modal-content h3 {
        font-size: 16px;
    }

    .modal-content h4 {
        font-size: 16px;
    }

    .modal-content h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 568px) {
    .phanthuong_image{
        top: 16vw;
        right: 2vw;
        width: 55vw;
        position: relative;
        top: 0;
        right: -14vw;
    }
}