.arshine2-mo_leftmenu {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    box-sizing: content-box;
    width: 70%;
    max-width: 350px;
    -webkit-overflow-scrolling: touch;
    z-index: 105!important;
    -ms-transition: all .4s cubic-bezier(0.7,0,0.2,1);
    transition: all .4s cubic-bezier(0.7,0,0.2,1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.arshine2-mo_leftmenu .tit {
    height: 50px;
    line-height: 50px;
    background: #353535;
}

.arshine2-mo_leftmenu .tit h6 {
    float: left;
    color: #fff;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Times New Roman";
}

.arshine2-mo_leftmenu .tit span {
    float: right;
    cursor: pointer;
    width: 50px;
    text-align: center;
}

.arshine2-mo_leftmenu .tit span i {
    color: #fff;
    font-size: 16px;
}

.arshine2-mo_leftmenu > ul {
}

.arshine2-mo_leftmenu > ul > li {
    line-height: 50px;
    font-size: 15px;
    border-top: 2px solid #e5e5e5;
    position: relative;
}

.arshine2-mo_leftmenu > ul > li > a {
    padding: 0 0 0 20px;
}

.arshine2-mo_leftmenu > ul > li > i {
    position: absolute;
    color: #333;
    font-size: 12px;
    top: 5px;
    right: 0;
    z-index: 1;
    width: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.arshine2-mo_leftmenu > ul > li.active {
}

.arshine2-mo_leftmenu ul li a {
    color: #333;
    display: block;
}

.arshine2-mo_leftmenu ul li a:hover {
    text-decoration: none;
}

.arshine2-mo_leftmenu ul li ul {
    display: none;
    padding-bottom: 10px;
}

.arshine2-mo_leftmenu ul li ul li {
    line-height: 35px;
}

.arshine2-mo_leftmenu ul li ul li a {
    background: url("../images/d.png") no-repeat 25px center;
    padding: 0 0 0 40px;
}

.arshine2-mo_leftmenu.menu-transitioning {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.arshine2-header {
    height: 89px;
    background: #fff;
}

.arshine2-header > div {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 20;
}

.arshine2-header .logo img {
    height: 57px;
}

.arshine2-header .home-logo a {
    display: inline-block;
    width: 134px;
    height: 57px;
    text-indent: -99999px;
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.arshine2-header .nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.arshine2-header .nav > ul {
}

.arshine2-header .nav > ul > li {
    float: left;
    position: relative;
    margin: 0 18px;
}

.arshine2-header .nav > ul > li:nth-child(2) {
    position: static;
}

.arshine2-header .nav > ul > li > a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 3px;
    line-height: 89px;
    text-transform: uppercase;
    position: relative;
}

[lang=ru] .arshine2-header .nav > ul > li > a {
    font-size: 15px;
}

[lang=fr] .arshine2-header .nav > ul > li > a {
    font-size: 15px;
}

[lang=es] .arshine2-header .nav > ul > li > a {
    font-size: 15px;
}

.arshine2-header .nav > ul > li > a::after {
    content: "";
    width: 30px;
    height: 4px;
    background: var(--text-color-active);
    position: absolute;
    left: calc(50% - 15px);
    bottom: -1px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all .15s ease-out;
    opacity: 0;
}

.arshine2-header .nav > ul > li ul {
    position: absolute;
    width: 220px;
    height: auto;
    left: -20px;
    text-align: left;
    top: 90px;
    z-index: 100;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.14) 0px -6px 9px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
}

.arshine2-header .nav > ul > li > ul::before {
    content: '';
    position: absolute;
    left: 60px;
    margin: 0;
    top: -8px;
    overflow: hidden;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.arshine2-header .nav > ul > li > ul li {
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.arshine2-header .nav > ul > li > ul li:last-child {
    border: none;
}

.arshine2-header .nav > ul > li > ul li > a {
    display: block;
    border-radius: 4px;
    padding: 8px 10px;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
}

.arshine2-header .nav > ul > li > ul > li > a {
    padding-right: 20px;
}

.arshine2-header .nav > ul > li > ul li > a i {
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    font-size: 13px;
}

.arshine2-header .nav > ul > li > ul li:hover > a {
    background: var(--active-color);
    color: #fff;
}

.arshine2-header .nav > ul > li > ul li ul {
    left: 210px;
    top: 0;
}

.arshine2-header .nav > ul > li:hover > a,.arshine2-header .nav > ul > li.active > a {
    color: var(--active-color) !important;
}

.arshine2-header .nav > ul > li:hover > a::after,.arshine2-header .nav > ul > li.active > a::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}

.arshine2-header .nav > ul > li:hover > a > i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.arshine2-header .nav > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.arshine2-header.nav > ul > li > .dropdown {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 121px;
    border-radius: 6px;
    background: #fff;
    padding: 40px 45px;
    z-index: 1000;
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.arshine2-header.nav > ul > li > .dropdown .list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.arshine2-header.nav > ul > li > .dropdown dl {
    width: 33.3333%;
    padding: 20px 0;
}

.arshine2-header.nav > ul > li > .dropdown dl:last-child {
    border-bottom: none;
}

.arshine2-header.nav > ul > li > .dropdown dl dt {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 18px;
}

.arshine2-header.nav > ul > li > .dropdown dl dt a:hover {
    color: var(--active-color);
}

.arshine2-header.nav > ul > li > .dropdown dl dd {
    position: relative;
    color: #333;
}

.arshine2-header.nav > ul > li > .dropdown dl dd~dd {
    margin-top: 10px;
}

.arshine2-header.nav > ul > li > .dropdown dl dd a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
}

.arshine2-header.nav > ul > li > .dropdown dl dd a:hover {
    color: var(--active-color);
}

.arshine2-header.nav > ul > li > .dropdown .pic {
    width: 260px;
}

.arshine2-header.nav > ul > li:hover > .dropdown {
    opacity: 1;
    transform: rotate3d(0,0,0,0);
    -webkit-transform: rotate3d(0,0,0,0);
}

.arshine2-header .header_right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
}

.arshine2-header .header-lang {
    position: relative;
    z-index: 20;
}

.arshine2-header .header-lang .box {
    height: 34px;
    width: 90px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 7px;
}

.arshine2-header .header-lang .box img {
}

.arshine2-header .header-lang .box em {
    margin: 0 7px;
    line-height: 18px;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.arshine2-header .header-lang .box i {
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.arshine2-header .header-lang .box i:nth-of-type(1) {
    font-size: 24px;
}

.arshine2-header .header-lang .lang-box {
    width: 200px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 200;
    background: #fff;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    box-shadow: 0 0 10px rgba(63,62,62,0.2);
}

.arshine2-header .header-lang .lang-box::before {
    content: '';
    position: absolute;
    right: 37px;
    top: -8px;
    overflow: hidden;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    display: block;
}

.arshine2-header .header-lang ul {
}

.arshine2-header .header-lang ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.arshine2-header .header-lang ul li:last-child {
    border: none;
}

.arshine2-header .header-lang ul li a {
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.arshine2-header .header-lang ul li a:hover {
    color: #015198;
}

.arshine2-header .header-lang ul li img {
    vertical-align: middle;
    margin-right: 7px;
}

.arshine2-header .header-lang:hover .lang-box {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.arshine2-header .header_right > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    cursor: pointer;
    display: none;
}

.arshine2-header .header_right > span i {
    font-size: 24px;
}

.home .arshine2-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: transparent;
}

.home .arshine2-header .nav > ul > li > a {
    color: #101010;
}

.home .arshine2-header .header-lang .box em {
    color: #333;
}

.home .arshine2-header .header-lang .box i {
    color: #000;
}






.home .arshine2-header .header_right > span {
    color: #fff;
}


@media screen and (max-width: 1171px) and (min-width:768px){
.home .arshine2-header .header_right > span {
    color: black;
}
}
.home .arshine2-header.header-fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.home .arshine2-header.header-fix .home-logo a {
    background-image: url(../../images/logo2.png);
}

.home .arshine2-header.header-fix .nav > ul > li > a {
    color: #333;
}

.home .arshine2-header .search h3 i {
    color: #333;
}

.home .arshine2-header.header-fix .search h3 i {
    color: #333;
}

.home .arshine2-header.header-fix .header-lang .box em {
    color: #333;
}

.home .arshine2-header.header-fix .header-lang .box i {
    color: #333;
}

.home .arshine2-header.header-fix .header_right > span {
    color: #333;
}

.arshine2-header .search {
    margin: 0 0 0 10px;
    position: relative;
}

.arshine2-header .search h3 {
    width: 45px;
    height: 36px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
}

.arshine2-header .search h3 i {
    color: #333;
    font-size: 25px;
    line-height: 36px;
    -webkit-text-stroke-width: 0.1px;
    text-stroke-width: 0.1px;
}

.arshine2-header .search .serchbox {
    display: none;
    position: absolute;
    background: #666;
    width: 255px;
    padding: 10px;
    top: 36px;
    right: 0;
    z-index: 1000;
}

.arshine2-header .search .serchbox .submit_text {
    background: #fff;
    border: 1px solid #fff;
    border-right: none;
    width: 200px;
    height: 33px;
    line-height: 33px;
    float: left;
    color: #333;
    padding: 0 0 0 6px;
}

.arshine2-header .search .serchbox .submit_btn {
    width: 35px;
    background: var(--btn-bg);
    font-size: 14px;
    color: #fff;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
}

.arshine2-header .search:hover h3 {
    background: #666;
}

.arshine2-header .search:hover h3 i {
    color: #fff !important;
}

.arshine2-header .search:hover .serchbox {
    display: block;
}

@media screen and (max-width: 1171px) {
    .arshine2-header .header_right > span {
        display:block;
    }

    .arshine2-header .nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .arshine2-header .header {
        height:auto;
        padding: 15px 0;
    }

    .home .arshine2-header {
        position: static;
        background: #242A3A;
    }

    .arshine2-header .header_right > span {
        display: block;
    }

    .arshine2-header .search h3 i {
        font-size: 22px;
    }

    .arshine2-header .header-lang .box em {
        margin: 0 6px;
        font-size: 16px;
    }

    .arshine2-header .header-lang ul li a {
        font-size: 14px;
    }

    .arshine2-header .header-lang ul li img {
        margin-right: 5px;
        height: 16px;
    }
}

@media screen and (max-width: 480px) {
    .arshine2-header .header .logo img {
        height:48px;
    }

    .arshine2-header .header .home-logo a {
        width: 114px;
        height: 48px;
        background-size: 114px 48px;
    }

    .arshine2-header .header-lang .box img {
        height: 16px;
    }

    .arshine2-header .header-lang .box em {
        margin: 0 5px;
        line-height: 16px;
        font-size: 14px;
    }

    .arshine2-header .header-lang .box i {
        font-size: 14px;
    }

    .arshine2-header .header-lang ul li a {
        font-size: 14px;
    }
}

.header-lang .lang-box {
    width: 200px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 200;
    background: #fff;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    box-shadow: 0 0 10px rgba(63,62,62,0.2);
}

.header-lang .lang-box::before {
    content: '';
    position: absolute;
    right: 37px;
    top: -8px;
    overflow: hidden;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    display: block;
}

.header-lang ul {
    max-height: 160px;
    overflow-y: scroll;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lang ul li {
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    width: 50%;
}

.header-lang ul li:last-child {
    border: none;
}

.header-lang ul li a {
    color: #333;
    font-size: 14px;
    display: block;
}

.header-lang ul li a:hover {
    color: var(--active-color);
}

.header-lang ul li img {
    vertical-align: middle;
    margin-right: 7px;
}

.header-lang:hover .lang-box {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
