@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: Kantumruy;
    src: url(../font/kantumruy/Kantumruy-Regular.ttf);
}

* {
    font-family: Kantumruy;
    font-size: 1rem;
    line-height: 2rem;
    color: #2e4053;
    box-sizing: border-box;
}
.aeu-header{
    position: relative;
    
}
.aeu-header .aeu-web {
    /* height: 120px; */
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    /* position: fixed; */
}

.aeu-header .aeu-web .aeu-nav-top {
    width: 52%;
    height: 50px;
    border-top: 55px solid rgba(0, 0, 0, 0.8);
    border-left: 50px solid transparent;
    top: 0;
    right: 0;
    position: absolute;
}

.aeu-header .aeu-web .aeu-nav-top .aeu-box-icon a {
    position: relative;
}
.aeu-header .aeu-web .aeu-nav-top .aeu-box-icon #box-icon {
    margin-top: -40px;
    margin-left: 20px;
    color:#839192;
}
.aeu-header .aeu-web .aeu-nav-top .aeu-box-icon #box-icon a{
    color:#839192;
}
.aeu-header .aeu-web .aeu-nav-top .aeu-box-icon #box-icon i{
    color:#839192;
}
.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: Kantumruy !important;
}
h3{
    font-size: 1rem;
    line-height: 2.5rem;
    font-family: Kantumruy !important;
}


.aeu-footer{
    min-height: 150px;
    background-color:#17202a;
}
.aeu-footer p{
    font-size: 1.1rem;
}



/* Mobile */
.aeu-header .aeu-mobile{
    height: 73px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: absolute;
    top: 0;
    position: fixed;
}
.aeu-header .aeu-mobile .icon-list{
    width:50px;
    height: 33px;
    padding: 3px;
    border: 1px solid #c5dcf5;
}
.aeu-header .aeu-mobile .icon-search{
    width:50px;
    height: 33px;
    padding: 3px;
    border: 1px solid #c5dcf5;
}
.logo-sidebar{
    position: absolute; top:15px; left: 15px;
}

.aeu-nav-main {
    color: #FFF;
    display: flex;
    /* height: 115px; */
    background: rgba(0, 0, 0, 0.5);
}

.aeu-nav-main .logo {
    height: 90px;
    margin-top: 15px;
    margin-bottom: 10px;
    z-index: 3;
}

.aeu-nav-main .logo a {
    color: #FFF;
    text-decoration: none
}

.logo1 {
    height: 60px !important;
    margin-top: 5px !important;
    z-index: 3;
}

.menu-sticky {
    margin-top: 45px;
}

.menu-sticky1 {
    margin-top: -8px;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 70px;
}