@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ulcmfs');
    src: url('../fonts/icomoon.eot?ulcmfs#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ulcmfs') format('truetype'), url('../fonts/icomoon.woff?ulcmfs') format('woff'), url('../fonts/icomoon.svg?ulcmfs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@keyframes right-move {
    0% {
        transform: translate(-150px);
    }
    100% {
        transform: translate(0px);
    }
}

.dm-header {
    display: block;
    position: relative;
    width: 150px;
}

header {
    display: block;
    height: 984px;
    width: 150px;
}

.menu-container {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: inherit;
    padding: 30px 20px;
    background-color: #72909e;
    box-shadow: 2px 0 6px 2px rgba(0, 0, 0, .3);
    z-index: 35;
    animation: right-move 1.5s ease;
    transition: 0.4s ease;
}

.menu-container:hover {
    width: 160px;
    padding: 30px 30px 30px 20px;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
}

.menu-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.menu-header .logo {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 20px 50px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menu-nav {
    display: flex;
}

.menu-pages li .fixnav {
    cursor: pointer;
    position: relative;
    display: block;
    width: 110px;
    padding: 20px 0;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    background-color: transparent;
}

.menu-pages li .fixnav::before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #ffffff;
    transition: all 0.2s ease-out;
}

.menu-pages li .fixnav:hover::before {
    width: 6px;
}

.menu-nav .menu-pages li:nth-of-type(-n+5) .fixnav::after {
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 80px;
    content: '\e951';
    z-index: inherit;
    width: 60px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 64.8px;
    transition: 0.3s ease;
}

.menu-nav .menu-pages li:nth-of-type(1) .fixnav::after {
    content: '';
}

.menu-pages li .fixnav:hover::after {
    transform: rotate(-90deg);
}

.menu-pages li:nth-child(2) ul {
    display: none;
    background-color: #72909e;
    position: absolute;
    left: 100%;
    top: 200px;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}

.menu-pages li:nth-child(3) ul {
    display: none;
    background-color: #72909e;
    position: absolute;
    left: 100%;
    top: 267px;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}

.menu-pages li:nth-child(4) ul {
    display: none;
    background-color: #72909e;
    position: absolute;
    left: 100%;
    top: 340px;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}

.menu-pages li:nth-child(5) ul {
    display: none;
    background-color: #72909e;
    position: absolute;
    left: 100%;
    top: 410px;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}

.menu-pages li:hover ul {
    display: block;
}

.menu-pages li ul .subnav {
    display: block;
    padding: 10px 20px;
    width: 150px;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.menu-pages li ul .subnav:hover {
    background-color: #64a4c0;
    color: #ffffff;
    border-radius: 5px;
}

.switch {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 99999;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.switch:hover {
    background-color: #ffffff;
}

.switch a {
    color: #ffffff;
    font-family: arial;
    transition: all 0.2s ease-in-out;
}

.switch:hover a {
    color: #72909e;
}

.body {
    display: block;
    background-color: #f0f5f5;
    height: 100%;
    overflow-x: hidden;
}

.body-adjust1 {
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100% - 150px);
    overflow-x: hidden;
    margin-bottom: 0;
}

.body-adjust2 {
    position: relative;
    display: block;
    overflow: hidden;
}

.body-head {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 25px;
}

.body-head ul {
    display: flex;
    align-items: center;
    list-style: none;
    width: 130px;
    height: 30px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.body-head ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 130px;
    height: 30px;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: -webkit-match-parent;
}

@keyframes name-move {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

.body-head ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 143px;
    border: 0;
    font-weight: 700;
    color: #0053d6;
    font-size: 30px;
    line-height: 30px;
    background-color: transparent;
    animation: name-move 1s ease;
}

@keyframes name-move-underline {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.body-head li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    width: 143px;
    height: 2px;
    background-color: #0053d6;
    animation: name-move-underline 2s ease;
}

.body-container {
    display: flex;
    position: relative;
    z-index: 1;
    background-image: url(../images/homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.body-container .body-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
    width: 100%;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0px auto;
    align-items: center;
    text-align: center;
}

@keyframes overview-move {
    0% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0);
    }
}

