header.main-header {
    height: 50px;
    line-height: 50px;
    z-index: 99999;
    box-shadow: 3px 3px 3px #bbb;
    display: none;
}
button.btn-menu {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    display: none;
}
button.btn-menu .align__justify {
    margin-right: 0;
}
button.btn-menu .align {
    display: inline-block;
    
    cursor: pointer;
}
button.btn-menu .align span {
    background: #000;
    display: block;
    margin-bottom: 6px;
    width: 27px;
    height: 2px;
}
header.main-header .side-menu.open {
    right: 0;
}
header.main-header .side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.main-header .side-menu .logo-nav-res {
    margin: 20px 0;
}

header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}
header.main-header .side-menu .logo-nav-res img {
    max-width: 75%;
}
header.main-header .side-menu .search-box-side-menu form {
    position: relative;
}
header.main-header .side-menu .search-box-side-menu input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: none;
}
header.main-header .side-menu .search-box-side-menu form i {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 20px;
}
header.main-header .side-menu>ul {
    position: relative;
    padding: 0;
}
.dt-sl {
    width: 100%;
    height: auto;
    float: right;
}
header.main-header .side-menu ul>li.sub-menu {
    position: relative;
}
header.main-header .side-menu>ul li {
    float: right;
    width: 100%;
}
header.main-header .side-menu>ul>li>a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
    background: #fff;
    color: #000;
}

header.main-header .side-menu ul a {
    padding: 10px;
}
header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}
header.main-header .side-menu ul ul {
    display: none;
    padding: 0;
    direction: ltr;
    float: right;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
}
header.main-header .side-menu ul>li.sub-menu {
    position: relative;
}

header.main-header .side-menu ul>li>ul>li {
    position: relative;
}
header.main-header .side-menu>ul li {
    float: right;
    width: 100%;
}
header.main-header .side-menu ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    padding: 0 35px;
    line-height: 44px;
    color: #283971;
}
header.main-header .side-menu ul ul li a {
    background-color: transparent;
}
header.main-header .side-menu ul a {
    padding: 10px;
}
header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}
header.main-header .side-menu ul ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header.main-header .overlay-side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
.header__videobutton {
        background-color: #fff;
        border: none;
        height: unset;
        line-height: unset;
        width: unset;
        position: absolute;
        left: 20px;
        top: 15px;
        display: flex;
}
.header__videobutton:focus {
    outline: none;
}