@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Fredoka+One&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Suez+One&display=swap');
/*     
    font-family: 'Cabin', sans-serif;
    font-family: 'Fredoka One', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Suez One', serif;
*/
:root{
    --color-select-b1 : #156cd5;
    --color-select-b2 : #0a519f;
    --color-select-y1 : #ffd74d;
    --color-select-y2 : #ffc523;
    --color-select-y3 : #fe9756;
    --color-select-p1 : #ff6f8d;
    --color-select-white : #ffffff;
    --color-select-black : #0c0a0afa;
    --color-select-r1 : #ff2855;
    --color-select-v1 : #112358;
    --color-select-v2 : #a7509e;
    --color-select-v3 : #78226d;
    --color-select-v4 : #21b88f;
}
.v-bar{
    width: 80px;
    height: 8px;
    margin: 4px auto 10px;
    background-color: #463c9f;
}
#language{
    position: fixed;
    top: 96px;
    right: 10px;
    background-color: white;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.14);
    z-index: 2000;
    visibility: hidden;
    transition: all 200ms ease;
    opacity: 0;
}
.langList{
    width: 200px;
    max-height: 400px;
    overflow: auto;
}
#language a{
    display: block;
    padding: 10px 20px 10px 40px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555;
    transition: all 100ms ease;
}
#language a img{
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#language a:hover{
    background-color: var(--color-select-b2);
    color: white;
}
#language a:active{
    background-color: var(--color-select-v1);
    color: white;
}
#menuBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 5000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
    opacity: 0;
}
.menuContent{
    position: absolute;
    top: 0;
    left: -300px;
    width: 260px;
    background-color: #464391;
    height: 100%;
    color: white;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.closeMenu{
    font-size: 2em;
    text-align: right;
    padding: 10px;
}
.menuContent > a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    color: white;
    transition: all 100ms ease;
    font-size: 1.1em;
}
.menuContent > a:hover{
    background-color: rgba(225,255,255,.14);
    color: white;
}
.menuContent > a:active{
    background-color: rgba(225,255,255,.3);
    color: white;
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-outline: none;
    outline: none;
}
*[disabled]{
    opacity: .4;
    -webkit-pointer-events: none;
    cursor: not-allowed;
    pointer-events: none;
}
a,button{
    cursor: default;
}
html,body{
    position: relative;
    margin: 0;
    font-family: roboto,sans-serif;
    top: 0 !important;
    /* overflow-x: hidden !important; */
}
.box{
    max-width: 1366px;
    margin: 0 auto;
}   
header{
    position: fixed;
    background-color: white;
    min-height: 66px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.16);
}
section{
    position: relative;
    top: 70px !important;
}
header > .box{
    padding: 10px 50px;
    position: relative;
}
#nav-1,#nav-2{
    display: inline-block !important;
    position: absolute;
    right: 50px;
    top: 15px;
}
#nav-1 > a{
    text-decoration: none;
    display: inline-block;
    padding: 10px 0 5px 0;
    margin: 0 10px;
    font-size: 1em;
    color: #555;
    font-weight: bolder;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}
#nav-1 > a:hover{
    border-bottom: 3px solid #156cd5;
    color: #156cd5;
}
#nav-1 > a:active{
    border-bottom: 3px solid #112358;
    color: #112358;
}
#nav-2{
    display: none !important;
}
#nav-2 > span{
    display: inline-block;
    padding: 6px 6px;
    margin: 0px 5px;
    font-size: 1.6em;
    color: #0c2174;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    border-radius: 8px;
    border: 1px solid #0c2174;
}
#nav-2 > span:hover{
    opacity: .9;
}
#nav-2 > span:active{
    opacity: .7;
}
footer{
    position: relative;
    margin-top: 150px;
}
footer .link > a{
    position: relative;
    display: block;
    background-color: #463c9f;
    color: white !important;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 16px;
}
.f-content{
    background-image: url(/res/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.f-content > .container{
    width: 96% !important;
    margin: auto !important;
    padding: 20px 10px !important;
}
.f-content > .container .col{
    font-size: 1.1em !important;
    color: white !important;
    font-family: 'Cabin', sans-serif;
}
.f-title{
    padding: 10px 0;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
    font-weight: bold;
}
.f-link{
    display: block;
    text-decoration: none;
    color: white;
    padding: 1px 0;
}
.copyright{
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px;
    color: white !important;
}
@media screen and (max-width: 1200px){
    header > .box{
        padding: 10px 20px;
    }
    #nav-1,#nav-2{
        right: 20px;
    }
    #nav-1 > a{
        font-size: 1em;
    }
}
@media screen and (max-width: 1100px){
    #nav-1{
        display: none !important;
    }
    #nav-2{
        display: inline-block !important;
    }
}
@media screen and (max-width: 400px){
    .logo > img{
        width: 150px;
        position: relative;
        top: 4px;
    }
}
@media screen and (max-width: 360px){
    header > .box{
        padding: 10px;
    }
    #nav-1,#nav-2{
        right: 10px;
    }
}