.body-container .body-overview h1 {
    overflow: hidden;
}

.body-container .body-overview h1 span {
    display: block;
    margin-top: 100px;
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
    line-height: 120px;
    z-index: 2;
    animation: overview-move 1.5s ease;
}

.body-container .body-overview h1:nth-of-type(2) span {
    animation: overview-move 1.5s ease;
}

.body-container .body-overview h1:nth-of-type(3) span {
    animation: overview-move 1.5s ease;
}

@keyframes start-move {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

.body-container .body-overview>span {
    display: block;
    overflow: hidden;
    margin-top: 120px;
}

.body-container .body-overview>span a {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    background-color: #0d5ebb;
    animation: start-move 1.5s ease;
    transition: all 0.4s ease-in-out;
}

.body-container .body-overview>span:hover a {
    width: 190px;
}

.backtotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 15%;
    z-index: 999;
}

.backtotop button {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    color: #0d5ebb;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background: 0 0;
    overflow-y: visible;
    animation: top-to-left 1s ease;
}

@keyframes top-to-left {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}

.backtotop button span {
    position: relative;
}

.backtotop button span::before {
    position: absolute;
    top: -30px;
    left: 12px;
    font-family: 'icomoon';
    content: '\ea3a';
    font-size: 18px;
    transform: scale(1.2, 1.5);
    transition: top .5s ease;
}

.backtotop button:hover span::before {
    top: -40px;
}

@keyframes left-move {
    0% {
        transform: translate(500px);
    }
    100% {
        transform: translate(0px);
    }
}

.index-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 135px;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 20px;
    animation: left-move 2s ease;
    z-index: 999999;
}

.index-popup span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 30, 0, 0.8);
}

.index-popup span:last-of-type {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #c7c7c7;
}

.index-popup a {
    color: #c7c7c7;
}

.index-popup a:hover {
    color: rgba(255, 30, 0, 0.8);
}

.body-foot {
    background-color: #3c3f48;
    padding: 40px 60px 20px 60px;
}

.body-foot .name {
    position: relative;
    margin: 0 0 30px;
    width: 100%;
    height: 30px;
}

.body-foot .name a {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 30px;
    border: 0;
    color: #ffffff;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
}

.body-foot .foot-container {
    flex: 1 1 0%;
    position: relative;
    border-bottom: 1px solid #5c657f;
}

.body-foot .foot-container .catagories {
    display: flex;
    flex-flow: row wrap;
}

.catagories .column:first-child {
    margin-left: 0;
}

.catagories .column {
    margin: 0 40px 30px 0;
    width: 300px;
}

.catagories .column:nth-of-type(2) {
    width: 120px;
}

.catagories .column:nth-of-type(4) {
    width: 190px;
}

.catagories .column:nth-of-type(5) {
    width: 900px;
}

.catagories .column>a {
    color: #ffffff;
    background-color: transparent;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
}

.catagories .column a:hover {
    color: #d2d600;
}

.catagories .column ul {
    padding: 0;
    list-style-type: none;
}

.catagories .column:nth-of-type(5)  ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    text-align: -webkit-match-parent;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}

.catagories .column ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}

.catagories .column ul li a {
    display: inherit;
}

.catagories .social {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    align-items: center;
}

.catagories .column .social li {
    position: relative;
    display: flex;
    margin-left: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
}

.catagories .social li img {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

.catagories .social li:hover img {
    width: 120px;
    height: 120px;
}

.catagories .social li .social1::after {
    font-family: 'icomoon';
    content: '\e927';
}

.catagories .social li .social2::after {
    font-family: 'icomoon';
    content: '\e9a4';
}

.catagories .social li .social3::after {
    font-family: 'icomoon';
    content: '\e922';
}

.catagories .social li .social4::after {
    font-family: 'icomoon';
    content: '\ea84';
}

.catagories .social li .social5::after {
    font-family: 'icomoon';
    content: '\e903';
}

.body-foot .foot-bottom {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    color: #9aa1a7;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}