@font-face {
    font-family: UTM Avo;
    src: url('/frontend/fonts/UTM-Avo.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family: 'UTM Avo', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
.wrapper{
    position: relative;
}
header{
    position: absolute;
    height: 80px;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
}
.user-info{
    display: inline-block;
}
.user-info .big-menu{
    color: white!important;
}
.logo-app{
    display: inline-block;
}
.logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#modalIframe .modal-dialog{
    max-width: 1200px!important;
}
#modalIframe .modal-content{
    background: transparent;
    color: white;
    border: none;
}

#modalBanner .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: .8;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}
#modalBanner .modal-content .close:focus{
    outline: none;
}
#modalBanner .modal-content .close span{
    display: inline-block;
    width: 30px;
    height: 37px;
}
#modalBanner .modal-content .close:hover{
    opacity: 1;
}
#modalIframe .modal-content .close span{
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: gray;
    border-radius: 50%;
    z-index: 1;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer{
    padding: 50px 0;
    background-image: url("/frontend/images/bg-footer.jpg");
    background-size: cover;
    color: white;
}
.footer__content .text-format {
    line-height: 1.4;
    text-align: center;
}
.footer__content .text-format a {
    color: white;
}
.footer__content .text-format p {
    margin-bottom: 0;
}

/*header v2*/
.menu-mb{
    display: none!important;
}
.menu-pc,.gd-pc{
    display: block!important;
}
.header-v2{
    background: rgba(15, 27, 74, 0.71);
    height: 70px;
}
.header-v2 .navbar{
    background: transparent!important;
    height: 70px;
}
.header-v2 .navbar-nav{
    width: 100%;
}

.header-v2 .navbar-dark .navbar-nav .nav-link{
    color: white!important;
    height: 70px;
    line-height: 70px;
    padding: 0 1rem;
    text-align: center;
    display: inline-block;
}
.header-v2 .navbar-dark .navbar-nav .nav-link:hover, .menu-mb .dropdown-item:hover, .menu-pc .dropdown-item:hover{
    background: rgba(15, 27, 74, 0.8)!important;
}
.header-v2 .menu-pc .navbar-dark .navbar-nav .nav-link:hover{
    background: url("/frontend/images/home/bottom-menu.png") bottom no-repeat!important;
    background-size: 100%!important;
}
.menu-pc .dropdown-menu{
    background: rgba(15, 27, 74, 0.71)!important;
    margin: .125rem 0;
}
.menu-pc .dropdown-menu .dropdown-item{
    color: white!important;
}
/*sidebar-right*/
.sidebar-right{
    position: fixed;
    top: 17%;
    right: 0;
    width: 351px;
    height: 529px;
    background: url("/frontend/images/home/sibar/sbr-bg.png") no-repeat;
    z-index: 1;
    padding: 240px 48px 55px 138px;
}
.sbr-napthe,.sbr-fanpage,.sbr-download{
    display: inline-block;
    margin-top: 30px;
}
.sbr-btn:hover img{
    filter: brightness(80%);
}
.sbr-toggle{
    position: absolute;
    display: block;
    width: 35px;
    height: 40px;
    top: 60%;
    left: 90px;
}
.sbr-toggle.open{
    background: url("/frontend/images/home/sibar/open.png");
    background-size: 100% 100%;
}
.sbr-toggle.close{
    background: url("/frontend/images/home/sibar/close.png");
    background-size: 100% 100%;
}
popupRule .modal-dialog {
    max-width: 639px!important;
}
.popupRule .modal-content{
    max-width: 639px!important;
    background-color: transparent;
    background-image: url('/frontend/images/msg-t.png'),url('/frontend/images/msg-c.png'),url('/frontend/images/msg-b.png');
    background-repeat: no-repeat;
    background-position: 0 0,0 center,0 bottom;
    -webkit-background-size: 100% auto,100% -webkit-calc(100% - 2rem),100% auto;
    background-size: 100% auto,100% calc(100% - 2rem),100% auto;
    border: none;
    padding: 15px 0 15px 15px;
}
.popupRule .rule-content{
    height: 70vh;
    overflow-y: scroll;
    color: white;
}
.btnclose{
    background-color: #c9b16a;
    padding: 7px 40px;
    color: #513310;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #663010;
}
/*desktop*/
@media only screen and (max-width: 1200px) {
    .header-v2 .navbar-dark .navbar-nav .nav-link{
        font-size: 14px;
    }
}
/*Ipad pro*/
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
    .menu-mb{
        display: flex!important;
        padding: 0;
    }
    .menu-pc,.gd-pc{
        display: none!important;
    }
    .menu-mb .navbar-brand-logo{
        margin-left: 15px;
    }
    .menu-mb .navbar-toggler{
        margin-right: 15px;
    }
    .header-v2 .navbar-dark .navbar-nav .nav-link{
        color: white!important;
        height: auto;
        line-height: 1.5;
        text-align: center;
        display: block;
        padding: .5rem 1rem;
        background: rgba(15, 27, 74, 0.71)!important;
    }
    .menu-mb .dropdown-menu{
        text-align: center;
        background: rgba(15, 27, 74, 0.71)!important;
        margin: .125rem 0;
    }
    .menu-mb .dropdown-menu .dropdown-item{
        color: white!important;
    }
}
/*Ipad*/
@media only screen and (max-width: 768px) {
    .hide768{
        display: none!important;
    }

}
/*Mobile*/
@media only screen and (max-width: 500px) {
    .pc-inline-block,.pc-block {
        display: none !important;
    }
    .mb414-inline-block {
        display: inline-block !important;
    }
}
