@font-face {
    font-family: "UTM Avo";
    src: url('/frontend/fonts/UTM Avo.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UTM Avo";
    src: url('/frontend/fonts/UTM AvoBold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "UTM Avo";
    src: url('/frontend/fonts/UTM AvoBold_Italic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "UTM Avo";
    src: url('/frontend/fonts/UTM AvoItalic.ttf');
    font-weight: normal;
    font-style: italic;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'UTM Avo', sans-serif;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none;
}
a:hover img{
    filter: brightness(110%);
}
.wrapper{
    background: url("/frontend/images/home/bg.jpg") center top;
    min-height: 100vh;
    overflow: hidden;
}
.container{
    max-width: 1050px;
}
header{
    height: 60px;
    background: rgba(24, 128, 249, 0.9);
    position: relative;
    z-index: 1;
}
.logo{
    width: 187px;
    position: relative;
}
.logo img{
    position: absolute;
    top: -25px;
    height: auto;
}
.header{
    padding: 0;
}
.header .nav-link{
    height: 60px;
    line-height: 60px;
    color: white!important;
    font-weight: bold;
    padding: 0 15px!important;
}
.header .nav-link:hover{
    color: #faaa22!important;
    text-shadow: rgb(2, 16, 88) 3px 0px 0px, rgb(2, 16, 88) 2.83487px 0.981584px 0px, rgb(2, 16, 88) 2.35766px 1.85511px 0px, rgb(2, 16, 88) 1.62091px 2.52441px 0px, rgb(2, 16, 88) 0.705713px 2.91581px 0px, rgb(2, 16, 88) -0.287171px 2.98622px 0px, rgb(2, 16, 88) -1.24844px 2.72789px 0px, rgb(2, 16, 88) -2.07227px 2.16926px 0px, rgb(2, 16, 88) -2.66798px 1.37182px 0px, rgb(2, 16, 88) -2.96998px 0.42336px 0px, rgb(2, 16, 88) -2.94502px -0.571704px 0px, rgb(2, 16, 88) -2.59586px -1.50383px 0px, rgb(2, 16, 88) -1.96093px -2.27041px 0px, rgb(2, 16, 88) -1.11013px -2.78704px 0px, rgb(2, 16, 88) -0.137119px -2.99686px 0px, rgb(2, 16, 88) 0.850987px -2.87677px 0px, rgb(2, 16, 88) 1.74541px -2.43999px 0px, rgb(2, 16, 88) 2.44769px -1.73459px 0px, rgb(2, 16, 88) 2.88051px -0.838247px 0px;
}
.user-info{
    position: absolute;
    top: 0;
    right: 0;
}
.user-info .btn-login{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: white;
    font-weight: bold;
    background: #fab322;
    padding: 0 25px;
}



footer{
    color: white;
}
.ft-info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.ft-copyright{
    font-size: 25px;
}
.ft-text{
    color: white;
    font-size: 18px;
}
.ft-text:hover{
    color: white;
}
.ft-company{
    font-weight: bold;
    font-size: 28px;
}
.ft-left .ft-text{
    margin-top: 15px;
}
.logo-ss{
    background: rgba(22, 43, 70, 0.8);
    padding: 15px;
    margin-top: 15px;
}
.logo-ss img{
    max-width: 50%;
}

#modalIframe .modal-dialog{
    max-width: 1200px!important;
}
#modalIframe .modal-content{
    background: #282828;
    color: white;
    position: relative;
}
#modalIframe .modal-content .close{
    position: absolute;
    top: -35px;
    right: -35px;
    opacity: 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%;
}
.btn-support{
    display: block;
    width: 75px;
    max-width: 12%;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
@media only screen and (max-width: 1250px) {

}
@media only screen and (max-width: 992px) {
    .header .navbar-toggler{
        margin-top: 12px!important;
    }
    .logo{
        width: 103px;
        top: 5px;
    }
    .user-info{
        position: static;
    }
    .user-info .btn-login{

    }
    .header, header .container{
        background: rgba(24, 128, 249, 0.9);
    }
}
@media only screen and (max-width: 890px) {
    .ft-company, .ft-copyright{
        font-size: 20px;
    }
    .ft-text{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .ft-left .ft-text{
        margin-top: 10px;
    }
    .ft-left .ft-text img{
        max-width: 25px;
    }
}
/*Mobile*/
@media only screen and (max-width: 500px) {

}
